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

Updated translations file which now include all commands' help

Files:
1 modified

Legend:

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

    r1649 r1798  
    2525"Project-Id-Version: PyKota v1.19\n" 
    2626"Report-Msgid-Bugs-To: alet@librelogiciel.com\n" 
    27 "POT-Creation-Date: 2004-07-21 15:35:00+0100\n" 
     27"POT-Creation-Date: 2004-10-11 14:49+0200\n" 
    2828"PO-Revision-Date: 2004-07-21 15:35:00+0100\n" 
    2929"Last-Translator: Jurandy Martins <jurandy@ic.unicamp.br>\n" 
     
    3434 
    3535#, python-format 
     36msgid "" 
     37"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     38"A tool to automate user account creation and initial balance setting.\n" 
     39"\n" 
     40"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
     41"\n" 
     42"command line usage :\n" 
     43"\n" 
     44"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
     45"  OF AN external policy IN pykota.conf\n" 
     46"  \n" 
     47"  autopykota { -i | --initbalance value } \n" 
     48"\n" 
     49"options :\n" 
     50"\n" 
     51"  -v | --version       Prints edpykota's version number then exits.\n" 
     52"  -h | --help          Prints this message then exits.\n" 
     53"  \n" 
     54"  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
     55"                       If the user already exists, actual balance is left\n" 
     56"                       unmodified. If unset, the default value is 0.\n" 
     57"                       \n" 
     58"This program is free software; you can redistribute it and/or modify\n" 
     59"it under the terms of the GNU General Public License as published by\n" 
     60"the Free Software Foundation; either version 2 of the License, or\n" 
     61"(at your option) any later version.\n" 
     62"\n" 
     63"This program is distributed in the hope that it will be useful,\n" 
     64"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     65"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     66"GNU General Public License for more details.\n" 
     67"\n" 
     68"You should have received a copy of the GNU General Public License\n" 
     69"along with this program; if not, write to the Free Software\n" 
     70"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     71"\n" 
     72"Please e-mail bugs to: %s" 
     73msgstr "" 
     74 
     75#, python-format 
     76msgid "" 
     77"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     78"A Print Quota editor for PyKota.\n" 
     79"\n" 
     80"command line usage :\n" 
     81"\n" 
     82"  edpykota [options] user1 user2 ... userN\n" 
     83"  \n" 
     84"  edpykota [options] group1 group2 ... groupN\n" 
     85"\n" 
     86"options :\n" 
     87"\n" 
     88"  -v | --version       Prints edpykota's version number then exits.\n" 
     89"  -h | --help          Prints this message then exits.\n" 
     90"  \n" 
     91"  -a | --add           Adds users and/or printers if they don't \n" 
     92"                       exist on the Quota Storage Server.\n" 
     93"                       \n" 
     94"  -d | --delete        Deletes users/groups from the quota storage.\n" 
     95"                       Printers are never deleted.\n" 
     96"                       \n" 
     97"  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     98"                       for a particular printer. Job price is optional.\n" 
     99"                       If both are to be set, separate them with a comma.\n" 
     100"                       Floating point values are allowed.\n" 
     101"  \n" 
     102"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     103"                              listed, separated by commas. The groups\n" 
     104"                              must already exist in the Quota Storage.\n" 
     105"  \n" 
     106"  -u | --users         Edit users print quotas, this is the default.\n" 
     107"  \n" 
     108"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     109"                       use wildcards characters to select only\n" 
     110"                       some printers. The default value is *, meaning\n" 
     111"                       all printers. \n" 
     112"                       You can specify several names or wildcards, \n" 
     113"                       by separating them with commas.\n" 
     114"  \n" 
     115"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     116"                       pg1, pg2, etc... which must already exist.\n" 
     117"                       A printer group is just like a normal printer,\n" 
     118"                       only that it is usually unknown from the printing\n" 
     119"                       system. Create printer groups exactly the same\n" 
     120"                       way that you create printers, then add other \n" 
     121"                       printers to them with this option.\n" 
     122"                       Accounting is done on a printer and on all\n" 
     123"                       the printer groups it belongs to, quota checking\n" 
     124"                       is done on a printer and on all the printer groups\n" 
     125"                       it belongs to.\n" 
     126"  \n" 
     127"  -g | --groups        Edit users groups print quotas instead of users.\n" 
     128"                          \n" 
     129"  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     130"                       print quotas\n" 
     131"                       \n" 
     132"  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
     133"  \n" 
     134"  -r | --reset         Resets the actual page counter for the user\n" 
     135"                       or group to zero on the specified printers. \n" 
     136"                       The life time page counter is kept unchanged.\n" 
     137"                       \n" 
     138"  -R | --hardreset     Resets the actual and life time page counters\n" 
     139"                       for the user or group to zero on the specified \n" 
     140"                       printers. \n" 
     141"                       \n" 
     142"  -l | --limitby l     Choose if the user/group is limited in " 
     143"printing                     \n" 
     144"                       by its account balance or by its page quota.\n" 
     145"                       The default value is 'quota'. Allowed values\n" 
     146"                       are 'quota' 'balance' 'quota-then-balance' and\n" 
     147"                       'balance-then-quota'.\n" 
     148"                       WARNING : quota-then-balance and balance-then-quota\n" 
     149"                       are not yet implemented.\n" 
     150"                       \n" 
     151"  -b | --balance b     Sets the user's account balance to " 
     152"b.                     \n" 
     153"                       Account balance may be increase or decreased\n" 
     154"                       if b is prefixed with + or -.\n" 
     155"                       WARNING : when decreasing account balance,\n" 
     156"                       the total paid so far by the user is decreased\n" 
     157"                       too.\n" 
     158"                       Groups don't have a real balance, but the\n" 
     159"                       sum of their users' account balance.\n" 
     160"                       \n" 
     161"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     162"pages.                       \n" 
     163"  \n" 
     164"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     165"  \n" 
     166"  user1 through userN and group1 through groupN can use wildcards\n" 
     167"  if the --add option is not set.\n" 
     168"  \n" 
     169"examples :                              \n" 
     170"\n" 
     171"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     172"  \n" 
     173"  This will add users john, paul, george and ringo to the quota\n" 
     174"  database, and set their print quotas to the same values than user \n" 
     175"  jerome. User jerome must already exist.\n" 
     176"  User ringo's email address will also be set to 'ringo@example.com'\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. If either user jerome or\n" 
     182"  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     183"done.\n" 
     184"\n" 
     185"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     186"  \n" 
     187"  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     188"  on the Quota Storage Server they are automatically added. Also\n" 
     189"  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     190"  already exist in the Quota Storage.\n" 
     191"            \n" 
     192"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     193"  \n" 
     194"  This will set print quota soft limit to 500 pages and hard limit\n" 
     195"  to 550 pages for groups financial and support on all printers.\n" 
     196"  \n" 
     197"  $ edpykota --reset jerome \"jo*\"\n" 
     198"  \n" 
     199"  This will reset jerome's page counter to zero on all printers, as\n" 
     200"  well as every user whose name begins with 'jo'.\n" 
     201"  Their life time page counter on each printer will be kept unchanged.\n" 
     202"  You can also reset the life time page counters by using the\n" 
     203"  --hardreset | -R command line option.\n" 
     204"  \n" 
     205"  $ edpykota --printer hpcolor --noquota jerome\n" 
     206"  \n" 
     207"  This will tell PyKota to not limit jerome when printing on the \n" 
     208"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     209"  accounting of the pages he prints will still be kept.\n" 
     210"  Print Quotas for jerome on other printers are unchanged.\n" 
     211"  \n" 
     212"  $ edpykota --limitby balance jerome\n" 
     213"  \n" 
     214"  This will tell PyKota to limit jerome by his account's balance\n" 
     215"  when printing.\n" 
     216"  \n" 
     217"  $ edpykota --balance +10.0 jerome\n" 
     218"  \n" 
     219"  This will increase jerome's account balance by 10.0 (in your\n" 
     220"  own currency). You can decrease the account balance with a\n" 
     221"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     222"  \n" 
     223"  $ edpykota --delete jerome rachel\n" 
     224"  \n" 
     225"  This will completely delete jerome and rachel from the Quota Storage\n" 
     226"  database. All their quotas and jobs will be deleted too.\n" 
     227"  \n" 
     228"  $ edpykota --printer lp --charge 0.1\n" 
     229"  \n" 
     230"  This will set the page price for printer lp to 0.1. Job price\n" 
     231"  will not be changed.\n" 
     232"  \n" 
     233"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     234"  \n" 
     235"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
     236"  When printing either on hplj1 or hplj2, print quota will also be \n" 
     237"  checked and accounted for on virtual printers Laser and HP.\n" 
     238"\n" 
     239"This program is free software; you can redistribute it and/or modify\n" 
     240"it under the terms of the GNU General Public License as published by\n" 
     241"the Free Software Foundation; either version 2 of the License, or\n" 
     242"(at your option) any later version.\n" 
     243"\n" 
     244"This program is distributed in the hope that it will be useful,\n" 
     245"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     246"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     247"GNU General Public License for more details.\n" 
     248"\n" 
     249"You should have received a copy of the GNU General Public License\n" 
     250"along with this program; if not, write to the Free Software\n" 
     251"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     252"\n" 
     253"Please e-mail bugs to: %s" 
     254msgstr "" 
     255 
     256msgid "You're not allowed to use this command." 
     257msgstr "" 
     258 
     259#, python-format 
     260msgid "Invalid softlimit value %s." 
     261msgstr "Valor incorreto para o limite %s." 
     262 
     263#, python-format 
     264msgid "Invalid hardlimit value %s." 
     265msgstr "Valor incorreto para o limite Maximo %s." 
     266 
     267#, python-format 
     268msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     269msgstr "Limite maximo %i �enor que o limite %i, os valores ser�invertidos." 
     270 
     271#, python-format 
     272msgid "Invalid balance value %s" 
     273msgstr "Valor da media %s inv�do" 
     274 
     275#, python-format 
     276msgid "Invalid charge amount value %s" 
     277msgstr "Valor de carga: %s inv�do" 
     278 
     279#, python-format 
     280msgid "Invalid limitby value %s" 
     281msgstr "Valor do limitby %s inv�do" 
     282 
     283#, python-format 
     284msgid "Impossible to add printer %s" 
     285msgstr "Imposivel adicionar impressora %s" 
     286 
     287#, python-format 
     288msgid "Invalid printer name %s" 
     289msgstr "Nome de impressora %s inv�do" 
     290 
     291#, python-format 
     292msgid "There's no printer matching %s" 
     293msgstr "Impressora %s n�encontrada" 
     294 
     295msgid "You have to pass user or group names on the command line" 
     296msgstr "Voce deve informar usuario ou grupo na linha de comando" 
     297 
     298#, python-format 
     299msgid "Prototype %s not found in Quota Storage for printer %s." 
     300msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s." 
     301 
     302#, python-format 
     303msgid "Prototype object %s not found in Quota Storage." 
     304msgstr "Objeto Prototipo %s n�encontrado no banco de dados." 
     305 
     306#, python-format 
     307msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     308msgstr "" 
     309"O limite maximo invalido, configurando o limite minimo (%s) na impressora %s." 
     310 
     311#, python-format 
     312msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     313msgstr "Limite indefinido, configurando a l�te maximo (%s) na impressora %s." 
     314 
     315#, python-format 
     316msgid "Invalid email address %s" 
     317msgstr "Endere�email inv�do" 
     318 
     319#, python-format 
     320msgid "Invalid group name %s" 
     321msgstr "O nome do grupo %s �nv�do" 
     322 
     323#, python-format 
     324msgid "Invalid user name %s" 
     325msgstr "O nome de usuario %s �nv�do" 
     326 
     327#, python-format 
     328msgid "Quota not found for object %s on printer %s." 
     329msgstr "Quota n�encontrada para o objeto %s para a impressora %s." 
     330 
     331#, python-format 
     332msgid "Group %s not found in the PyKota Storage." 
     333msgstr "Grupo %s n�encontrado no banco de dados." 
     334 
     335msgid "incompatible options, see help." 
     336msgstr "O�s incompativeis, veja a ajuda." 
     337 
     338#, python-format 
     339msgid "" 
     340"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     341"An OSD quota monitor for PyKota.\n" 
     342"\n" 
     343"command line usage :\n" 
     344"\n" 
     345"  pykosd [options]\n" 
     346"\n" 
     347"options :\n" 
     348"\n" 
     349"  -v | --version       Prints pkprinters's version number then exits.\n" 
     350"  -h | --help          Prints this message then exits.\n" 
     351"  \n" 
     352"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     353"                       triplet, for example #FF0000 is 100%% red.\n" 
     354"                       Defaults to 100%% green (#00FF00).\n" 
     355"                       \n" 
     356"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     357"                       Defaults to 3 seconds.\n" 
     358"                       \n" 
     359"  -f | --font f        Sets the font to use for " 
     360"display.                      \n" 
     361"                       Defaults to the Python OSD library's default.\n" 
     362"  \n" 
     363"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     364"                       Defaults to 0, which means loop forever.\n" 
     365"                       \n" 
     366"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     367"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     368"                       \n" 
     369"  \n" 
     370"examples :                              \n" 
     371"\n" 
     372"  $ pykosd -s 60 --loop 5\n" 
     373"  \n" 
     374"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     375"  and will last for 3 seconds (the default) each time. After five\n" 
     376"  iterations, the program will exit.\n" 
     377"  \n" 
     378"This program is free software; you can redistribute it and/or modify\n" 
     379"it under the terms of the GNU General Public License as published by\n" 
     380"the Free Software Foundation; either version 2 of the License, or\n" 
     381"(at your option) any later version.\n" 
     382"\n" 
     383"This program is distributed in the hope that it will be useful,\n" 
     384"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     385"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     386"GNU General Public License for more details.\n" 
     387"\n" 
     388"You should have received a copy of the GNU General Public License\n" 
     389"along with this program; if not, write to the Free Software\n" 
     390"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     391"\n" 
     392"Please e-mail bugs to: %s" 
     393msgstr "" 
     394 
     395#, python-format 
     396msgid "Invalid duration option %s" 
     397msgstr "Op� %s inv�da para dura�" 
     398 
     399#, python-format 
     400msgid "Invalid loop option %s" 
     401msgstr "Op� %s inv�da para loop (la�" 
     402 
     403#, python-format 
     404msgid "Invalid sleep option %s" 
     405msgstr "Op� %s inv�da para sleep (sono)" 
     406 
     407#, python-format 
     408msgid "Invalid color option %s" 
     409msgstr "Op� %s inv�da para color (cor)" 
     410 
     411#, python-format 
     412msgid "User %s doesn't exist in PyKota's database" 
     413msgstr "Usu�o %s n�existe na base de dados do Pykota" 
     414 
     415#, python-format 
     416msgid "Pages used on %s : %s" 
     417msgstr "P�nas usadas em %s : %s" 
     418 
     419#, python-format 
     420msgid "PyKota Units left : %.2f" 
     421msgstr "Unidades restantes do PyKota : %.2f" 
     422 
     423#, python-format 
     424msgid "" 
     425"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     426"\n" 
     427"Sends mail to users over print quota.\n" 
     428"\n" 
     429"command line usage :\n" 
     430"\n" 
     431"  warnpykota  [options]  [names]\n" 
     432"\n" 
     433"options :\n" 
     434"\n" 
     435"  -v | --version       Prints warnpykota's version number then exits.\n" 
     436"  -h | --help          Prints this message then exits.\n" 
     437"  \n" 
     438"  -u | --users         Warns users over their print quota, this is the \n" 
     439"                       default.\n" 
     440"  \n" 
     441"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     442"  \n" 
     443"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     444"                       use wildcards characters to select only\n" 
     445"                       some printers. The default value is *, meaning\n" 
     446"                       all printers.\n" 
     447"                       You can specify several names or wildcards, \n" 
     448"                       by separating them with commas.\n" 
     449"  \n" 
     450"examples :                              \n" 
     451"\n" 
     452"  $ warnpykota --printer lp\n" 
     453"  \n" 
     454"  This will warn all users of the lp printer who have exceeded their\n" 
     455"  print quota.\n" 
     456"\n" 
     457"  $ warnpykota \n" 
     458"  \n" 
     459"  This will warn all users  who have exceeded their print quota on\n" 
     460"  any printer.\n" 
     461"\n" 
     462"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     463"  \n" 
     464"  This will warn all users of groups which names begins with \"dev\" and\n" 
     465"  who have exceeded their print quota on any printer which name begins \n" 
     466"  with \"laserjet\"\n" 
     467"  \n" 
     468"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     469"  arguments representing users or groups names are ignored, and only the\n" 
     470"  current user/group is reported.\n" 
     471"\n" 
     472"This program is free software; you can redistribute it and/or modify\n" 
     473"it under the terms of the GNU General Public License as published by\n" 
     474"the Free Software Foundation; either version 2 of the License, or\n" 
     475"(at your option) any later version.\n" 
     476"\n" 
     477"This program is distributed in the hope that it will be useful,\n" 
     478"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     479"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     480"GNU General Public License for more details.\n" 
     481"\n" 
     482"You should have received a copy of the GNU General Public License\n" 
     483"along with this program; if not, write to the Free Software\n" 
     484"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     485"\n" 
     486"Please e-mail bugs to: %s" 
     487msgstr "" 
     488 
     489msgid "Job contains no data. Printing is denied." 
     490msgstr "Tarefa n�cont�nenhum dado. Impress�negada" 
     491 
     492msgid "Job accounting begins." 
     493msgstr "In�o da contagem da tarefa." 
     494 
     495msgid "Job accounting ends." 
     496msgstr "Fim da contagem da tarefa." 
     497 
     498msgid "Job size forced to 0 because printing is denied." 
     499msgstr "Tamanho da tarefa zerado porque a impress�foi negada" 
     500 
     501#, python-format 
     502msgid "Job size : %i" 
     503msgstr "Tamanho da tarefa : %i" 
     504 
     505#, python-format 
     506msgid "Updating user %s's quota on printer %s" 
     507msgstr "Atualizando cota do usu�o %s para a impressora %s" 
     508 
     509msgid "Job added to history." 
     510msgstr "Tarefa adicionada ao hist�o" 
     511 
     512#, python-format 
     513msgid "File number %s unregistered twice from polling object, ignored." 
     514msgstr "" 
     515"Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado" 
     516 
     517#, python-format 
     518msgid "SIGTERM was sent to real backend %s (pid: %s)" 
     519msgstr "SIGTERM foi emitida a real backend %s (pid: %s)" 
     520 
     521#, python-format 
     522msgid "CUPS backend %s died abnormally." 
     523msgstr "Backend CUPS morreu anormalmente." 
     524 
     525#, python-format 
     526msgid "" 
     527"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     528"\n" 
     529"Dumps PyKota database's content.\n" 
     530"\n" 
     531"command line usage :\n" 
     532"\n" 
     533"  dumpykota [options] \n" 
     534"\n" 
     535"options :\n" 
     536"\n" 
     537"  -v | --version       Prints dumpykota's version number then exits.\n" 
     538"  -h | --help          Prints this message then exits.\n" 
     539"  \n" 
     540"  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
     541"                       \n" 
     542"                         - history : dumps the jobs history.\n" 
     543"                         - users : dumps users.\n" 
     544"                         - groups : dumps user groups.\n" 
     545"                         - printers : dump printers.\n" 
     546"                         - upquotas : dump user quotas.\n" 
     547"                         - gpquotas : dump user groups quotas.\n" 
     548"                         - payments : dumps user payments.\n" 
     549"                         - pmembers : dumps printer groups members.\n" 
     550"                         - umembers : dumps user groups members.\n" 
     551"                         \n" 
     552"                       NB : the -d | --data command line option   \n" 
     553"                       is MANDATORY.\n" 
     554"  \n" 
     555"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
     556"                       the format is to dump datas in the csv format (comma\n" 
     557"                       separated values). All data dumped is between double\n" 
     558"                       quotes. Allowed formats are :\n" 
     559"                       \n" 
     560"                         - csv : separate datas with commas\n" 
     561"                         - ssv : separate datas with semicolons\n" 
     562"                         - tsv : separate datas with tabs\n" 
     563"                         - xml : dump data as XML\n" 
     564"                         \n" 
     565"  -o | --output fname  All datas will be dumped to the file instead of\n" 
     566"                       to the standard output. The special '-' filename\n" 
     567"                       is the default value and means stdout.\n" 
     568"                       WARNING : existing files are truncated !\n" 
     569"  \n" 
     570"Examples :\n" 
     571"\n" 
     572"  $ dumpykota --data history --format csv >myfile.csv\n" 
     573"  \n" 
     574"  This dumps the history in a comma separated values file, for possible\n" 
     575"  use in a spreadsheet.\n" 
     576"  \n" 
     577"  $ dumpykota --data users --format xml -o users.xml\n" 
     578"  \n" 
     579"  Dumps all users datas to the users.xml file.\n" 
     580"  \n" 
     581"This program is free software; you can redistribute it and/or modify\n" 
     582"it under the terms of the GNU General Public License as published by\n" 
     583"the Free Software Foundation; either version 2 of the License, or\n" 
     584"(at your option) any later version.\n" 
     585"\n" 
     586"This program is distributed in the hope that it will be useful,\n" 
     587"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     588"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     589"GNU General Public License for more details.\n" 
     590"\n" 
     591"You should have received a copy of the GNU General Public License\n" 
     592"along with this program; if not, write to the Free Software\n" 
     593"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     594"\n" 
     595"Please e-mail bugs to: %s" 
     596msgstr "" 
     597 
     598#, python-format 
     599msgid "Invalid modifier [%s] for --data command line option, see help." 
     600msgstr "" 
     601 
     602#, python-format 
     603msgid "Invalid modifier [%s] for --format command line option, see help." 
     604msgstr "" 
     605 
     606msgid "XML output is disabled because the jaxml module is not available." 
     607msgstr "" 
     608 
     609msgid "PyKota data dumper failed : I/O error" 
     610msgstr "" 
     611 
     612msgid "The -d | --data command line option is mandatory, see help." 
     613msgstr "" 
     614 
     615msgid "Too many arguments, see help." 
     616msgstr "" 
     617 
     618msgid "Software accounting already done in first pass. Ignoring." 
     619msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando." 
     620 
     621msgid "Hardware accounting already done in first pass. Ignoring." 
     622msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando" 
     623 
     624#, python-format 
     625msgid "" 
     626"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     627"A tool to give hints on what accounting method is best for each printer.\n" 
     628"\n" 
     629"command line usage :\n" 
     630"\n" 
     631"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n" 
     632"\n" 
     633"options :\n" 
     634"\n" 
     635"  -v | --version       Prints pkhint's version number then exits.\n" 
     636"  -h | --help          Prints this message then exits.\n" 
     637"  \n" 
     638"examples :                              \n" 
     639"\n" 
     640"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 
     641"  \n" 
     642"  Will analyze your printing system to test which accounter\n" 
     643"  is the best for each of the defined printer which\n" 
     644"  name matches one of the parameters.\n" 
     645"  \n" 
     646"  If you don't pass any argument on the command line, all\n" 
     647"  printers will be analyzed.\n" 
     648"  \n" 
     649"This program is free software; you can redistribute it and/or modify\n" 
     650"it under the terms of the GNU General Public License as published by\n" 
     651"the Free Software Foundation; either version 2 of the License, or\n" 
     652"(at your option) any later version.\n" 
     653"\n" 
     654"This program is distributed in the hope that it will be useful,\n" 
     655"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     656"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     657"GNU General Public License for more details.\n" 
     658"\n" 
     659"You should have received a copy of the GNU General Public License\n" 
     660"along with this program; if not, write to the Free Software\n" 
     661"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     662"\n" 
     663"Please e-mail bugs to: %s" 
     664msgstr "" 
     665 
     666#, python-format 
     667msgid "Invalid DeviceURI : %s" 
     668msgstr "DeviceURI inv�do : %s" 
     669 
     670msgid "" 
     671"\n" 
     672"Please wait while pkhint analyzes your printing system's configuration..." 
     673msgstr "" 
     674"\n" 
     675"Por favor, aguarde enquanto pkhint analisa as configura�s de seu sistema " 
     676"de impress�.." 
     677 
     678#, python-format 
     679msgid "Unknown device %s for printer %s" 
     680msgstr "Dispositivo %s inv�do para a impressora %s" 
     681 
     682msgid "" 
     683"\n" 
     684"Put the following lines into your /etc/pykota/pykota.conf file :\n" 
     685msgstr "" 
     686"\n" 
     687"Pondo as seguintes linhas no arquivo /etc/pykota/pykota.conf : \n" 
     688 
     689msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
     690msgstr "# CUIDADO : se o contador l�o for sugerido, isto n�significa" 
     691 
     692msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
     693msgstr "" 
     694"# que o contador l�o poder��funcionar. Isto significa somente que o " 
     695"Pykota" 
     696 
     697msgid "# wasn't able to autodetect which hardware accounting method to use." 
     698msgstr "" 
     699"# n�foi capaz de detectar automaticamente o m�do de contagem f�ca a " 
     700"ser utilizado" 
     701 
     702#, python-format 
     703msgid "" 
     704"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     705"A Printers Manager for PyKota.\n" 
     706"\n" 
     707"command line usage :\n" 
     708"\n" 
     709"  pkprinters [options] printer1 printer2 printer3 ... printerN\n" 
     710"\n" 
     711"options :\n" 
     712"\n" 
     713"  -v | --version       Prints pkprinters's version number then exits.\n" 
     714"  -h | --help          Prints this message then exits.\n" 
     715"  \n" 
     716"  -a | --add           Adds printers if they don't exist on the Quota \n" 
     717"                       Storage Server. If they exist, they are modified\n" 
     718"                       unless -s|--skipexisting is also used.\n" 
     719"                       \n" 
     720"  -d | --delete        Deletes printers from the quota storage.\n" 
     721"  \n" 
     722"  -D | --description   Adds a textual description to printers.\n" 
     723"                       \n" 
     724"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n" 
     725"                       Job price is optional.\n" 
     726"                       If both are to be set, separate them with a comma.\n" 
     727"                       Floating point and negative values are allowed.\n" 
     728"  \n" 
     729"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n" 
     730"                       groups pg1, pg2, etc... which must already exist.\n" 
     731"                       A printer group is just like a normal printer,\n" 
     732"                       only that it is usually unknown from the printing\n" 
     733"                       system. Create printer groups exactly the same\n" 
     734"                       way that you create printers, then add other \n" 
     735"                       printers to them with this option.\n" 
     736"                       Accounting is done on a printer and on all\n" 
     737"                       the printer groups it belongs to, quota checking\n" 
     738"                       is done on a printer and on all the printer groups\n" 
     739"                       it belongs to.\n" 
     740"                       If the --remove option below is not used, the \n" 
     741"                       default action is to add printers to the specified\n" 
     742"                       printer groups.\n" 
     743"                       \n" 
     744"  -l | --list          List informations about the printer(s) and the\n" 
     745"                       printers groups it is a member of.\n" 
     746"                       \n" 
     747"  -r | --remove        In combination with the --groups option " 
     748"above,                       \n" 
     749"                       remove printers from the specified printers groups.\n" 
     750"                       \n" 
     751"  -s | --skipexisting  In combination with the --add option above, tells\n" 
     752"                       pkprinters to not modify existing printers.\n" 
     753"  \n" 
     754"  printer1 through printerN can contain wildcards if the --add option \n" 
     755"  is not set.\n" 
     756"  \n" 
     757"examples :                              \n" 
     758"\n" 
     759"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 " 
     760"hp8000\n" 
     761"  \n" 
     762"  Will create three printers named hp2100, hp2200 and hp8000.\n" 
     763"  Their price per page will be set at 0.05 unit, and their price\n" 
     764"  per job will be set at 0.1 unit. Units are in your own currency,\n" 
     765"  or whatever you want them to mean.\n" 
     766"  All of their descriptions will be set to the string \"HP Printer\".\n" 
     767"  If any of these printers already exists, it will also be modified \n" 
     768"  unless the -s|--skipexisting command line option is also used.\n" 
     769"            \n" 
     770"  $ pkprinters --delete \"*\"\n" 
     771"  \n" 
     772"  This will completely delete all printers and associated quota " 
     773"information,\n" 
     774"  as well as their job history. USE WITH CARE !\n" 
     775"  \n" 
     776"  $ pkprinters --groups Laser,HP \"hp*\"\n" 
     777"  \n" 
     778"  This will put all printers which name matches \"hp*\" into printers " 
     779"groups \n" 
     780"  Laser and HP, which MUST already exist.\n" 
     781"  \n" 
     782"  $ pkprinters --groups LexMark --remove hp2200\n" 
     783"  \n" 
     784"  This will remove the hp2200 printer from the LexMark printer group.\n" 
     785"  \n" 
     786"This program is free software; you can redistribute it and/or modify\n" 
     787"it under the terms of the GNU General Public License as published by\n" 
     788"the Free Software Foundation; either version 2 of the License, or\n" 
     789"(at your option) any later version.\n" 
     790"\n" 
     791"This program is distributed in the hope that it will be useful,\n" 
     792"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     793"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     794"GNU General Public License for more details.\n" 
     795"\n" 
     796"You should have received a copy of the GNU General Public License\n" 
     797"along with this program; if not, write to the Free Software\n" 
     798"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     799"\n" 
     800"Please e-mail bugs to: %s" 
     801msgstr "" 
     802 
     803#, python-format 
     804msgid "Printer %s already exists, skipping." 
     805msgstr "Impressora %s j�xiste. Ignorando." 
     806 
     807#, python-format 
     808msgid "Printer %s already exists, will be modified." 
     809msgstr "Impressora %s j�xiste. Ser�eita uma modifica�." 
     810 
     811msgid "in" 
     812msgstr "em" 
     813 
     814msgid "You have to pass printer groups names on the command line" 
     815msgstr "" 
     816"voc�eve passar os nomes dos grupos de impressoras na linha de comando" 
     817 
     818msgid "You have to pass printer names on the command line" 
     819msgstr "Voce deve informar impressora na linha de comando" 
     820 
     821#, python-format 
     822msgid "" 
     823"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     824"\n" 
     825"Gives print quotes to users.\n" 
     826"\n" 
     827"command line usage :\n" 
     828"\n" 
     829"  pykotme  [options]  [files]\n" 
     830"\n" 
     831"options :\n" 
     832"\n" 
     833"  -v | --version       Prints pykotme's version number then exits.\n" 
     834"  -h | --help          Prints this message then exits.\n" 
     835"  \n" 
     836"  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
     837"                       use wildcards characters to select only\n" 
     838"                       some printers. The default value is *, meaning\n" 
     839"                       all printers.\n" 
     840"                       You can specify several names or wildcards, \n" 
     841"                       by separating them with commas.\n" 
     842"  \n" 
     843"examples :                              \n" 
     844"\n" 
     845"  $ pykotme --printer apple file1.ps file2.ps\n" 
     846"  \n" 
     847"  This will give a print quote to the current user. The quote will show\n" 
     848"  the price and size of a job consisting in file1.ps and file2.ps \n" 
     849"  which would be sent to the apple printer.\n" 
     850"  \n" 
     851"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     852"  \n" 
     853"  This will give a print quote to the current user. The quote will show\n" 
     854"  the price and size of a job consisting in file1.ps as read from\n" 
     855"  standard input, which would be sent to the apple or hplaser\n" 
     856"  printer.\n" 
     857"\n" 
     858"  $ pykotme \n" 
     859"  \n" 
     860"  This will give a quote for a job consisting of what is on standard \n" 
     861"  input. The quote will list the job size, and the price the job\n" 
     862"  would cost on each printer.\n" 
     863"\n" 
     864"This program is free software; you can redistribute it and/or modify\n" 
     865"it under the terms of the GNU General Public License as published by\n" 
     866"the Free Software Foundation; either version 2 of the License, or\n" 
     867"(at your option) any later version.\n" 
     868"\n" 
     869"This program is distributed in the hope that it will be useful,\n" 
     870"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     871"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     872"GNU General Public License for more details.\n" 
     873"\n" 
     874"You should have received a copy of the GNU General Public License\n" 
     875"along with this program; if not, write to the Free Software\n" 
     876"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     877"\n" 
     878"Please e-mail bugs to: %s" 
     879msgstr "" 
     880 
     881#, python-format 
     882msgid "Your account balance : %.2f" 
     883msgstr "Balan�de sua conta : %.2f" 
     884 
     885#, python-format 
     886msgid "Job size : %i pages" 
     887msgstr "Tamanho do JOB : %i p�nas" 
     888 
     889#, python-format 
     890msgid "Cost on printer %s : %.2f" 
     891msgstr "Custo da impresora %s : %.2f" 
     892 
     893#, python-format 
     894msgid "" 
     895"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     896"\n" 
     897"Generates print quota reports.\n" 
     898"\n" 
     899"command line usage :\n" 
     900"\n" 
     901"  repykota [options] \n" 
     902"\n" 
     903"options :\n" 
     904"\n" 
     905"  -v | --version       Prints repykota's version number then exits.\n" 
     906"  -h | --help          Prints this message then exits.\n" 
     907"  \n" 
     908"  -u | --users         Generates a report on users quota, this is \n" 
     909"                       the default.\n" 
     910"  \n" 
     911"  -g | --groups        Generates a report on group quota instead of users.\n" 
     912"  \n" 
     913"  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
     914"                       use wildcards characters to select only\n" 
     915"                       some printers. The default value is *, meaning\n" 
     916"                       all printers.\n" 
     917"                       You can specify several names or wildcards, \n" 
     918"                       by separating them with commas.\n" 
     919"  \n" 
     920"examples :                              \n" 
     921"\n" 
     922"  $ repykota --printer lp\n" 
     923"  \n" 
     924"  This will print the quota status for all users who use the lp printer.\n" 
     925"\n" 
     926"  $ repykota \n" 
     927"  \n" 
     928"  This will print the quota status for all users on all printers.\n" 
     929"  \n" 
     930"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     931"  \n" 
     932"  This will print the quota status for user jerome and all users\n" 
     933"  whose name begins with \"jo\" on all printers which name begins\n" 
     934"  with \"laser\" or ends with \"pson\".\n" 
     935"  \n" 
     936"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     937"  arguments representing users or groups names are ignored, and only the\n" 
     938"  current user/group is reported.\n" 
     939"\n" 
     940"This program is free software; you can redistribute it and/or modify\n" 
     941"it under the terms of the GNU General Public License as published by\n" 
     942"the Free Software Foundation; either version 2 of the License, or\n" 
     943"(at your option) any later version.\n" 
     944"\n" 
     945"This program is distributed in the hope that it will be useful,\n" 
     946"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     947"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     948"GNU General Public License for more details.\n" 
     949"\n" 
     950"You should have received a copy of the GNU General Public License\n" 
     951"along with this program; if not, write to the Free Software\n" 
     952"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     953"\n" 
     954"Please e-mail bugs to: %s" 
     955msgstr "" 
     956 
     957#, python-format 
    36958msgid "Unsupported accounter backend %s" 
    37959msgstr "Accounter Backend %s n�suportado" 
     
    64986msgid "Option enforcement in section %s only supports values in %s" 
    65987msgstr "Op� enforcement (refor� na se� %s s�porta valores em %s" 
     988 
     989#, python-format 
     990msgid "Option onaccountererror in section %s only supports values in %s" 
     991msgstr "" 
    66992 
    67993#, python-format 
     
    3271253"rejeitado" 
    3281254 
    329 msgid "Totals may be inaccurate if some users are members of several groups." 
    330 msgstr "" 
    331 "O Total pode n�ser exato se os usuarios forem mebros de varios grupos." 
    332  
    333 #, python-format 
    334 msgid "Unknown printer address in HARDWARE(%s) for printer %s" 
    335 msgstr "Endere�invalido em  HARDWARE(%s) para a impressora %s" 
    336  
    337 #, python-format 
    338 msgid "Launching HARDWARE(%s)..." 
    339 msgstr "Tentando identifica� f�ca(%s)..." 
    340  
    341 #, python-format 
    342 msgid "Incorrect answer : %s" 
    343 msgstr "Resposta errada : %s" 
    344  
    345 #, python-format 
    346 msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
    347 msgstr "Sinal SIGTERM enviado para contador f�co %s (pid : %s)" 
    348  
    349 #, python-format 
    350 msgid "Unable to query printer %s via HARDWARE(%s)" 
    351 msgstr "Imposive consultar a impressora %s via HARDWARE(%s)" 
    352  
    353 #, python-format 
    354 msgid "Launching SOFTWARE(%s)..." 
    355 msgstr "Tentando identifica� l�a (%s)..." 
    356  
    357 #, python-format 
    358 msgid "Unable to compute job size with accounter %s" 
    359 msgstr "Impossivel calcular o tamanho do trabalho com o contador %s" 
    360  
    361 #, python-format 
    362 msgid "Problem while waiting for software accounter pid %s to exit : %s" 
    363 msgstr "Problema ao aguardar encerramento do contador l�o de pid %s : %s" 
    364  
    365 #, python-format 
    366 msgid "Software accounter %s exit code is %s" 
    367 msgstr "C�o de erro para contador l�o %s : %s" 
    368  
    3691255#, python-format 
    3701256msgid "" 
     
    3941280#, python-format 
    3951281msgid "" 
     1282"No pykotaAccountBalance object found for user %s. Did you create LDAP " 
     1283"entries manually ?" 
     1284msgstr "" 
     1285 
     1286#, python-format 
     1287msgid "" 
    3961288"Unable to find an existing objectClass %s entry with %s=%s to attach " 
    3971289"pykotaAccount objectClass" 
     
    4061298"pykotaGroup %s" 
    4071299 
     1300msgid "Totals may be inaccurate if some users are members of several groups." 
     1301msgstr "" 
     1302"O Total pode n�ser exato se os usuarios forem mebros de varios grupos." 
     1303 
     1304#, python-format 
     1305msgid "Network error while doing SNMP queries on printer %s : %s" 
     1306msgstr "" 
     1307 
     1308#, python-format 
     1309msgid "Problem encountered while doing SNMP queries on printer %s : %s" 
     1310msgstr "" 
     1311 
     1312#, python-format 
     1313msgid "Waiting for printer %s to be idle or printing..." 
     1314msgstr "" 
     1315 
     1316#, python-format 
     1317msgid "Waiting for printer %s's idle status to stabilize..." 
     1318msgstr "" 
     1319 
     1320#, python-format 
     1321msgid "Problem during connection to %s:%s : %s" 
     1322msgstr "" 
     1323 
     1324#, python-format 
     1325msgid "Problem while sending PJL query to %s:%s : %s" 
     1326msgstr "" 
     1327 
     1328#, python-format 
     1329msgid "A problem occured while reading printer %s's internal page counter." 
     1330msgstr "" 
     1331 
     1332#, python-format 
     1333msgid "Retrieving printer %s's page counter from database instead." 
     1334msgstr "" 
     1335 
     1336#, python-format 
     1337msgid "" 
     1338"Couldn't retrieve printer %s's internal page counter either before or after " 
     1339"printing." 
     1340msgstr "" 
     1341 
     1342#, python-format 
     1343msgid "Job's size forced to 1 page for printer %s." 
     1344msgstr "" 
     1345 
     1346#, python-format 
     1347msgid "No previous job in database for printer %s." 
     1348msgstr "" 
     1349 
     1350#, python-format 
     1351msgid "Inconsistent values for printer %s's internal page counter." 
     1352msgstr "" 
     1353 
     1354msgid "" 
     1355"Internal SNMP accounting asked, but Python-SNMP is not available. Please " 
     1356"download it from http://pysnmp.sourceforge.net" 
     1357msgstr "" 
     1358 
     1359#, python-format 
     1360msgid "Unknown printer address in HARDWARE(%s) for printer %s" 
     1361msgstr "Endere�invalido em  HARDWARE(%s) para a impressora %s" 
     1362 
     1363#, python-format 
     1364msgid "Launching HARDWARE(%s)..." 
     1365msgstr "Tentando identifica� f�ca(%s)..." 
     1366 
     1367#, python-format 
     1368msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
     1369msgstr "Sinal SIGTERM enviado para contador f�co %s (pid : %s)" 
     1370 
     1371#, python-format 
     1372msgid "Line [%s] skipped in accounter's output. Trying again..." 
     1373msgstr "" 
     1374 
     1375#, python-format 
     1376msgid "Hardware accounter %s exit code is %s" 
     1377msgstr "" 
     1378 
     1379#, python-format 
     1380msgid "Unable to query printer %s via HARDWARE(%s)" 
     1381msgstr "Imposive consultar a impressora %s via HARDWARE(%s)" 
     1382 
     1383#, python-format 
     1384msgid "" 
     1385"SNMP querying stage interrupted. Using latest value seen for internal page " 
     1386"counter (%s) on printer %s." 
     1387msgstr "" 
     1388 
     1389#, python-format 
     1390msgid "" 
     1391"PJL querying stage interrupted. Using latest value seen for internal page " 
     1392"counter (%s) on printer %s." 
     1393msgstr "" 
     1394 
     1395#, python-format 
     1396msgid "Launching SOFTWARE(%s)..." 
     1397msgstr "Tentando identifica� l�a (%s)..." 
     1398 
     1399#, python-format 
     1400msgid "Unable to compute job size with accounter %s" 
     1401msgstr "Impossivel calcular o tamanho do trabalho com o contador %s" 
     1402 
     1403#, python-format 
     1404msgid "Problem while waiting for software accounter pid %s to exit : %s" 
     1405msgstr "Problema ao aguardar encerramento do contador l�o de pid %s : %s" 
     1406 
     1407#, python-format 
     1408msgid "Software accounter %s exit code is %s" 
     1409msgstr "C�o de erro para contador l�o %s : %s" 
     1410 
    4081411msgid "PyKota Reports" 
    4091412msgstr "Relat� do Pykota" 
     
    4661469msgstr "Op�s" 
    4671470 
    468 msgid "Job contains no data. Printing is denied." 
    469 msgstr "Tarefa n�cont�nenhum dado. Impress�negada" 
    470  
    471 msgid "Job accounting begins." 
    472 msgstr "In�o da contagem da tarefa." 
    473  
    474 msgid "Job accounting ends." 
    475 msgstr "Fim da contagem da tarefa." 
    476  
    477 msgid "Job size forced to 0 because printing is denied." 
    478 msgstr "Tamanho da tarefa zerado porque a impress�foi negada" 
    479  
    480 #, python-format 
    481 msgid "Job size : %i" 
    482 msgstr "Tamanho da tarefa : %i" 
    483  
    484 #, python-format 
    485 msgid "Updating user %s's quota on printer %s" 
    486 msgstr "Atualizando cota do usu�o %s para a impressora %s" 
    487  
    488 msgid "Job added to history." 
    489 msgstr "Tarefa adicionada ao hist�o" 
    490  
    491 #, python-format 
    492 msgid "File number %s unregistered twice from polling object, ignored." 
    493 msgstr "" 
    494 "Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado" 
    495  
    496 #, python-format 
    497 msgid "SIGTERM was sent to real backend %s (pid: %s)" 
    498 msgstr "SIGTERM foi emitida a real backend %s (pid: %s)" 
    499  
    500 #, python-format 
    501 msgid "CUPS backend %s died abnormally." 
    502 msgstr "Backend CUPS morreu anormalmente." 
    503  
    504 #, python-format 
    505 msgid "Invalid softlimit value %s." 
    506 msgstr "Valor incorreto para o limite %s." 
    507  
    508 #, python-format 
    509 msgid "Invalid hardlimit value %s." 
    510 msgstr "Valor incorreto para o limite Maximo %s." 
    511  
    512 #, python-format 
    513 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    514 msgstr "Limite maximo %i �enor que o limite %i, os valores ser�invertidos." 
    515  
    516 #, python-format 
    517 msgid "Invalid balance value %s" 
    518 msgstr "Valor da media %s inv�do" 
    519  
    520 #, python-format 
    521 msgid "Invalid charge amount value %s" 
    522 msgstr "Valor de carga: %s inv�do" 
    523  
    524 #, python-format 
    525 msgid "Invalid limitby value %s" 
    526 msgstr "Valor do limitby %s inv�do" 
    527  
    528 #, python-format 
    529 msgid "Impossible to add printer %s" 
    530 msgstr "Imposivel adicionar impressora %s" 
    531  
    532 #, python-format 
    533 msgid "Invalid printer name %s" 
    534 msgstr "Nome de impressora %s inv�do" 
    535  
    536 #, python-format 
    537 msgid "There's no printer matching %s" 
    538 msgstr "Impressora %s n�encontrada" 
    539  
    540 msgid "You have to pass user or group names on the command line" 
    541 msgstr "Voce deve informar usuario ou grupo na linha de comando" 
    542  
    543 #, python-format 
    544 msgid "Prototype %s not found in Quota Storage for printer %s." 
    545 msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s." 
    546  
    547 #, python-format 
    548 msgid "Prototype object %s not found in Quota Storage." 
    549 msgstr "Objeto Prototipo %s n�encontrado no banco de dados." 
    550  
    551 #, python-format 
    552 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    553 msgstr "" 
    554 "O limite maximo invalido, configurando o limite minimo (%s) na impressora %s." 
    555  
    556 #, python-format 
    557 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    558 msgstr "Limite indefinido, configurando a l�te maximo (%s) na impressora %s." 
    559  
    560 #, python-format 
    561 msgid "Invalid email address %s" 
    562 msgstr "Endere�email inv�do" 
    563  
    564 #, python-format 
    565 msgid "Invalid group name %s" 
    566 msgstr "O nome do grupo %s �nv�do" 
    567  
    568 #, python-format 
    569 msgid "Invalid user name %s" 
    570 msgstr "O nome de usuario %s �nv�do" 
    571  
    572 #, python-format 
    573 msgid "Quota not found for object %s on printer %s." 
    574 msgstr "Quota n�encontrada para o objeto %s para a impressora %s." 
    575  
    576 #, python-format 
    577 msgid "Group %s not found in the PyKota Storage." 
    578 msgstr "Grupo %s n�encontrado no banco de dados." 
    579  
    580 msgid "incompatible options, see help." 
    581 msgstr "O�s incompativeis, veja a ajuda." 
    582  
    583 #, python-format 
    584 msgid "Printer %s already exists, skipping." 
    585 msgstr "Impressora %s j�xiste. Ignorando." 
    586  
    587 #, python-format 
    588 msgid "Printer %s already exists, will be modified." 
    589 msgstr "Impressora %s j�xiste. Ser�eita uma modifica�." 
    590  
    591 msgid "in" 
    592 msgstr "em" 
    593  
    594 msgid "You have to pass printer groups names on the command line" 
    595 msgstr "" 
    596 "voc�eve passar os nomes dos grupos de impressoras na linha de comando" 
    597  
    598 msgid "You have to pass printer names on the command line" 
    599 msgstr "Voce deve informar impressora na linha de comando" 
    600  
    601 msgid "Software accounting already done in first pass. Ignoring." 
    602 msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando." 
    603  
    604 msgid "Hardware accounting already done in first pass. Ignoring." 
    605 msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando" 
    606  
    607 #, python-format 
    608 msgid "Invalid DeviceURI : %s" 
    609 msgstr "DeviceURI inv�do : %s" 
    610  
    611 msgid "" 
    612 "\n" 
    613 "Please wait while pkhint analyzes your printing system's configuration..." 
    614 msgstr "" 
    615 "\n" 
    616 "Por favor, aguarde enquanto pkhint analisa as configura�s de seu sistema " 
    617 "de impress�.." 
    618  
    619 #, python-format 
    620 msgid "Unknown device %s for printer %s" 
    621 msgstr "Dispositivo %s inv�do para a impressora %s" 
    622  
    623 msgid "" 
    624 "\n" 
    625 "Put the following lines into your /etc/pykota/pykota.conf file :\n" 
    626 msgstr "" 
    627 "\n" 
    628 "Pondo as seguintes linhas no arquivo /etc/pykota/pykota.conf : \n" 
    629  
    630 msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
    631 msgstr "# CUIDADO : se o contador l�o for sugerido, isto n�significa" 
    632  
    633 msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
    634 msgstr "" 
    635 "# que o contador l�o poder��funcionar. Isto significa somente que o " 
    636 "Pykota" 
    637  
    638 msgid "# wasn't able to autodetect which hardware accounting method to use." 
    639 msgstr "" 
    640 "# n�foi capaz de detectar automaticamente o m�do de contagem f�ca a " 
    641 "ser utilizado" 
    642  
    643 #, python-format 
    644 msgid "Invalid duration option %s" 
    645 msgstr "Op� %s inv�da para dura�" 
    646  
    647 #, python-format 
    648 msgid "Invalid loop option %s" 
    649 msgstr "Op� %s inv�da para loop (la�" 
    650  
    651 #, python-format 
    652 msgid "Invalid sleep option %s" 
    653 msgstr "Op� %s inv�da para sleep (sono)" 
    654  
    655 #, python-format 
    656 msgid "Invalid color option %s" 
    657 msgstr "Op� %s inv�da para color (cor)" 
    658  
    659 #, python-format 
    660 msgid "User %s doesn't exist in PyKota's database" 
    661 msgstr "Usu�o %s n�existe na base de dados do Pykota" 
    662  
    663 #, python-format 
    664 msgid "Pages used on %s : %s" 
    665 msgstr "P�nas usadas em %s : %s" 
    666  
    667 #, python-format 
    668 msgid "PyKota Units left : %.2f" 
    669 msgstr "Unidades restantes do PyKota : %.2f" 
    670  
    671 #, python-format 
    672 msgid "Your account balance : %.2f" 
    673 msgstr "Balan�de sua conta : %.2f" 
    674  
    675 #, python-format 
    676 msgid "Job size : %i pages" 
    677 msgstr "Tamanho do JOB : %i p�nas" 
    678  
    679 #, python-format 
    680 msgid "Cost on printer %s : %.2f" 
    681 msgstr "Custo da impresora %s : %.2f" 
    682  
    683 #, python-format 
    6841471msgid "Previous page" 
    6851472msgstr "P�na anterior" 
     1473 
     1474#~ msgid "Incorrect answer : %s" 
     1475#~ msgstr "Resposta errada : %s"