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

Revision 2308, 61.3 kB (checked in by jerome, 19 years ago)

Extended syntax for the denyduplicates directive : it now
allows any external command to be launched, which will decide
if the dupes should be allowed or not.

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