root / pykota / trunk / po / pt / pykota.po @ 2303

Revision 2303, 61.5 kB (checked in by jerome, 19 years ago)

Updated the FSF's address

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