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

Revision 1959, 55.4 kB (checked in by jalet, 19 years ago)

Updated translations

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