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

Revision 2028, 55.8 kB (checked in by jalet, 19 years ago)

Modified copyright years

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