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

Revision 2059, 60.7 kB (checked in by jalet, 19 years ago)

Updated the translation files to the latest version of the code

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