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_PT/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 "Foi enviado um SIGTERM para o backend %s (pid: %s)" 
     114 
     115#, python-format 
     116msgid "CUPS backend %s died abnormally." 
     117msgstr "O backend CUPS morreu inesperadamente." 
     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 incorrecto para o limite m�mo %s." 
     448 
     449#, python-format 
     450msgid "Invalid hardlimit value %s." 
     451msgstr "Valor incorrecto para limite m�mo %s." 
     452 
     453#, python-format 
     454msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     455msgstr "" 
     456"Limite m�mo %i �enor que o limite m�mo %i, os valores ser�invertidos." 
     457 
     458#, python-format 
     459msgid "Invalid overcharge value %s" 
     460msgstr "" 
     461 
     462#, python-format 
     463msgid "Invalid balance value %s" 
     464msgstr "Valor de saldo inv�do %s" 
     465 
     466#, python-format 
     467msgid "Invalid charge amount value %s" 
     468msgstr "Valor de custo inv�do %s" 
     469 
     470#, python-format 
     471msgid "Invalid limitby value %s" 
     472msgstr "Valor inv�do para pol�ca de quota %s" 
     473 
     474#, python-format 
     475msgid "Impossible to add printer %s" 
     476msgstr "Foi imposs�l adicionar a impressora %s" 
     477 
     478#, python-format 
     479msgid "Invalid printer name %s" 
     480msgstr "Nome de impressora %s inv�do" 
     481 
     482#, python-format 
     483msgid "There's no printer matching %s" 
     484msgstr "A impressora %s n�existe" 
     485 
     486msgid "You have to pass user or group names on the command line" 
     487msgstr "" 
     488"�Obrigat� a utiliza� de nomes de utilizador ou grupo na linha de " 
     489"comando" 
     490 
     491#, python-format 
     492msgid "Prototype %s not found in Quota Storage for printer %s." 
     493msgstr "Prot�o %s n�encontrado na base de dados para a impressora %s." 
     494 
     495#, python-format 
     496msgid "Prototype object %s not found in Quota Storage." 
     497msgstr "Objecto do prot�o %s n�encontrado na base de dados." 
     498 
     499#, python-format 
     500msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     501msgstr "" 
     502"Limite m�mo indefinido, foi usado o valor do limite m�mo (%s) para a " 
     503"impressora %s." 
     504 
     505#, python-format 
     506msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     507msgstr "" 
     508"Limite m�mo indefinido, foi usado o valor do limite m�mo (%s) para a " 
     509"impressora %s." 
     510 
     511#, python-format 
     512msgid "Invalid email address %s" 
     513msgstr "Endere�email inv�do" 
     514 
     515#, python-format 
     516msgid "Unknown group %s" 
     517msgstr "" 
     518 
     519#, python-format 
     520msgid "Unknown user %s" 
     521msgstr "" 
     522 
     523#, python-format 
     524msgid "Invalid group name %s" 
     525msgstr "O nome do grupo %s �nv�do" 
     526 
     527#, python-format 
     528msgid "Invalid user name %s" 
     529msgstr "O nome do utilizador %s �nv�do" 
     530 
     531#, python-format 
     532msgid "Quota not found for object %s on printer %s." 
     533msgstr "Cota n�encontrada para o objecto %s da impressora %s." 
     534 
     535#, python-format 
     536msgid "Group %s not found in the PyKota Storage." 
     537msgstr "Grupo %s n�encontrado na base de dados." 
     538 
     539msgid "incompatible options, see help." 
     540msgstr "Op�s incompat�is, veja a ajuda." 
     541 
     542msgid "Software accounting already done in first pass. Ignoring." 
     543msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando." 
     544 
     545msgid "Hardware accounting already done in first pass. Ignoring." 
     546msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando" 
     547 
     548msgid "Job size and price now set in history." 
     549msgstr "" 
     550 
     551#, python-format 
     552msgid "" 
     553"repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     554"Libres\n" 
     555"\n" 
     556"Generates print quota reports.\n" 
     557"\n" 
     558"command line usage :\n" 
     559"\n" 
     560"  repykota [options] \n" 
     561"\n" 
     562"options :\n" 
     563"\n" 
     564"  -v | --version       Prints repykota's version number then exits.\n" 
     565"  -h | --help          Prints this message then exits.\n" 
     566"  \n" 
     567"  -u | --users         Generates a report on users quota, this is \n" 
     568"                       the default.\n" 
     569"  \n" 
     570"  -g | --groups        Generates a report on group quota instead of users.\n" 
     571"  \n" 
     572"  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
     573"                       use wildcards characters to select only\n" 
     574"                       some printers. The default value is *, meaning\n" 
     575"                       all printers.\n" 
     576"                       You can specify several names or wildcards, \n" 
     577"                       by separating them with commas.\n" 
     578"  \n" 
     579"examples :                              \n" 
     580"\n" 
     581"  $ repykota --printer lp\n" 
     582"  \n" 
     583"  This will print the quota status for all users who use the lp printer.\n" 
     584"\n" 
     585"  $ repykota \n" 
     586"  \n" 
     587"  This will print the quota status for all users on all printers.\n" 
     588"  \n" 
     589"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     590"  \n" 
     591"  This will print the quota status for user jerome and all users\n" 
     592"  whose name begins with \"jo\" on all printers which name begins\n" 
     593"  with \"laser\" or ends with \"pson\".\n" 
     594"  \n" 
     595"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     596"  arguments representing users or groups names are ignored, and only the\n" 
     597"  current user/group is reported.\n" 
     598"\n" 
     599"This program is free software; you can redistribute it and/or modify\n" 
     600"it under the terms of the GNU General Public License as published by\n" 
     601"the Free Software Foundation; either version 2 of the License, or\n" 
     602"(at your option) any later version.\n" 
     603"\n" 
     604"This program is distributed in the hope that it will be useful,\n" 
     605"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     606"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     607"GNU General Public License for more details.\n" 
     608"\n" 
     609"You should have received a copy of the GNU General Public License\n" 
     610"along with this program; if not, write to the Free Software\n" 
     611"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     612"\n" 
     613"Please e-mail bugs to: %s" 
     614msgstr "" 
     615 
     616#, python-format 
     617msgid "" 
     618"warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     619"Libres\n" 
     620"\n" 
     621"Sends mail to users over print quota.\n" 
     622"\n" 
     623"command line usage :\n" 
     624"\n" 
     625"  warnpykota  [options]  [names]\n" 
     626"\n" 
     627"options :\n" 
     628"\n" 
     629"  -v | --version       Prints warnpykota's version number then exits.\n" 
     630"  -h | --help          Prints this message then exits.\n" 
     631"  \n" 
     632"  -u | --users         Warns users over their print quota, this is the \n" 
     633"                       default.\n" 
     634"  \n" 
     635"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     636"  \n" 
     637"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     638"                       use wildcards characters to select only\n" 
     639"                       some printers. The default value is *, meaning\n" 
     640"                       all printers.\n" 
     641"                       You can specify several names or wildcards, \n" 
     642"                       by separating them with commas.\n" 
     643"  \n" 
     644"examples :                              \n" 
     645"\n" 
     646"  $ warnpykota --printer lp\n" 
     647"  \n" 
     648"  This will warn all users of the lp printer who have exceeded their\n" 
     649"  print quota.\n" 
     650"\n" 
     651"  $ warnpykota \n" 
     652"  \n" 
     653"  This will warn all users  who have exceeded their print quota on\n" 
     654"  any printer.\n" 
     655"\n" 
     656"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     657"  \n" 
     658"  This will warn all users of groups which names begins with \"dev\" and\n" 
     659"  who have exceeded their print quota on any printer which name begins \n" 
     660"  with \"laserjet\"\n" 
     661"  \n" 
     662"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     663"  arguments representing users or groups names are ignored, and only the\n" 
     664"  current user/group is reported.\n" 
     665"\n" 
     666"This program is free software; you can redistribute it and/or modify\n" 
     667"it under the terms of the GNU General Public License as published by\n" 
     668"the Free Software Foundation; either version 2 of the License, or\n" 
     669"(at your option) any later version.\n" 
     670"\n" 
     671"This program is distributed in the hope that it will be useful,\n" 
     672"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     673"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     674"GNU General Public License for more details.\n" 
     675"\n" 
     676"You should have received a copy of the GNU General Public License\n" 
     677"along with this program; if not, write to the Free Software\n" 
     678"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     679"\n" 
     680"Please e-mail bugs to: %s" 
     681msgstr "" 
     682 
     683#, python-format 
     684msgid "" 
     685"pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     686"An OSD quota monitor for PyKota.\n" 
     687"\n" 
     688"command line usage :\n" 
     689"\n" 
     690"  pykosd [options]\n" 
     691"\n" 
     692"options :\n" 
     693"\n" 
     694"  -v | --version       Prints pykosd's version number then exits.\n" 
     695"  -h | --help          Prints this message then exits.\n" 
     696"  \n" 
     697"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     698"                       triplet, for example #FF0000 is 100%% red.\n" 
     699"                       Defaults to 100%% green (#00FF00).\n" 
     700"                       \n" 
     701"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     702"                       Defaults to 3 seconds.\n" 
     703"                       \n" 
     704"  -f | --font f        Sets the font to use for " 
     705"display.                      \n" 
     706"                       Defaults to the Python OSD library's default.\n" 
     707"  \n" 
     708"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     709"                       Defaults to 0, which means loop forever.\n" 
     710"                       \n" 
     711"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     712"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     713"                       \n" 
     714"  \n" 
     715"examples :                              \n" 
     716"\n" 
     717"  $ pykosd -s 60 --loop 5\n" 
     718"  \n" 
     719"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     720"  and will last for 3 seconds (the default) each time. After five\n" 
     721"  iterations, the program will exit.\n" 
     722"  \n" 
     723"This program is free software; you can redistribute it and/or modify\n" 
     724"it under the terms of the GNU General Public License as published by\n" 
     725"the Free Software Foundation; either version 2 of the License, or\n" 
     726"(at your option) any later version.\n" 
     727"\n" 
     728"This program is distributed in the hope that it will be useful,\n" 
     729"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     730"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     731"GNU General Public License for more details.\n" 
     732"\n" 
     733"You should have received a copy of the GNU General Public License\n" 
     734"along with this program; if not, write to the Free Software\n" 
     735"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     736"\n" 
     737"Please e-mail bugs to: %s" 
     738msgstr "" 
     739 
     740#, python-format 
     741msgid "Invalid duration option %s" 
     742msgstr "Op� %s inv�da para dura�" 
     743 
     744#, python-format 
     745msgid "Invalid loop option %s" 
     746msgstr "Op� %s inv�da para loop (la�" 
     747 
     748#, python-format 
     749msgid "Invalid sleep option %s" 
     750msgstr "Op� %s inv�da para sleep (sono)" 
     751 
     752#, python-format 
     753msgid "Invalid color option %s" 
     754msgstr "Op� %s inv�da para color (cor)" 
     755 
     756#, python-format 
     757msgid "User %s doesn't exist in PyKota's database" 
     758msgstr "Usu�o %s n�existe na base de dados do Pykota" 
     759 
     760#, python-format 
     761msgid "Pages used on %s : %s" 
     762msgstr "P�nas usadas em %s : %s" 
     763 
     764#, python-format 
     765msgid "PyKota Units left : %.2f" 
     766msgstr "Unidades restantes do PyKota : %.2f" 
     767 
     768#, python-format 
     769msgid "" 
     770"pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     771"\n" 
     772"Gives print quotes to users.\n" 
     773"\n" 
     774"command line usage :\n" 
     775"\n" 
     776"  pykotme  [options]  [files]\n" 
     777"\n" 
     778"options :\n" 
     779"\n" 
     780"  -v | --version       Prints pykotme's version number then exits.\n" 
     781"  -h | --help          Prints this message then exits.\n" 
     782"  \n" 
     783"  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
     784"                       use wildcards characters to select only\n" 
     785"                       some printers. The default value is *, meaning\n" 
     786"                       all printers.\n" 
     787"                       You can specify several names or wildcards, \n" 
     788"                       by separating them with commas.\n" 
     789"  \n" 
     790"examples :                              \n" 
     791"\n" 
     792"  $ pykotme --printer apple file1.ps file2.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 and file2.ps \n" 
     796"  which would be sent to the apple printer.\n" 
     797"  \n" 
     798"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     799"  \n" 
     800"  This will give a print quote to the current user. The quote will show\n" 
     801"  the price and size of a job consisting in file1.ps as read from\n" 
     802"  standard input, which would be sent to the apple or hplaser\n" 
     803"  printer.\n" 
     804"\n" 
     805"  $ pykotme \n" 
     806"  \n" 
     807"  This will give a quote for a job consisting of what is on standard \n" 
     808"  input. The quote will list the job size, and the price the job\n" 
     809"  would cost on each printer.\n" 
     810"\n" 
     811"This program is free software; you can redistribute it and/or modify\n" 
     812"it under the terms of the GNU General Public License as published by\n" 
     813"the Free Software Foundation; either version 2 of the License, or\n" 
     814"(at your option) any later version.\n" 
     815"\n" 
     816"This program is distributed in the hope that it will be useful,\n" 
     817"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     818"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     819"GNU General Public License for more details.\n" 
     820"\n" 
     821"You should have received a copy of the GNU General Public License\n" 
     822"along with this program; if not, write to the Free Software\n" 
     823"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     824"\n" 
     825"Please e-mail bugs to: %s" 
     826msgstr "" 
     827 
     828#, python-format 
     829msgid "Your account balance : %.2f" 
     830msgstr "Saldo da sua conta : %.2f" 
     831 
     832#, python-format 
     833msgid "Job size : %i pages" 
     834msgstr "Tamanho do pedido : %i p�nas" 
     835 
     836#, python-format 
     837msgid "Cost on printer %s : %.2f" 
     838msgstr "Custo da impressora %s : %.2f" 
     839 
     840#, python-format 
     841msgid "" 
    37842"pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    38843"Libres\n" 
     
    3941199msgstr "" 
    3951200 
    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 "A impressora %s n�existe" 
    402  
    403 #, python-format 
    404 msgid "Invalid charge amount value %s" 
    405 msgstr "Valor de custo inv�do %s" 
    406  
    4071201#, python-format 
    4081202msgid "Printer %s already exists, skipping." 
     
    4131207msgstr "Impressora %s j�xiste. Ser�eita uma modifica�." 
    4141208 
    415 #, python-format 
    416 msgid "Impossible to add printer %s" 
    417 msgstr "Foi imposs�l adicionar a impressora %s" 
    418  
    419 #, python-format 
    420 msgid "Invalid printer name %s" 
    421 msgstr "Nome de impressora %s inv�do" 
    422  
    4231209msgid "in" 
    4241210msgstr "em" 
    4251211 
    426 msgid "incompatible options, see help." 
    427 msgstr "Op�s incompat�is, veja a ajuda." 
    428  
    4291212msgid "You have to pass printer groups names on the command line" 
    4301213msgstr "" 
     
    4351218 
    4361219#, 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 "Saldo da sua conta : %.2f" 
    584  
    585 #, python-format 
    586 msgid "Job size : %i pages" 
    587 msgstr "Tamanho do pedido : %i p�nas" 
    588  
    589 #, python-format 
    590 msgid "Cost on printer %s : %.2f" 
    591 msgstr "Custo da impressora %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 "Foi enviado um SIGTERM para o backend %s (pid: %s)" 
    665  
    666 #, python-format 
    667 msgid "CUPS backend %s died abnormally." 
    668 msgstr "O backend CUPS morreu inesperadamente." 
    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 incorrecto para o limite m�mo %s." 
    949  
    950 #, python-format 
    951 msgid "Invalid hardlimit value %s." 
    952 msgstr "Valor incorrecto para limite m�mo %s." 
    953  
    954 #, python-format 
    955 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    956 msgstr "" 
    957 "Limite m�mo %i �enor que o limite m�mo %i, os valores ser�invertidos." 
    958  
    959 #, python-format 
    960 msgid "Invalid balance value %s" 
    961 msgstr "Valor de saldo inv�do %s" 
    962  
    963 #, python-format 
    964 msgid "Invalid limitby value %s" 
    965 msgstr "Valor inv�do para pol�ca de quota %s" 
    966  
    967 msgid "You have to pass user or group names on the command line" 
    968 msgstr "" 
    969 "�Obrigat� a utiliza� de nomes de utilizador ou grupo na linha de " 
    970 "comando" 
    971  
    972 #, python-format 
    973 msgid "Prototype %s not found in Quota Storage for printer %s." 
    974 msgstr "Prot�o %s n�encontrado na base de dados para a impressora %s." 
    975  
    976 #, python-format 
    977 msgid "Prototype object %s not found in Quota Storage." 
    978 msgstr "Objecto do prot�o %s n�encontrado na base de dados." 
    979  
    980 #, python-format 
    981 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    982 msgstr "" 
    983 "Limite m�mo indefinido, foi usado o valor do limite m�mo (%s) para a " 
    984 "impressora %s." 
    985  
    986 #, python-format 
    987 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    988 msgstr "" 
    989 "Limite m�mo indefinido, foi usado o valor do limite m�mo (%s) para a " 
    990 "impressora %s." 
    991  
    992 #, python-format 
    993 msgid "Invalid email address %s" 
    994 msgstr "Endere�email inv�do" 
    995  
    996 #, python-format 
    997 msgid "Unknown group %s" 
    998 msgstr "" 
    999  
    1000 #, python-format 
    1001 msgid "Unknown user %s" 
    1002 msgstr "" 
    1003  
    1004 #, python-format 
    1005 msgid "Invalid group name %s" 
    1006 msgstr "O nome do grupo %s �nv�do" 
    1007  
    1008 #, python-format 
    1009 msgid "Invalid user name %s" 
    1010 msgstr "O nome do utilizador %s �nv�do" 
    1011  
    1012 #, python-format 
    1013 msgid "Quota not found for object %s on printer %s." 
    1014 msgstr "Cota n�encontrada para o objecto %s da impressora %s." 
    1015  
    1016 #, python-format 
    1017 msgid "Group %s not found in the PyKota Storage." 
    1018 msgstr "Grupo %s n�encontrado na base de dados." 
    1019  
    1020 msgid "Software accounting already done in first pass. Ignoring." 
    1021 msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando." 
    1022  
    1023 msgid "Hardware accounting already done in first pass. Ignoring." 
    1024 msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando" 
    1025  
    1026 msgid "Job size and price now set in history." 
    1027 msgstr "" 
    1028  
    1029 #, python-format 
    1030 msgid "" 
    1031 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1032 "Libres\n" 
    1033 "\n" 
    1034 "Generates print quota reports.\n" 
    1035 "\n" 
    1036 "command line usage :\n" 
    1037 "\n" 
    1038 "  repykota [options] \n" 
    1039 "\n" 
    1040 "options :\n" 
    1041 "\n" 
    1042 "  -v | --version       Prints repykota's version number then exits.\n" 
    1043 "  -h | --help          Prints this message then exits.\n" 
    1044 "  \n" 
    1045 "  -u | --users         Generates a report on users quota, this is \n" 
    1046 "                       the default.\n" 
    1047 "  \n" 
    1048 "  -g | --groups        Generates a report on group quota instead of users.\n" 
    1049 "  \n" 
    1050 "  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
    1051 "                       use wildcards characters to select only\n" 
    1052 "                       some printers. The default value is *, meaning\n" 
    1053 "                       all printers.\n" 
    1054 "                       You can specify several names or wildcards, \n" 
    1055 "                       by separating them with commas.\n" 
    1056 "  \n" 
    1057 "examples :                              \n" 
    1058 "\n" 
    1059 "  $ repykota --printer lp\n" 
    1060 "  \n" 
    1061 "  This will print the quota status for all users who use the lp printer.\n" 
    1062 "\n" 
    1063 "  $ repykota \n" 
    1064 "  \n" 
    1065 "  This will print the quota status for all users on all printers.\n" 
    1066 "  \n" 
    1067 "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
    1068 "  \n" 
    1069 "  This will print the quota status for user jerome and all users\n" 
    1070 "  whose name begins with \"jo\" on all printers which name begins\n" 
    1071 "  with \"laser\" or ends with \"pson\".\n" 
    1072 "  \n" 
    1073 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1074 "  arguments representing users or groups names are ignored, and only the\n" 
    1075 "  current user/group is reported.\n" 
    1076 "\n" 
    1077 "This program is free software; you can redistribute it and/or modify\n" 
    1078 "it under the terms of the GNU General Public License as published by\n" 
    1079 "the Free Software Foundation; either version 2 of the License, or\n" 
    1080 "(at your option) any later version.\n" 
    1081 "\n" 
    1082 "This program is distributed in the hope that it will be useful,\n" 
    1083 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1084 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1085 "GNU General Public License for more details.\n" 
    1086 "\n" 
    1087 "You should have received a copy of the GNU General Public License\n" 
    1088 "along with this program; if not, write to the Free Software\n" 
    1089 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1090 "\n" 
    1091 "Please e-mail bugs to: %s" 
    1092 msgstr "" 
    1093  
    1094 #, python-format 
    1095 msgid "" 
    1096 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1097 "Libres\n" 
    1098 "\n" 
    1099 "Sends mail to users over print quota.\n" 
    1100 "\n" 
    1101 "command line usage :\n" 
    1102 "\n" 
    1103 "  warnpykota  [options]  [names]\n" 
    1104 "\n" 
    1105 "options :\n" 
    1106 "\n" 
    1107 "  -v | --version       Prints warnpykota's version number then exits.\n" 
    1108 "  -h | --help          Prints this message then exits.\n" 
    1109 "  \n" 
    1110 "  -u | --users         Warns users over their print quota, this is the \n" 
    1111 "                       default.\n" 
    1112 "  \n" 
    1113 "  -g | --groups        Warns users whose groups quota are over limit.\n" 
    1114 "  \n" 
    1115 "  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
    1116 "                       use wildcards characters to select only\n" 
    1117 "                       some printers. The default value is *, meaning\n" 
    1118 "                       all printers.\n" 
    1119 "                       You can specify several names or wildcards, \n" 
    1120 "                       by separating them with commas.\n" 
    1121 "  \n" 
    1122 "examples :                              \n" 
    1123 "\n" 
    1124 "  $ warnpykota --printer lp\n" 
    1125 "  \n" 
    1126 "  This will warn all users of the lp printer who have exceeded their\n" 
    1127 "  print quota.\n" 
    1128 "\n" 
    1129 "  $ warnpykota \n" 
    1130 "  \n" 
    1131 "  This will warn all users  who have exceeded their print quota on\n" 
    1132 "  any printer.\n" 
    1133 "\n" 
    1134 "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
    1135 "  \n" 
    1136 "  This will warn all users of groups which names begins with \"dev\" and\n" 
    1137 "  who have exceeded their print quota on any printer which name begins \n" 
    1138 "  with \"laserjet\"\n" 
    1139 "  \n" 
    1140 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1141 "  arguments representing users or groups names are ignored, and only the\n" 
    1142 "  current user/group is reported.\n" 
    1143 "\n" 
    1144 "This program is free software; you can redistribute it and/or modify\n" 
    1145 "it under the terms of the GNU General Public License as published by\n" 
    1146 "the Free Software Foundation; either version 2 of the License, or\n" 
    1147 "(at your option) any later version.\n" 
    1148 "\n" 
    1149 "This program is distributed in the hope that it will be useful,\n" 
    1150 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1151 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1152 "GNU General Public License for more details.\n" 
    1153 "\n" 
    1154 "You should have received a copy of the GNU General Public License\n" 
    1155 "along with this program; if not, write to the Free Software\n" 
    1156 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1157 "\n" 
    1158 "Please e-mail bugs to: %s" 
    1159 msgstr "" 
    1160  
    1161 #, python-format 
    11621220msgid "Unsupported accounter backend %s" 
    11631221msgstr "Backend de cota %s n�suportado" 
     
    11761234 
    11771235#, python-format 
     1236msgid "Option ldaptls is set, but certificate %s is not readable." 
     1237msgstr "" 
     1238 
     1239#, python-format 
    11781240msgid "Option logger only supports values in %s" 
    11791241msgstr "A op� logger s�porta valores em %s" 
     
    12101272msgid "Option mailto in section %s only supports values in %s" 
    12111273msgstr "a op� mailto na sec� %s s�porta valores em %s" 
     1274 
     1275#, python-format 
     1276msgid "Invalid maximal deny banners counter %s" 
     1277msgstr "" 
    12121278 
    12131279#, python-format 
     
    12491315msgstr "" 
    12501316 
     1317msgid "History" 
     1318msgstr "Hist�o" 
     1319 
     1320msgid "Users" 
     1321msgstr "" 
     1322 
     1323msgid "Groups" 
     1324msgstr "" 
     1325 
     1326msgid "Printers" 
     1327msgstr "" 
     1328 
     1329msgid "Users Print Quotas" 
     1330msgstr "" 
     1331 
     1332msgid "Users Groups Print Quotas" 
     1333msgstr "" 
     1334 
     1335msgid "History of Payments" 
     1336msgstr "" 
     1337 
     1338msgid "Printers Groups Membership" 
     1339msgstr "" 
     1340 
     1341msgid "Users Groups Membership" 
     1342msgstr "" 
     1343 
     1344msgid "Comma Separated Values" 
     1345msgstr "" 
     1346 
     1347msgid "Semicolon Separated Values" 
     1348msgstr "" 
     1349 
     1350msgid "Tabulation Separated Values" 
     1351msgstr "" 
     1352 
     1353msgid "eXtensible Markup Language" 
     1354msgstr "" 
     1355 
     1356msgid "CUPS' page_log" 
     1357msgstr "" 
     1358 
     1359#, python-format 
     1360msgid "Invalid value [%s] for --filter command line option, see help." 
     1361msgstr "" 
     1362 
     1363#, python-format 
     1364msgid "Invalid modifier [%s] for --data command line option, see help." 
     1365msgstr "" 
     1366 
     1367#, python-format 
     1368msgid "Invalid modifier [%s] for --format command line option, see help." 
     1369msgstr "" 
     1370 
     1371msgid "XML output is disabled because the jaxml module is not available." 
     1372msgstr "" 
     1373 
     1374msgid "PyKota data dumper failed : I/O error" 
     1375msgstr "" 
     1376 
    12511377#, python-format 
    12521378msgid "Unsupported logging subsystem %s" 
     
    12701396 
    12711397msgid "" 
    1272 "Group           used    soft    hard    balance grace         total       " 
    1273 "paid" 
    1274 msgstr "" 
    1275 "Grupo           gasto   m�mo  m�mo  saldo   toler�ia    total       " 
    1276 "pago" 
    1277  
    1278 msgid "" 
    1279 "User            used    soft    hard    balance grace         total       " 
    1280 "paid" 
    1281 msgstr "" 
    1282 "Utilizador      gasto   m�mo  m�mo  saldo   toler�ia    total       " 
    1283 "pago" 
     1398"Group          overcharge   used    soft    hard    balance grace         " 
     1399"total       paid warn" 
     1400msgstr "" 
     1401 
     1402msgid "" 
     1403"User           overcharge   used    soft    hard    balance grace         " 
     1404"total       paid warn" 
     1405msgstr "" 
    12841406 
    12851407msgid "unknown" 
     
    12941416msgstr "Total : %9i" 
    12951417 
     1418msgid "N/A" 
     1419msgstr "" 
     1420 
    12961421#, python-format 
    12971422msgid "Unsupported reporter backend %s" 
     
    13031428 
    13041429#, python-format 
     1430msgid "Strange problem with uid(%s) : %s" 
     1431msgstr "" 
     1432 
     1433#, python-format 
     1434msgid "Running as user '%s'." 
     1435msgstr "" 
     1436 
     1437msgid "No user named 'pykota'. Not dropping priviledges." 
     1438msgstr "" 
     1439 
     1440#, python-format 
     1441msgid "Impossible to drop priviledges : %s" 
     1442msgstr "" 
     1443 
     1444msgid "Priviledges dropped. Now running as user 'pykota'." 
     1445msgstr "" 
     1446 
     1447#, python-format 
     1448msgid "Impossible to regain priviledges : %s" 
     1449msgstr "" 
     1450 
     1451msgid "Regained priviledges. Now running as root." 
     1452msgstr "" 
     1453 
     1454#, python-format 
    13051455msgid "Impossible to connect to SMTP server : %s" 
    13061456msgstr "N�foi poss�l conectar-se ao servidor SMTP %s" 
     
    13391489 
    13401490#, python-format 
     1491msgid "User %s will not be charged for printing." 
     1492msgstr "" 
     1493 
     1494#, python-format 
    13411495msgid "Print Quota exceeded for group %s on printer %s" 
    13421496msgstr "Cota de impress�excedida para o grupo %s na impressora %s" 
     
    14781632 
    14791633#, python-format 
    1480 msgid "Waiting for printer %s to be idle or printing..." 
     1634msgid "Waiting for printer %s to be printing..." 
    14811635msgstr "" 
    14821636 
     
    16451799msgstr "" 
    16461800 
    1647 msgid "History" 
    1648 msgstr "Hist�o" 
    1649  
    16501801msgid "Empty" 
    16511802msgstr "Vazio" 
     
    16811832msgstr "Op�s" 
    16821833 
     1834msgid "MD5Sum" 
     1835msgstr "" 
     1836 
     1837msgid "BillingCode" 
     1838msgstr "" 
     1839 
     1840msgid "Pages" 
     1841msgstr "" 
     1842 
    16831843msgid "Previous page" 
    16841844msgstr "P�na anterior" 
     1845 
     1846msgid "PyKota Data Dumper" 
     1847msgstr "" 
     1848 
     1849msgid "Dump" 
     1850msgstr "" 
     1851 
     1852msgid "Data Type" 
     1853msgstr "" 
     1854 
     1855msgid "Output Format" 
     1856msgstr "" 
     1857 
     1858msgid "Filter" 
     1859msgstr "" 
     1860 
     1861#~ msgid "" 
     1862#~ "Group           used    soft    hard    balance grace         total       " 
     1863#~ "paid" 
     1864#~ msgstr "" 
     1865#~ "Grupo           gasto   m�mo  m�mo  saldo   toler�ia    total       " 
     1866#~ "pago" 
     1867 
     1868#~ msgid "" 
     1869#~ "User            used    soft    hard    balance grace         total       " 
     1870#~ "paid" 
     1871#~ msgstr "" 
     1872#~ "Utilizador      gasto   m�mo  m�mo  saldo   toler�ia    total       " 
     1873#~ "pago"