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

Revision 2059, 60.4 kB (checked in by jalet, 19 years ago)

Updated the translation files to the latest version of the code

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