Show
Ignore:
Timestamp:
02/14/05 23:14:17 (19 years ago)
Author:
jalet
Message:

Updated the translation files to the latest version of the code

Files:
1 modified

Legend:

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

    r2028 r2059  
    3535#, python-format 
    3636msgid "" 
     37"autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     38"Libres\n" 
     39"A tool to automate user account creation and initial balance setting.\n" 
     40"\n" 
     41"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
     42"\n" 
     43"command line usage :\n" 
     44"\n" 
     45"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
     46"  OF AN external policy IN pykota.conf\n" 
     47"  \n" 
     48"  autopykota { -i | --initbalance value } \n" 
     49"\n" 
     50"options :\n" 
     51"\n" 
     52"  -v | --version       Prints autopykota's version number then exits.\n" 
     53"  -h | --help          Prints this message then exits.\n" 
     54"  \n" 
     55"  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
     56"                       If the user already exists, actual balance is left\n" 
     57"                       unmodified. If unset, the default value is 0.\n" 
     58"                       \n" 
     59"This program is free software; you can redistribute it and/or modify\n" 
     60"it under the terms of the GNU General Public License as published by\n" 
     61"the Free Software Foundation; either version 2 of the License, or\n" 
     62"(at your option) any later version.\n" 
     63"\n" 
     64"This program is distributed in the hope that it will be useful,\n" 
     65"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     66"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     67"GNU General Public License for more details.\n" 
     68"\n" 
     69"You should have received a copy of the GNU General Public License\n" 
     70"along with this program; if not, write to the Free Software\n" 
     71"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     72"\n" 
     73"Please e-mail bugs to: %s" 
     74msgstr "" 
     75 
     76msgid "Job contains no data. Printing is denied." 
     77msgstr "Tarefa n�cont�nenhum dado. Impress�negada" 
     78 
     79msgid "Banner won't be printed : maximum number of deny banners reached." 
     80msgstr "" 
     81 
     82msgid "Job accounting begins." 
     83msgstr "In�o da contagem da tarefa." 
     84 
     85msgid "Job accounting ends." 
     86msgstr "Fim da contagem da tarefa." 
     87 
     88msgid "Job size forced to 0 because printing is denied." 
     89msgstr "Tamanho da tarefa zerado porque a impress�foi negada" 
     90 
     91#, python-format 
     92msgid "Beware : computed job size (%s) != precomputed job size (%s)" 
     93msgstr "" 
     94 
     95#, python-format 
     96msgid "Job size : %i" 
     97msgstr "Tamanho da tarefa : %i" 
     98 
     99#, python-format 
     100msgid "Updating user %s's quota on printer %s" 
     101msgstr "Atualizando cota do usu�o %s para a impressora %s" 
     102 
     103msgid "Job added to history." 
     104msgstr "Tarefa adicionada ao hist�o" 
     105 
     106#, python-format 
     107msgid "File number %s unregistered twice from polling object, ignored." 
     108msgstr "" 
     109"Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado" 
     110 
     111#, python-format 
     112msgid "SIGTERM was sent to real backend %s (pid: %s)" 
     113msgstr "SIGTERM foi emitida a real backend %s (pid: %s)" 
     114 
     115#, python-format 
     116msgid "CUPS backend %s died abnormally." 
     117msgstr "Backend CUPS morreu anormalmente." 
     118 
     119#, python-format 
     120msgid "" 
     121"dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     122"Libres\n" 
     123"\n" 
     124"Dumps PyKota database's content.\n" 
     125"\n" 
     126"command line usage :\n" 
     127"\n" 
     128"  dumpykota [options] [filterexpr]\n" 
     129"\n" 
     130"options :\n" 
     131"\n" 
     132"  -v | --version       Prints dumpykota's version number then exits.\n" 
     133"  -h | --help          Prints this message then exits.\n" 
     134"  \n" 
     135"  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
     136"                       \n" 
     137"                         - history : dumps the jobs history.\n" 
     138"                         - users : dumps users.\n" 
     139"                         - groups : dumps user groups.\n" 
     140"                         - printers : dump printers.\n" 
     141"                         - upquotas : dump user quotas.\n" 
     142"                         - gpquotas : dump user groups quotas.\n" 
     143"                         - payments : dumps user payments.\n" 
     144"                         - pmembers : dumps printer groups members.\n" 
     145"                         - umembers : dumps user groups members.\n" 
     146"                         \n" 
     147"                       NB : the -d | --data command line option   \n" 
     148"                       is MANDATORY.\n" 
     149"  \n" 
     150"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
     151"                       the format is to dump datas in the csv format (comma\n" 
     152"                       separated values). All data dumped is between double\n" 
     153"                       quotes. Allowed formats are :\n" 
     154"                       \n" 
     155"                         - csv : separate datas with commas\n" 
     156"                         - ssv : separate datas with semicolons\n" 
     157"                         - tsv : separate datas with tabs\n" 
     158"                         - xml : dump data as XML\n" 
     159"                         - cups : dump datas in CUPS' page_log format :\n" 
     160"                                  ONLY AVAILABLE WITH --data history\n" 
     161"                         \n" 
     162"  -o | --output fname  All datas will be dumped to the file instead of\n" 
     163"                       to the standard output. The special '-' filename\n" 
     164"                       is the default value and means stdout.\n" 
     165"                       WARNING : existing files are truncated !\n" 
     166"                       \n" 
     167"  Use the filter expressions to extract only parts of the \n" 
     168"  datas. Allowed filters are of the form :\n" 
     169"                \n" 
     170"         key=value\n" 
     171"                         \n" 
     172"  Allowed keys for now are :  \n" 
     173"                       \n" 
     174"         username       User's name\n" 
     175"         groupname      Users group's name\n" 
     176"         printername    Printer's name\n" 
     177"         pgroupname     Printers group's name\n" 
     178"         \n" 
     179"  Contrary to other PyKota management tools, wildcard characters are not \n" 
     180"  expanded, so you can't use them.\n" 
     181"  \n" 
     182"  NB : not all keys are allowed for each data type, so the result may be \n" 
     183"  empty if you use a key not available for a particular data type.\n" 
     184"  \n" 
     185"Examples :\n" 
     186"\n" 
     187"  $ dumpykota --data history --format csv >myfile.csv\n" 
     188"  \n" 
     189"  This dumps the history in a comma separated values file, for possible\n" 
     190"  use in a spreadsheet.\n" 
     191"  \n" 
     192"  $ dumpykota --data users --format xml -o users.xml\n" 
     193"  \n" 
     194"  Dumps all users datas to the users.xml file.\n" 
     195"  \n" 
     196"  $ dumpykota --data history printername=HP2100 username=jerome\n" 
     197"  \n" 
     198"  Dumps the job history for user jerome on printer HP2100 only.\n" 
     199"  \n" 
     200"This program is free software; you can redistribute it and/or modify\n" 
     201"it under the terms of the GNU General Public License as published by\n" 
     202"the Free Software Foundation; either version 2 of the License, or\n" 
     203"(at your option) any later version.\n" 
     204"\n" 
     205"This program is distributed in the hope that it will be useful,\n" 
     206"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     207"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     208"GNU General Public License for more details.\n" 
     209"\n" 
     210"You should have received a copy of the GNU General Public License\n" 
     211"along with this program; if not, write to the Free Software\n" 
     212"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     213"\n" 
     214"Please e-mail bugs to: %s" 
     215msgstr "" 
     216 
     217msgid "The -d | --data command line option is mandatory, see help." 
     218msgstr "" 
     219 
     220#, python-format 
     221msgid "" 
     222"edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     223"Libres\n" 
     224"A Print Quota editor for PyKota.\n" 
     225"\n" 
     226"command line usage :\n" 
     227"\n" 
     228"  edpykota [options] user1 user2 ... userN\n" 
     229"  \n" 
     230"  edpykota [options] group1 group2 ... groupN\n" 
     231"\n" 
     232"options :\n" 
     233"\n" 
     234"  -v | --version       Prints edpykota's version number then exits.\n" 
     235"  -h | --help          Prints this message then exits.\n" 
     236"  \n" 
     237"  -a | --add           Adds users and/or printers if they don't \n" 
     238"                       exist on the Quota Storage Server.\n" 
     239"                       \n" 
     240"  -d | --delete        Deletes users/groups from the quota storage.\n" 
     241"                       Printers are never deleted.\n" 
     242"                       \n" 
     243"  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     244"                       for a particular printer. Job price is optional.\n" 
     245"                       If both are to be set, separate them with a comma.\n" 
     246"                       Floating point values are allowed.\n" 
     247"                       \n" 
     248"  -o | --overcharge f  Sets the overcharging factor applied to the user \n" 
     249"                       when computing the cost of a print job. Positive or \n" 
     250"                       negative floating point values are allowed,\n" 
     251"                       this allows you to do some really creative\n" 
     252"                       things like giving money to an user whenever\n" 
     253"                       he prints. The number of pages in a print job\n" 
     254"                       is not modified by this coefficient, only the\n" 
     255"                       cost of the job for a particular user.\n" 
     256"                       Only users have a coefficient.\n" 
     257"  \n" 
     258"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     259"                              listed, separated by commas. The groups\n" 
     260"                              must already exist in the Quota Storage.\n" 
     261"  \n" 
     262"  -u | --users         Edit users print quotas, this is the default.\n" 
     263"  \n" 
     264"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     265"                       use wildcards characters to select only\n" 
     266"                       some printers. The default value is *, meaning\n" 
     267"                       all printers. \n" 
     268"                       You can specify several names or wildcards, \n" 
     269"                       by separating them with commas.\n" 
     270"  \n" 
     271"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     272"                       pg1, pg2, etc... which must already exist.\n" 
     273"                       A printer group is just like a normal printer,\n" 
     274"                       only that it is usually unknown from the printing\n" 
     275"                       system. Create printer groups exactly the same\n" 
     276"                       way that you create printers, then add other \n" 
     277"                       printers to them with this option.\n" 
     278"                       Accounting is done on a printer and on all\n" 
     279"                       the printer groups it belongs to, quota checking\n" 
     280"                       is done on a printer and on all the printer groups\n" 
     281"                       it belongs to.\n" 
     282"  \n" 
     283"  -g | --groups        Edit users groups print quotas instead of users.\n" 
     284"                          \n" 
     285"  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     286"                       print quotas\n" 
     287"                       \n" 
     288"  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
     289"  \n" 
     290"  -r | --reset         Resets the actual page counter for the user\n" 
     291"                       or group to zero on the specified printers. \n" 
     292"                       The life time page counter is kept unchanged.\n" 
     293"                       \n" 
     294"  -R | --hardreset     Resets the actual and life time page counters\n" 
     295"                       for the user or group to zero on the specified \n" 
     296"                       printers. This is a shortcut for '--used 0'.\n" 
     297"                       \n" 
     298"  -l | --limitby l     Choose if the user/group is limited in " 
     299"printing                     \n" 
     300"                       by its account balance or by its page quota.\n" 
     301"                       The default value is 'quota'. Allowed values\n" 
     302"                       are 'quota' 'balance' 'quota-then-balance' and\n" 
     303"                       'balance-then-quota'.\n" 
     304"                       WARNING : quota-then-balance and balance-then-quota\n" 
     305"                       are not yet implemented.\n" 
     306"                       \n" 
     307"  -b | --balance b     Sets the user's account balance to " 
     308"b.                     \n" 
     309"                       Account balance may be increase or decreased\n" 
     310"                       if b is prefixed with + or -.\n" 
     311"                       WARNING : when decreasing account balance,\n" 
     312"                       the total paid so far by the user is decreased\n" 
     313"                       too.\n" 
     314"                       Groups don't have a real balance, but the\n" 
     315"                       sum of their users' account balance.\n" 
     316"                       \n" 
     317"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     318"pages.                       \n" 
     319"  \n" 
     320"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     321"\n" 
     322"  -U | --used usage    Sets the pagecounters for the user to usage pages;\n" 
     323"                       useful for migrating users from a different system\n" 
     324"                       where they have already used some pages. Actual\n" 
     325"                       and Life Time page counters may be increased or " 
     326"decreased\n" 
     327"                       if usage is prefixed with + or -.\n" 
     328"                       WARNING : BOTH page counters are modified in all " 
     329"cases,\n" 
     330"                       so be careful.\n" 
     331"                       NB : if 'usage' equals '0', then the action taken is\n" 
     332"                       the same as if --hardreset was used.\n" 
     333"\n" 
     334"  user1 through userN and group1 through groupN can use wildcards\n" 
     335"  if the --add option is not set.\n" 
     336"  \n" 
     337"examples :                              \n" 
     338"\n" 
     339"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     340"  \n" 
     341"  This will add users john, paul, george and ringo to the quota\n" 
     342"  database, and set their print quotas to the same values than user \n" 
     343"  jerome. User jerome must already exist.\n" 
     344"  User ringo's email address will also be set to 'ringo@example.com'\n" 
     345"  \n" 
     346"  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     347"  \n" 
     348"  This will set jerome's print quota on the lp printer to a soft limit\n" 
     349"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
     350"  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     351"done.\n" 
     352"\n" 
     353"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     354"  \n" 
     355"  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     356"  on the Quota Storage Server they are automatically added. Also\n" 
     357"  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     358"  already exist in the Quota Storage.\n" 
     359"            \n" 
     360"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     361"  \n" 
     362"  This will set print quota soft limit to 500 pages and hard limit\n" 
     363"  to 550 pages for groups financial and support on all printers.\n" 
     364"  \n" 
     365"  $ edpykota --reset jerome \"jo*\"\n" 
     366"  \n" 
     367"  This will reset jerome's page counter to zero on all printers, as\n" 
     368"  well as every user whose name begins with 'jo'.\n" 
     369"  Their life time page counter on each printer will be kept unchanged.\n" 
     370"  You can also reset the life time page counters by using the\n" 
     371"  --hardreset | -R command line option.\n" 
     372"  \n" 
     373"  $ edpykota --printer hpcolor --noquota jerome\n" 
     374"  \n" 
     375"  This will tell PyKota to not limit jerome when printing on the \n" 
     376"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     377"  accounting of the pages he prints will still be kept.\n" 
     378"  Print Quotas for jerome on other printers are unchanged.\n" 
     379"  \n" 
     380"  $ edpykota --limitby balance jerome\n" 
     381"  \n" 
     382"  This will tell PyKota to limit jerome by his account's balance\n" 
     383"  when printing.\n" 
     384"  \n" 
     385"  $ edpykota --balance +10.0 jerome\n" 
     386"  \n" 
     387"  This will increase jerome's account balance by 10.0 (in your\n" 
     388"  own currency). You can decrease the account balance with a\n" 
     389"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     390"  \n" 
     391"  $ edpykota --delete jerome rachel\n" 
     392"  \n" 
     393"  This will completely delete jerome and rachel from the Quota Storage\n" 
     394"  database. All their quotas and jobs will be deleted too.\n" 
     395"  \n" 
     396"  $ edpykota --printer lp --charge 0.1\n" 
     397"  \n" 
     398"  This will set the page price for printer lp to 0.1. Job price\n" 
     399"  will not be changed.\n" 
     400"  \n" 
     401"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     402"  \n" 
     403"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
     404"  When printing either on hplj1 or hplj2, print quota will also be \n" 
     405"  checked and accounted for on virtual printers Laser and HP.\n" 
     406"  \n" 
     407"  $ edpykota --overcharge 2.5 poorstudent\n" 
     408"  \n" 
     409"  This will overcharge the poorstudent user by a factor of 2.5.\n" 
     410"  \n" 
     411"  $ edpykota --overcharge -1 jerome\n" 
     412"  \n" 
     413"  User jerome will actually earn money whenever he prints.\n" 
     414"  \n" 
     415"  $ edpykota --overcharge 0 boss\n" 
     416"  \n" 
     417"  User boss can print at will, it won't cost him anything because the\n" 
     418"  cost of each print job will be multiplied by zero before charging\n" 
     419"  his account.\n" 
     420"\n" 
     421"This program is free software; you can redistribute it and/or modify\n" 
     422"it under the terms of the GNU General Public License as published by\n" 
     423"the Free Software Foundation; either version 2 of the License, or\n" 
     424"(at your option) any later version.\n" 
     425"\n" 
     426"This program is distributed in the hope that it will be useful,\n" 
     427"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     428"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     429"GNU General Public License for more details.\n" 
     430"\n" 
     431"You should have received a copy of the GNU General Public License\n" 
     432"along with this program; if not, write to the Free Software\n" 
     433"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     434"\n" 
     435"Please e-mail bugs to: %s" 
     436msgstr "" 
     437 
     438msgid "You're not allowed to use this command." 
     439msgstr "" 
     440 
     441#, python-format 
     442msgid "Invalid used value %s." 
     443msgstr "" 
     444 
     445#, python-format 
     446msgid "Invalid softlimit value %s." 
     447msgstr "Valor incorreto para o limite %s." 
     448 
     449#, python-format 
     450msgid "Invalid hardlimit value %s." 
     451msgstr "Valor incorreto para o limite Maximo %s." 
     452 
     453#, python-format 
     454msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     455msgstr "Limite maximo %i �enor que o limite %i, os valores ser�invertidos." 
     456 
     457#, python-format 
     458msgid "Invalid overcharge value %s" 
     459msgstr "" 
     460 
     461#, python-format 
     462msgid "Invalid balance value %s" 
     463msgstr "Valor da media %s inv�do" 
     464 
     465#, python-format 
     466msgid "Invalid charge amount value %s" 
     467msgstr "Valor de carga: %s inv�do" 
     468 
     469#, python-format 
     470msgid "Invalid limitby value %s" 
     471msgstr "Valor do limitby %s inv�do" 
     472 
     473#, python-format 
     474msgid "Impossible to add printer %s" 
     475msgstr "Imposivel adicionar impressora %s" 
     476 
     477#, python-format 
     478msgid "Invalid printer name %s" 
     479msgstr "Nome de impressora %s inv�do" 
     480 
     481#, python-format 
     482msgid "There's no printer matching %s" 
     483msgstr "Impressora %s n�encontrada" 
     484 
     485msgid "You have to pass user or group names on the command line" 
     486msgstr "Voce deve informar usuario ou grupo na linha de comando" 
     487 
     488#, python-format 
     489msgid "Prototype %s not found in Quota Storage for printer %s." 
     490msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s." 
     491 
     492#, python-format 
     493msgid "Prototype object %s not found in Quota Storage." 
     494msgstr "Objeto Prototipo %s n�encontrado no banco de dados." 
     495 
     496#, python-format 
     497msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     498msgstr "" 
     499"O limite maximo invalido, configurando o limite minimo (%s) na impressora %s." 
     500 
     501#, python-format 
     502msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     503msgstr "Limite indefinido, configurando a l�te maximo (%s) na impressora %s." 
     504 
     505#, python-format 
     506msgid "Invalid email address %s" 
     507msgstr "Endere�email inv�do" 
     508 
     509#, python-format 
     510msgid "Unknown group %s" 
     511msgstr "" 
     512 
     513#, python-format 
     514msgid "Unknown user %s" 
     515msgstr "" 
     516 
     517#, python-format 
     518msgid "Invalid group name %s" 
     519msgstr "O nome do grupo %s �nv�do" 
     520 
     521#, python-format 
     522msgid "Invalid user name %s" 
     523msgstr "O nome de usuario %s �nv�do" 
     524 
     525#, python-format 
     526msgid "Quota not found for object %s on printer %s." 
     527msgstr "Quota n�encontrada para o objeto %s para a impressora %s." 
     528 
     529#, python-format 
     530msgid "Group %s not found in the PyKota Storage." 
     531msgstr "Grupo %s n�encontrado no banco de dados." 
     532 
     533msgid "incompatible options, see help." 
     534msgstr "O�s incompativeis, veja a ajuda." 
     535 
     536msgid "Software accounting already done in first pass. Ignoring." 
     537msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando." 
     538 
     539msgid "Hardware accounting already done in first pass. Ignoring." 
     540msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando" 
     541 
     542msgid "Job size and price now set in history." 
     543msgstr "" 
     544 
     545#, python-format 
     546msgid "" 
     547"repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     548"Libres\n" 
     549"\n" 
     550"Generates print quota reports.\n" 
     551"\n" 
     552"command line usage :\n" 
     553"\n" 
     554"  repykota [options] \n" 
     555"\n" 
     556"options :\n" 
     557"\n" 
     558"  -v | --version       Prints repykota's version number then exits.\n" 
     559"  -h | --help          Prints this message then exits.\n" 
     560"  \n" 
     561"  -u | --users         Generates a report on users quota, this is \n" 
     562"                       the default.\n" 
     563"  \n" 
     564"  -g | --groups        Generates a report on group quota instead of users.\n" 
     565"  \n" 
     566"  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
     567"                       use wildcards characters to select only\n" 
     568"                       some printers. The default value is *, meaning\n" 
     569"                       all printers.\n" 
     570"                       You can specify several names or wildcards, \n" 
     571"                       by separating them with commas.\n" 
     572"  \n" 
     573"examples :                              \n" 
     574"\n" 
     575"  $ repykota --printer lp\n" 
     576"  \n" 
     577"  This will print the quota status for all users who use the lp printer.\n" 
     578"\n" 
     579"  $ repykota \n" 
     580"  \n" 
     581"  This will print the quota status for all users on all printers.\n" 
     582"  \n" 
     583"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     584"  \n" 
     585"  This will print the quota status for user jerome and all users\n" 
     586"  whose name begins with \"jo\" on all printers which name begins\n" 
     587"  with \"laser\" or ends with \"pson\".\n" 
     588"  \n" 
     589"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     590"  arguments representing users or groups names are ignored, and only the\n" 
     591"  current user/group is reported.\n" 
     592"\n" 
     593"This program is free software; you can redistribute it and/or modify\n" 
     594"it under the terms of the GNU General Public License as published by\n" 
     595"the Free Software Foundation; either version 2 of the License, or\n" 
     596"(at your option) any later version.\n" 
     597"\n" 
     598"This program is distributed in the hope that it will be useful,\n" 
     599"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     600"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     601"GNU General Public License for more details.\n" 
     602"\n" 
     603"You should have received a copy of the GNU General Public License\n" 
     604"along with this program; if not, write to the Free Software\n" 
     605"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     606"\n" 
     607"Please e-mail bugs to: %s" 
     608msgstr "" 
     609 
     610#, python-format 
     611msgid "" 
     612"warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     613"Libres\n" 
     614"\n" 
     615"Sends mail to users over print quota.\n" 
     616"\n" 
     617"command line usage :\n" 
     618"\n" 
     619"  warnpykota  [options]  [names]\n" 
     620"\n" 
     621"options :\n" 
     622"\n" 
     623"  -v | --version       Prints warnpykota's version number then exits.\n" 
     624"  -h | --help          Prints this message then exits.\n" 
     625"  \n" 
     626"  -u | --users         Warns users over their print quota, this is the \n" 
     627"                       default.\n" 
     628"  \n" 
     629"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     630"  \n" 
     631"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     632"                       use wildcards characters to select only\n" 
     633"                       some printers. The default value is *, meaning\n" 
     634"                       all printers.\n" 
     635"                       You can specify several names or wildcards, \n" 
     636"                       by separating them with commas.\n" 
     637"  \n" 
     638"examples :                              \n" 
     639"\n" 
     640"  $ warnpykota --printer lp\n" 
     641"  \n" 
     642"  This will warn all users of the lp printer who have exceeded their\n" 
     643"  print quota.\n" 
     644"\n" 
     645"  $ warnpykota \n" 
     646"  \n" 
     647"  This will warn all users  who have exceeded their print quota on\n" 
     648"  any printer.\n" 
     649"\n" 
     650"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     651"  \n" 
     652"  This will warn all users of groups which names begins with \"dev\" and\n" 
     653"  who have exceeded their print quota on any printer which name begins \n" 
     654"  with \"laserjet\"\n" 
     655"  \n" 
     656"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     657"  arguments representing users or groups names are ignored, and only the\n" 
     658"  current user/group is reported.\n" 
     659"\n" 
     660"This program is free software; you can redistribute it and/or modify\n" 
     661"it under the terms of the GNU General Public License as published by\n" 
     662"the Free Software Foundation; either version 2 of the License, or\n" 
     663"(at your option) any later version.\n" 
     664"\n" 
     665"This program is distributed in the hope that it will be useful,\n" 
     666"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     667"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     668"GNU General Public License for more details.\n" 
     669"\n" 
     670"You should have received a copy of the GNU General Public License\n" 
     671"along with this program; if not, write to the Free Software\n" 
     672"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     673"\n" 
     674"Please e-mail bugs to: %s" 
     675msgstr "" 
     676 
     677#, python-format 
     678msgid "" 
     679"pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     680"An OSD quota monitor for PyKota.\n" 
     681"\n" 
     682"command line usage :\n" 
     683"\n" 
     684"  pykosd [options]\n" 
     685"\n" 
     686"options :\n" 
     687"\n" 
     688"  -v | --version       Prints pykosd's version number then exits.\n" 
     689"  -h | --help          Prints this message then exits.\n" 
     690"  \n" 
     691"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     692"                       triplet, for example #FF0000 is 100%% red.\n" 
     693"                       Defaults to 100%% green (#00FF00).\n" 
     694"                       \n" 
     695"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     696"                       Defaults to 3 seconds.\n" 
     697"                       \n" 
     698"  -f | --font f        Sets the font to use for " 
     699"display.                      \n" 
     700"                       Defaults to the Python OSD library's default.\n" 
     701"  \n" 
     702"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     703"                       Defaults to 0, which means loop forever.\n" 
     704"                       \n" 
     705"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     706"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     707"                       \n" 
     708"  \n" 
     709"examples :                              \n" 
     710"\n" 
     711"  $ pykosd -s 60 --loop 5\n" 
     712"  \n" 
     713"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     714"  and will last for 3 seconds (the default) each time. After five\n" 
     715"  iterations, the program will exit.\n" 
     716"  \n" 
     717"This program is free software; you can redistribute it and/or modify\n" 
     718"it under the terms of the GNU General Public License as published by\n" 
     719"the Free Software Foundation; either version 2 of the License, or\n" 
     720"(at your option) any later version.\n" 
     721"\n" 
     722"This program is distributed in the hope that it will be useful,\n" 
     723"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     724"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     725"GNU General Public License for more details.\n" 
     726"\n" 
     727"You should have received a copy of the GNU General Public License\n" 
     728"along with this program; if not, write to the Free Software\n" 
     729"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     730"\n" 
     731"Please e-mail bugs to: %s" 
     732msgstr "" 
     733 
     734#, python-format 
     735msgid "Invalid duration option %s" 
     736msgstr "Op� %s inv�da para dura�" 
     737 
     738#, python-format 
     739msgid "Invalid loop option %s" 
     740msgstr "Op� %s inv�da para loop (la�" 
     741 
     742#, python-format 
     743msgid "Invalid sleep option %s" 
     744msgstr "Op� %s inv�da para sleep (sono)" 
     745 
     746#, python-format 
     747msgid "Invalid color option %s" 
     748msgstr "Op� %s inv�da para color (cor)" 
     749 
     750#, python-format 
     751msgid "User %s doesn't exist in PyKota's database" 
     752msgstr "Usu�o %s n�existe na base de dados do Pykota" 
     753 
     754#, python-format 
     755msgid "Pages used on %s : %s" 
     756msgstr "P�nas usadas em %s : %s" 
     757 
     758#, python-format 
     759msgid "PyKota Units left : %.2f" 
     760msgstr "Unidades restantes do PyKota : %.2f" 
     761 
     762#, python-format 
     763msgid "" 
     764"pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     765"\n" 
     766"Gives print quotes to users.\n" 
     767"\n" 
     768"command line usage :\n" 
     769"\n" 
     770"  pykotme  [options]  [files]\n" 
     771"\n" 
     772"options :\n" 
     773"\n" 
     774"  -v | --version       Prints pykotme's version number then exits.\n" 
     775"  -h | --help          Prints this message then exits.\n" 
     776"  \n" 
     777"  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
     778"                       use wildcards characters to select only\n" 
     779"                       some printers. The default value is *, meaning\n" 
     780"                       all printers.\n" 
     781"                       You can specify several names or wildcards, \n" 
     782"                       by separating them with commas.\n" 
     783"  \n" 
     784"examples :                              \n" 
     785"\n" 
     786"  $ pykotme --printer apple file1.ps file2.ps\n" 
     787"  \n" 
     788"  This will give a print quote to the current user. The quote will show\n" 
     789"  the price and size of a job consisting in file1.ps and file2.ps \n" 
     790"  which would be sent to the apple printer.\n" 
     791"  \n" 
     792"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     793"  \n" 
     794"  This will give a print quote to the current user. The quote will show\n" 
     795"  the price and size of a job consisting in file1.ps as read from\n" 
     796"  standard input, which would be sent to the apple or hplaser\n" 
     797"  printer.\n" 
     798"\n" 
     799"  $ pykotme \n" 
     800"  \n" 
     801"  This will give a quote for a job consisting of what is on standard \n" 
     802"  input. The quote will list the job size, and the price the job\n" 
     803"  would cost on each printer.\n" 
     804"\n" 
     805"This program is free software; you can redistribute it and/or modify\n" 
     806"it under the terms of the GNU General Public License as published by\n" 
     807"the Free Software Foundation; either version 2 of the License, or\n" 
     808"(at your option) any later version.\n" 
     809"\n" 
     810"This program is distributed in the hope that it will be useful,\n" 
     811"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     812"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     813"GNU General Public License for more details.\n" 
     814"\n" 
     815"You should have received a copy of the GNU General Public License\n" 
     816"along with this program; if not, write to the Free Software\n" 
     817"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     818"\n" 
     819"Please e-mail bugs to: %s" 
     820msgstr "" 
     821 
     822#, python-format 
     823msgid "Your account balance : %.2f" 
     824msgstr "Balan�de sua conta : %.2f" 
     825 
     826#, python-format 
     827msgid "Job size : %i pages" 
     828msgstr "Tamanho do JOB : %i p�nas" 
     829 
     830#, python-format 
     831msgid "Cost on printer %s : %.2f" 
     832msgstr "Custo da impresora %s : %.2f" 
     833 
     834#, python-format 
     835msgid "" 
    37836"pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    38837"Libres\n" 
     
    3941193msgstr "" 
    3951194 
    396 msgid "You're not allowed to use this command." 
    397 msgstr "" 
    398  
    399 #, python-format 
    400 msgid "There's no printer matching %s" 
    401 msgstr "Impressora %s n�encontrada" 
    402  
    403 #, python-format 
    404 msgid "Invalid charge amount value %s" 
    405 msgstr "Valor de carga: %s inv�do" 
    406  
    4071195#, python-format 
    4081196msgid "Printer %s already exists, skipping." 
     
    4131201msgstr "Impressora %s j�xiste. Ser�eita uma modifica�." 
    4141202 
    415 #, python-format 
    416 msgid "Impossible to add printer %s" 
    417 msgstr "Imposivel adicionar impressora %s" 
    418  
    419 #, python-format 
    420 msgid "Invalid printer name %s" 
    421 msgstr "Nome de impressora %s inv�do" 
    422  
    4231203msgid "in" 
    4241204msgstr "em" 
    4251205 
    426 msgid "incompatible options, see help." 
    427 msgstr "O�s incompativeis, veja a ajuda." 
    428  
    4291206msgid "You have to pass printer groups names on the command line" 
    4301207msgstr "" 
     
    4351212 
    4361213#, python-format 
    437 msgid "" 
    438 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    439 "An OSD quota monitor for PyKota.\n" 
    440 "\n" 
    441 "command line usage :\n" 
    442 "\n" 
    443 "  pykosd [options]\n" 
    444 "\n" 
    445 "options :\n" 
    446 "\n" 
    447 "  -v | --version       Prints pykosd's version number then exits.\n" 
    448 "  -h | --help          Prints this message then exits.\n" 
    449 "  \n" 
    450 "  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
    451 "                       triplet, for example #FF0000 is 100%% red.\n" 
    452 "                       Defaults to 100%% green (#00FF00).\n" 
    453 "                       \n" 
    454 "  -d | --duration d    Sets the duration of the display in seconds. \n" 
    455 "                       Defaults to 3 seconds.\n" 
    456 "                       \n" 
    457 "  -f | --font f        Sets the font to use for " 
    458 "display.                      \n" 
    459 "                       Defaults to the Python OSD library's default.\n" 
    460 "  \n" 
    461 "  -l | --loop n        Sets the number of times the info will be displayed.\n" 
    462 "                       Defaults to 0, which means loop forever.\n" 
    463 "                       \n" 
    464 "  -s | --sleep s       Sets the sleeping duration between two displays \n" 
    465 "                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
    466 "                       \n" 
    467 "  \n" 
    468 "examples :                              \n" 
    469 "\n" 
    470 "  $ pykosd -s 60 --loop 5\n" 
    471 "  \n" 
    472 "  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
    473 "  and will last for 3 seconds (the default) each time. After five\n" 
    474 "  iterations, the program will exit.\n" 
    475 "  \n" 
    476 "This program is free software; you can redistribute it and/or modify\n" 
    477 "it under the terms of the GNU General Public License as published by\n" 
    478 "the Free Software Foundation; either version 2 of the License, or\n" 
    479 "(at your option) any later version.\n" 
    480 "\n" 
    481 "This program is distributed in the hope that it will be useful,\n" 
    482 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    483 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    484 "GNU General Public License for more details.\n" 
    485 "\n" 
    486 "You should have received a copy of the GNU General Public License\n" 
    487 "along with this program; if not, write to the Free Software\n" 
    488 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    489 "\n" 
    490 "Please e-mail bugs to: %s" 
    491 msgstr "" 
    492  
    493 #, python-format 
    494 msgid "Invalid duration option %s" 
    495 msgstr "Op� %s inv�da para dura�" 
    496  
    497 #, python-format 
    498 msgid "Invalid loop option %s" 
    499 msgstr "Op� %s inv�da para loop (la�" 
    500  
    501 #, python-format 
    502 msgid "Invalid sleep option %s" 
    503 msgstr "Op� %s inv�da para sleep (sono)" 
    504  
    505 #, python-format 
    506 msgid "Invalid color option %s" 
    507 msgstr "Op� %s inv�da para color (cor)" 
    508  
    509 #, python-format 
    510 msgid "User %s doesn't exist in PyKota's database" 
    511 msgstr "Usu�o %s n�existe na base de dados do Pykota" 
    512  
    513 #, python-format 
    514 msgid "Pages used on %s : %s" 
    515 msgstr "P�nas usadas em %s : %s" 
    516  
    517 #, python-format 
    518 msgid "PyKota Units left : %.2f" 
    519 msgstr "Unidades restantes do PyKota : %.2f" 
    520  
    521 #, python-format 
    522 msgid "" 
    523 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    524 "\n" 
    525 "Gives print quotes to users.\n" 
    526 "\n" 
    527 "command line usage :\n" 
    528 "\n" 
    529 "  pykotme  [options]  [files]\n" 
    530 "\n" 
    531 "options :\n" 
    532 "\n" 
    533 "  -v | --version       Prints pykotme's version number then exits.\n" 
    534 "  -h | --help          Prints this message then exits.\n" 
    535 "  \n" 
    536 "  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
    537 "                       use wildcards characters to select only\n" 
    538 "                       some printers. The default value is *, meaning\n" 
    539 "                       all printers.\n" 
    540 "                       You can specify several names or wildcards, \n" 
    541 "                       by separating them with commas.\n" 
    542 "  \n" 
    543 "examples :                              \n" 
    544 "\n" 
    545 "  $ pykotme --printer apple file1.ps file2.ps\n" 
    546 "  \n" 
    547 "  This will give a print quote to the current user. The quote will show\n" 
    548 "  the price and size of a job consisting in file1.ps and file2.ps \n" 
    549 "  which would be sent to the apple printer.\n" 
    550 "  \n" 
    551 "  $ pykotme --printer apple,hplaser <file1.ps\n" 
    552 "  \n" 
    553 "  This will give a print quote to the current user. The quote will show\n" 
    554 "  the price and size of a job consisting in file1.ps as read from\n" 
    555 "  standard input, which would be sent to the apple or hplaser\n" 
    556 "  printer.\n" 
    557 "\n" 
    558 "  $ pykotme \n" 
    559 "  \n" 
    560 "  This will give a quote for a job consisting of what is on standard \n" 
    561 "  input. The quote will list the job size, and the price the job\n" 
    562 "  would cost on each printer.\n" 
    563 "\n" 
    564 "This program is free software; you can redistribute it and/or modify\n" 
    565 "it under the terms of the GNU General Public License as published by\n" 
    566 "the Free Software Foundation; either version 2 of the License, or\n" 
    567 "(at your option) any later version.\n" 
    568 "\n" 
    569 "This program is distributed in the hope that it will be useful,\n" 
    570 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    571 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    572 "GNU General Public License for more details.\n" 
    573 "\n" 
    574 "You should have received a copy of the GNU General Public License\n" 
    575 "along with this program; if not, write to the Free Software\n" 
    576 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    577 "\n" 
    578 "Please e-mail bugs to: %s" 
    579 msgstr "" 
    580  
    581 #, python-format 
    582 msgid "Your account balance : %.2f" 
    583 msgstr "Balan�de sua conta : %.2f" 
    584  
    585 #, python-format 
    586 msgid "Job size : %i pages" 
    587 msgstr "Tamanho do JOB : %i p�nas" 
    588  
    589 #, python-format 
    590 msgid "Cost on printer %s : %.2f" 
    591 msgstr "Custo da impresora %s : %.2f" 
    592  
    593 #, python-format 
    594 msgid "" 
    595 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    596 "Libres\n" 
    597 "A tool to automate user account creation and initial balance setting.\n" 
    598 "\n" 
    599 "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
    600 "\n" 
    601 "command line usage :\n" 
    602 "\n" 
    603 "  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
    604 "  OF AN external policy IN pykota.conf\n" 
    605 "  \n" 
    606 "  autopykota { -i | --initbalance value } \n" 
    607 "\n" 
    608 "options :\n" 
    609 "\n" 
    610 "  -v | --version       Prints autopykota's version number then exits.\n" 
    611 "  -h | --help          Prints this message then exits.\n" 
    612 "  \n" 
    613 "  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
    614 "                       If the user already exists, actual balance is left\n" 
    615 "                       unmodified. If unset, the default value is 0.\n" 
    616 "                       \n" 
    617 "This program is free software; you can redistribute it and/or modify\n" 
    618 "it under the terms of the GNU General Public License as published by\n" 
    619 "the Free Software Foundation; either version 2 of the License, or\n" 
    620 "(at your option) any later version.\n" 
    621 "\n" 
    622 "This program is distributed in the hope that it will be useful,\n" 
    623 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    624 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    625 "GNU General Public License for more details.\n" 
    626 "\n" 
    627 "You should have received a copy of the GNU General Public License\n" 
    628 "along with this program; if not, write to the Free Software\n" 
    629 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    630 "\n" 
    631 "Please e-mail bugs to: %s" 
    632 msgstr "" 
    633  
    634 msgid "Job contains no data. Printing is denied." 
    635 msgstr "Tarefa n�cont�nenhum dado. Impress�negada" 
    636  
    637 msgid "Job accounting begins." 
    638 msgstr "In�o da contagem da tarefa." 
    639  
    640 msgid "Job accounting ends." 
    641 msgstr "Fim da contagem da tarefa." 
    642  
    643 msgid "Job size forced to 0 because printing is denied." 
    644 msgstr "Tamanho da tarefa zerado porque a impress�foi negada" 
    645  
    646 #, python-format 
    647 msgid "Job size : %i" 
    648 msgstr "Tamanho da tarefa : %i" 
    649  
    650 #, python-format 
    651 msgid "Updating user %s's quota on printer %s" 
    652 msgstr "Atualizando cota do usu�o %s para a impressora %s" 
    653  
    654 msgid "Job added to history." 
    655 msgstr "Tarefa adicionada ao hist�o" 
    656  
    657 #, python-format 
    658 msgid "File number %s unregistered twice from polling object, ignored." 
    659 msgstr "" 
    660 "Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado" 
    661  
    662 #, python-format 
    663 msgid "SIGTERM was sent to real backend %s (pid: %s)" 
    664 msgstr "SIGTERM foi emitida a real backend %s (pid: %s)" 
    665  
    666 #, python-format 
    667 msgid "CUPS backend %s died abnormally." 
    668 msgstr "Backend CUPS morreu anormalmente." 
    669  
    670 #, python-format 
    671 msgid "" 
    672 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    673 "Libres\n" 
    674 "\n" 
    675 "Dumps PyKota database's content.\n" 
    676 "\n" 
    677 "command line usage :\n" 
    678 "\n" 
    679 "  dumpykota [options] \n" 
    680 "\n" 
    681 "options :\n" 
    682 "\n" 
    683 "  -v | --version       Prints dumpykota's version number then exits.\n" 
    684 "  -h | --help          Prints this message then exits.\n" 
    685 "  \n" 
    686 "  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
    687 "                       \n" 
    688 "                         - history : dumps the jobs history.\n" 
    689 "                         - users : dumps users.\n" 
    690 "                         - groups : dumps user groups.\n" 
    691 "                         - printers : dump printers.\n" 
    692 "                         - upquotas : dump user quotas.\n" 
    693 "                         - gpquotas : dump user groups quotas.\n" 
    694 "                         - payments : dumps user payments.\n" 
    695 "                         - pmembers : dumps printer groups members.\n" 
    696 "                         - umembers : dumps user groups members.\n" 
    697 "                         \n" 
    698 "                       NB : the -d | --data command line option   \n" 
    699 "                       is MANDATORY.\n" 
    700 "  \n" 
    701 "  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
    702 "                       the format is to dump datas in the csv format (comma\n" 
    703 "                       separated values). All data dumped is between double\n" 
    704 "                       quotes. Allowed formats are :\n" 
    705 "                       \n" 
    706 "                         - csv : separate datas with commas\n" 
    707 "                         - ssv : separate datas with semicolons\n" 
    708 "                         - tsv : separate datas with tabs\n" 
    709 "                         - xml : dump data as XML\n" 
    710 "                         \n" 
    711 "  -o | --output fname  All datas will be dumped to the file instead of\n" 
    712 "                       to the standard output. The special '-' filename\n" 
    713 "                       is the default value and means stdout.\n" 
    714 "                       WARNING : existing files are truncated !\n" 
    715 "  \n" 
    716 "Examples :\n" 
    717 "\n" 
    718 "  $ dumpykota --data history --format csv >myfile.csv\n" 
    719 "  \n" 
    720 "  This dumps the history in a comma separated values file, for possible\n" 
    721 "  use in a spreadsheet.\n" 
    722 "  \n" 
    723 "  $ dumpykota --data users --format xml -o users.xml\n" 
    724 "  \n" 
    725 "  Dumps all users datas to the users.xml file.\n" 
    726 "  \n" 
    727 "This program is free software; you can redistribute it and/or modify\n" 
    728 "it under the terms of the GNU General Public License as published by\n" 
    729 "the Free Software Foundation; either version 2 of the License, or\n" 
    730 "(at your option) any later version.\n" 
    731 "\n" 
    732 "This program is distributed in the hope that it will be useful,\n" 
    733 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    734 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    735 "GNU General Public License for more details.\n" 
    736 "\n" 
    737 "You should have received a copy of the GNU General Public License\n" 
    738 "along with this program; if not, write to the Free Software\n" 
    739 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    740 "\n" 
    741 "Please e-mail bugs to: %s" 
    742 msgstr "" 
    743  
    744 #, python-format 
    745 msgid "Invalid modifier [%s] for --data command line option, see help." 
    746 msgstr "" 
    747  
    748 #, python-format 
    749 msgid "Invalid modifier [%s] for --format command line option, see help." 
    750 msgstr "" 
    751  
    752 msgid "XML output is disabled because the jaxml module is not available." 
    753 msgstr "" 
    754  
    755 msgid "PyKota data dumper failed : I/O error" 
    756 msgstr "" 
    757  
    758 msgid "The -d | --data command line option is mandatory, see help." 
    759 msgstr "" 
    760  
    761 msgid "Too many arguments, see help." 
    762 msgstr "" 
    763  
    764 #, python-format 
    765 msgid "" 
    766 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    767 "Libres\n" 
    768 "A Print Quota editor for PyKota.\n" 
    769 "\n" 
    770 "command line usage :\n" 
    771 "\n" 
    772 "  edpykota [options] user1 user2 ... userN\n" 
    773 "  \n" 
    774 "  edpykota [options] group1 group2 ... groupN\n" 
    775 "\n" 
    776 "options :\n" 
    777 "\n" 
    778 "  -v | --version       Prints edpykota's version number then exits.\n" 
    779 "  -h | --help          Prints this message then exits.\n" 
    780 "  \n" 
    781 "  -a | --add           Adds users and/or printers if they don't \n" 
    782 "                       exist on the Quota Storage Server.\n" 
    783 "                       \n" 
    784 "  -d | --delete        Deletes users/groups from the quota storage.\n" 
    785 "                       Printers are never deleted.\n" 
    786 "                       \n" 
    787 "  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
    788 "                       for a particular printer. Job price is optional.\n" 
    789 "                       If both are to be set, separate them with a comma.\n" 
    790 "                       Floating point values are allowed.\n" 
    791 "  \n" 
    792 "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
    793 "                              listed, separated by commas. The groups\n" 
    794 "                              must already exist in the Quota Storage.\n" 
    795 "  \n" 
    796 "  -u | --users         Edit users print quotas, this is the default.\n" 
    797 "  \n" 
    798 "  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
    799 "                       use wildcards characters to select only\n" 
    800 "                       some printers. The default value is *, meaning\n" 
    801 "                       all printers. \n" 
    802 "                       You can specify several names or wildcards, \n" 
    803 "                       by separating them with commas.\n" 
    804 "  \n" 
    805 "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
    806 "                       pg1, pg2, etc... which must already exist.\n" 
    807 "                       A printer group is just like a normal printer,\n" 
    808 "                       only that it is usually unknown from the printing\n" 
    809 "                       system. Create printer groups exactly the same\n" 
    810 "                       way that you create printers, then add other \n" 
    811 "                       printers to them with this option.\n" 
    812 "                       Accounting is done on a printer and on all\n" 
    813 "                       the printer groups it belongs to, quota checking\n" 
    814 "                       is done on a printer and on all the printer groups\n" 
    815 "                       it belongs to.\n" 
    816 "  \n" 
    817 "  -g | --groups        Edit users groups print quotas instead of users.\n" 
    818 "                          \n" 
    819 "  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
    820 "                       print quotas\n" 
    821 "                       \n" 
    822 "  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
    823 "  \n" 
    824 "  -r | --reset         Resets the actual page counter for the user\n" 
    825 "                       or group to zero on the specified printers. \n" 
    826 "                       The life time page counter is kept unchanged.\n" 
    827 "                       \n" 
    828 "  -R | --hardreset     Resets the actual and life time page counters\n" 
    829 "                       for the user or group to zero on the specified \n" 
    830 "                       printers. \n" 
    831 "                       \n" 
    832 "  -l | --limitby l     Choose if the user/group is limited in " 
    833 "printing                     \n" 
    834 "                       by its account balance or by its page quota.\n" 
    835 "                       The default value is 'quota'. Allowed values\n" 
    836 "                       are 'quota' 'balance' 'quota-then-balance' and\n" 
    837 "                       'balance-then-quota'.\n" 
    838 "                       WARNING : quota-then-balance and balance-then-quota\n" 
    839 "                       are not yet implemented.\n" 
    840 "                       \n" 
    841 "  -b | --balance b     Sets the user's account balance to " 
    842 "b.                     \n" 
    843 "                       Account balance may be increase or decreased\n" 
    844 "                       if b is prefixed with + or -.\n" 
    845 "                       WARNING : when decreasing account balance,\n" 
    846 "                       the total paid so far by the user is decreased\n" 
    847 "                       too.\n" 
    848 "                       Groups don't have a real balance, but the\n" 
    849 "                       sum of their users' account balance.\n" 
    850 "                       \n" 
    851 "  -S | --softlimit sl  Sets the quota soft limit to sl " 
    852 "pages.                       \n" 
    853 "  \n" 
    854 "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
    855 "  \n" 
    856 "  user1 through userN and group1 through groupN can use wildcards\n" 
    857 "  if the --add option is not set.\n" 
    858 "  \n" 
    859 "examples :                              \n" 
    860 "\n" 
    861 "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
    862 "  \n" 
    863 "  This will add users john, paul, george and ringo to the quota\n" 
    864 "  database, and set their print quotas to the same values than user \n" 
    865 "  jerome. User jerome must already exist.\n" 
    866 "  User ringo's email address will also be set to 'ringo@example.com'\n" 
    867 "  \n" 
    868 "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
    869 "  \n" 
    870 "  This will set jerome's print quota on the lp printer to a soft limit\n" 
    871 "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
    872 "  printer lp doesn't exist on the Quota Storage Server then nothing is " 
    873 "done.\n" 
    874 "\n" 
    875 "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
    876 "  \n" 
    877 "  Same as above, but if either user jerome or printer lp doesn't exist \n" 
    878 "  on the Quota Storage Server they are automatically added. Also\n" 
    879 "  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
    880 "  already exist in the Quota Storage.\n" 
    881 "            \n" 
    882 "  $ edpykota -g -S 500 -H 550 financial support            \n" 
    883 "  \n" 
    884 "  This will set print quota soft limit to 500 pages and hard limit\n" 
    885 "  to 550 pages for groups financial and support on all printers.\n" 
    886 "  \n" 
    887 "  $ edpykota --reset jerome \"jo*\"\n" 
    888 "  \n" 
    889 "  This will reset jerome's page counter to zero on all printers, as\n" 
    890 "  well as every user whose name begins with 'jo'.\n" 
    891 "  Their life time page counter on each printer will be kept unchanged.\n" 
    892 "  You can also reset the life time page counters by using the\n" 
    893 "  --hardreset | -R command line option.\n" 
    894 "  \n" 
    895 "  $ edpykota --printer hpcolor --noquota jerome\n" 
    896 "  \n" 
    897 "  This will tell PyKota to not limit jerome when printing on the \n" 
    898 "  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
    899 "  accounting of the pages he prints will still be kept.\n" 
    900 "  Print Quotas for jerome on other printers are unchanged.\n" 
    901 "  \n" 
    902 "  $ edpykota --limitby balance jerome\n" 
    903 "  \n" 
    904 "  This will tell PyKota to limit jerome by his account's balance\n" 
    905 "  when printing.\n" 
    906 "  \n" 
    907 "  $ edpykota --balance +10.0 jerome\n" 
    908 "  \n" 
    909 "  This will increase jerome's account balance by 10.0 (in your\n" 
    910 "  own currency). You can decrease the account balance with a\n" 
    911 "  dash prefix, and set it to a fixed amount with no prefix.\n" 
    912 "  \n" 
    913 "  $ edpykota --delete jerome rachel\n" 
    914 "  \n" 
    915 "  This will completely delete jerome and rachel from the Quota Storage\n" 
    916 "  database. All their quotas and jobs will be deleted too.\n" 
    917 "  \n" 
    918 "  $ edpykota --printer lp --charge 0.1\n" 
    919 "  \n" 
    920 "  This will set the page price for printer lp to 0.1. Job price\n" 
    921 "  will not be changed.\n" 
    922 "  \n" 
    923 "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
    924 "  \n" 
    925 "  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
    926 "  When printing either on hplj1 or hplj2, print quota will also be \n" 
    927 "  checked and accounted for on virtual printers Laser and HP.\n" 
    928 "\n" 
    929 "This program is free software; you can redistribute it and/or modify\n" 
    930 "it under the terms of the GNU General Public License as published by\n" 
    931 "the Free Software Foundation; either version 2 of the License, or\n" 
    932 "(at your option) any later version.\n" 
    933 "\n" 
    934 "This program is distributed in the hope that it will be useful,\n" 
    935 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    936 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    937 "GNU General Public License for more details.\n" 
    938 "\n" 
    939 "You should have received a copy of the GNU General Public License\n" 
    940 "along with this program; if not, write to the Free Software\n" 
    941 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    942 "\n" 
    943 "Please e-mail bugs to: %s" 
    944 msgstr "" 
    945  
    946 #, python-format 
    947 msgid "Invalid softlimit value %s." 
    948 msgstr "Valor incorreto para o limite %s." 
    949  
    950 #, python-format 
    951 msgid "Invalid hardlimit value %s." 
    952 msgstr "Valor incorreto para o limite Maximo %s." 
    953  
    954 #, python-format 
    955 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    956 msgstr "Limite maximo %i �enor que o limite %i, os valores ser�invertidos." 
    957  
    958 #, python-format 
    959 msgid "Invalid balance value %s" 
    960 msgstr "Valor da media %s inv�do" 
    961  
    962 #, python-format 
    963 msgid "Invalid limitby value %s" 
    964 msgstr "Valor do limitby %s inv�do" 
    965  
    966 msgid "You have to pass user or group names on the command line" 
    967 msgstr "Voce deve informar usuario ou grupo na linha de comando" 
    968  
    969 #, python-format 
    970 msgid "Prototype %s not found in Quota Storage for printer %s." 
    971 msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s." 
    972  
    973 #, python-format 
    974 msgid "Prototype object %s not found in Quota Storage." 
    975 msgstr "Objeto Prototipo %s n�encontrado no banco de dados." 
    976  
    977 #, python-format 
    978 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    979 msgstr "" 
    980 "O limite maximo invalido, configurando o limite minimo (%s) na impressora %s." 
    981  
    982 #, python-format 
    983 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    984 msgstr "Limite indefinido, configurando a l�te maximo (%s) na impressora %s." 
    985  
    986 #, python-format 
    987 msgid "Invalid email address %s" 
    988 msgstr "Endere�email inv�do" 
    989  
    990 #, python-format 
    991 msgid "Unknown group %s" 
    992 msgstr "" 
    993  
    994 #, python-format 
    995 msgid "Unknown user %s" 
    996 msgstr "" 
    997  
    998 #, python-format 
    999 msgid "Invalid group name %s" 
    1000 msgstr "O nome do grupo %s �nv�do" 
    1001  
    1002 #, python-format 
    1003 msgid "Invalid user name %s" 
    1004 msgstr "O nome de usuario %s �nv�do" 
    1005  
    1006 #, python-format 
    1007 msgid "Quota not found for object %s on printer %s." 
    1008 msgstr "Quota n�encontrada para o objeto %s para a impressora %s." 
    1009  
    1010 #, python-format 
    1011 msgid "Group %s not found in the PyKota Storage." 
    1012 msgstr "Grupo %s n�encontrado no banco de dados." 
    1013  
    1014 msgid "Software accounting already done in first pass. Ignoring." 
    1015 msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando." 
    1016  
    1017 msgid "Hardware accounting already done in first pass. Ignoring." 
    1018 msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando" 
    1019  
    1020 msgid "Job size and price now set in history." 
    1021 msgstr "" 
    1022  
    1023 #, python-format 
    1024 msgid "" 
    1025 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1026 "Libres\n" 
    1027 "\n" 
    1028 "Generates print quota reports.\n" 
    1029 "\n" 
    1030 "command line usage :\n" 
    1031 "\n" 
    1032 "  repykota [options] \n" 
    1033 "\n" 
    1034 "options :\n" 
    1035 "\n" 
    1036 "  -v | --version       Prints repykota's version number then exits.\n" 
    1037 "  -h | --help          Prints this message then exits.\n" 
    1038 "  \n" 
    1039 "  -u | --users         Generates a report on users quota, this is \n" 
    1040 "                       the default.\n" 
    1041 "  \n" 
    1042 "  -g | --groups        Generates a report on group quota instead of users.\n" 
    1043 "  \n" 
    1044 "  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
    1045 "                       use wildcards characters to select only\n" 
    1046 "                       some printers. The default value is *, meaning\n" 
    1047 "                       all printers.\n" 
    1048 "                       You can specify several names or wildcards, \n" 
    1049 "                       by separating them with commas.\n" 
    1050 "  \n" 
    1051 "examples :                              \n" 
    1052 "\n" 
    1053 "  $ repykota --printer lp\n" 
    1054 "  \n" 
    1055 "  This will print the quota status for all users who use the lp printer.\n" 
    1056 "\n" 
    1057 "  $ repykota \n" 
    1058 "  \n" 
    1059 "  This will print the quota status for all users on all printers.\n" 
    1060 "  \n" 
    1061 "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
    1062 "  \n" 
    1063 "  This will print the quota status for user jerome and all users\n" 
    1064 "  whose name begins with \"jo\" on all printers which name begins\n" 
    1065 "  with \"laser\" or ends with \"pson\".\n" 
    1066 "  \n" 
    1067 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1068 "  arguments representing users or groups names are ignored, and only the\n" 
    1069 "  current user/group is reported.\n" 
    1070 "\n" 
    1071 "This program is free software; you can redistribute it and/or modify\n" 
    1072 "it under the terms of the GNU General Public License as published by\n" 
    1073 "the Free Software Foundation; either version 2 of the License, or\n" 
    1074 "(at your option) any later version.\n" 
    1075 "\n" 
    1076 "This program is distributed in the hope that it will be useful,\n" 
    1077 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1078 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1079 "GNU General Public License for more details.\n" 
    1080 "\n" 
    1081 "You should have received a copy of the GNU General Public License\n" 
    1082 "along with this program; if not, write to the Free Software\n" 
    1083 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1084 "\n" 
    1085 "Please e-mail bugs to: %s" 
    1086 msgstr "" 
    1087  
    1088 #, python-format 
    1089 msgid "" 
    1090 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1091 "Libres\n" 
    1092 "\n" 
    1093 "Sends mail to users over print quota.\n" 
    1094 "\n" 
    1095 "command line usage :\n" 
    1096 "\n" 
    1097 "  warnpykota  [options]  [names]\n" 
    1098 "\n" 
    1099 "options :\n" 
    1100 "\n" 
    1101 "  -v | --version       Prints warnpykota's version number then exits.\n" 
    1102 "  -h | --help          Prints this message then exits.\n" 
    1103 "  \n" 
    1104 "  -u | --users         Warns users over their print quota, this is the \n" 
    1105 "                       default.\n" 
    1106 "  \n" 
    1107 "  -g | --groups        Warns users whose groups quota are over limit.\n" 
    1108 "  \n" 
    1109 "  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
    1110 "                       use wildcards characters to select only\n" 
    1111 "                       some printers. The default value is *, meaning\n" 
    1112 "                       all printers.\n" 
    1113 "                       You can specify several names or wildcards, \n" 
    1114 "                       by separating them with commas.\n" 
    1115 "  \n" 
    1116 "examples :                              \n" 
    1117 "\n" 
    1118 "  $ warnpykota --printer lp\n" 
    1119 "  \n" 
    1120 "  This will warn all users of the lp printer who have exceeded their\n" 
    1121 "  print quota.\n" 
    1122 "\n" 
    1123 "  $ warnpykota \n" 
    1124 "  \n" 
    1125 "  This will warn all users  who have exceeded their print quota on\n" 
    1126 "  any printer.\n" 
    1127 "\n" 
    1128 "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
    1129 "  \n" 
    1130 "  This will warn all users of groups which names begins with \"dev\" and\n" 
    1131 "  who have exceeded their print quota on any printer which name begins \n" 
    1132 "  with \"laserjet\"\n" 
    1133 "  \n" 
    1134 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1135 "  arguments representing users or groups names are ignored, and only the\n" 
    1136 "  current user/group is reported.\n" 
    1137 "\n" 
    1138 "This program is free software; you can redistribute it and/or modify\n" 
    1139 "it under the terms of the GNU General Public License as published by\n" 
    1140 "the Free Software Foundation; either version 2 of the License, or\n" 
    1141 "(at your option) any later version.\n" 
    1142 "\n" 
    1143 "This program is distributed in the hope that it will be useful,\n" 
    1144 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1145 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1146 "GNU General Public License for more details.\n" 
    1147 "\n" 
    1148 "You should have received a copy of the GNU General Public License\n" 
    1149 "along with this program; if not, write to the Free Software\n" 
    1150 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1151 "\n" 
    1152 "Please e-mail bugs to: %s" 
    1153 msgstr "" 
    1154  
    1155 #, python-format 
    11561214msgid "Unsupported accounter backend %s" 
    11571215msgstr "Accounter Backend %s n�suportado" 
     
    11701228 
    11711229#, python-format 
     1230msgid "Option ldaptls is set, but certificate %s is not readable." 
     1231msgstr "" 
     1232 
     1233#, python-format 
    11721234msgid "Option logger only supports values in %s" 
    11731235msgstr "a op� logger s�porta valores em %s" 
     
    12041266msgid "Option mailto in section %s only supports values in %s" 
    12051267msgstr "a op� mailto na se� %s s�porta valores em %s" 
     1268 
     1269#, python-format 
     1270msgid "Invalid maximal deny banners counter %s" 
     1271msgstr "" 
    12061272 
    12071273#, python-format 
     
    12431309msgstr "" 
    12441310 
     1311msgid "History" 
     1312msgstr "Hist�o" 
     1313 
     1314msgid "Users" 
     1315msgstr "" 
     1316 
     1317msgid "Groups" 
     1318msgstr "" 
     1319 
     1320msgid "Printers" 
     1321msgstr "" 
     1322 
     1323msgid "Users Print Quotas" 
     1324msgstr "" 
     1325 
     1326msgid "Users Groups Print Quotas" 
     1327msgstr "" 
     1328 
     1329msgid "History of Payments" 
     1330msgstr "" 
     1331 
     1332msgid "Printers Groups Membership" 
     1333msgstr "" 
     1334 
     1335msgid "Users Groups Membership" 
     1336msgstr "" 
     1337 
     1338msgid "Comma Separated Values" 
     1339msgstr "" 
     1340 
     1341msgid "Semicolon Separated Values" 
     1342msgstr "" 
     1343 
     1344msgid "Tabulation Separated Values" 
     1345msgstr "" 
     1346 
     1347msgid "eXtensible Markup Language" 
     1348msgstr "" 
     1349 
     1350msgid "CUPS' page_log" 
     1351msgstr "" 
     1352 
     1353#, python-format 
     1354msgid "Invalid value [%s] for --filter command line option, see help." 
     1355msgstr "" 
     1356 
     1357#, python-format 
     1358msgid "Invalid modifier [%s] for --data command line option, see help." 
     1359msgstr "" 
     1360 
     1361#, python-format 
     1362msgid "Invalid modifier [%s] for --format command line option, see help." 
     1363msgstr "" 
     1364 
     1365msgid "XML output is disabled because the jaxml module is not available." 
     1366msgstr "" 
     1367 
     1368msgid "PyKota data dumper failed : I/O error" 
     1369msgstr "" 
     1370 
    12451371#, python-format 
    12461372msgid "Unsupported logging subsystem %s" 
     
    12641390 
    12651391msgid "" 
    1266 "Group           used    soft    hard    balance grace         total       " 
    1267 "paid" 
    1268 msgstr "" 
    1269 "Grupo           usado   Minimo  Maximo  media   gratis        total       " 
    1270 "pago" 
    1271  
    1272 msgid "" 
    1273 "User            used    soft    hard    balance grace         total       " 
    1274 "paid" 
    1275 msgstr "" 
    1276 "Usuario         usado   Minimo  Maximo  media   gratis        total       " 
    1277 "pago" 
     1392"Group          overcharge   used    soft    hard    balance grace         " 
     1393"total       paid warn" 
     1394msgstr "" 
     1395 
     1396msgid "" 
     1397"User           overcharge   used    soft    hard    balance grace         " 
     1398"total       paid warn" 
     1399msgstr "" 
    12781400 
    12791401msgid "unknown" 
     
    12881410msgstr "Total : %9i" 
    12891411 
     1412msgid "N/A" 
     1413msgstr "" 
     1414 
    12901415#, python-format 
    12911416msgid "Unsupported reporter backend %s" 
     
    12971422 
    12981423#, python-format 
     1424msgid "Strange problem with uid(%s) : %s" 
     1425msgstr "" 
     1426 
     1427#, python-format 
     1428msgid "Running as user '%s'." 
     1429msgstr "" 
     1430 
     1431msgid "No user named 'pykota'. Not dropping priviledges." 
     1432msgstr "" 
     1433 
     1434#, python-format 
     1435msgid "Impossible to drop priviledges : %s" 
     1436msgstr "" 
     1437 
     1438msgid "Priviledges dropped. Now running as user 'pykota'." 
     1439msgstr "" 
     1440 
     1441#, python-format 
     1442msgid "Impossible to regain priviledges : %s" 
     1443msgstr "" 
     1444 
     1445msgid "Regained priviledges. Now running as root." 
     1446msgstr "" 
     1447 
     1448#, python-format 
    12991449msgid "Impossible to connect to SMTP server : %s" 
    13001450msgstr "N�foi poss�l conectar-se ao servidor SMTP %s" 
     
    13331483 
    13341484#, python-format 
     1485msgid "User %s will not be charged for printing." 
     1486msgstr "" 
     1487 
     1488#, python-format 
    13351489msgid "Print Quota exceeded for group %s on printer %s" 
    13361490msgstr "Quota de impress�excedida para o grupo %s na impressora %s" 
     
    14721626 
    14731627#, python-format 
    1474 msgid "Waiting for printer %s to be idle or printing..." 
     1628msgid "Waiting for printer %s to be printing..." 
    14751629msgstr "" 
    14761630 
     
    16371791msgstr "" 
    16381792 
    1639 msgid "History" 
    1640 msgstr "Hist�o" 
    1641  
    16421793msgid "Empty" 
    16431794msgstr "Vazio" 
     
    16731824msgstr "Op�s" 
    16741825 
     1826msgid "MD5Sum" 
     1827msgstr "" 
     1828 
     1829msgid "BillingCode" 
     1830msgstr "" 
     1831 
     1832msgid "Pages" 
     1833msgstr "" 
     1834 
    16751835msgid "Previous page" 
    16761836msgstr "P�na anterior" 
     1837 
     1838msgid "PyKota Data Dumper" 
     1839msgstr "" 
     1840 
     1841msgid "Dump" 
     1842msgstr "" 
     1843 
     1844msgid "Data Type" 
     1845msgstr "" 
     1846 
     1847msgid "Output Format" 
     1848msgstr "" 
     1849 
     1850msgid "Filter" 
     1851msgstr "" 
     1852 
     1853#~ msgid "" 
     1854#~ "Group           used    soft    hard    balance grace         total       " 
     1855#~ "paid" 
     1856#~ msgstr "" 
     1857#~ "Grupo           usado   Minimo  Maximo  media   gratis        total       " 
     1858#~ "pago" 
     1859 
     1860#~ msgid "" 
     1861#~ "User            used    soft    hard    balance grace         total       " 
     1862#~ "paid" 
     1863#~ msgstr "" 
     1864#~ "Usuario         usado   Minimo  Maximo  media   gratis        total       " 
     1865#~ "pago"