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

Revision 1959, 55.7 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-01-15 13:02+0100\n"
29"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
30"Language-Team: Portugues <alet@librelogiciel.com>\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 "A impressora %s n�existe"
400
401#, python-format
402msgid "Invalid charge amount value %s"
403msgstr "Valor de custo inv�do %s"
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 "Foi imposs�l adicionar a 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 "Op�s incompat�is, 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 "�Obrigat� a utiliza� de nomes de 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 "Saldo da sua conta : %.2f"
582
583#, python-format
584msgid "Job size : %i pages"
585msgstr "Tamanho do pedido : %i p�nas"
586
587#, python-format
588msgid "Cost on printer %s : %.2f"
589msgstr "Custo da impressora %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 "Foi enviado um SIGTERM para o backend %s (pid: %s)"
662
663#, python-format
664msgid "CUPS backend %s died abnormally."
665msgstr "O backend CUPS morreu inesperadamente."
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 incorrecto para o limite m�mo %s."
944
945#, python-format
946msgid "Invalid hardlimit value %s."
947msgstr "Valor incorrecto para limite m�mo %s."
948
949#, python-format
950msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
951msgstr ""
952"Limite m�mo %i �enor que o limite m�mo %i, os valores ser�invertidos."
953
954#, python-format
955msgid "Invalid balance value %s"
956msgstr "Valor de saldo inv�do %s"
957
958#, python-format
959msgid "Invalid limitby value %s"
960msgstr "Valor inv�do para pol�ca de quota %s"
961
962msgid "You have to pass user or group names on the command line"
963msgstr ""
964"�Obrigat� a utiliza� de nomes de utilizador ou grupo na linha de "
965"comando"
966
967#, python-format
968msgid "Prototype %s not found in Quota Storage for printer %s."
969msgstr "Prot�o %s n�encontrado na base de dados para a impressora %s."
970
971#, python-format
972msgid "Prototype object %s not found in Quota Storage."
973msgstr "Objecto do prot�o %s n�encontrado na base de dados."
974
975#, python-format
976msgid "Undefined hard limit set to soft limit (%s) on printer %s."
977msgstr ""
978"Limite m�mo indefinido, foi usado o valor do limite m�mo (%s) para a "
979"impressora %s."
980
981#, python-format
982msgid "Undefined soft limit set to hard limit (%s) on printer %s."
983msgstr ""
984"Limite m�mo indefinido, foi usado o valor do limite m�mo (%s) para a "
985"impressora %s."
986
987#, python-format
988msgid "Invalid email address %s"
989msgstr "Endere�email inv�do"
990
991#, python-format
992msgid "Unknown group %s"
993msgstr ""
994
995#, python-format
996msgid "Unknown user %s"
997msgstr ""
998
999#, python-format
1000msgid "Invalid group name %s"
1001msgstr "O nome do grupo %s �nv�do"
1002
1003#, python-format
1004msgid "Invalid user name %s"
1005msgstr "O nome do utilizador %s �nv�do"
1006
1007#, python-format
1008msgid "Quota not found for object %s on printer %s."
1009msgstr "Cota n�encontrada para o objecto %s da impressora %s."
1010
1011#, python-format
1012msgid "Group %s not found in the PyKota Storage."
1013msgstr "Grupo %s n�encontrado na base de dados."
1014
1015msgid "Software accounting already done in first pass. Ignoring."
1016msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando."
1017
1018msgid "Hardware accounting already done in first pass. Ignoring."
1019msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando"
1020
1021msgid "Job size and price now set in history."
1022msgstr ""
1023
1024#, python-format
1025msgid ""
1026"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
1027"\n"
1028"Generates print quota reports.\n"
1029"\n"
1030"command line usage :\n"
1031"\n"
1032"  repykota [options] \n"
1033"\n"
1034"options :\n"
1035"\n"
1036"  -v | --version       Prints repykota's version number then exits.\n"
1037"  -h | --help          Prints this message then exits.\n"
1038"  \n"
1039"  -u | --users         Generates a report on users quota, this is \n"
1040"                       the default.\n"
1041"  \n"
1042"  -g | --groups        Generates a report on group quota instead of users.\n"
1043"  \n"
1044"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
1045"                       use wildcards characters to select only\n"
1046"                       some printers. The default value is *, meaning\n"
1047"                       all printers.\n"
1048"                       You can specify several names or wildcards, \n"
1049"                       by separating them with commas.\n"
1050"  \n"
1051"examples :                              \n"
1052"\n"
1053"  $ repykota --printer lp\n"
1054"  \n"
1055"  This will print the quota status for all users who use the lp printer.\n"
1056"\n"
1057"  $ repykota \n"
1058"  \n"
1059"  This will print the quota status for all users on all printers.\n"
1060"  \n"
1061"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1062"  \n"
1063"  This will print the quota status for user jerome and all users\n"
1064"  whose name begins with \"jo\" on all printers which name begins\n"
1065"  with \"laser\" or ends with \"pson\".\n"
1066"  \n"
1067"  If launched by an user who is not a PyKota administrator, additionnal\n"
1068"  arguments representing users or groups names are ignored, and only the\n"
1069"  current user/group is reported.\n"
1070"\n"
1071"This program is free software; you can redistribute it and/or modify\n"
1072"it under the terms of the GNU General Public License as published by\n"
1073"the Free Software Foundation; either version 2 of the License, or\n"
1074"(at your option) any later version.\n"
1075"\n"
1076"This program is distributed in the hope that it will be useful,\n"
1077"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1078"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1079"GNU General Public License for more details.\n"
1080"\n"
1081"You should have received a copy of the GNU General Public License\n"
1082"along with this program; if not, write to the Free Software\n"
1083"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1084"\n"
1085"Please e-mail bugs to: %s"
1086msgstr ""
1087
1088#, python-format
1089msgid ""
1090"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
1091"\n"
1092"Sends mail to users over print quota.\n"
1093"\n"
1094"command line usage :\n"
1095"\n"
1096"  warnpykota  [options]  [names]\n"
1097"\n"
1098"options :\n"
1099"\n"
1100"  -v | --version       Prints warnpykota's version number then exits.\n"
1101"  -h | --help          Prints this message then exits.\n"
1102"  \n"
1103"  -u | --users         Warns users over their print quota, this is the \n"
1104"                       default.\n"
1105"  \n"
1106"  -g | --groups        Warns users whose groups quota are over limit.\n"
1107"  \n"
1108"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1109"                       use wildcards characters to select only\n"
1110"                       some printers. The default value is *, meaning\n"
1111"                       all printers.\n"
1112"                       You can specify several names or wildcards, \n"
1113"                       by separating them with commas.\n"
1114"  \n"
1115"examples :                              \n"
1116"\n"
1117"  $ warnpykota --printer lp\n"
1118"  \n"
1119"  This will warn all users of the lp printer who have exceeded their\n"
1120"  print quota.\n"
1121"\n"
1122"  $ warnpykota \n"
1123"  \n"
1124"  This will warn all users  who have exceeded their print quota on\n"
1125"  any printer.\n"
1126"\n"
1127"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1128"  \n"
1129"  This will warn all users of groups which names begins with \"dev\" and\n"
1130"  who have exceeded their print quota on any printer which name begins \n"
1131"  with \"laserjet\"\n"
1132"  \n"
1133"  If launched by an user who is not a PyKota administrator, additionnal\n"
1134"  arguments representing users or groups names are ignored, and only the\n"
1135"  current user/group is reported.\n"
1136"\n"
1137"This program is free software; you can redistribute it and/or modify\n"
1138"it under the terms of the GNU General Public License as published by\n"
1139"the Free Software Foundation; either version 2 of the License, or\n"
1140"(at your option) any later version.\n"
1141"\n"
1142"This program is distributed in the hope that it will be useful,\n"
1143"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1144"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1145"GNU General Public License for more details.\n"
1146"\n"
1147"You should have received a copy of the GNU General Public License\n"
1148"along with this program; if not, write to the Free Software\n"
1149"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1150"\n"
1151"Please e-mail bugs to: %s"
1152msgstr ""
1153
1154#, python-format
1155msgid "Unsupported accounter backend %s"
1156msgstr "Backend de cota %s n�suportado"
1157
1158#, python-format
1159msgid "Configuration file %s not found."
1160msgstr "Ficheiro de configura� %s n�encontrado."
1161
1162#, python-format
1163msgid "Option %s not found in section global of %s"
1164msgstr "A op� %s n�foi encontrada na sec� global de %s"
1165
1166#, python-format
1167msgid "Option %s not found in section %s of %s"
1168msgstr "A op� %s n�foi encontrada na sec� %s de %s"
1169
1170#, python-format
1171msgid "Option logger only supports values in %s"
1172msgstr "A op� logger s�porta valores em %s"
1173
1174#, python-format
1175msgid "Invalid accounter %s for printer %s"
1176msgstr "Contador de p�nas %s inv�do, para a impressora %s"
1177
1178#, python-format
1179msgid "Option accounter in section %s only supports values in %s"
1180msgstr "A op� accounter na sec� %s s�porta valores em %s"
1181
1182#, python-format
1183msgid "Option enforcement in section %s only supports values in %s"
1184msgstr "Op� enforcement (refor� na se� %s s�porta valores em %s"
1185
1186#, python-format
1187msgid "Option onaccountererror in section %s only supports values in %s"
1188msgstr ""
1189
1190#, python-format
1191msgid "Invalid policy %s for printer %s"
1192msgstr "Pol�ca %s inv�da para a impressora %s"
1193
1194#, python-format
1195msgid "Option policy in section %s only supports values in %s"
1196msgstr "A op� policy na sec� %s s�porta valores em %s"
1197
1198#, python-format
1199msgid "Invalid option mailto %s for printer %s"
1200msgstr "Op� mailto %s inv�da, para a impressora %s"
1201
1202#, python-format
1203msgid "Option mailto in section %s only supports values in %s"
1204msgstr "a op� mailto na sec� %s s�porta valores em %s"
1205
1206#, python-format
1207msgid "Invalid grace delay %s"
1208msgstr "Per�o de toler�ia inv�do %s"
1209
1210#, python-format
1211msgid "Invalid poor man's threshold %s"
1212msgstr "Valor 'poor man' %s inv�do"
1213
1214msgid ""
1215"Your Print Quota account balance is Low.\n"
1216"Soon you'll not be allowed to print anymore.\n"
1217"Please contact the Print Quota Administrator to solve the problem."
1218msgstr ""
1219"O seu saldo de impress��aixo.\n"
1220"Em breve n�poder�mprimir.\n"
1221"Por favor contacte o administrador do servi�de impress�de forma a "
1222"resolver o problema."
1223
1224#, python-format
1225msgid ""
1226"You are not allowed to print anymore because\n"
1227"your Print Quota is exceeded on printer %s."
1228msgstr ""
1229"Foi-lhe vedado o acesso ao servi�de impress�j�ue a\n"
1230"sua quota de impress�foi excedida, na impressora %s."
1231
1232#, python-format
1233msgid ""
1234"You will soon be forbidden to print anymore because\n"
1235"your Print Quota is almost reached on printer %s."
1236msgstr ""
1237"Em breve n�poder�mprimir j�ue a\n"
1238"sua quota de impress�est�uase a ser atingida, na impressora %s."
1239
1240#, python-format
1241msgid "Option accountbanner in section %s only supports values in %s"
1242msgstr ""
1243
1244#, python-format
1245msgid "Unsupported logging subsystem %s"
1246msgstr "Sistema de logging %s n�suportado"
1247
1248#, python-format
1249msgid "Report for %s quota on printer %s"
1250msgstr "Relat� de cota %s para a impressora %s"
1251
1252#, python-format
1253msgid "Pages grace time: %i days"
1254msgstr "Per�o de toler�ia : %i d�"
1255
1256#, python-format
1257msgid "Price per job: %.3f"
1258msgstr "Pre�por trabalho: %.3f"
1259
1260#, python-format
1261msgid "Price per page: %.3f"
1262msgstr "Pre�por p�na: %.3f"
1263
1264msgid ""
1265"Group           used    soft    hard    balance grace         total       "
1266"paid"
1267msgstr ""
1268"Grupo           gasto   m�mo  m�mo  saldo   toler�ia    total       "
1269"pago"
1270
1271msgid ""
1272"User            used    soft    hard    balance grace         total       "
1273"paid"
1274msgstr ""
1275"Utilizador      gasto   m�mo  m�mo  saldo   toler�ia    total       "
1276"pago"
1277
1278msgid "unknown"
1279msgstr "Desconhecido"
1280
1281#, python-format
1282msgid "Real : %s"
1283msgstr "Real : %s"
1284
1285#, python-format
1286msgid "Total : %9i"
1287msgstr "Total : %9i"
1288
1289#, python-format
1290msgid "Unsupported reporter backend %s"
1291msgstr "Backend reporter %s n�suportado"
1292
1293#, python-format
1294msgid "Unsupported quota storage backend %s"
1295msgstr "Base de dados %s n�suportada"
1296
1297#, python-format
1298msgid "Impossible to connect to SMTP server : %s"
1299msgstr "N�foi poss�l conectar-se ao servidor SMTP %s"
1300
1301#, python-format
1302msgid "Impossible to send mail to %s, error %s : %s"
1303msgstr "Imposs�l enviar email para  %s, erro %s : %s"
1304
1305#, python-format
1306msgid ""
1307"\n"
1308"\n"
1309"Please contact your system administrator :\n"
1310"\n"
1311"\t%s - <%s>\n"
1312msgstr ""
1313"\n"
1314"\n"
1315"Por favor contacte a seu administrador de sistemas:\n"
1316"\n"
1317"\t%s - <%s>\n"
1318
1319#, python-format
1320msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1321msgstr ""
1322"N�foi poss�l encontrar o utilizador %s para a impressora %s, foi "
1323"aplicada por omiss�a pol�ca (%s)"
1324
1325#, python-format
1326msgid ""
1327"Unable to find user %s's account balance, applying default policy (%s) for "
1328"printer %s"
1329msgstr ""
1330"N�foi poss�l encontrar o saldo da conta do utilizador %s, foi "
1331"configurado por omiss�o valor (%s) para a impressora %s"
1332
1333#, python-format
1334msgid "Print Quota exceeded for group %s on printer %s"
1335msgstr "Cota de impress�excedida para o grupo %s na impressora %s"
1336
1337msgid "Print Quota"
1338msgstr "Cota de Impress�
1339
1340msgid "Print Quota Exceeded"
1341msgstr "Cota de impress�excedida"
1342
1343#, python-format
1344msgid "Print Quota low for group %s on printer %s"
1345msgstr "Cota de impress�baixa para o grupo %s na impresora %s"
1346
1347#, python-format
1348msgid "Print Quota exceeded for user %s on printer %s"
1349msgstr "Cota de impress�excedida para o utilizador %s na impressora %s"
1350
1351#, python-format
1352msgid "Print Quota low for user %s on printer %s"
1353msgstr "Cota de impress�baixa para o utilizador %s na impressora %s"
1354
1355msgid "Print Quota Low"
1356msgstr "Cota de impress�baixa"
1357
1358#, python-format
1359msgid "Printing system %s, args=%s"
1360msgstr "Sistema de impress�%s, argumentos=%s"
1361
1362#, python-format
1363msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1364msgstr ""
1365"Imposs�l calcular tamanho da tarefa usando analisador gen�o de PDL : %s"
1366
1367#, python-format
1368msgid "SIGTERM received, job %s cancelled."
1369msgstr "SIGTERM recebido, trabalho %s reiniciado."
1370
1371#, python-format
1372msgid "Banner generator %s exit code is %s"
1373msgstr ""
1374
1375msgid "Printer hostname undefined, set to 'localhost'"
1376msgstr ""
1377"Nome do servidor de impress�n�definido, foi configurado para 'localhost'"
1378
1379#, python-format
1380msgid "Printing system unknown, args=%s"
1381msgstr "Sistema de impress�desconhecido, args=%s"
1382
1383#, python-format
1384msgid ""
1385"Printer %s not registered in the PyKota system, applying external policy (%"
1386"s) for printer %s"
1387msgstr ""
1388"Impressora %s n�registada no sistema de impress� foi aplicada a pol�ca "
1389"externa (%s) para a impressora %s"
1390
1391#, python-format
1392msgid ""
1393"User %s not registered in the PyKota system, applying external policy (%s) "
1394"for printer %s"
1395msgstr ""
1396"Utilizador %s n�registado no sistema de impress� foi aplicada a pol�ca "
1397"externa (%s) para a impressora %s"
1398
1399#, python-format
1400msgid ""
1401"User %s doesn't have quota on printer %s in the PyKota system, applying "
1402"external policy (%s) for printer %s"
1403msgstr ""
1404"Utilizador %s n�tem cota na impressora %s, foi aplicada a pol�ca externa "
1405"(%s) para a impressora %s"
1406
1407#, python-format
1408msgid ""
1409"External policy %s for printer %s produced an error. Job rejected. Please "
1410"check PyKota's configuration files."
1411msgstr ""
1412"Pol�ca externa %s para a impressora %s devolveu um erro. Trabalho "
1413"reiniciado. Por favor verifique os ficheiros de configura� do Pykota."
1414
1415#, python-format
1416msgid ""
1417"Printer %s not registered in the PyKota system, applying default policy (%s)"
1418msgstr ""
1419"Impressora %s n�registada no sistema Pykota, foi aplicada por omiss�a "
1420"pol�ca (%s)"
1421
1422#, python-format
1423msgid ""
1424"User %s not registered in the PyKota system, applying default policy (%s) "
1425"for printer %s"
1426msgstr ""
1427"Utilizador %s n�registrado no sistema PyKota, foi aplicada por omiss�a "
1428"pol�ca (%s)para a impressora %s"
1429
1430#, python-format
1431msgid ""
1432"User %s doesn't have quota on printer %s in the PyKota system, applying "
1433"default policy (%s)"
1434msgstr ""
1435"O utilizador %s n�tem cota na impressora %s, foi aplicada por omiss�a "
1436"pol�ca (%s)"
1437
1438#, python-format
1439msgid ""
1440"Printer %s still not registered in the PyKota system, job will be rejected"
1441msgstr ""
1442"A Impressora %s n�se encontra registada no sistema, o pedido ser�ejeitado"
1443
1444#, python-format
1445msgid ""
1446"User %s still not registered in the PyKota system, job will be rejected on "
1447"printer %s"
1448msgstr ""
1449"O utilizador %s n�se encontra registado no sistema, o pedido para a "
1450"impressora %sser�ejeitado"
1451
1452#, python-format
1453msgid ""
1454"User %s still doesn't have quota on printer %s in the PyKota system, job "
1455"will be rejected"
1456msgstr ""
1457"O utilizador %s ainda n�tem cota definida na impressora %s, o pedido ser�
1458"rejeitado"
1459
1460#, python-format
1461msgid "Network error while doing SNMP queries on printer %s : %s"
1462msgstr ""
1463
1464#, python-format
1465msgid "SNMP message decoding error for printer %s : %s"
1466msgstr ""
1467
1468#, python-format
1469msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1470msgstr ""
1471
1472#, python-format
1473msgid "Waiting for printer %s to be idle or printing..."
1474msgstr ""
1475
1476#, python-format
1477msgid "Waiting for printer %s's idle status to stabilize..."
1478msgstr ""
1479
1480#, python-format
1481msgid "Problem during connection to %s:%s : %s"
1482msgstr ""
1483
1484#, python-format
1485msgid "Problem while sending PJL query to %s:%s : %s"
1486msgstr ""
1487
1488#, python-format
1489msgid "A problem occured while reading printer %s's internal page counter."
1490msgstr ""
1491
1492#, python-format
1493msgid "Retrieving printer %s's page counter from database instead."
1494msgstr ""
1495
1496#, python-format
1497msgid ""
1498"Couldn't retrieve printer %s's internal page counter either before or after "
1499"printing."
1500msgstr ""
1501
1502#, python-format
1503msgid "Job's size forced to 1 page for printer %s."
1504msgstr ""
1505
1506#, python-format
1507msgid "No previous job in database for printer %s."
1508msgstr ""
1509
1510#, python-format
1511msgid "Inconsistent values for printer %s's internal page counter."
1512msgstr ""
1513
1514msgid ""
1515"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
1516"download it from http://pysnmp.sourceforge.net"
1517msgstr ""
1518
1519#, python-format
1520msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1521msgstr "Endere�inv�do em HARDWARE(%s) para a impressora %s"
1522
1523#, python-format
1524msgid "Launching HARDWARE(%s)..."
1525msgstr "Tentando identifica� f�ca(%s)..."
1526
1527#, python-format
1528msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1529msgstr "Sinal SIGTERM enviado para contador f�co %s (pid : %s)"
1530
1531#, python-format
1532msgid "Line [%s] skipped in accounter's output. Trying again..."
1533msgstr ""
1534
1535#, python-format
1536msgid "Hardware accounter %s exit code is %s"
1537msgstr ""
1538
1539#, python-format
1540msgid "Unable to query printer %s via HARDWARE(%s)"
1541msgstr "Foi imposs�l consultar a impressora %s via HARDWARE(%s)"
1542
1543#, python-format
1544msgid ""
1545"SNMP querying stage interrupted. Using latest value seen for internal page "
1546"counter (%s) on printer %s."
1547msgstr ""
1548
1549#, python-format
1550msgid ""
1551"PJL querying stage interrupted. Using latest value seen for internal page "
1552"counter (%s) on printer %s."
1553msgstr ""
1554
1555#, python-format
1556msgid "Launching SOFTWARE(%s)..."
1557msgstr "Tentando identifica� l�a (%s)..."
1558
1559#, python-format
1560msgid "Unable to compute job size with accounter %s"
1561msgstr "Foi imposs�l calcular o tamanho do trabalho com o contador %s"
1562
1563#, python-format
1564msgid "Problem while waiting for software accounter pid %s to exit : %s"
1565msgstr "Problema ao aguardar encerramento do contador l�o de pid %s : %s"
1566
1567#, python-format
1568msgid "Software accounter %s exit code is %s"
1569msgstr "C�o de erro para contador l�o %s : %s"
1570
1571msgid "Totals may be inaccurate if some users are members of several groups."
1572msgstr ""
1573"O total pode n�ser exacto, caso os utilizadores sejam membros de v�os "
1574"grupos."
1575
1576#, python-format
1577msgid ""
1578"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1579"double check /etc/pykota/pykota.conf : %s"
1580msgstr ""
1581"Base de busca %s parece n�existir, provavelmente por causa de m�
1582"configura�.Por favor, verifique as configura�s do arquivo /etc/pykota/"
1583"pykota.conf : %s"
1584
1585#, python-format
1586msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1587msgstr ""
1588"A pesquisa de %s(%s) usando o esc� %s(scope=%s) n�devolveu resultados."
1589
1590#, python-format
1591msgid "Problem adding LDAP entry (%s, %s)"
1592msgstr "Ocorreu um problema ao adicionar a entrada LDAP (%s, %s)"
1593
1594#, python-format
1595msgid "Problem deleting LDAP entry (%s)"
1596msgstr "Ocorreu um problema ao apagar a entrada LDAP (%s)"
1597
1598#, python-format
1599msgid "Problem modifying LDAP entry (%s, %s)"
1600msgstr "Ocorreu um problema ao modificar a entrada LDAP (%s, %s)"
1601
1602#, python-format
1603msgid ""
1604"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1605"entries manually ?"
1606msgstr ""
1607
1608#, python-format
1609msgid ""
1610"Unable to find an existing objectClass %s entry with %s=%s to attach "
1611"pykotaAccount objectClass"
1612msgstr ""
1613"Imposs�l encontrar uma entrada objectClass %s existente com %s=%s "
1614"paraanexar objectClass pykotaAccount"
1615
1616#, python-format
1617msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1618msgstr ""
1619"Imposs�l encontrar uma entrada existente para anexar ao objectClass "
1620"pykotaGroup %s"
1621
1622msgid "PyKota Reports"
1623msgstr "Relat� do Pykota"
1624
1625msgid "Report"
1626msgstr "Relat�"
1627
1628msgid "Printer"
1629msgstr "Impressora"
1630
1631msgid "User / Group names mask"
1632msgstr "M�ara de nomes para Usu�os / Grupos"
1633
1634msgid "Groups report"
1635msgstr "Relat� de Grupos"
1636
1637msgid "Please click on the above button"
1638msgstr ""
1639
1640msgid "History"
1641msgstr "Hist�o"
1642
1643msgid "Empty"
1644msgstr "Vazio"
1645
1646msgid "Action"
1647msgstr "A�"
1648
1649msgid "User"
1650msgstr "Usu�o"
1651
1652msgid "Hostname"
1653msgstr "Nome do computador"
1654
1655msgid "JobId"
1656msgstr "Id da Tarefa"
1657
1658msgid "JobSize"
1659msgstr "Tamanho da Tarefa"
1660
1661msgid "JobPrice"
1662msgstr "Pre�da Tarefa"
1663
1664msgid "Copies"
1665msgstr "C�s"
1666
1667msgid "JobBytes"
1668msgstr "Tamanho da Tarefa em Bytes"
1669
1670msgid "PageCounter"
1671msgstr "Contador de p�nas"
1672
1673msgid "Options"
1674msgstr "Op�s"
1675
1676msgid "Previous page"
1677msgstr "P�na anterior"
Note: See TracBrowser for help on using the browser.