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

Revision 2286, 61.3 kB (checked in by jerome, 19 years ago)

Updated message catalog and french translation

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