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

Revision 2266, 61.4 kB (checked in by jerome, 19 years ago)

Now dumpykota and dumpykota.cgi accept start= and end=
to specify the starting and ending dates when dumping the
history.
Syntax allowed is :

start|end=YYYY[MM[DD[hh[mm[ss]]]]]

and this is REALLY powerful !

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