root / pykota / trunk / po / pt_BR / pykota.po @ 2286

Revision 2286, 61.0 kB (checked in by jerome, 19 years ago)

Updated message catalog and french translation

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS and LPRng
4#
5# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21#
22#
23msgid ""
24msgstr ""
25"Project-Id-Version: PyKota v1.20\n"
26"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
27"POT-Creation-Date: 2004-11-25 10:16+0100\n"
28"PO-Revision-Date: 2004-07-21 15:35:00+0100\n"
29"Last-Translator: Jurandy Martins <jurandy@ic.unicamp.br>\n"
30"Language-Team: Brazilian <jurandy@ic.unicamp.br>\n"
31"MIME-Version: 1.0\n"
32"Content-Type: text/plain; charset=ISO-8859-15\n"
33"Content-Transfer-Encoding: 8bit\n"
34
35#, python-format
36msgid ""
37"autopykota v%s (c) %s %s\n"
38"\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
76#, python-format
77msgid "Banner generator %s exit code is %s"
78msgstr ""
79
80msgid "Job contains no data. Printing is denied."
81msgstr "Tarefa n�cont�nenhum dado. Impress�negada"
82
83msgid "Job is a duplicate. Printing is denied."
84msgstr ""
85
86msgid "Banner won't be printed : maximum number of deny banners reached."
87msgstr ""
88
89msgid "Job accounting begins."
90msgstr "In�o da contagem da tarefa."
91
92msgid "Job accounting ends."
93msgstr "Fim da contagem da tarefa."
94
95msgid "Job size forced to 0 because printing is denied."
96msgstr "Tamanho da tarefa zerado porque a impress�foi negada"
97
98#, python-format
99msgid "Beware : computed job size (%s) != precomputed job size (%s)"
100msgstr ""
101
102msgid ""
103"The job size will be trusted anyway according to the 'trustjobsize' directive"
104msgstr ""
105
106#, python-format
107msgid ""
108"The job size will be trusted because it is inferior to the 'trustjobsize' "
109"directive's limit %s"
110msgstr ""
111
112#, python-format
113msgid ""
114"The job size will be modified according to the 'trustjobsize' directive : %s"
115msgstr ""
116
117#, python-format
118msgid "Job size : %i"
119msgstr "Tamanho da tarefa : %i"
120
121#, python-format
122msgid "Updating user %s's quota on printer %s"
123msgstr "Atualizando cota do usu�o %s para a impressora %s"
124
125msgid "Job added to history."
126msgstr "Tarefa adicionada ao hist�o"
127
128#, python-format
129msgid "File number %s unregistered twice from polling object, ignored."
130msgstr ""
131"Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado"
132
133#, python-format
134msgid "SIGTERM was sent to real backend %s (pid: %s)"
135msgstr "SIGTERM foi emitida a real backend %s (pid: %s)"
136
137#, python-format
138msgid "CUPS backend %s died abnormally."
139msgstr "Backend CUPS morreu anormalmente."
140
141#, python-format
142msgid ""
143"dumpykota v%s (c) %s %s\n"
144"\n"
145"Dumps PyKota database's content.\n"
146"\n"
147"command line usage :\n"
148"\n"
149"  dumpykota [options] [filterexpr]\n"
150"\n"
151"options :\n"
152"\n"
153"  -v | --version       Prints dumpykota's version number then exits.\n"
154"  -h | --help          Prints this message then exits.\n"
155"  \n"
156"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
157"                       \n"
158"                         - history : dumps the jobs history.\n"
159"                         - users : dumps users.\n"
160"                         - groups : dumps user groups.\n"
161"                         - printers : dump printers.\n"
162"                         - upquotas : dump user quotas.\n"
163"                         - gpquotas : dump user groups quotas.\n"
164"                         - payments : dumps user payments.\n"
165"                         - pmembers : dumps printer groups members.\n"
166"                         - umembers : dumps user groups members.\n"
167"                         \n"
168"                       NB : the -d | --data command line option   \n"
169"                       is MANDATORY.\n"
170"  \n"
171"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
172"                       the format is to dump datas in the csv format (comma\n"
173"                       separated values). All data dumped is between double\n"
174"                       quotes. Allowed formats are :\n"
175"                       \n"
176"                         - csv : separate datas with commas\n"
177"                         - ssv : separate datas with semicolons\n"
178"                         - tsv : separate datas with tabs\n"
179"                         - xml : dump data as XML\n"
180"                         - cups : dump datas in CUPS' page_log format :\n"
181"                                  ONLY AVAILABLE WITH --data history\n"
182"                         \n"
183"  -o | --output fname  All datas will be dumped to the file instead of\n"
184"                       to the standard output. The special '-' filename\n"
185"                       is the default value and means stdout.\n"
186"                       WARNING : existing files are truncated !\n"
187"\n"
188"  -s | --sum           Summarize the selected datas.\n"
189"                           ONLY AVAILABLE WITH --data history or payments\n"
190"\n"
191"  Use the filter expressions to extract only parts of the \n"
192"  datas. Allowed filters are of the form :\n"
193"                \n"
194"         key=value\n"
195"                         \n"
196"  Allowed keys for now are :  \n"
197"                       \n"
198"         username       User's name\n"
199"         groupname      Users group's name\n"
200"         printername    Printer's name\n"
201"         pgroupname     Printers group's name\n"
202"         hostname       Client's hostname\n"
203"         billingcode    Job's billing code\n"
204"         start          Job's date of printing\n"
205"         end            Job's date of printing\n"
206"         \n"
207"  Contrary to other PyKota management tools, wildcard characters are not \n"
208"  expanded, so you can't use them.\n"
209"  \n"
210"  NB : not all keys are allowed for each data type, so the result may be \n"
211"  empty if you use a key not available for a particular data type.\n"
212"  \n"
213"Examples :\n"
214"\n"
215"  $ dumpykota --data history --format csv >myfile.csv\n"
216"  \n"
217"  This dumps the history in a comma separated values file, for possible\n"
218"  use in a spreadsheet.\n"
219"  \n"
220"  $ dumpykota --data users --format xml -o users.xml\n"
221"  \n"
222"  Dumps all users datas to the users.xml file.\n"
223"  \n"
224"  $ dumpykota --data history printername=HP2100 username=jerome\n"
225"  \n"
226"  Dumps the job history for user jerome on printer HP2100 only.\n"
227"  \n"
228"  $ dumpykota --data history start=200503 end=20050730234615\n"
229"  \n"
230"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
231"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
232"  \n"
233"This program is free software; you can redistribute it and/or modify\n"
234"it under the terms of the GNU General Public License as published by\n"
235"the Free Software Foundation; either version 2 of the License, or\n"
236"(at your option) any later version.\n"
237"\n"
238"This program is distributed in the hope that it will be useful,\n"
239"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
240"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
241"GNU General Public License for more details.\n"
242"\n"
243"You should have received a copy of the GNU General Public License\n"
244"along with this program; if not, write to the Free Software\n"
245"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
246"\n"
247"Please e-mail bugs to: %s"
248msgstr ""
249
250msgid "The -d | --data command line option is mandatory, see help."
251msgstr ""
252
253#, python-format
254msgid ""
255"edpykota v%s (c) %s %s\n"
256"\n"
257"A Print Quota editor for PyKota.\n"
258"\n"
259"command line usage :\n"
260"\n"
261"  edpykota [options] user1 user2 ... userN\n"
262"  \n"
263"  edpykota [options] group1 group2 ... groupN\n"
264"\n"
265"options :\n"
266"\n"
267"  -v | --version       Prints edpykota's version number then exits.\n"
268"  -h | --help          Prints this message then exits.\n"
269"  \n"
270"  -a | --add           Adds users and/or printers if they don't \n"
271"                       exist on the Quota Storage Server.\n"
272"                       \n"
273"  -d | --delete        Deletes users/groups from the quota storage.\n"
274"                       Printers are never deleted.\n"
275"                       \n"
276"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
277"                       for a particular printer. Job price is optional.\n"
278"                       If both are to be set, separate them with a comma.\n"
279"                       Floating point values are allowed.\n"
280"                       \n"
281"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
282"                       when computing the cost of a print job. Positive or \n"
283"                       negative floating point values are allowed,\n"
284"                       this allows you to do some really creative\n"
285"                       things like giving money to an user whenever\n"
286"                       he prints. The number of pages in a print job\n"
287"                       is not modified by this coefficient, only the\n"
288"                       cost of the job for a particular user.\n"
289"                       Only users have a coefficient.\n"
290"  \n"
291"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
292"                              listed, separated by commas. The groups\n"
293"                              must already exist in the Quota Storage.\n"
294"  \n"
295"  -u | --users         Edit users print quotas, this is the default.\n"
296"  \n"
297"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
298"                       use wildcards characters to select only\n"
299"                       some printers. The default value is *, meaning\n"
300"                       all printers. \n"
301"                       You can specify several names or wildcards, \n"
302"                       by separating them with commas.\n"
303"  \n"
304"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
305"                       pg1, pg2, etc... which must already exist.\n"
306"                       A printer group is just like a normal printer,\n"
307"                       only that it is usually unknown from the printing\n"
308"                       system. Create printer groups exactly the same\n"
309"                       way that you create printers, then add other \n"
310"                       printers to them with this option.\n"
311"                       Accounting is done on a printer and on all\n"
312"                       the printer groups it belongs to, quota checking\n"
313"                       is done on a printer and on all the printer groups\n"
314"                       it belongs to.\n"
315"  \n"
316"  -g | --groups        Edit users groups print quotas instead of users.\n"
317"                          \n"
318"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
319"                       print quotas\n"
320"                       \n"
321"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
322"  \n"
323"  -r | --reset         Resets the actual page counter for the user\n"
324"                       or group to zero on the specified printers. \n"
325"                       The life time page counter is kept unchanged.\n"
326"                       \n"
327"  -R | --hardreset     Resets the actual and life time page counters\n"
328"                       for the user or group to zero on the specified \n"
329"                       printers. This is a shortcut for '--used 0'.\n"
330"                       \n"
331"  -l | --limitby l     Choose if the user/group is limited in "
332"printing                     \n"
333"                       by its account balance or by its page quota.\n"
334"                       The default value is 'quota'. Allowed values\n"
335"                       are 'quota' 'balance' 'quota-then-balance' and\n"
336"                       'balance-then-quota'.\n"
337"                       WARNING : quota-then-balance and balance-then-quota\n"
338"                       are not yet implemented.\n"
339"                       \n"
340"  -b | --balance b     Sets the user's account balance to "
341"b.                     \n"
342"                       Account balance may be increase or decreased\n"
343"                       if b is prefixed with + or -.\n"
344"                       WARNING : when decreasing account balance,\n"
345"                       the total paid so far by the user is decreased\n"
346"                       too.\n"
347"                       Groups don't have a real balance, but the\n"
348"                       sum of their users' account balance.\n"
349"                       \n"
350"  -S | --softlimit sl  Sets the quota soft limit to sl "
351"pages.                       \n"
352"  \n"
353"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
354"\n"
355"  -U | --used usage    Sets the pagecounters for the user to usage pages;\n"
356"                       useful for migrating users from a different system\n"
357"                       where they have already used some pages. Actual\n"
358"                       and Life Time page counters may be increased or "
359"decreased\n"
360"                       if usage is prefixed with + or -.\n"
361"                       WARNING : BOTH page counters are modified in all "
362"cases,\n"
363"                       so be careful.\n"
364"                       NB : if 'usage' equals '0', then the action taken is\n"
365"                       the same as if --hardreset was used.\n"
366"\n"
367"  user1 through userN and group1 through groupN can use wildcards\n"
368"  if the --add option is not set.\n"
369"  \n"
370"examples :                              \n"
371"\n"
372"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
373"  \n"
374"  This will add users john, paul, george and ringo to the quota\n"
375"  database, and set their print quotas to the same values than user \n"
376"  jerome. User jerome must already exist.\n"
377"  User ringo's email address will also be set to 'ringo@example.com'\n"
378"  \n"
379"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
380"  \n"
381"  This will set jerome's print quota on the lp printer to a soft limit\n"
382"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
383"  printer lp doesn't exist on the Quota Storage Server then nothing is "
384"done.\n"
385"\n"
386"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
387"  \n"
388"  Same as above, but if either user jerome or printer lp doesn't exist \n"
389"  on the Quota Storage Server they are automatically added. Also\n"
390"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
391"  already exist in the Quota Storage.\n"
392"            \n"
393"  $ edpykota -g -S 500 -H 550 financial support            \n"
394"  \n"
395"  This will set print quota soft limit to 500 pages and hard limit\n"
396"  to 550 pages for groups financial and support on all printers.\n"
397"  \n"
398"  $ edpykota --reset jerome \"jo*\"\n"
399"  \n"
400"  This will reset jerome's page counter to zero on all printers, as\n"
401"  well as every user whose name begins with 'jo'.\n"
402"  Their life time page counter on each printer will be kept unchanged.\n"
403"  You can also reset the life time page counters by using the\n"
404"  --hardreset | -R command line option.\n"
405"  \n"
406"  $ edpykota --printer hpcolor --noquota jerome\n"
407"  \n"
408"  This will tell PyKota to not limit jerome when printing on the \n"
409"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
410"  accounting of the pages he prints will still be kept.\n"
411"  Print Quotas for jerome on other printers are unchanged.\n"
412"  \n"
413"  $ edpykota --limitby balance jerome\n"
414"  \n"
415"  This will tell PyKota to limit jerome by his account's balance\n"
416"  when printing.\n"
417"  \n"
418"  $ edpykota --balance +10.0 jerome\n"
419"  \n"
420"  This will increase jerome's account balance by 10.0 (in your\n"
421"  own currency). You can decrease the account balance with a\n"
422"  dash prefix, and set it to a fixed amount with no prefix.\n"
423"  \n"
424"  $ edpykota --delete jerome rachel\n"
425"  \n"
426"  This will completely delete jerome and rachel from the Quota Storage\n"
427"  database. All their quotas and jobs will be deleted too.\n"
428"  \n"
429"  $ edpykota --printer lp --charge 0.1\n"
430"  \n"
431"  This will set the page price for printer lp to 0.1. Job price\n"
432"  will not be changed.\n"
433"  \n"
434"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
435"  \n"
436"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
437"  When printing either on hplj1 or hplj2, print quota will also be \n"
438"  checked and accounted for on virtual printers Laser and HP.\n"
439"  \n"
440"  $ edpykota --overcharge 2.5 poorstudent\n"
441"  \n"
442"  This will overcharge the poorstudent user by a factor of 2.5.\n"
443"  \n"
444"  $ edpykota --overcharge -1 jerome\n"
445"  \n"
446"  User jerome will actually earn money whenever he prints.\n"
447"  \n"
448"  $ edpykota --overcharge 0 boss\n"
449"  \n"
450"  User boss can print at will, it won't cost him anything because the\n"
451"  cost of each print job will be multiplied by zero before charging\n"
452"  his account.\n"
453"\n"
454"This program is free software; you can redistribute it and/or modify\n"
455"it under the terms of the GNU General Public License as published by\n"
456"the Free Software Foundation; either version 2 of the License, or\n"
457"(at your option) any later version.\n"
458"\n"
459"This program is distributed in the hope that it will be useful,\n"
460"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
461"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
462"GNU General Public License for more details.\n"
463"\n"
464"You should have received a copy of the GNU General Public License\n"
465"along with this program; if not, write to the Free Software\n"
466"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
467"\n"
468"Please e-mail bugs to: %s"
469msgstr ""
470
471msgid "You're not allowed to use this command."
472msgstr ""
473
474#, python-format
475msgid "Invalid used value %s."
476msgstr ""
477
478#, python-format
479msgid "Invalid softlimit value %s."
480msgstr "Valor incorreto para o limite %s."
481
482#, python-format
483msgid "Invalid hardlimit value %s."
484msgstr "Valor incorreto para o limite Maximo %s."
485
486#, python-format
487msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
488msgstr "Limite maximo %i �enor que o limite %i, os valores ser�invertidos."
489
490#, python-format
491msgid "Invalid overcharge value %s"
492msgstr ""
493
494#, python-format
495msgid "Invalid balance value %s"
496msgstr "Valor da media %s inv�do"
497
498#, python-format
499msgid "Invalid charge amount value %s"
500msgstr "Valor de carga: %s inv�do"
501
502#, python-format
503msgid "Invalid limitby value %s"
504msgstr "Valor do limitby %s inv�do"
505
506#, python-format
507msgid "Impossible to add printer %s"
508msgstr "Imposivel adicionar impressora %s"
509
510#, python-format
511msgid "Invalid printer name %s"
512msgstr "Nome de impressora %s inv�do"
513
514#, python-format
515msgid "There's no printer matching %s"
516msgstr "Impressora %s n�encontrada"
517
518msgid "You have to pass user or group names on the command line"
519msgstr "Voce deve informar usuario ou grupo na linha de comando"
520
521#, python-format
522msgid "Prototype object %s not found in Quota Storage."
523msgstr "Objeto Prototipo %s n�encontrado no banco de dados."
524
525#, python-format
526msgid "Prototype %s not found in Quota Storage for printer %s."
527msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s."
528
529#, python-format
530msgid "Undefined hard limit set to soft limit (%s) on printer %s."
531msgstr ""
532"O limite maximo invalido, configurando o limite minimo (%s) na impressora %s."
533
534#, python-format
535msgid "Undefined soft limit set to hard limit (%s) on printer %s."
536msgstr "Limite indefinido, configurando a l�te maximo (%s) na impressora %s."
537
538#, python-format
539msgid "Invalid email address %s"
540msgstr "Endere�email inv�do"
541
542#, python-format
543msgid "Unknown group %s"
544msgstr ""
545
546#, python-format
547msgid "Unknown user %s"
548msgstr ""
549
550#, python-format
551msgid "Invalid group name %s"
552msgstr "O nome do grupo %s �nv�do"
553
554#, python-format
555msgid "Invalid user name %s"
556msgstr "O nome de usuario %s �nv�do"
557
558#, python-format
559msgid "Quota not found for object %s on printer %s."
560msgstr "Quota n�encontrada para o objeto %s para a impressora %s."
561
562#, python-format
563msgid "Group %s not found in the PyKota Storage."
564msgstr "Grupo %s n�encontrado no banco de dados."
565
566msgid "incompatible options, see help."
567msgstr "O�s incompativeis, veja a ajuda."
568
569msgid "Software accounting already done in first pass. Ignoring."
570msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando."
571
572msgid "Hardware accounting already done in first pass. Ignoring."
573msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando"
574
575msgid "Job size and price now set in history."
576msgstr ""
577
578#, python-format
579msgid ""
580"pkbanner v%s (c) %s %s\n"
581"\n"
582"Generates banners.\n"
583"\n"
584"command line usage :\n"
585"\n"
586"  pkbanner  [options]  [more info]\n"
587"\n"
588"options :\n"
589"\n"
590"  -v | --version       Prints pkbanner's version number then exits.\n"
591"  -h | --help          Prints this message then exits.\n"
592"  \n"
593"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
594"                       be drawn at the center top of the page. The default\n"
595"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
596"                       \n"
597"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
598"                       page sizes are recognized, like 'A4' or 'Letter'\n"
599"                       to name a few. The default size is A4.\n"
600"  \n"
601"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
602"                       used to save toner. The default value is 0, which\n"
603"                       means that no toner saving will be done.\n"
604"  \n"
605"  -u | --url u         Uses u as an url to be written at the bottom of \n"
606"                       the banner page. The default url is :\n"
607"                       http://www.librelogiciel.com/software/\n"
608"  \n"
609"examples :                              \n"
610"\n"
611"  Using pkbanner directly from the command line is not recommended,\n"
612"  excepted for testing purposes. You should use pkbanner in the\n"
613"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
614"  \n"
615"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
616"  \n"
617"      With such a setting in pykota.conf, all print jobs will be \n"
618"      prefixed with an A4 banner with no logo, and text luminosity will\n"
619"      be increased by 75%%. The PostScript output will be directly sent\n"
620"      to your printer.\n"
621"      \n"
622"  You'll find more examples in the sample configuration file included    \n"
623"  in PyKota.\n"
624"      \n"
625"This program is free software; you can redistribute it and/or modify\n"
626"it under the terms of the GNU General Public License as published by\n"
627"the Free Software Foundation; either version 2 of the License, or\n"
628"(at your option) any later version.\n"
629"\n"
630"This program is distributed in the hope that it will be useful,\n"
631"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
632"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
633"GNU General Public License for more details.\n"
634"\n"
635"You should have received a copy of the GNU General Public License\n"
636"along with this program; if not, write to the Free Software\n"
637"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
638"\n"
639"Please e-mail bugs to: %s"
640msgstr ""
641
642msgid "Unknown"
643msgstr ""
644
645msgid "Username"
646msgstr ""
647
648msgid "More Info"
649msgstr ""
650
651msgid "Job"
652msgstr ""
653
654msgid "Date"
655msgstr "Data"
656
657msgid "Allowed"
658msgstr ""
659
660msgid "Denied"
661msgstr ""
662
663msgid "Allowed with Warning"
664msgstr ""
665
666msgid "Result"
667msgstr ""
668
669msgid "Title"
670msgstr "T�lo"
671
672msgid "Filename"
673msgstr "Nome do arquivo"
674
675#, python-format
676msgid "Pages printed so far on %s"
677msgstr ""
678
679msgid "Account balance"
680msgstr ""
681
682msgid "Soft Limit"
683msgstr ""
684
685msgid "Hard Limit"
686msgstr ""
687
688msgid "Date Limit"
689msgstr ""
690
691msgid "Allowed range is (0..99)"
692msgstr ""
693
694#, python-format
695msgid "Invalid 'savetoner' option %s : %s"
696msgstr ""
697
698#, python-format
699msgid "Invalid 'pagesize' option %s, defaulting to A4."
700msgstr ""
701
702#, python-format
703msgid ""
704"pkhint v%s (c) %s %s\n"
705"\n"
706"A tool to give hints on what accounting method is best for each printer.\n"
707"\n"
708"command line usage :\n"
709"\n"
710"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
711"\n"
712"options :\n"
713"\n"
714"  -v | --version       Prints pkhint's version number then exits.\n"
715"  -h | --help          Prints this message then exits.\n"
716"  \n"
717"examples :                              \n"
718"\n"
719"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
720"  \n"
721"  Will analyze your printing system to test which accounter\n"
722"  is the best for each of the defined printer which\n"
723"  name matches one of the parameters.\n"
724"  \n"
725"  If you don't pass any argument on the command line, all\n"
726"  printers will be analyzed.\n"
727"  \n"
728"This program is free software; you can redistribute it and/or modify\n"
729"it under the terms of the GNU General Public License as published by\n"
730"the Free Software Foundation; either version 2 of the License, or\n"
731"(at your option) any later version.\n"
732"\n"
733"This program is distributed in the hope that it will be useful,\n"
734"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
735"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
736"GNU General Public License for more details.\n"
737"\n"
738"You should have received a copy of the GNU General Public License\n"
739"along with this program; if not, write to the Free Software\n"
740"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
741"\n"
742"Please e-mail bugs to: %s"
743msgstr ""
744
745#, python-format
746msgid "Invalid DeviceURI : %s"
747msgstr "DeviceURI inv�do : %s"
748
749msgid ""
750"\n"
751"Please wait while pkhint analyzes your printing system's configuration..."
752msgstr ""
753"\n"
754"Por favor, aguarde enquanto pkhint analisa as configura�s de seu sistema "
755"de impress�.."
756
757#, python-format
758msgid "Unknown device %s for printer %s"
759msgstr "Dispositivo %s inv�do para a impressora %s"
760
761msgid ""
762"\n"
763"Put the following lines into your /etc/pykota/pykota.conf file :\n"
764msgstr ""
765"\n"
766"Pondo as seguintes linhas no arquivo /etc/pykota/pykota.conf : \n"
767
768msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
769msgstr "# CUIDADO : se o contador l�o for sugerido, isto n�significa"
770
771msgid "# that hardware accounting wouldn't work, this only means that PyKota"
772msgstr ""
773"# que o contador l�o poder��funcionar. Isto significa somente que o "
774"Pykota"
775
776msgid "# wasn't able to autodetect which hardware accounting method to use."
777msgstr ""
778"# n�foi capaz de detectar automaticamente o m�do de contagem f�ca a "
779"ser utilizado"
780
781#, python-format
782msgid ""
783"pkmail v%s (c) %s %s\n"
784"\n"
785"Email gateway for PyKota.\n"
786"\n"
787"command line usage :\n"
788"\n"
789"  pkmail  [options]\n"
790"\n"
791"options :\n"
792"\n"
793"  -v | --version       Prints pkmail's version number then exits.\n"
794"  -h | --help          Prints this message then exits.\n"
795"  \n"
796"    \n"
797"  This command is meant to be used from your mail server's aliases file,\n"
798"  as a pipe. It will then accept commands send to it in email messages,\n"
799"  and will send the answer to the command's originator.\n"
800"  \n"
801"  To use this command, create an email alias in /etc/aliases with\n"
802"  the following format :\n"
803"  \n"
804"    pykotacmd: \"|/usr/bin/pkmail\"\n"
805"    \n"
806"  Then run the 'newaliases' command to regenerate the aliases database.\n"
807"  \n"
808"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
809"  the command in the subject.\n"
810"  \n"
811"  List of supported commands :\n"
812"  \n"
813"        report [username]\n"
814"  \n"
815"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
816"  system user in the 'pykota' system group to ensure this user can\n"
817"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
818"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
819"  that you think at least twice before doing this though.\n"
820"  \n"
821"  Use at your own risk !\n"
822"  \n"
823"This program is free software; you can redistribute it and/or modify\n"
824"it under the terms of the GNU General Public License as published by\n"
825"the Free Software Foundation; either version 2 of the License, or\n"
826"(at your option) any later version.\n"
827"\n"
828"This program is distributed in the hope that it will be useful,\n"
829"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
830"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
831"GNU General Public License for more details.\n"
832"\n"
833"You should have received a copy of the GNU General Public License\n"
834"along with this program; if not, write to the Free Software\n"
835"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
836"\n"
837"Please e-mail bugs to: %s"
838msgstr ""
839
840#, python-format
841msgid ""
842"pkprinters v%s (c) %s %s\n"
843"\n"
844"A Printers Manager for PyKota.\n"
845"\n"
846"command line usage :\n"
847"\n"
848"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
849"\n"
850"options :\n"
851"\n"
852"  -v | --version       Prints pkprinters's version number then exits.\n"
853"  -h | --help          Prints this message then exits.\n"
854"  \n"
855"  -a | --add           Adds printers if they don't exist on the Quota \n"
856"                       Storage Server. If they exist, they are modified\n"
857"                       unless -s|--skipexisting is also used.\n"
858"                       \n"
859"  -d | --delete        Deletes printers from the quota storage.\n"
860"  \n"
861"  -D | --description d Adds a textual description to printers.\n"
862"                       \n"
863"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
864"                       Job price is optional.\n"
865"                       If both are to be set, separate them with a comma.\n"
866"                       Floating point and negative values are allowed.\n"
867"  \n"
868"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
869"                       groups pg1, pg2, etc... which must already exist.\n"
870"                       A printer group is just like a normal printer,\n"
871"                       only that it is usually unknown from the printing\n"
872"                       system. Create printer groups exactly the same\n"
873"                       way that you create printers, then add other \n"
874"                       printers to them with this option.\n"
875"                       Accounting is done on a printer and on all\n"
876"                       the printer groups it belongs to, quota checking\n"
877"                       is done on a printer and on all the printer groups\n"
878"                       it belongs to.\n"
879"                       If the --remove option below is not used, the \n"
880"                       default action is to add printers to the specified\n"
881"                       printer groups.\n"
882"                       \n"
883"  -l | --list          List informations about the printer(s) and the\n"
884"                       printers groups it is a member of.\n"
885"                       \n"
886"  -r | --remove        In combination with the --groups option "
887"above,                       \n"
888"                       remove printers from the specified printers groups.\n"
889"                       \n"
890"  -s | --skipexisting  In combination with the --add option above, tells\n"
891"                       pkprinters to not modify existing printers.\n"
892"  \n"
893"  printer1 through printerN can contain wildcards if the --add option \n"
894"  is not set.\n"
895"  \n"
896"examples :                              \n"
897"\n"
898"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
899"hp8000\n"
900"  \n"
901"  Will create three printers named hp2100, hp2200 and hp8000.\n"
902"  Their price per page will be set at 0.05 unit, and their price\n"
903"  per job will be set at 0.1 unit. Units are in your own currency,\n"
904"  or whatever you want them to mean.\n"
905"  All of their descriptions will be set to the string \"HP Printer\".\n"
906"  If any of these printers already exists, it will also be modified \n"
907"  unless the -s|--skipexisting command line option is also used.\n"
908"            \n"
909"  $ pkprinters --delete \"*\"\n"
910"  \n"
911"  This will completely delete all printers and associated quota "
912"information,\n"
913"  as well as their job history. USE WITH CARE !\n"
914"  \n"
915"  $ pkprinters --groups Laser,HP \"hp*\"\n"
916"  \n"
917"  This will put all printers which name matches \"hp*\" into printers "
918"groups \n"
919"  Laser and HP, which MUST already exist.\n"
920"  \n"
921"  $ pkprinters --groups LexMark --remove hp2200\n"
922"  \n"
923"  This will remove the hp2200 printer from the LexMark printer group.\n"
924"  \n"
925"This program is free software; you can redistribute it and/or modify\n"
926"it under the terms of the GNU General Public License as published by\n"
927"the Free Software Foundation; either version 2 of the License, or\n"
928"(at your option) any later version.\n"
929"\n"
930"This program is distributed in the hope that it will be useful,\n"
931"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
932"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
933"GNU General Public License for more details.\n"
934"\n"
935"You should have received a copy of the GNU General Public License\n"
936"along with this program; if not, write to the Free Software\n"
937"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
938"\n"
939"Please e-mail bugs to: %s"
940msgstr ""
941
942#, python-format
943msgid "Printer %s already exists, skipping."
944msgstr "Impressora %s j�xiste. Ignorando."
945
946#, python-format
947msgid "Printer %s already exists, will be modified."
948msgstr "Impressora %s j�xiste. Ser�eita uma modifica�."
949
950msgid "in"
951msgstr "em"
952
953msgid "You have to pass printer groups names on the command line"
954msgstr ""
955"voc�eve passar os nomes dos grupos de impressoras na linha de comando"
956
957msgid "You have to pass printer names on the command line"
958msgstr "Voce deve informar impressora na linha de comando"
959
960#, python-format
961msgid ""
962"pykosd v%s (c) %s %s\n"
963"\n"
964"An OSD quota monitor for PyKota.\n"
965"\n"
966"command line usage :\n"
967"\n"
968"  pykosd [options]\n"
969"\n"
970"options :\n"
971"\n"
972"  -v | --version       Prints pykosd's version number then exits.\n"
973"  -h | --help          Prints this message then exits.\n"
974"  \n"
975"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
976"                       triplet, for example #FF0000 is 100%% red.\n"
977"                       Defaults to 100%% green (#00FF00).\n"
978"                       \n"
979"  -d | --duration d    Sets the duration of the display in seconds. \n"
980"                       Defaults to 3 seconds.\n"
981"                       \n"
982"  -f | --font f        Sets the font to use for "
983"display.                      \n"
984"                       Defaults to the Python OSD library's default.\n"
985"  \n"
986"  -l | --loop n        Sets the number of times the info will be displayed.\n"
987"                       Defaults to 0, which means loop forever.\n"
988"                       \n"
989"  -s | --sleep s       Sets the sleeping duration between two displays \n"
990"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
991"                       \n"
992"  \n"
993"examples :                              \n"
994"\n"
995"  $ pykosd -s 60 --loop 5\n"
996"  \n"
997"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
998"  and will last for 3 seconds (the default) each time. After five\n"
999"  iterations, the program will exit.\n"
1000"  \n"
1001"This program is free software; you can redistribute it and/or modify\n"
1002"it under the terms of the GNU General Public License as published by\n"
1003"the Free Software Foundation; either version 2 of the License, or\n"
1004"(at your option) any later version.\n"
1005"\n"
1006"This program is distributed in the hope that it will be useful,\n"
1007"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1008"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1009"GNU General Public License for more details.\n"
1010"\n"
1011"You should have received a copy of the GNU General Public License\n"
1012"along with this program; if not, write to the Free Software\n"
1013"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1014"\n"
1015"Please e-mail bugs to: %s"
1016msgstr ""
1017
1018#, python-format
1019msgid "Invalid duration option %s"
1020msgstr "Op� %s inv�da para dura�"
1021
1022#, python-format
1023msgid "Invalid loop option %s"
1024msgstr "Op� %s inv�da para loop (la�"
1025
1026#, python-format
1027msgid "Invalid sleep option %s"
1028msgstr "Op� %s inv�da para sleep (sono)"
1029
1030#, python-format
1031msgid "Invalid color option %s"
1032msgstr "Op� %s inv�da para color (cor)"
1033
1034#, python-format
1035msgid "User %s doesn't exist in PyKota's database"
1036msgstr "Usu�o %s n�existe na base de dados do Pykota"
1037
1038#, python-format
1039msgid "Pages used on %s : %s"
1040msgstr "P�nas usadas em %s : %s"
1041
1042#, python-format
1043msgid "PyKota Units left : %.2f"
1044msgstr "Unidades restantes do PyKota : %.2f"
1045
1046#, python-format
1047msgid ""
1048"pykotme v%s (c) %s %s\n"
1049"\n"
1050"Gives print quotes to users.\n"
1051"\n"
1052"command line usage :\n"
1053"\n"
1054"  pykotme  [options]  [files]\n"
1055"\n"
1056"options :\n"
1057"\n"
1058"  -v | --version       Prints pykotme's version number then exits.\n"
1059"  -h | --help          Prints this message then exits.\n"
1060"  \n"
1061"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1062"                       use wildcards characters to select only\n"
1063"                       some printers. The default value is *, meaning\n"
1064"                       all printers.\n"
1065"                       You can specify several names or wildcards, \n"
1066"                       by separating them with commas.\n"
1067"  \n"
1068"examples :                              \n"
1069"\n"
1070"  $ pykotme --printer apple file1.ps file2.ps\n"
1071"  \n"
1072"  This will give a print quote to the current user. The quote will show\n"
1073"  the price and size of a job consisting in file1.ps and file2.ps \n"
1074"  which would be sent to the apple printer.\n"
1075"  \n"
1076"  $ pykotme --printer apple,hplaser <file1.ps\n"
1077"  \n"
1078"  This will give a print quote to the current user. The quote will show\n"
1079"  the price and size of a job consisting in file1.ps as read from\n"
1080"  standard input, which would be sent to the apple or hplaser\n"
1081"  printer.\n"
1082"\n"
1083"  $ pykotme \n"
1084"  \n"
1085"  This will give a quote for a job consisting of what is on standard \n"
1086"  input. The quote will list the job size, and the price the job\n"
1087"  would cost on each printer.\n"
1088"\n"
1089"This program is free software; you can redistribute it and/or modify\n"
1090"it under the terms of the GNU General Public License as published by\n"
1091"the Free Software Foundation; either version 2 of the License, or\n"
1092"(at your option) any later version.\n"
1093"\n"
1094"This program is distributed in the hope that it will be useful,\n"
1095"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1096"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1097"GNU General Public License for more details.\n"
1098"\n"
1099"You should have received a copy of the GNU General Public License\n"
1100"along with this program; if not, write to the Free Software\n"
1101"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1102"\n"
1103"Please e-mail bugs to: %s"
1104msgstr ""
1105
1106#, python-format
1107msgid "Your account balance : %.2f"
1108msgstr "Balan�de sua conta : %.2f"
1109
1110#, python-format
1111msgid "Job size : %i pages"
1112msgstr "Tamanho do JOB : %i p�nas"
1113
1114#, python-format
1115msgid "Cost on printer %s : %.2f"
1116msgstr "Custo da impresora %s : %.2f"
1117
1118#, python-format
1119msgid ""
1120"repykota v%s (c) %s %s\n"
1121"\n"
1122"Generates print quota reports.\n"
1123"\n"
1124"command line usage :\n"
1125"\n"
1126"  repykota [options] \n"
1127"\n"
1128"options :\n"
1129"\n"
1130"  -v | --version       Prints repykota's version number then exits.\n"
1131"  -h | --help          Prints this message then exits.\n"
1132"  \n"
1133"  -u | --users         Generates a report on users quota, this is \n"
1134"                       the default.\n"
1135"  \n"
1136"  -g | --groups        Generates a report on group quota instead of users.\n"
1137"  \n"
1138"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
1139"                       use wildcards characters to select only\n"
1140"                       some printers. The default value is *, meaning\n"
1141"                       all printers.\n"
1142"                       You can specify several names or wildcards, \n"
1143"                       by separating them with commas.\n"
1144"  \n"
1145"examples :                              \n"
1146"\n"
1147"  $ repykota --printer lp\n"
1148"  \n"
1149"  This will print the quota status for all users who use the lp printer.\n"
1150"\n"
1151"  $ repykota \n"
1152"  \n"
1153"  This will print the quota status for all users on all printers.\n"
1154"  \n"
1155"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1156"  \n"
1157"  This will print the quota status for user jerome and all users\n"
1158"  whose name begins with \"jo\" on all printers which name begins\n"
1159"  with \"laser\" or ends with \"pson\".\n"
1160"  \n"
1161"  If launched by an user who is not a PyKota administrator, additionnal\n"
1162"  arguments representing users or groups names are ignored, and only the\n"
1163"  current user/group is reported.\n"
1164"\n"
1165"This program is free software; you can redistribute it and/or modify\n"
1166"it under the terms of the GNU General Public License as published by\n"
1167"the Free Software Foundation; either version 2 of the License, or\n"
1168"(at your option) any later version.\n"
1169"\n"
1170"This program is distributed in the hope that it will be useful,\n"
1171"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1172"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1173"GNU General Public License for more details.\n"
1174"\n"
1175"You should have received a copy of the GNU General Public License\n"
1176"along with this program; if not, write to the Free Software\n"
1177"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1178"\n"
1179"Please e-mail bugs to: %s"
1180msgstr ""
1181
1182#, python-format
1183msgid ""
1184"warnpykota v%s (c) %s %s\n"
1185"\n"
1186"Sends mail to users over print quota.\n"
1187"\n"
1188"command line usage :\n"
1189"\n"
1190"  warnpykota  [options]  [names]\n"
1191"\n"
1192"options :\n"
1193"\n"
1194"  -v | --version       Prints warnpykota's version number then exits.\n"
1195"  -h | --help          Prints this message then exits.\n"
1196"  \n"
1197"  -u | --users         Warns users over their print quota, this is the \n"
1198"                       default.\n"
1199"  \n"
1200"  -g | --groups        Warns users whose groups quota are over limit.\n"
1201"  \n"
1202"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1203"                       use wildcards characters to select only\n"
1204"                       some printers. The default value is *, meaning\n"
1205"                       all printers.\n"
1206"                       You can specify several names or wildcards, \n"
1207"                       by separating them with commas.\n"
1208"  \n"
1209"examples :                              \n"
1210"\n"
1211"  $ warnpykota --printer lp\n"
1212"  \n"
1213"  This will warn all users of the lp printer who have exceeded their\n"
1214"  print quota.\n"
1215"\n"
1216"  $ warnpykota \n"
1217"  \n"
1218"  This will warn all users  who have exceeded their print quota on\n"
1219"  any printer.\n"
1220"\n"
1221"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1222"  \n"
1223"  This will warn all users of groups which names begins with \"dev\" and\n"
1224"  who have exceeded their print quota on any printer which name begins \n"
1225"  with \"laserjet\"\n"
1226"  \n"
1227"  If launched by an user who is not a PyKota administrator, additionnal\n"
1228"  arguments representing users or groups names are ignored, and only the\n"
1229"  current user/group is reported.\n"
1230"\n"
1231"This program is free software; you can redistribute it and/or modify\n"
1232"it under the terms of the GNU General Public License as published by\n"
1233"the Free Software Foundation; either version 2 of the License, or\n"
1234"(at your option) any later version.\n"
1235"\n"
1236"This program is distributed in the hope that it will be useful,\n"
1237"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1238"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1239"GNU General Public License for more details.\n"
1240"\n"
1241"You should have received a copy of the GNU General Public License\n"
1242"along with this program; if not, write to the Free Software\n"
1243"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1244"\n"
1245"Please e-mail bugs to: %s"
1246msgstr ""
1247
1248msgid "PyKota Data Dumper"
1249msgstr ""
1250
1251msgid "Dump"
1252msgstr ""
1253
1254msgid "Please click on the above button"
1255msgstr ""
1256
1257msgid "Data Type"
1258msgstr ""
1259
1260msgid "Output Format"
1261msgstr ""
1262
1263msgid "Filter"
1264msgstr ""
1265
1266msgid "PyKota Reports"
1267msgstr "Relat� do Pykota"
1268
1269msgid "Report"
1270msgstr "Relat�"
1271
1272msgid "Printer"
1273msgstr "Impressora"
1274
1275msgid "User / Group names mask"
1276msgstr "M�ara de nomes para Usu�os / Grupos"
1277
1278msgid "Groups report"
1279msgstr "Relat� de Grupos"
1280
1281msgid "History"
1282msgstr "Hist�o"
1283
1284msgid "Empty"
1285msgstr "Vazio"
1286
1287msgid "Action"
1288msgstr "A�"
1289
1290msgid "User"
1291msgstr "Usu�o"
1292
1293msgid "Hostname"
1294msgstr "Nome do computador"
1295
1296msgid "JobId"
1297msgstr "Id da Tarefa"
1298
1299msgid "JobSize"
1300msgstr "Tamanho da Tarefa"
1301
1302msgid "JobPrice"
1303msgstr "Pre�da Tarefa"
1304
1305msgid "Copies"
1306msgstr "C�s"
1307
1308msgid "JobBytes"
1309msgstr "Tamanho da Tarefa em Bytes"
1310
1311msgid "PageCounter"
1312msgstr "Contador de p�nas"
1313
1314msgid "Options"
1315msgstr "Op�s"
1316
1317msgid "MD5Sum"
1318msgstr ""
1319
1320msgid "BillingCode"
1321msgstr ""
1322
1323msgid "Pages"
1324msgstr ""
1325
1326msgid "Previous page"
1327msgstr "P�na anterior"
1328
1329msgid "PyKota Quotes"
1330msgstr ""
1331
1332msgid "Quote"
1333msgstr ""
1334
1335#, python-format
1336msgid "This file is %i pages long."
1337msgstr ""
1338
1339#, python-format
1340msgid "Unsupported accounter backend %s"
1341msgstr "Accounter Backend %s n�suportado"
1342
1343#, python-format
1344msgid "Configuration file %s not found."
1345msgstr "Arquivo de configura� %s n�encontrado."
1346
1347#, python-format
1348msgid "Option %s not found in section global of %s"
1349msgstr "Op� %s n�encontrada na se� global de %s"
1350
1351#, python-format
1352msgid "Option %s not found in section %s of %s"
1353msgstr "Op� %s n�encontrada na se� %s de %s"
1354
1355#, python-format
1356msgid "Option ldaptls is set, but certificate %s is not readable."
1357msgstr ""
1358
1359#, python-format
1360msgid "Option logger only supports values in %s"
1361msgstr "a op� logger s�porta valores em %s"
1362
1363#, python-format
1364msgid "Invalid accounter %s for printer %s"
1365msgstr "Contador de p�nas %s inv�do, para a impressora %s"
1366
1367#, python-format
1368msgid "Option accounter in section %s only supports values in %s"
1369msgstr "A op� accounter na se� %s s�porta valores em %s"
1370
1371#, python-format
1372msgid "Option enforcement in section %s only supports values in %s"
1373msgstr "Op� enforcement (refor� na se� %s s�porta valores em %s"
1374
1375#, python-format
1376msgid "Option onaccountererror in section %s only supports values in %s"
1377msgstr ""
1378
1379#, python-format
1380msgid "Invalid policy %s for printer %s"
1381msgstr "Pol�ca inv�da %s para a impressora %s"
1382
1383#, python-format
1384msgid "Option policy in section %s only supports values in %s"
1385msgstr "A op� policy na se� %s s�porta valores em %s"
1386
1387#, python-format
1388msgid "Invalid option mailto %s for printer %s"
1389msgstr "Op� mailto %s inv�da,  para a impressora %s"
1390
1391#, python-format
1392msgid "Option mailto in section %s only supports values in %s"
1393msgstr "a op� mailto na se� %s s�porta valores em %s"
1394
1395#, python-format
1396msgid "Invalid maximal deny banners counter %s"
1397msgstr ""
1398
1399#, python-format
1400msgid "Invalid grace delay %s"
1401msgstr "Tiempo gartis %s inv�do"
1402
1403#, python-format
1404msgid "Invalid poor man's threshold %s"
1405msgstr "Valor 'poor man' %s inv�do"
1406
1407msgid ""
1408"Your Print Quota account balance is Low.\n"
1409"Soon you'll not be allowed to print anymore.\n"
1410"Please contact the Print Quota Administrator to solve the problem."
1411msgstr ""
1412"A media de sua quota de impress�est�aixa.\n"
1413"voce n�pode imprimir .\n"
1414"Por favor entre em contato com o administrador das Impressoras para resolver "
1415"o problema."
1416
1417#, python-format
1418msgid ""
1419"You are not allowed to print anymore because\n"
1420"your Print Quota is exceeded on printer %s."
1421msgstr ""
1422"Voce n�pode imprimir porque\n"
1423"sua quota de impress�foi excedida, na impressora %s."
1424
1425#, python-format
1426msgid ""
1427"You will soon be forbidden to print anymore because\n"
1428"your Print Quota is almost reached on printer %s."
1429msgstr ""
1430"Sua impress�est�loqueada porque\n"
1431"sua quota de impress�foi atingida, na impressora %s."
1432
1433#, python-format
1434msgid "Option accountbanner in section %s only supports values in %s"
1435msgstr ""
1436
1437#, python-format
1438msgid "Option trustjobsize for printer %s is incorrect"
1439msgstr ""
1440
1441msgid "Users"
1442msgstr ""
1443
1444msgid "Groups"
1445msgstr ""
1446
1447msgid "Printers"
1448msgstr ""
1449
1450msgid "Users Print Quotas"
1451msgstr ""
1452
1453msgid "Users Groups Print Quotas"
1454msgstr ""
1455
1456msgid "History of Payments"
1457msgstr ""
1458
1459msgid "Printers Groups Membership"
1460msgstr ""
1461
1462msgid "Users Groups Membership"
1463msgstr ""
1464
1465msgid "Comma Separated Values"
1466msgstr ""
1467
1468msgid "Semicolon Separated Values"
1469msgstr ""
1470
1471msgid "Tabulation Separated Values"
1472msgstr ""
1473
1474msgid "eXtensible Markup Language"
1475msgstr ""
1476
1477msgid "CUPS' page_log"
1478msgstr ""
1479
1480#, python-format
1481msgid "Invalid filter value [%s], see help."
1482msgstr ""
1483
1484#, python-format
1485msgid "Invalid modifier [%s] for --data command line option, see help."
1486msgstr ""
1487
1488#, python-format
1489msgid "Invalid modifier [%s] for --format command line option, see help."
1490msgstr ""
1491
1492msgid "XML output is disabled because the jaxml module is not available."
1493msgstr ""
1494
1495msgid "PyKota data dumper failed : I/O error"
1496msgstr ""
1497
1498#, python-format
1499msgid "Unsupported logging subsystem %s"
1500msgstr "Sistema de log %s n�suportado"
1501
1502#, python-format
1503msgid "Report for %s quota on printer %s"
1504msgstr "Relatorio de quota %s para a impressora %s"
1505
1506#, python-format
1507msgid "Pages grace time: %i days"
1508msgstr "Tempo de cortesia : %i d�"
1509
1510#, python-format
1511msgid "Price per job: %.3f"
1512msgstr "Pre�por impress� %.3f"
1513
1514#, python-format
1515msgid "Price per page: %.3f"
1516msgstr "Pre�por p�na: %.3f"
1517
1518msgid ""
1519"Group          overcharge   used    soft    hard    balance grace         "
1520"total       paid warn"
1521msgstr ""
1522
1523msgid ""
1524"User           overcharge   used    soft    hard    balance grace         "
1525"total       paid warn"
1526msgstr ""
1527
1528msgid "unknown"
1529msgstr "Desconhecido"
1530
1531#, python-format
1532msgid "Real : %s"
1533msgstr "Real : %s"
1534
1535#, python-format
1536msgid "Total : %9i"
1537msgstr "Total : %9i"
1538
1539msgid "N/A"
1540msgstr ""
1541
1542#, python-format
1543msgid "Unsupported reporter backend %s"
1544msgstr "Reporter backend %s n�suportado"
1545
1546#, python-format
1547msgid "Unsupported quota storage backend %s"
1548msgstr "o banco de dados: %s  n�suportado"
1549
1550#, python-format
1551msgid "Strange problem with uid(%s) : %s"
1552msgstr ""
1553
1554#, python-format
1555msgid "Running as user '%s'."
1556msgstr ""
1557
1558msgid "No user named 'pykota'. Not dropping priviledges."
1559msgstr ""
1560
1561#, python-format
1562msgid "Impossible to drop priviledges : %s"
1563msgstr ""
1564
1565msgid "Priviledges dropped. Now running as user 'pykota'."
1566msgstr ""
1567
1568#, python-format
1569msgid "Impossible to regain priviledges : %s"
1570msgstr ""
1571
1572msgid "Regained priviledges. Now running as root."
1573msgstr ""
1574
1575#, python-format
1576msgid "Impossible to connect to SMTP server : %s"
1577msgstr "N�foi poss�l conectar-se ao servidor SMTP %s"
1578
1579#, python-format
1580msgid "Impossible to send mail to %s, error %s : %s"
1581msgstr "Imposivel enviar email para  %s, erro %s : %s"
1582
1583#, python-format
1584msgid ""
1585"\n"
1586"\n"
1587"Please contact your system administrator :\n"
1588"\n"
1589"\t%s - <%s>\n"
1590msgstr ""
1591"\n"
1592"\n"
1593"Por favor contacte a seu administrador de sistemas:\n"
1594"\n"
1595"\t%s - <%s>\n"
1596
1597#, python-format
1598msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1599msgstr ""
1600"Imposivel encontrar o usu�o %s para impressorao %s, aplicando politica "
1601"padr�(%s)"
1602
1603#, python-format
1604msgid ""
1605"Unable to find user %s's account balance, applying default policy (%s) for "
1606"printer %s"
1607msgstr ""
1608"Imposivel encontrar a media da conta do usuario %s, configurando o valor "
1609"padr�(%s) para a impressora %s"
1610
1611#, python-format
1612msgid "User %s will not be charged for printing."
1613msgstr ""
1614
1615#, python-format
1616msgid "Print Quota exceeded for group %s on printer %s"
1617msgstr "Quota de impress�excedida para o grupo %s na impressora %s"
1618
1619msgid "Print Quota"
1620msgstr "Quota de impre�"
1621
1622msgid "Print Quota Exceeded"
1623msgstr "Quota de Impress�Excedida"
1624
1625#, python-format
1626msgid "Print Quota low for group %s on printer %s"
1627msgstr "Quota de impressora baixa para o grupo %s na impresora %s"
1628
1629#, python-format
1630msgid "Print Quota exceeded for user %s on printer %s"
1631msgstr "Quota de impress�excedida para o usuario %s na impressora %s"
1632
1633#, python-format
1634msgid "Print Quota low for user %s on printer %s"
1635msgstr "Quota de impress�baixa para o usuario %s na impressora %s"
1636
1637msgid "Print Quota Low"
1638msgstr "Quota de impress�baixa"
1639
1640#, python-format
1641msgid "Printing system %s, args=%s"
1642msgstr "Sistema de impress�%s, argumentos=%s"
1643
1644#, python-format
1645msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1646msgstr ""
1647"Imposs�l calcular tamanho da tarefa usando analisador gen�o de PDL : %s"
1648
1649#, python-format
1650msgid "SIGTERM received, job %s cancelled."
1651msgstr "SIGTERM recebida, trabalho %s reiniciado."
1652
1653msgid "Printer hostname undefined, set to 'localhost'"
1654msgstr ""
1655"Nome do servidor de impress�n�definido, configurando para 'localhost'"
1656
1657#, python-format
1658msgid "Printing system unknown, args=%s"
1659msgstr "Sistema de impress�desconhecido, args=%s"
1660
1661#, python-format
1662msgid ""
1663"Printer %s not registered in the PyKota system, applying external policy (%"
1664"s) for printer %s"
1665msgstr ""
1666"Impressora %s n�registada no sistema de impress� foi aplicada a pol�ca "
1667"externa (%s) para a impressora %s"
1668
1669#, python-format
1670msgid ""
1671"User %s not registered in the PyKota system, applying external policy (%s) "
1672"for printer %s"
1673msgstr ""
1674"Usuario %s n�registrado no sistema PyKota, aplicando pol�ca externa (%s) "
1675"para a impressora %s"
1676
1677#, python-format
1678msgid ""
1679"User %s doesn't have quota on printer %s in the PyKota system, applying "
1680"external policy (%s) for printer %s"
1681msgstr ""
1682"Utilizador %s n�tem cota na impressora %s, foi aplicada a pol�ca externa "
1683"(%s) para a impressora %s"
1684
1685#, python-format
1686msgid ""
1687"External policy %s for printer %s produced an error. Job rejected. Please "
1688"check PyKota's configuration files."
1689msgstr ""
1690"Pol�ca externa %s para a impressora %s retornou un error. Trabalho "
1691"reiniciado. Por favor verifique os arquivos de configura� do PyKota."
1692
1693#, python-format
1694msgid ""
1695"Printer %s not registered in the PyKota system, applying default policy (%s)"
1696msgstr ""
1697"Impressora %s n�registada no sistema Pykota, foi aplicada por omiss�a "
1698"pol�ca (%s)"
1699
1700#, python-format
1701msgid ""
1702"User %s not registered in the PyKota system, applying default policy (%s) "
1703"for printer %s"
1704msgstr ""
1705"Usuario %s n�registrado no sistema PyKota, aplicando configura�s padr�"
1706"(%s) para a impressora %s"
1707
1708#, python-format
1709msgid ""
1710"User %s doesn't have quota on printer %s in the PyKota system, applying "
1711"default policy (%s)"
1712msgstr ""
1713"O utilizador %s n�tem cota na impressora %s, foi aplicada por omiss�a "
1714"pol�ca (%s)"
1715
1716#, python-format
1717msgid ""
1718"Printer %s still not registered in the PyKota system, job will be rejected"
1719msgstr ""
1720"A Impressora %s n�se encontra registada no sistema, o pedido ser�ejeitado"
1721
1722#, python-format
1723msgid ""
1724"User %s still not registered in the PyKota system, job will be rejected on "
1725"printer %s"
1726msgstr ""
1727"O utilizador %s n�se encontra registado no sistema, o pedido para a "
1728"impressora %sser�ejeitado"
1729
1730#, python-format
1731msgid ""
1732"User %s still doesn't have quota on printer %s in the PyKota system, job "
1733"will be rejected"
1734msgstr ""
1735"O utilizador %s ainda n�tem cota definida na impressora %s, o pedido ser�
1736"rejeitado"
1737
1738#, python-format
1739msgid "A problem occured while reading printer %s's internal page counter."
1740msgstr ""
1741
1742#, python-format
1743msgid "Retrieving printer %s's page counter from database instead."
1744msgstr ""
1745
1746#, python-format
1747msgid ""
1748"Couldn't retrieve printer %s's internal page counter either before or after "
1749"printing."
1750msgstr ""
1751
1752#, python-format
1753msgid "Job's size forced to 1 page for printer %s."
1754msgstr ""
1755
1756#, python-format
1757msgid "No previous job in database for printer %s."
1758msgstr ""
1759
1760#, python-format
1761msgid "Inconsistent values for printer %s's internal page counter."
1762msgstr ""
1763
1764#, python-format
1765msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1766msgstr "Endere�invalido em  HARDWARE(%s) para a impressora %s"
1767
1768#, python-format
1769msgid "Launching HARDWARE(%s)..."
1770msgstr "Tentando identifica� f�ca(%s)..."
1771
1772#, python-format
1773msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1774msgstr "Sinal SIGTERM enviado para contador f�co %s (pid : %s)"
1775
1776#, python-format
1777msgid "Line [%s] skipped in accounter's output. Trying again..."
1778msgstr ""
1779
1780#, python-format
1781msgid "Hardware accounter %s exit code is %s"
1782msgstr ""
1783
1784#, python-format
1785msgid "Unable to query printer %s via HARDWARE(%s)"
1786msgstr "Imposive consultar a impressora %s via HARDWARE(%s)"
1787
1788#, python-format
1789msgid "Problem during connection to %s:%s : %s"
1790msgstr ""
1791
1792#, python-format
1793msgid "Problem while sending PJL query to %s:%s : %s"
1794msgstr ""
1795
1796#, python-format
1797msgid "Waiting for printer %s to be printing..."
1798msgstr ""
1799
1800#, python-format
1801msgid "Waiting for printer %s's idle status to stabilize..."
1802msgstr ""
1803
1804#, python-format
1805msgid ""
1806"PJL querying stage interrupted. Using latest value seen for internal page "
1807"counter (%s) on printer %s."
1808msgstr ""
1809
1810#, python-format
1811msgid "Network error while doing SNMP queries on printer %s : %s"
1812msgstr ""
1813
1814#, python-format
1815msgid "SNMP message decoding error for printer %s : %s"
1816msgstr ""
1817
1818#, python-format
1819msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1820msgstr ""
1821
1822#, python-format
1823msgid ""
1824"SNMP querying stage interrupted. Using latest value seen for internal page "
1825"counter (%s) on printer %s."
1826msgstr ""
1827
1828#, python-format
1829msgid "Launching SOFTWARE(%s)..."
1830msgstr "Tentando identifica� l�a (%s)..."
1831
1832#, python-format
1833msgid "Unable to compute job size with accounter %s"
1834msgstr "Impossivel calcular o tamanho do trabalho com o contador %s"
1835
1836#, python-format
1837msgid "Problem while waiting for software accounter pid %s to exit : %s"
1838msgstr "Problema ao aguardar encerramento do contador l�o de pid %s : %s"
1839
1840#, python-format
1841msgid "Software accounter %s exit code is %s"
1842msgstr "C�o de erro para contador l�o %s : %s"
1843
1844msgid "Totals may be inaccurate if some users are members of several groups."
1845msgstr ""
1846"O Total pode n�ser exato se os usuarios forem mebros de varios grupos."
1847
1848#, python-format
1849msgid ""
1850"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1851"double check /etc/pykota/pykota.conf : %s"
1852msgstr ""
1853"Base de busca %s parece n�existir, provavelmente por causa de m�
1854"configura�.Por favor, verifique as configura�s do arquivo /etc/pykota/"
1855"pykota.conf : %s"
1856
1857#, python-format
1858msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1859msgstr "Buscar por %s(%s) apartir de %s(scope=%s) nenhum registro encontrado."
1860
1861#, python-format
1862msgid "Problem adding LDAP entry (%s, %s)"
1863msgstr "Problema adicionando entrada LDAP (%s, %s)"
1864
1865#, python-format
1866msgid "Problem deleting LDAP entry (%s)"
1867msgstr "Problema apagando entrada LDAP (%s)"
1868
1869#, python-format
1870msgid "Problem modifying LDAP entry (%s, %s)"
1871msgstr "Problema modificando entrada LDAP (%s, %s)"
1872
1873#, python-format
1874msgid ""
1875"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1876"entries manually ?"
1877msgstr ""
1878
1879#, python-format
1880msgid ""
1881"Unable to find an existing objectClass %s entry with %s=%s to attach "
1882"pykotaAccount objectClass"
1883msgstr ""
1884"Imposs�l encontrar uma entrada objectClass %s existente com %s=%s "
1885"paraanexar objectClass pykotaAccount"
1886
1887#, python-format
1888msgid "%s. A new entry will be created instead."
1889msgstr ""
1890
1891#, python-format
1892msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1893msgstr ""
1894"Imposs�l encontrar uma entrada existente para anexar ao objectClass "
1895"pykotaGroup %s"
1896
1897msgid "Hidden because of privacy concerns"
1898msgstr ""
1899
1900msgid "Summarize"
1901msgstr ""
1902
1903msgid "Invalid data type [%s] for --sum command line option, see help."
1904msgstr ""
1905
1906#~ msgid ""
1907#~ "Group           used    soft    hard    balance grace         total       "
1908#~ "paid"
1909#~ msgstr ""
1910#~ "Grupo           usado   Minimo  Maximo  media   gratis        total       "
1911#~ "pago"
1912
1913#~ msgid ""
1914#~ "User            used    soft    hard    balance grace         total       "
1915#~ "paid"
1916#~ msgstr ""
1917#~ "Usuario         usado   Minimo  Maximo  media   gratis        total       "
1918#~ "pago"
Note: See TracBrowser for help on using the browser.