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

Revision 2267, 61.1 kB (checked in by jerome, 19 years ago)

Moved the copyright strings out of the docstrings

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