root / pykota / trunk / po / br / pykota.po @ 1852

Revision 1852, 49.6 kB (checked in by jalet, 20 years ago)

Fix in pkprinters' help

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