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

Revision 2266, 61.7 kB (checked in by jerome, 19 years ago)

Now dumpykota and dumpykota.cgi accept start= and end=
to specify the starting and ending dates when dumping the
history.
Syntax allowed is :

start|end=YYYY[MM[DD[hh[mm[ss]]]]]

and this is REALLY powerful !

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