root / pykota / trunk / po / pt_BR / pykota.po @ 2909

Revision 2909, 76.2 kB (checked in by jerome, 18 years ago)

Updated URLs.

  • 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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: 2006-03-30 22:00+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%(__version__)s (c) %(__years__)s %(__author__)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"
58msgstr ""
59
60#, python-format
61msgid ""
62"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
63"\n"
64"A Print Quota editor for PyKota.\n"
65"\n"
66"command line usage :\n"
67"\n"
68"  edpykota [options] user1 user2 ... userN\n"
69"  \n"
70"  edpykota [options] group1 group2 ... groupN\n"
71"\n"
72"options :\n"
73"\n"
74"  -v | --version       Prints edpykota's version number then exits.\n"
75"  -h | --help          Prints this message then exits.\n"
76"  \n"
77"  -a | --add           Adds users or groups print quota entries if\n"
78"                       they don't exist in database.\n"
79"                       \n"
80"  -d | --delete        Deletes users or groups print quota entries.\n"
81"                       Users or groups are never deleted, you have\n"
82"                       to use the pkusers command to delete them.\n"
83"                       The history will be purge from all matching\n"
84"                       jobs, unless -g | --groups is used.\n"
85"  \n"
86"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
87"                       use wildcards characters to select only\n"
88"                       some printers. The default value is *, meaning\n"
89"                       all printers. \n"
90"                       You can specify several names or wildcards, \n"
91"                       by separating them with commas.\n"
92"  \n"
93"  -g | --groups        Edit groups print quota entries instead of \n"
94"                       users print quota entries.\n"
95"                          \n"
96"  -L | --list          Lists users or groups print quota entries.\n"
97"  \n"
98"  -n | --noquota       Sets both soft and hard limits to None for users\n"
99"                       or groups print quota entries.\n"
100"  \n"
101"  -r | --reset         Resets the actual page counter for the user\n"
102"                       or group to zero on the specified printers. \n"
103"                       The life time page counter is kept unchanged.\n"
104"                       \n"
105"  -R | --hardreset     Resets the actual and life time page counters\n"
106"                       for the user or group to zero on the specified \n"
107"                       printers. This is a shortcut for '--used 0'.\n"
108"                       \n"
109"  -s | --skipexisting  In combination with the --add option above, tells\n"
110"                       edpykota to not modify existing print quota entries.\n"
111"                       \n"
112"  -S | --softlimit sl  Sets the quota soft limit to sl "
113"pages.                       \n"
114"  \n"
115"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
116"  \n"
117"  -I | --increase v    Increase existing Soft and Hard limits by the value\n"
118"                       of v. You can prefix v with + or -, if no sign is\n"
119"                       used, + is assumed.\n"
120"\n"
121"  -U | --used u        Sets the page counters for the user u pages on\n"
122"                       the selected printers. Doesn't work for groups, "
123"since\n"
124"                       their page counters are the sum of all their "
125"members'\n"
126"                       page counters.\n"
127"                       Useful for migrating users from a different system\n"
128"                       where they have already used some pages. Actual\n"
129"                       and Life Time page counters may be increased or "
130"decreased\n"
131"                       if u is prefixed with + or -.\n"
132"                       WARNING : BOTH page counters are modified in all "
133"cases,\n"
134"                       so be careful.\n"
135"                       NB : if u equals '0', then the action taken is\n"
136"                       the same as if --hardreset was used.\n"
137"\n"
138"  user1 through userN and group1 through groupN can use wildcards\n"
139"  if the --add option is not set.\n"
140"  \n"
141"examples :                              \n"
142"\n"
143"  $ edpykota --add john paul george ringo\n"
144"  \n"
145"  This will create print quota entries for users john, paul, george\n"
146"  and ringo on all printers. These print quota entries will have no\n"
147"  limit set.\n"
148"  \n"
149"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
150"  \n"
151"  This will set jerome's print quota on the lp printer to a soft limit\n"
152"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n"
153"  printer lp have been previously created with the pkusers and pkprinters\n"
154"  commands, respectively.\n"
155"\n"
156"  $ edpykota -g -S 500 -H 550 financial support            \n"
157"  \n"
158"  This will set print quota soft limit to 500 pages and hard limit\n"
159"  to 550 pages for groups financial and support on all printers.\n"
160"  \n"
161"  $ edpykota --reset jerome \"jo*\"\n"
162"  \n"
163"  This will reset jerome's page counter to zero on all printers, as\n"
164"  well as every user whose name begins with 'jo'.\n"
165"  Their life time page counter on each printer will be kept unchanged.\n"
166"  You can also reset the life time page counters by using the\n"
167"  --hardreset | -R command line option.\n"
168"  \n"
169"  $ edpykota --printer hpcolor --noquota jerome\n"
170"  \n"
171"  This will tell PyKota to not limit jerome when printing on the \n"
172"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
173"  accounting of the pages he prints will still be kept.\n"
174"  Print Quotas for jerome on other printers are unchanged.\n"
175"  \n"
176"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n"
177"  \n"
178"  This will delete users jerome and rachel's print quota\n"
179"  entries on all printers which name begin with 'HP' or\n"
180"  'XER'. The jobs printed by these users on these printers\n"
181"  will be deleted from the history.\n"
182msgstr ""
183
184#, python-format
185msgid "You can't set negative limits for %s"
186msgstr ""
187
188msgid "Extracting datas"
189msgstr ""
190
191#, python-format
192msgid "Page counter : %s"
193msgstr ""
194
195#, python-format
196msgid "Lifetime page counter : %s"
197msgstr ""
198
199#, python-format
200msgid "Soft limit : %s"
201msgstr ""
202
203#, python-format
204msgid "Hard limit : %s"
205msgstr ""
206
207#, python-format
208msgid "Date limit : %s"
209msgstr ""
210
211#, python-format
212msgid "Maximum job size : %s"
213msgstr ""
214
215#, python-format
216msgid "%s pages"
217msgstr ""
218
219msgid "Unlimited"
220msgstr ""
221
222#, python-format
223msgid "Warning banners printed : %s"
224msgstr ""
225
226msgid "Deletion"
227msgstr ""
228
229#, python-format
230msgid "Invalid used value %s."
231msgstr ""
232
233#, python-format
234msgid "Invalid increase value %s."
235msgstr ""
236
237#, python-format
238msgid "Invalid softlimit value %s."
239msgstr "Valor incorreto para o limite %s."
240
241#, python-format
242msgid "Invalid hardlimit value %s."
243msgstr "Valor incorreto para o limite Maximo %s."
244
245#, python-format
246msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
247msgstr "Limite maximo %i �enor que o limite %i, os valores ser�invertidos."
248
249#, python-format
250msgid "Undefined hard limit set to soft limit (%s)."
251msgstr ""
252
253#, python-format
254msgid "Undefined soft limit set to hard limit (%s)."
255msgstr ""
256
257msgid "Creation"
258msgstr ""
259
260#, python-format
261msgid ""
262"Impossible to create print quota entries if the user or group object '%s' "
263"doesn't already exist. Please use pkusers to create it first."
264msgstr ""
265
266msgid "Modification"
267msgstr ""
268
269msgid "incompatible options, see help."
270msgstr "O�s incompativeis, veja a ajuda."
271
272msgid "You have to pass user or group names on the command line"
273msgstr "Voce deve informar usuario ou grupo na linha de comando"
274
275#, python-format
276msgid ""
277"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
278"\n"
279"Generates banners.\n"
280"\n"
281"command line usage :\n"
282"\n"
283"  pkbanner  [options]  [more info]\n"
284"\n"
285"options :\n"
286"\n"
287"  -v | --version       Prints pkbanner's version number then exits.\n"
288"  -h | --help          Prints this message then exits.\n"
289"  \n"
290"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
291"                       be drawn at the center top of the page. The default\n"
292"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
293"                       \n"
294"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
295"                       page sizes are recognized, like 'A4' or 'Letter'\n"
296"                       to name a few. The default size is A4.\n"
297"  \n"
298"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
299"                       used to save toner. The default value is 0, which\n"
300"                       means that no toner saving will be done.\n"
301"  \n"
302"  -u | --url u         Uses u as an url to be written at the bottom of \n"
303"                       the banner page. The default url is :\n"
304"                       http://www.pykota.com/\n"
305"  \n"
306"examples :                              \n"
307"\n"
308"  Using pkbanner directly from the command line is not recommended,\n"
309"  excepted for testing purposes. You should use pkbanner in the\n"
310"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
311"  \n"
312"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
313"  \n"
314"      With such a setting in pykota.conf, all print jobs will be \n"
315"      prefixed with an A4 banner with no logo, and text luminosity will\n"
316"      be increased by 75%%. The PostScript output will be directly sent\n"
317"      to your printer.\n"
318"      \n"
319"  You'll find more examples in the sample configuration file included    \n"
320"  in PyKota.\n"
321msgstr ""
322
323msgid "Unknown"
324msgstr ""
325
326msgid "Username"
327msgstr ""
328
329msgid "More Info"
330msgstr ""
331
332msgid "Job"
333msgstr ""
334
335msgid "Date"
336msgstr "Data"
337
338msgid "Allowed"
339msgstr ""
340
341msgid "Denied"
342msgstr ""
343
344msgid "Allowed with Warning"
345msgstr ""
346
347msgid "Problem"
348msgstr ""
349
350msgid "Cancelled"
351msgstr ""
352
353msgid "Result"
354msgstr ""
355
356msgid "Title"
357msgstr "T�lo"
358
359msgid "Filename"
360msgstr "Nome do arquivo"
361
362#, python-format
363msgid "Pages printed so far on %s"
364msgstr ""
365
366msgid "Account balance"
367msgstr ""
368
369msgid "Soft Limit"
370msgstr ""
371
372msgid "Hard Limit"
373msgstr ""
374
375msgid "Date Limit"
376msgstr ""
377
378msgid "No Limit"
379msgstr ""
380
381msgid "No Accounting"
382msgstr ""
383
384msgid "Forbidden"
385msgstr ""
386
387msgid "Printing Mode"
388msgstr ""
389
390msgid "Allowed range is (0..99)"
391msgstr ""
392
393#, python-format
394msgid "Invalid 'savetoner' option %s : %s"
395msgstr ""
396
397#, python-format
398msgid "Invalid 'pagesize' option %s, defaulting to A4."
399msgstr ""
400
401#, python-format
402msgid ""
403"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
404"\n"
405"Email gateway for PyKota.\n"
406"\n"
407"command line usage :\n"
408"\n"
409"  pkmail  [options]\n"
410"\n"
411"options :\n"
412"\n"
413"  -v | --version       Prints pkmail's version number then exits.\n"
414"  -h | --help          Prints this message then exits.\n"
415"  \n"
416"    \n"
417"  This command is meant to be used from your mail server's aliases file,\n"
418"  as a pipe. It will then accept commands send to it in email messages,\n"
419"  and will send the answer to the command's originator.\n"
420"  \n"
421"  To use this command, create an email alias in /etc/aliases with\n"
422"  the following format :\n"
423"  \n"
424"    pykotacmd: \"|/usr/bin/pkmail\"\n"
425"    \n"
426"  Then run the 'newaliases' command to regenerate the aliases database.\n"
427"  \n"
428"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
429"  the command in the subject.\n"
430"  \n"
431"  List of supported commands :\n"
432"  \n"
433"        report [username]\n"
434"  \n"
435"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
436"  system user in the 'pykota' system group to ensure this user can\n"
437"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
438"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
439"  that you think at least twice before doing this though.\n"
440"  \n"
441"  Use at your own risk !\n"
442msgstr ""
443
444#, python-format
445msgid ""
446"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
447"\n"
448"A turn key tool for PyKota. When launched, this command will initialize\n"
449"PyKota's database with all existing print queues and some or all users.\n"
450"For now, no prices or limits are set, so printing is fully accounted\n"
451"for, but not limited. That's why you'll probably want to also use\n"
452"edpykota once the database has been initialized.\n"
453"\n"
454"command line usage :\n"
455"\n"
456"  pkturnkey [options] [printqueues names]\n"
457"\n"
458"options :\n"
459"\n"
460"  -v | --version       Prints pkturnkey version number then exits.\n"
461"  -h | --help          Prints this message then exits.\n"
462"  \n"
463"  -c | --doconf        Give hints about what to put into pykota.conf\n"
464"  \n"
465"  -d | --dousers       Manages users accounts as well.\n"
466"  \n"
467"  -D | --dogroups      Manages users groups as well.\n"
468"                       Implies -d | --dousers.\n"
469"  \n"
470"  -e | --emptygroups   Includes empty groups.\n"
471"  \n"
472"  -f | --force         Modifies the database instead of printing what\n"
473"                       it would do.\n"
474"                       \n"
475"  -u | --uidmin uid    Only adds users whose uid is greater than or equal "
476"to\n"
477"                       uid. You can pass an username there as well, and its\n"
478"                       uid will be used automatically.\n"
479"                       If not set, 0 will be used automatically.\n"
480"                       Implies -d | --dousers.\n"
481"                       \n"
482"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n"
483"                       uid. You can pass an username there as well, and its\n"
484"                       uid will be used automatically.\n"
485"                       If not set, a large value will be used "
486"automatically.\n"
487"                       Implies -d | --dousers.\n"
488"\n"
489"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal "
490"to\n"
491"                       gid. You can pass a groupname there as well, and its\n"
492"                       gid will be used automatically.\n"
493"                       If not set, 0 will be used automatically.\n"
494"                       Implies -D | --dogroups.\n"
495"                       \n"
496"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal "
497"to\n"
498"                       gid. You can pass a groupname there as well, and its\n"
499"                       gid will be used automatically.\n"
500"                       If not set, a large value will be used "
501"automatically.\n"
502"                       Implies -D | --dogroups.\n"
503"\n"
504"examples :                              \n"
505"\n"
506"  $ pkturnkey --dousers --uidmin jerome\n"
507"\n"
508"  Will simulate the initialization of PyKota's database will all existing\n"
509"  printers and print accounts for all users whose uid is greater than\n"
510"  or equal to jerome's one. Won't manage any users group.\n"
511"  \n"
512"  To REALLY initialize the database instead of simulating it, please\n"
513"  use the -f | --force command line switch.\n"
514"  \n"
515"  You can limit the initialization to only a subset of the existing\n"
516"  printers, by passing their names at the end of the command line.\n"
517msgstr ""
518
519#, python-format
520msgid ""
521"Printer %s is not managed by PyKota yet. Please modify printers.conf and "
522"restart CUPS."
523msgstr ""
524
525msgid "You're not allowed to use this command."
526msgstr ""
527
528msgid "Please be patient..."
529msgstr ""
530
531msgid "Don't worry, the database WILL NOT BE MODIFIED."
532msgstr ""
533
534msgid "Please WORRY NOW, the database WILL BE MODIFIED."
535msgstr ""
536
537msgid "System users will have a print account as well !"
538msgstr ""
539
540#, python-format
541msgid "Unknown username %s : %s"
542msgstr ""
543
544msgid "System groups will have a print account as well !"
545msgstr ""
546
547#, python-format
548msgid "Unknown groupname %s : %s"
549msgstr ""
550
551msgid "Simulation terminated."
552msgstr ""
553
554msgid "Database initialized !"
555msgstr ""
556
557msgid "The --uidmin or --uidmax command line option implies --dousers as well."
558msgstr ""
559
560msgid ""
561"The --gidmin or --gidmax command line option implies --dogroups as well."
562msgstr ""
563
564msgid "The --dogroups command line option implies --dousers as well."
565msgstr ""
566
567#, python-format
568msgid ""
569"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
570"\n"
571"An OSD quota monitor for PyKota.\n"
572"\n"
573"command line usage :\n"
574"\n"
575"  pykosd [options]\n"
576"\n"
577"options :\n"
578"\n"
579"  -v | --version       Prints pykosd's version number then exits.\n"
580"  -h | --help          Prints this message then exits.\n"
581"  \n"
582"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
583"                       triplet, for example #FF0000 is 100%% red.\n"
584"                       Defaults to 100%% green (#00FF00).\n"
585"                       \n"
586"  -d | --duration d    Sets the duration of the display in seconds. \n"
587"                       Defaults to 3 seconds.\n"
588"                       \n"
589"  -f | --font f        Sets the font to use for "
590"display.                      \n"
591"                       Defaults to the Python OSD library's default.\n"
592"  \n"
593"  -l | --loop n        Sets the number of times the info will be displayed.\n"
594"                       Defaults to 0, which means loop forever.\n"
595"                       \n"
596"  -s | --sleep s       Sets the sleeping duration between two displays \n"
597"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
598"                       \n"
599"  \n"
600"examples :                              \n"
601"\n"
602"  $ pykosd -s 60 --loop 5\n"
603"  \n"
604"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
605"  and will last for 3 seconds (the default) each time. After five\n"
606"  iterations, the program will exit.\n"
607msgstr ""
608
609#, python-format
610msgid "Invalid duration option %s"
611msgstr "Op� %s inv�da para dura�"
612
613#, python-format
614msgid "Invalid loop option %s"
615msgstr "Op� %s inv�da para loop (la�"
616
617#, python-format
618msgid "Invalid sleep option %s"
619msgstr "Op� %s inv�da para sleep (sono)"
620
621#, python-format
622msgid "Invalid color option %s"
623msgstr "Op� %s inv�da para color (cor)"
624
625#, python-format
626msgid "User %s doesn't exist in PyKota's database"
627msgstr "Usu�o %s n�existe na base de dados do Pykota"
628
629#, python-format
630msgid "Pages used on %s : %s"
631msgstr "P�nas usadas em %s : %s"
632
633#, python-format
634msgid "PyKota Units left : %.2f"
635msgstr "Unidades restantes do PyKota : %.2f"
636
637msgid "Printing denied."
638msgstr ""
639
640msgid "Printing not limited."
641msgstr ""
642
643msgid "Printing not limited, no accounting."
644msgstr ""
645
646#, python-format
647msgid ""
648"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
649"\n"
650"Generates print quota reports.\n"
651"\n"
652"command line usage :\n"
653"\n"
654"  repykota [options] \n"
655"\n"
656"options :\n"
657"\n"
658"  -v | --version       Prints repykota's version number then exits.\n"
659"  -h | --help          Prints this message then exits.\n"
660"  \n"
661"  -u | --users         Generates a report on users quota, this is \n"
662"                       the default.\n"
663"  \n"
664"  -g | --groups        Generates a report on group quota instead of users.\n"
665"  \n"
666"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n"
667"                              groups. Reserved to PyKota Administrators.\n"
668"  \n"
669"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
670"                       use wildcards characters to select only\n"
671"                       some printers. The default value is *, meaning\n"
672"                       all printers.\n"
673"                       You can specify several names or wildcards, \n"
674"                       by separating them with commas.\n"
675"  \n"
676"examples :                              \n"
677"\n"
678"  $ repykota --printer lp\n"
679"  \n"
680"  This will print the quota status for all users who use the lp printer.\n"
681"\n"
682"  $ repykota \n"
683"  \n"
684"  This will print the quota status for all users on all printers.\n"
685"  \n"
686"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
687"  \n"
688"  This will print the quota status for user jerome and all users\n"
689"  whose name begins with \"jo\" on all printers which name begins\n"
690"  with \"laser\" or ends with \"pson\".\n"
691"  \n"
692"  If launched by an user who is not a PyKota administrator, additionnal\n"
693"  arguments representing users or groups names are ignored, and only the\n"
694"  current user/group is reported.\n"
695msgstr ""
696
697msgid "Option --ingroups is reserved to PyKota Administrators."
698msgstr ""
699
700#, python-format
701msgid "There's no printer matching %s"
702msgstr "Impressora %s n�encontrada"
703
704#, python-format
705msgid "SIGTERM received, job %s cancelled."
706msgstr "SIGTERM recebida, trabalho %s reiniciado."
707
708msgid "You are not allowed to print at this time."
709msgstr ""
710
711msgid "Print job cancelled."
712msgstr ""
713
714#, python-format
715msgid "Banner generator %s exit code is %s"
716msgstr ""
717
718msgid "Banner won't be printed : maximum number of deny banners reached."
719msgstr ""
720
721#, python-format
722msgid "Beware : computed job size (%s) != precomputed job size (%s)"
723msgstr ""
724
725msgid ""
726"The job size will be trusted anyway according to the 'trustjobsize' directive"
727msgstr ""
728
729#, python-format
730msgid ""
731"The job size will be trusted because it is inferior to the 'trustjobsize' "
732"directive's limit %s"
733msgstr ""
734
735#, python-format
736msgid ""
737"The job size will be modified according to the 'trustjobsize' directive : %s"
738msgstr ""
739
740#, python-format
741msgid ""
742"Printer %s not registered in the PyKota system, applying external policy (%"
743"s) for printer %s"
744msgstr ""
745"Impressora %s n�registada no sistema de impress� foi aplicada a pol�ca "
746"externa (%s) para a impressora %s"
747
748#, python-format
749msgid ""
750"User %s not registered in the PyKota system, applying external policy (%s) "
751"for printer %s"
752msgstr ""
753"Usuario %s n�registrado no sistema PyKota, aplicando pol�ca externa (%s) "
754"para a impressora %s"
755
756#, python-format
757msgid ""
758"User %s doesn't have quota on printer %s in the PyKota system, applying "
759"external policy (%s) for printer %s"
760msgstr ""
761"Utilizador %s n�tem cota na impressora %s, foi aplicada a pol�ca externa "
762"(%s) para a impressora %s"
763
764#, python-format
765msgid ""
766"External policy %s for printer %s produced an error. Job rejected. Please "
767"check PyKota's configuration files."
768msgstr ""
769"Pol�ca externa %s para a impressora %s retornou un error. Trabalho "
770"reiniciado. Por favor verifique os arquivos de configura� do PyKota."
771
772#, python-format
773msgid ""
774"Printer %s not registered in the PyKota system, applying default policy (%s)"
775msgstr ""
776"Impressora %s n�registada no sistema Pykota, foi aplicada por omiss�a "
777"pol�ca (%s)"
778
779#, python-format
780msgid ""
781"User %s not registered in the PyKota system, applying default policy (%s) "
782"for printer %s"
783msgstr ""
784"Usuario %s n�registrado no sistema PyKota, aplicando configura�s padr�"
785"(%s) para a impressora %s"
786
787#, python-format
788msgid ""
789"User %s doesn't have quota on printer %s in the PyKota system, applying "
790"default policy (%s)"
791msgstr ""
792"O utilizador %s n�tem cota na impressora %s, foi aplicada por omiss�a "
793"pol�ca (%s)"
794
795#, python-format
796msgid ""
797"Printer %s still not registered in the PyKota system, job will be rejected"
798msgstr ""
799"A Impressora %s n�se encontra registada no sistema, o pedido ser�ejeitado"
800
801#, python-format
802msgid ""
803"User %s still not registered in the PyKota system, job will be rejected on "
804"printer %s"
805msgstr ""
806"O utilizador %s n�se encontra registado no sistema, o pedido para a "
807"impressora %sser�ejeitado"
808
809#, python-format
810msgid ""
811"User %s still doesn't have quota on printer %s in the PyKota system, job "
812"will be rejected"
813msgstr ""
814"O utilizador %s ainda n�tem cota definida na impressora %s, o pedido ser�
815"rejeitado"
816
817msgid "Job is a dupe"
818msgstr ""
819
820msgid "Printing is denied by configuration"
821msgstr ""
822
823#, python-format
824msgid "Duplicate print jobs are not allowed on printer %s."
825msgstr ""
826
827msgid "Subprocess denied printing of a dupe"
828msgstr ""
829
830#, python-format
831msgid "Duplicate print jobs are not allowed on printer %s at this time."
832msgstr ""
833
834msgid "Subprocess allowed printing of a dupe"
835msgstr ""
836
837#, python-format
838msgid ""
839"\n"
840"\n"
841"Your system administrator :\n"
842"\n"
843"\t%s - <%s>\n"
844msgstr ""
845
846#, python-format
847msgid "Impossible to connect to SMTP server : %s"
848msgstr "N�foi poss�l conectar-se ao servidor SMTP %s"
849
850msgid "Print Quota"
851msgstr "Quota de impre�"
852
853#, python-format
854msgid "Impossible to send mail to %s, error %s : %s"
855msgstr "Imposivel enviar email para  %s, erro %s : %s"
856
857msgid "Job contains no data. Printing is denied."
858msgstr "Tarefa n�cont�nenhum dado. Impress�negada"
859
860msgid "Error in external policy script. Printing is denied."
861msgstr ""
862
863#, python-format
864msgid ""
865"Still no print quota entry for user %s on printer %s after external policy. "
866"Printing is denied."
867msgstr ""
868
869msgid "Printing is denied by printer policy."
870msgstr ""
871
872msgid "Job allowed by printer policy. No accounting will be done."
873msgstr ""
874
875#, python-format
876msgid "Invalid policy %s for printer %s"
877msgstr "Pol�ca inv�da %s para a impressora %s"
878
879#, python-format
880msgid "Precomputed job size (%s pages) too large for printer %s."
881msgstr ""
882
883#, python-format
884msgid "You are not allowed to print so many pages on printer %s at this time."
885msgstr ""
886
887#, python-format
888msgid "User %s is not allowed to print at this time."
889msgstr ""
890
891msgid "Your account settings forbid you to print at this time."
892msgstr ""
893
894#, python-format
895msgid "Print Quota exceeded for user %s on printer %s"
896msgstr "Quota de impress�excedida para o usuario %s na impressora %s"
897
898#, python-format
899msgid "Print Quota low for user %s on printer %s"
900msgstr "Quota de impress�baixa para o usuario %s na impressora %s"
901
902msgid "Job denied, no accounting will be done."
903msgstr ""
904
905msgid "Job cancelled, no accounting will be done."
906msgstr ""
907
908msgid "Job accounting begins."
909msgstr "In�o da contagem da tarefa."
910
911msgid "Job denied, no accounting has been done."
912msgstr ""
913
914msgid "Job cancelled, no accounting has been done."
915msgstr ""
916
917msgid "Job accounting ends."
918msgstr "Fim da contagem da tarefa."
919
920msgid ""
921"Job size forced to 0 because the real CUPS backend failed. No accounting "
922"will be done."
923msgstr ""
924
925msgid "The real CUPS backend failed, but the job will be accounted for anyway."
926msgstr ""
927
928msgid "Job size forced to 0 because printing is denied."
929msgstr "Tamanho da tarefa zerado porque a impress�foi negada"
930
931msgid "Job size forced to 0 because printing was cancelled."
932msgstr ""
933
934#, python-format
935msgid "Job size : %i"
936msgstr "Tamanho da tarefa : %i"
937
938#, python-format
939msgid "User %s's quota on printer %s won't be modified"
940msgstr ""
941
942#, python-format
943msgid "Updating user %s's quota on printer %s"
944msgstr "Atualizando cota do usu�o %s para a impressora %s"
945
946msgid "Job added to history."
947msgstr "Tarefa adicionada ao hist�o"
948
949#, python-format
950msgid "Billing code %s was updated."
951msgstr ""
952
953#, python-format
954msgid "Incorrect value for the 'onbackenderror' directive in section [%s]"
955msgstr ""
956
957#, python-format
958msgid "The real backend produced an error, we will try again in %s seconds."
959msgstr ""
960
961#, python-format
962msgid "Job %s interrupted by the administrator !"
963msgstr ""
964
965#, python-format
966msgid ""
967"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
968"\n"
969"A billing codes Manager for PyKota.\n"
970"\n"
971"command line usage :\n"
972"\n"
973"  pkbcodes [options] code1 code2 code3 ... codeN\n"
974"\n"
975"options :\n"
976"\n"
977"  -v | --version       Prints pkbcodes version number then exits.\n"
978"  -h | --help          Prints this message then exits.\n"
979"  \n"
980"  -a | --add           Adds billing codes if they don't exist in PyKota's\n"
981"                       database. If they exist, they are modified\n"
982"                       unless -s|--skipexisting is also used.\n"
983"\n"
984"  -d | --delete        Deletes billing codes from PyKota's database.\n"
985"                       NB : the history entries with this billing code\n"
986"                       are not deleted, voluntarily.\n"
987"\n"
988"  -D | --description d Adds a textual description to billing codes.\n"
989"\n"
990"  -l | --list          List informations about the billing codes.\n"
991"\n"
992"  -r | --reset         Resets the billing codes' balance and page counters\n"
993"                       to 0.\n"
994"\n"
995"  -s | --skipexisting  In combination with the --add option above, tells\n"
996"                       pkbcodes to not modify existing billing codes.\n"
997"\n"
998"  code1 through codeN can contain wildcards if the --add option\n"
999"  is not set.\n"
1000"\n"
1001"examples :                              \n"
1002"\n"
1003"  $ pkbcodes --add -D \"My project\" myproj\n"
1004"\n"
1005"  Will create the myproj billing code with \"My project\"\n"
1006"  as the description.\n"
1007"\n"
1008"  $ pkbcodes --delete \"*\"\n"
1009"\n"
1010"  This will completely delete all the billing codes, but without\n"
1011"  removing any matching job from the history. USE WITH CARE ANYWAY !\n"
1012"  \n"
1013"  $ pkbcodes --list \"my*\"\n"
1014"  \n"
1015"  This will list all billing codes which name begins with 'my'.\n"
1016msgstr ""
1017
1018#, python-format
1019msgid "There's no billingcode matching %s"
1020msgstr ""
1021
1022msgid "pages"
1023msgstr ""
1024
1025msgid "and"
1026msgstr ""
1027
1028msgid "credits"
1029msgstr ""
1030
1031#, python-format
1032msgid "Billing code [%s] already exists, skipping."
1033msgstr ""
1034
1035#, python-format
1036msgid "Billing code [%s] already exists, will be modified."
1037msgstr ""
1038
1039msgid "You have to pass billing codes on the command line"
1040msgstr ""
1041
1042#, python-format
1043msgid ""
1044"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1045"\n"
1046"Notifies or ask questions to end users who launched the PyKotIcon "
1047"application.\n"
1048"\n"
1049"command line usage :\n"
1050"\n"
1051"  pknotify  [options]  [arguments]\n"
1052"\n"
1053"options :\n"
1054"\n"
1055"  -v | --version             Prints pknotify's version number then exits.\n"
1056"  -h | --help                Prints this message then exits.\n"
1057"  \n"
1058"  -d | --destination h[:p]   Sets the destination hostname and optional\n"
1059"                             port onto which contact the remote PyKotIcon\n"
1060"                             application. This option is mandatory.\n"
1061"                             When not specified, the port defaults to 7654.\n"
1062"                             \n"
1063"  -a | --ask                 Tells pknotify to ask something to the end\n"
1064"                             user. Then pknotify will output the result.\n"
1065"                       \n"
1066"  -C | --checkauth           When --ask is used and both an 'username' and "
1067"a\n"
1068"                             'password' are asked to the end user, then\n"
1069"                             pknotify will try to authenticate the user\n"
1070"                             through PAM. If authentified, this program\n"
1071"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n"
1072"                             If a field is missing, \"AUTH=IMPOSSIBLE\" "
1073"will\n"
1074"                             be printed. If the user is authenticated, then\n"
1075"                             \"USERNAME=xxxx\" will be printed as well.\n"
1076"                             \n"
1077"  -c | --confirm             Tells pknotify to ask for either a "
1078"confirmation                       \n"
1079"                             or abortion.\n"
1080"                             \n"
1081"  -D | --denyafter N         With --checkauth above, makes pknotify "
1082"loop                           \n"
1083"                             up to N times if the password is incorrect.\n"
1084"                             After having reached the limit, \"DENY\" will\n"
1085"                             be printed, which effectively rejects the job.\n"
1086"                             The default value of N is 1, meaning the job\n"
1087"                             is denied after the first unsuccessful try.\n"
1088"                             \n"
1089"  -n | --notify              Tells pknotify to send an informational "
1090"message\n"
1091"                             to the end user.\n"
1092"                             \n"
1093"  -q | --quit                Tells pknotify to send a message asking the\n"
1094"                             PyKotIcon application to exit. This option can\n"
1095"                             be combined with the other ones to make "
1096"PyKotIcon\n"
1097"                             exit after having sent the answer from the "
1098"dialog.\n"
1099"                             \n"
1100"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1101"if\n"
1102"                             it comes past T seconds after the dialog box "
1103"being\n"
1104"                             opened. The default value is 0 seconds, which \n"
1105"                             tells pknotify to wait indefinitely.\n"
1106"                             Use this option to avoid having an user who\n"
1107"                             leaved his computer stall a whole print queue.\n"
1108"                             \n"
1109"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1110"\n"
1111"  arguments :             \n"
1112"  \n"
1113"    -a | --ask : Several arguments are accepted, of the form\n"
1114"                 \"label:varname:defaultvalue\". The result will\n"
1115"                 be printed to stdout in the following format :\n"
1116"                 VAR1NAME=VAR1VALUE\n"
1117"                 VAR2NAME=VAR2VALUE\n"
1118"                 ...\n"
1119"                 If the dialog was cancelled, nothing will be\n"
1120"                 printed. If one of the varname is 'password'\n"
1121"                 then this field is asked as a password (you won't\n"
1122"                 see what you type in), and is NOT printed. Although\n"
1123"                 it is not printed, it will be used to check if\n"
1124"                 authentication is valid if you specify --checkauth.\n"
1125"                 \n"
1126"    -c | --confirm : A single argument is expected, representing the\n"
1127"                     message to display. If the dialog is confirmed\n"
1128"                     then pknotify will print OK, else CANCEL.\n"
1129"                     \n"
1130"    -n | --notify : A single argument is expected, representing "
1131"the                 \n"
1132"                    message to display. In this case pknotify will\n"
1133"                    always print OK.\n"
1134"                    \n"
1135"examples :                    \n"
1136"\n"
1137"  pknotify -d client:7654 --confirm \"This job costs :\n"
1138"10 credits !\"\n"
1139"  \n"
1140"  Would display the cost of a print job and asks for confirmation.\n"
1141"  \n"
1142"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1143"           --checkauth --ask \"Your name:username:\" \"Your password:"
1144"password:\"\n"
1145"           \n"
1146"  Asks an username and password, and checks if they are valid.         \n"
1147"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1148"  only set if you launch pknotify from cupspykota through a directive\n"
1149"  in ~pykota/pykota.conf\n"
1150"  \n"
1151"  The TCP port you'll use must be reachable on the client from the\n"
1152"  print server.\n"
1153msgstr ""
1154
1155msgid "You MUST install PyPAM for this functionnality to work !"
1156msgstr ""
1157
1158#, python-format
1159msgid "Authentication error for user %s : %s"
1160msgstr ""
1161
1162#, python-format
1163msgid "Internal error : can't authenticate user %s"
1164msgstr ""
1165
1166#, python-format
1167msgid "Password correct for user %s"
1168msgstr ""
1169
1170#, python-format
1171msgid ""
1172"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1173"cancelled."
1174msgstr ""
1175
1176msgid "Connection error"
1177msgstr ""
1178
1179msgid "some options are mandatory, see help."
1180msgstr ""
1181
1182msgid "some options require arguments, see help."
1183msgstr ""
1184
1185#, python-format
1186msgid ""
1187"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1188"\n"
1189"An Users and Groups Manager for PyKota.\n"
1190"\n"
1191"command line usage :\n"
1192"\n"
1193"  pkusers [options] user1 user2 user3 ... userN\n"
1194"  \n"
1195"or :  \n"
1196"\n"
1197"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1198"\n"
1199"options :\n"
1200"\n"
1201"  -v | --version       Prints pkusers's version number then exits.\n"
1202"  -h | --help          Prints this message then exits.\n"
1203"  \n"
1204"  -a | --add           Adds users if they don't exist on the database.\n"
1205"                       If they exist, they are modified unless\n"
1206"                       -s|--skipexisting is also used.\n"
1207"                       \n"
1208"  -d | --delete        Deletes users from the quota storage.\n"
1209"  \n"
1210"  -D | --description d Adds a textual description to users or groups.\n"
1211"                       \n"
1212"  -g | --groups        Edit users groups instead of users.\n"
1213"                          \n"
1214"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1215"                       when computing the cost of a print job. Positive or \n"
1216"                       negative floating point values are allowed,\n"
1217"                       this allows you to do some really creative\n"
1218"                       things like giving money to an user whenever\n"
1219"                       he prints. The number of pages in a print job\n"
1220"                       is not modified by this coefficient, only the\n"
1221"                       cost of the job for a particular user.\n"
1222"                       Only users have such a coefficient.\n"
1223"  \n"
1224"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1225"                              listed, separated by commas. The groups\n"
1226"                              must already exist in the Quota Storage.\n"
1227"                       \n"
1228"  -L | --list          Lists users or groups.\n"
1229"  \n"
1230"  -l | --limitby l     Choose if the user/group is limited in "
1231"printing                     \n"
1232"                       by its account balance or by its page quota.\n"
1233"                       The default value is 'quota'. Allowed values\n"
1234"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1235"                       and 'nochange' :\n"
1236"                       \n"
1237"                         - quota : limit by number of pages per printer.\n"
1238"                         - balance : limit by number of credits in account.\n"
1239"                         - noquota : no limit, accounting still done.\n"
1240"                         - nochange : no limit, accounting not done. \n"
1241"                         - noprint : printing is denied. \n"
1242"                       NB : nochange and noprint are not supported for "
1243"groups.\n"
1244"                       \n"
1245"  -b | --balance b     Sets the user's account balance to "
1246"b.                     \n"
1247"                       Account balance may be increase or decreased\n"
1248"                       if b is prefixed with + or -.\n"
1249"                       WARNING : when decreasing account balance,\n"
1250"                       the total paid so far by the user is decreased\n"
1251"                       too.\n"
1252"                       Groups don't have a real balance, but the\n"
1253"                       sum of their users' account balance.\n"
1254"                       \n"
1255"  -C | --comment txt   Defines some informational text to be associated\n"
1256"                       with a change to an user's account balance.\n"
1257"                       Only meaningful if -b | --balance is also used.\n"
1258"                       \n"
1259"                       \n"
1260"  -r | --remove        In combination with the --ingroups option "
1261"above,                       \n"
1262"                       remove users from the specified users groups.\n"
1263"                       \n"
1264"  -s | --skipexisting  In combination with the --add option above, tells\n"
1265"                       pkusers to not modify existing users.\n"
1266"                       \n"
1267"  user1 through userN and group1 through groupN can use wildcards\n"
1268"  if the --add option is not set.\n"
1269"  \n"
1270"examples :                              \n"
1271"\n"
1272"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1273"  \n"
1274"  This will add users john, paul, george and ringo to the quota\n"
1275"  database. User ringo's email address will also be set to \n"
1276"  'ringo@example.com'\n"
1277"  \n"
1278"  $ pkusers --ingroups coders,it jerome\n"
1279"  \n"
1280"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1281"  already exist in the quota database.\n"
1282"            \n"
1283"  $ pkusers --limitby balance jerome\n"
1284"  \n"
1285"  This will tell PyKota to limit jerome by his account's balance\n"
1286"  when printing.\n"
1287"  \n"
1288"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1289"  \n"
1290"  This will increase jerome's account balance by 10.0 (in your\n"
1291"  own currency). You can decrease the account balance with a\n"
1292"  dash prefix, and set it to a fixed amount with no prefix.\n"
1293"  A comment will be stored for this balance change.\n"
1294"  \n"
1295"  $ pkusers --delete jerome rachel\n"
1296"  \n"
1297"  This will completely delete jerome and rachel from the quota\n"
1298"  database. All their quotas and jobs will be deleted too.\n"
1299"  \n"
1300"  $ pkusers --overcharge 2.5 poorstudent\n"
1301"  \n"
1302"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1303"  \n"
1304"  $ pkusers --overcharge -1 jerome\n"
1305"  \n"
1306"  User jerome will actually earn money whenever he prints.\n"
1307"  \n"
1308"  $ pkusers --overcharge 0 boss\n"
1309"  \n"
1310"  User boss can print at will, it won't cost him anything because the\n"
1311"  cost of each print job will be multiplied by zero before charging\n"
1312"  his account.\n"
1313msgstr ""
1314
1315#, python-format
1316msgid "There's no %s matching %s"
1317msgstr ""
1318
1319#, python-format
1320msgid "Limited by : %s"
1321msgstr ""
1322
1323#, python-format
1324msgid "Account balance : %.2f"
1325msgstr ""
1326
1327#, python-format
1328msgid "Total paid so far : %.2f"
1329msgstr ""
1330
1331#, python-format
1332msgid "Overcharging factor : %.2f"
1333msgstr ""
1334
1335#, python-format
1336msgid "Group balance : %.2f"
1337msgstr ""
1338
1339#, python-format
1340msgid "Invalid limitby value %s"
1341msgstr "Valor do limitby %s inv�do"
1342
1343#, python-format
1344msgid "Invalid overcharge value %s"
1345msgstr ""
1346
1347#, python-format
1348msgid "Invalid balance value %s"
1349msgstr "Valor da media %s inv�do"
1350
1351#, python-format
1352msgid "There's no users group matching %s"
1353msgstr ""
1354
1355#, python-format
1356msgid "Invalid email address %s"
1357msgstr "Endere�email inv�do"
1358
1359#, python-format
1360msgid "Unknown group %s"
1361msgstr ""
1362
1363#, python-format
1364msgid "Unknown user %s"
1365msgstr ""
1366
1367#, python-format
1368msgid "%s %s already exists, skipping."
1369msgstr ""
1370
1371#, python-format
1372msgid "%s %s already exists, will be modified."
1373msgstr ""
1374
1375#, python-format
1376msgid "Invalid name %s"
1377msgstr ""
1378
1379msgid "You have to pass user groups names on the command line"
1380msgstr ""
1381
1382#, python-format
1383msgid ""
1384"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1385"\n"
1386"Gives print quotes to users.\n"
1387"\n"
1388"command line usage :\n"
1389"\n"
1390"  pykotme  [options]  [files]\n"
1391"\n"
1392"options :\n"
1393"\n"
1394"  -v | --version       Prints pykotme's version number then exits.\n"
1395"  -h | --help          Prints this message then exits.\n"
1396"  \n"
1397"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1398"                       use wildcards characters to select only\n"
1399"                       some printers. The default value is *, meaning\n"
1400"                       all printers.\n"
1401"                       You can specify several names or wildcards, \n"
1402"                       by separating them with commas.\n"
1403"  \n"
1404"examples :                              \n"
1405"\n"
1406"  $ pykotme --printer apple file1.ps file2.ps\n"
1407"  \n"
1408"  This will give a print quote to the current user. The quote will show\n"
1409"  the price and size of a job consisting in file1.ps and file2.ps \n"
1410"  which would be sent to the apple printer.\n"
1411"  \n"
1412"  $ pykotme --printer apple,hplaser <file1.ps\n"
1413"  \n"
1414"  This will give a print quote to the current user. The quote will show\n"
1415"  the price and size of a job consisting in file1.ps as read from\n"
1416"  standard input, which would be sent to the apple or hplaser\n"
1417"  printer.\n"
1418"\n"
1419"  $ pykotme \n"
1420"  \n"
1421"  This will give a quote for a job consisting of what is on standard \n"
1422"  input. The quote will list the job size, and the price the job\n"
1423"  would cost on each printer.\n"
1424msgstr ""
1425
1426#, python-format
1427msgid "Your account balance : %.2f"
1428msgstr "Balan�de sua conta : %.2f"
1429
1430#, python-format
1431msgid "Job size : %i pages"
1432msgstr "Tamanho do JOB : %i p�nas"
1433
1434#, python-format
1435msgid "Cost on printer %s : %.2f"
1436msgstr "Custo da impresora %s : %.2f"
1437
1438msgid "won't be charged, printer is in passthrough mode"
1439msgstr ""
1440
1441msgid "won't be charged, your account is immutable"
1442msgstr ""
1443
1444#, python-format
1445msgid ""
1446"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1447"\n"
1448"Sends mail to users over print quota.\n"
1449"\n"
1450"command line usage :\n"
1451"\n"
1452"  warnpykota  [options]  [names]\n"
1453"\n"
1454"options :\n"
1455"\n"
1456"  -v | --version       Prints warnpykota's version number then exits.\n"
1457"  -h | --help          Prints this message then exits.\n"
1458"  \n"
1459"  -u | --users         Warns users over their print quota, this is the \n"
1460"                       default.\n"
1461"  \n"
1462"  -g | --groups        Warns users whose groups quota are over limit.\n"
1463"  \n"
1464"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1465"                       use wildcards characters to select only\n"
1466"                       some printers. The default value is *, meaning\n"
1467"                       all printers.\n"
1468"                       You can specify several names or wildcards, \n"
1469"                       by separating them with commas.\n"
1470"  \n"
1471"examples :                              \n"
1472"\n"
1473"  $ warnpykota --printer lp\n"
1474"  \n"
1475"  This will warn all users of the lp printer who have exceeded their\n"
1476"  print quota.\n"
1477"\n"
1478"  $ warnpykota \n"
1479"  \n"
1480"  This will warn all users  who have exceeded their print quota on\n"
1481"  any printer.\n"
1482"\n"
1483"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1484"  \n"
1485"  This will warn all users of groups which names begins with \"dev\" and\n"
1486"  who have exceeded their print quota on any printer which name begins \n"
1487"  with \"laserjet\"\n"
1488"  \n"
1489"  If launched by an user who is not a PyKota administrator, additionnal\n"
1490"  arguments representing users or groups names are ignored, and only the\n"
1491"  current user/group is reported.\n"
1492msgstr ""
1493
1494#, python-format
1495msgid ""
1496"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1497"\n"
1498"Dumps PyKota database's content.\n"
1499"\n"
1500"command line usage :\n"
1501"\n"
1502"  dumpykota [options] [filterexpr]\n"
1503"\n"
1504"options :\n"
1505"\n"
1506"  -v | --version       Prints dumpykota's version number then exits.\n"
1507"  -h | --help          Prints this message then exits.\n"
1508"  \n"
1509"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1510"                       \n"
1511"                         - history : dumps the jobs history.\n"
1512"                         - users : dumps users.\n"
1513"                         - groups : dumps user groups.\n"
1514"                         - printers : dump printers.\n"
1515"                         - upquotas : dump user quotas.\n"
1516"                         - gpquotas : dump user groups quotas.\n"
1517"                         - payments : dumps user payments.\n"
1518"                         - pmembers : dumps printer groups members.\n"
1519"                         - umembers : dumps user groups members.\n"
1520"                         - billingcodes : dumps billing codes.\n"
1521"                         - all : dumps all PyKota datas. The output format\n"
1522"                                 is always XML in this case.\n"
1523"                         \n"
1524"                       NB : the -d | --data command line option   \n"
1525"                       is MANDATORY.\n"
1526"  \n"
1527"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1528"                       the format is to dump datas in the csv format (comma\n"
1529"                       separated values). All data dumped is between double\n"
1530"                       quotes. Allowed formats are :\n"
1531"                       \n"
1532"                         - csv : separate datas with commas\n"
1533"                         - ssv : separate datas with semicolons\n"
1534"                         - tsv : separate datas with tabs\n"
1535"                         - xml : dump data as XML \n"
1536"                         - cups : dump datas in CUPS' page_log format :\n"
1537"                                  ONLY AVAILABLE WITH --data history\n"
1538"                         \n"
1539"  -o | --output fname  All datas will be dumped to the file instead of\n"
1540"                       to the standard output. The special '-' filename\n"
1541"                       is the default value and means stdout.\n"
1542"                       WARNING : existing files are truncated !\n"
1543"\n"
1544"  -s | --sum           Summarize the selected datas.\n"
1545"                           ONLY AVAILABLE WITH --data history or payments\n"
1546"\n"
1547"  Use the filter expressions to extract only parts of the \n"
1548"  datas. Allowed filters are of the form :\n"
1549"                \n"
1550"         key=value\n"
1551"                         \n"
1552"  Allowed keys for now are :  \n"
1553"                       \n"
1554"         username       User's name\n"
1555"         groupname      Users group's name\n"
1556"         printername    Printer's name\n"
1557"         pgroupname     Printers group's name\n"
1558"         hostname       Client's hostname\n"
1559"         billingcode    Job's billing code\n"
1560"         start          Job's date of printing\n"
1561"         end            Job's date of printing\n"
1562"         \n"
1563"  Contrary to other PyKota management tools, wildcard characters are not \n"
1564"  expanded, so you can't use them.\n"
1565"  \n"
1566"  NB : not all keys are allowed for each data type, so the result may be \n"
1567"  empty if you use a key not available for a particular data type.\n"
1568"  \n"
1569"Examples :\n"
1570"\n"
1571"  $ dumpykota --data history --format csv >myfile.csv\n"
1572"  \n"
1573"  This dumps the history in a comma separated values file, for possible\n"
1574"  use in a spreadsheet.\n"
1575"  \n"
1576"  $ dumpykota --data users --format xml -o users.xml\n"
1577"  \n"
1578"  Dumps all users datas to the users.xml file.\n"
1579"  \n"
1580"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1581"  \n"
1582"  Dumps the job history for user jerome on printer HP2100 only.\n"
1583"  \n"
1584"  $ dumpykota --data history start=200503 end=20050730234615\n"
1585"  \n"
1586"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1587"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1588msgstr ""
1589
1590msgid "The -d | --data command line option is mandatory, see help."
1591msgstr ""
1592
1593#, python-format
1594msgid ""
1595"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1596"\n"
1597"An invoice generator for PyKota.\n"
1598"\n"
1599"command line usage :\n"
1600"\n"
1601"  pkinvoice [options] user1 user2 ... userN\n"
1602"\n"
1603"options :\n"
1604"\n"
1605"  -v | --version       Prints pkinvoice's version number then exits.\n"
1606"  -h | --help          Prints this message then exits.\n"
1607"  \n"
1608"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1609"                       be drawn at the center top of the page. The default\n"
1610"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1611"                       \n"
1612"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1613"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1614"                       to name a few. The default size is A4.\n"
1615"                       \n"
1616"  -n | --number N      Sets the number of the first invoice. This number\n"
1617"                       will automatically be incremented for each invoice.\n"
1618"                       \n"
1619"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1620"                       be generated as a PDF document. If not set or\n"
1621"                       set to '-', the PDF document is sent to standard\n"
1622"                       output. \n"
1623"                       \n"
1624"  -u | --unit u        Defines the name of the unit to use on the "
1625"invoice.                       \n"
1626"                       The default unit is 'Credits', optionally translated\n"
1627"                       to your native language if it is supported by "
1628"PyKota.\n"
1629"  \n"
1630"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1631"                       exposed. The default is 0.0, meaning no VAT\n"
1632"                       information will be included.\n"
1633"                       \n"
1634"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1635"  \n"
1636"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1637"                       \n"
1638"  user1 through userN can use wildcards if needed. If no user argument is\n"
1639"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1640"  \n"
1641"  Dates formating with --start and --end :\n"
1642"  \n"
1643"    YYYY : year boundaries\n"
1644"    YYYYMM : month boundaries\n"
1645"    YYYYMMDD : day boundaries\n"
1646"    YYYYMMDDhh : hour boundaries\n"
1647"    YYYYMMDDhhmm : minute boundaries\n"
1648"    YYYYMMDDhhmmss : second boundaries\n"
1649"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1650"15)\n"
1651"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1652"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1653"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1654"\n"
1655"  'now' and 'today' are not exactly the same since today represents the "
1656"first\n"
1657"  or last second of the day depending on if it's used in a start= or end=\n"
1658"  date expression. The utility to be able to specify dates in the future is\n"
1659"  a question which remains to be answered :-)\n"
1660"                                        \n"
1661"examples :                       \n"
1662"\n"
1663"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1664"  \n"
1665"  Will generate a PDF document containing invoices for all users\n"
1666"  who have spent some credits last month. Invoices will be done in\n"
1667"  EURO.  No VAT information will be included.\n"
1668msgstr ""
1669
1670msgid "Invoice"
1671msgstr ""
1672
1673msgid "Since"
1674msgstr ""
1675
1676msgid "Until"
1677msgstr ""
1678
1679msgid "Edited on"
1680msgstr ""
1681
1682msgid "Number of pages printed"
1683msgstr ""
1684
1685msgid "Amount due"
1686msgstr ""
1687
1688msgid "Included VAT"
1689msgstr ""
1690
1691msgid "Here's the invoice for your printouts"
1692msgstr ""
1693
1694#, python-format
1695msgid "Incorrect value '%s' for the --vat command line option"
1696msgstr ""
1697
1698#, python-format
1699msgid "Incorrect value '%s' for the --number command line option"
1700msgstr ""
1701
1702msgid "Generating invoices"
1703msgstr ""
1704
1705msgid "Credits"
1706msgstr ""
1707
1708#, python-format
1709msgid ""
1710"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1711"\n"
1712"A Printers Manager for PyKota.\n"
1713"\n"
1714"command line usage :\n"
1715"\n"
1716"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1717"\n"
1718"options :\n"
1719"\n"
1720"  -v | --version       Prints pkprinters's version number then exits.\n"
1721"  -h | --help          Prints this message then exits.\n"
1722"  \n"
1723"  -a | --add           Adds printers if they don't exist on the Quota \n"
1724"                       Storage Server. If they exist, they are modified\n"
1725"                       unless -s|--skipexisting is also used.\n"
1726"                       \n"
1727"  -d | --delete        Deletes printers from the quota storage.\n"
1728"  \n"
1729"  -D | --description d Adds a textual description to printers.\n"
1730"                       \n"
1731"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1732"                       Job price is optional.\n"
1733"                       If both are to be set, separate them with a comma.\n"
1734"                       Floating point and negative values are allowed.\n"
1735"  \n"
1736"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1737"                       groups pg1, pg2, etc... which must already exist.\n"
1738"                       A printer group is just like a normal printer,\n"
1739"                       only that it is usually unknown from the printing\n"
1740"                       system. Create printer groups exactly the same\n"
1741"                       way that you create printers, then add other \n"
1742"                       printers to them with this option.\n"
1743"                       Accounting is done on a printer and on all\n"
1744"                       the printer groups it belongs to, quota checking\n"
1745"                       is done on a printer and on all the printer groups\n"
1746"                       it belongs to.\n"
1747"                       If the --remove option below is not used, the \n"
1748"                       default action is to add printers to the specified\n"
1749"                       printer groups.\n"
1750"                       \n"
1751"  -l | --list          List informations about the printer(s) and the\n"
1752"                       printers groups it is a member of.\n"
1753"                       \n"
1754"  -r | --remove        In combination with the --groups option "
1755"above,                       \n"
1756"                       remove printers from the specified printers groups.\n"
1757"                       \n"
1758"  -s | --skipexisting  In combination with the --add option above, tells\n"
1759"                       pkprinters to not modify existing printers.\n"
1760"                       \n"
1761"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1762"                       to s pages.\n"
1763"                       \n"
1764"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1765"                       mode, users are allowed to print without any impact\n"
1766"                       on their quota or account balance.\n"
1767"                       \n"
1768"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1769"                       Without -p or -n, printers are created in \n"
1770"                       normal mode, i.e. no passthrough.\n"
1771"  \n"
1772"  printer1 through printerN can contain wildcards if the --add option \n"
1773"  is not set.\n"
1774"  \n"
1775"examples :                              \n"
1776"\n"
1777"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1778"hp8000\n"
1779"  \n"
1780"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1781"  Their price per page will be set at 0.05 unit, and their price\n"
1782"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1783"  or whatever you want them to mean.\n"
1784"  All of their descriptions will be set to the string \"HP Printer\".\n"
1785"  If any of these printers already exists, it will also be modified \n"
1786"  unless the -s|--skipexisting command line option is also used.\n"
1787"            \n"
1788"  $ pkprinters --delete \"*\"\n"
1789"  \n"
1790"  This will completely delete all printers and associated quota "
1791"information,\n"
1792"  as well as their job history. USE WITH CARE !\n"
1793"  \n"
1794"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1795"  \n"
1796"  This will put all printers which name matches \"hp*\" into printers "
1797"groups \n"
1798"  Laser and HP, which MUST already exist.\n"
1799"  \n"
1800"  $ pkprinters --groups LexMark --remove hp2200\n"
1801"  \n"
1802"  This will remove the hp2200 printer from the LexMark printer group.\n"
1803msgstr ""
1804
1805#, python-format
1806msgid "Passthrough mode : %s"
1807msgstr ""
1808
1809msgid "ON"
1810msgstr ""
1811
1812msgid "OFF"
1813msgstr ""
1814
1815msgid "in"
1816msgstr "em"
1817
1818#, python-format
1819msgid "Invalid charge amount value %s"
1820msgstr "Valor de carga: %s inv�do"
1821
1822#, python-format
1823msgid "Invalid maximum job size value %s"
1824msgstr ""
1825
1826#, python-format
1827msgid "Printer %s already exists, skipping."
1828msgstr "Impressora %s j�xiste. Ignorando."
1829
1830#, python-format
1831msgid "Printer %s already exists, will be modified."
1832msgstr "Impressora %s j�xiste. Ser�eita uma modifica�."
1833
1834#, python-format
1835msgid "Invalid printer name %s"
1836msgstr "Nome de impressora %s inv�do"
1837
1838msgid "You have to pass printer groups names on the command line"
1839msgstr ""
1840"voc�eve passar os nomes dos grupos de impressoras na linha de comando"
1841
1842msgid "You have to pass printer names on the command line"
1843msgstr "Voce deve informar impressora na linha de comando"
1844
1845#, python-format
1846msgid "Unsupported accounter backend %s"
1847msgstr "Accounter Backend %s n�suportado"
1848
1849#, python-format
1850msgid ""
1851"Configuration file %s can't be read. Please check that the file exists and "
1852"that your permissions are sufficient."
1853msgstr ""
1854
1855#, python-format
1856msgid "Configuration file %s not found."
1857msgstr "Arquivo de configura� %s n�encontrado."
1858
1859#, python-format
1860msgid "Option %s not found in section global of %s"
1861msgstr "Op� %s n�encontrada na se� global de %s"
1862
1863#, python-format
1864msgid "Option %s not found in section %s of %s"
1865msgstr "Op� %s n�encontrada na se� %s de %s"
1866
1867#, python-format
1868msgid "Option ldaptls is set, but certificate %s is not readable."
1869msgstr ""
1870
1871#, python-format
1872msgid "Option logger only supports values in %s"
1873msgstr "a op� logger s�porta valores em %s"
1874
1875#, python-format
1876msgid "Invalid preaccounter %s for printer %s"
1877msgstr ""
1878
1879#, python-format
1880msgid "Option preaccounter in section %s only supports values in %s"
1881msgstr ""
1882
1883#, python-format
1884msgid "Invalid accounter %s for printer %s"
1885msgstr "Contador de p�nas %s inv�do, para a impressora %s"
1886
1887#, python-format
1888msgid "Option accounter in section %s only supports values in %s"
1889msgstr "A op� accounter na se� %s s�porta valores em %s"
1890
1891#, python-format
1892msgid "Invalid unknown_billingcode directive %s for printer %s"
1893msgstr ""
1894
1895#, python-format
1896msgid "Directive unknown_billingcode in section %s only supports values in %s"
1897msgstr ""
1898
1899#, python-format
1900msgid "Option enforcement in section %s only supports values in %s"
1901msgstr "Op� enforcement (refor� na se� %s s�porta valores em %s"
1902
1903#, python-format
1904msgid ""
1905"Option onbackenderror in section %s only supports values 'charge', "
1906"'nocharge', and 'retry:num:delay'"
1907msgstr ""
1908
1909#, python-format
1910msgid "Option onaccountererror in section %s only supports values in %s"
1911msgstr ""
1912
1913#, python-format
1914msgid "Option policy in section %s only supports values in %s"
1915msgstr "A op� policy na se� %s s�porta valores em %s"
1916
1917#, python-format
1918msgid "Invalid option mailto %s for printer %s"
1919msgstr "Op� mailto %s inv�da,  para a impressora %s"
1920
1921#, python-format
1922msgid "Option mailto in section %s only supports values in %s"
1923msgstr "a op� mailto na se� %s s�porta valores em %s"
1924
1925#, python-format
1926msgid "Invalid maximal deny banners counter %s"
1927msgstr ""
1928
1929#, python-format
1930msgid "Invalid grace delay %s"
1931msgstr "Tiempo gartis %s inv�do"
1932
1933#, python-format
1934msgid "Invalid poor man's threshold %s"
1935msgstr "Valor 'poor man' %s inv�do"
1936
1937#, python-format
1938msgid "Invalid balancezero value %s"
1939msgstr ""
1940
1941msgid ""
1942"Your Print Quota account balance is Low.\n"
1943"Soon you'll not be allowed to print anymore.\n"
1944"Please contact the Print Quota Administrator to solve the problem."
1945msgstr ""
1946"A media de sua quota de impress�est�aixa.\n"
1947"voce n�pode imprimir .\n"
1948"Por favor entre em contato com o administrador das Impressoras para resolver "
1949"o problema."
1950
1951#, python-format
1952msgid ""
1953"You are not allowed to print anymore because\n"
1954"your Print Quota is exceeded on printer %s."
1955msgstr ""
1956"Voce n�pode imprimir porque\n"
1957"sua quota de impress�foi excedida, na impressora %s."
1958
1959#, python-format
1960msgid ""
1961"You will soon be forbidden to print anymore because\n"
1962"your Print Quota is almost reached on printer %s."
1963msgstr ""
1964"Sua impress�est�loqueada porque\n"
1965"sua quota de impress�foi atingida, na impressora %s."
1966
1967#, python-format
1968msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
1969msgstr ""
1970
1971#, python-format
1972msgid "Option accountbanner in section %s only supports values in %s"
1973msgstr ""
1974
1975#, python-format
1976msgid "Option trustjobsize for printer %s is incorrect"
1977msgstr ""
1978
1979msgid "History"
1980msgstr "Hist�o"
1981
1982msgid "Users"
1983msgstr ""
1984
1985msgid "Groups"
1986msgstr ""
1987
1988msgid "Printers"
1989msgstr ""
1990
1991msgid "Users Print Quotas"
1992msgstr ""
1993
1994msgid "Users Groups Print Quotas"
1995msgstr ""
1996
1997msgid "History of Payments"
1998msgstr ""
1999
2000msgid "Printers Groups Membership"
2001msgstr ""
2002
2003msgid "Users Groups Membership"
2004msgstr ""
2005
2006msgid "Billing Codes"
2007msgstr ""
2008
2009msgid "All"
2010msgstr ""
2011
2012msgid "Comma Separated Values"
2013msgstr ""
2014
2015msgid "Semicolon Separated Values"
2016msgstr ""
2017
2018msgid "Tabulation Separated Values"
2019msgstr ""
2020
2021msgid "eXtensible Markup Language"
2022msgstr ""
2023
2024msgid "CUPS' page_log"
2025msgstr ""
2026
2027#, python-format
2028msgid "Invalid modifier [%s] for --data command line option, see help."
2029msgstr ""
2030
2031msgid ""
2032"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2033"filters."
2034msgstr ""
2035
2036#, python-format
2037msgid "Invalid filter value [%s], see help."
2038msgstr ""
2039
2040#, python-format
2041msgid "Invalid modifier [%s] for --format command line option, see help."
2042msgstr ""
2043
2044msgid "XML output is disabled because the jaxml module is not available."
2045msgstr ""
2046
2047#, python-format
2048msgid "Invalid data type [%s] for --sum command line option, see help."
2049msgstr ""
2050
2051msgid "PyKota data dumper failed : I/O error"
2052msgstr ""
2053
2054#, python-format
2055msgid "Unsupported logging subsystem %s"
2056msgstr "Sistema de log %s n�suportado"
2057
2058#, python-format
2059msgid "Report for %s quota on printer %s"
2060msgstr "Relatorio de quota %s para a impressora %s"
2061
2062#, python-format
2063msgid "Pages grace time: %i days"
2064msgstr "Tempo de cortesia : %i d�"
2065
2066#, python-format
2067msgid "Price per job: %.3f"
2068msgstr "Pre�por impress� %.3f"
2069
2070#, python-format
2071msgid "Price per page: %.3f"
2072msgstr "Pre�por p�na: %.3f"
2073
2074msgid ""
2075"Group          overcharge   used    soft    hard    balance grace         "
2076"total       paid warn"
2077msgstr ""
2078
2079msgid ""
2080"User           overcharge   used    soft    hard    balance grace         "
2081"total       paid warn"
2082msgstr ""
2083
2084msgid "unknown"
2085msgstr "Desconhecido"
2086
2087#, python-format
2088msgid "Real : %s"
2089msgstr "Real : %s"
2090
2091#, python-format
2092msgid "Total : %9i"
2093msgstr "Total : %9i"
2094
2095msgid "N/A"
2096msgstr ""
2097
2098#, python-format
2099msgid "Unsupported reporter backend %s"
2100msgstr "Reporter backend %s n�suportado"
2101
2102#, python-format
2103msgid "Unsupported quota storage backend %s"
2104msgstr "o banco de dados: %s  n�suportado"
2105
2106msgid "Done"
2107msgstr ""
2108
2109msgid "Average speed"
2110msgstr ""
2111
2112msgid "entries per second"
2113msgstr ""
2114
2115#, python-format
2116msgid "Strange problem with uid(%s) : %s"
2117msgstr ""
2118
2119#, python-format
2120msgid "Running as user '%s'."
2121msgstr ""
2122
2123msgid "No user named 'pykota'. Not dropping priviledges."
2124msgstr ""
2125
2126#, python-format
2127msgid "Impossible to drop priviledges : %s"
2128msgstr ""
2129
2130msgid "Priviledges dropped. Now running as user 'pykota'."
2131msgstr ""
2132
2133#, python-format
2134msgid "Impossible to regain priviledges : %s"
2135msgstr ""
2136
2137msgid "Regained priviledges. Now running as root."
2138msgstr ""
2139
2140msgid "Please report bugs to :"
2141msgstr ""
2142
2143#, python-format
2144msgid ""
2145"\n"
2146"\n"
2147"Please contact your system administrator :\n"
2148"\n"
2149"\t%s - <%s>\n"
2150msgstr ""
2151"\n"
2152"\n"
2153"Por favor contacte a seu administrador de sistemas:\n"
2154"\n"
2155"\t%s - <%s>\n"
2156
2157#, python-format
2158msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2159msgstr ""
2160"Imposivel encontrar o usu�o %s para impressorao %s, aplicando politica "
2161"padr�(%s)"
2162
2163#, python-format
2164msgid ""
2165"Unable to find user %s's account balance, applying default policy (%s) for "
2166"printer %s"
2167msgstr ""
2168"Imposivel encontrar a media da conta do usuario %s, configurando o valor "
2169"padr�(%s) para a impressora %s"
2170
2171#, python-format
2172msgid "User %s will not be charged for printing."
2173msgstr ""
2174
2175#, python-format
2176msgid "Print Quota exceeded for group %s on printer %s"
2177msgstr "Quota de impress�excedida para o grupo %s na impressora %s"
2178
2179msgid "Print Quota Exceeded"
2180msgstr "Quota de Impress�Excedida"
2181
2182#, python-format
2183msgid "Print Quota low for group %s on printer %s"
2184msgstr "Quota de impressora baixa para o grupo %s na impresora %s"
2185
2186msgid "Print Quota Low"
2187msgstr "Quota de impress�baixa"
2188
2189#, python-format
2190msgid ""
2191"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2192"double check /etc/pykota/pykota.conf : %s"
2193msgstr ""
2194"Base de busca %s parece n�existir, provavelmente por causa de m�
2195"configura�.Por favor, verifique as configura�s do arquivo /etc/pykota/"
2196"pykota.conf : %s"
2197
2198#, python-format
2199msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2200msgstr "Buscar por %s(%s) apartir de %s(scope=%s) nenhum registro encontrado."
2201
2202#, python-format
2203msgid "Problem adding LDAP entry (%s, %s)"
2204msgstr "Problema adicionando entrada LDAP (%s, %s)"
2205
2206#, python-format
2207msgid "Problem deleting LDAP entry (%s)"
2208msgstr "Problema apagando entrada LDAP (%s)"
2209
2210#, python-format
2211msgid "Problem modifying LDAP entry (%s, %s)"
2212msgstr "Problema modificando entrada LDAP (%s, %s)"
2213
2214#, python-format
2215msgid ""
2216"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2217"entries manually ?"
2218msgstr ""
2219
2220msgid "Hidden because of privacy concerns"
2221msgstr ""
2222
2223#, python-format
2224msgid ""
2225"Unable to find an existing objectClass %s entry with %s=%s to attach "
2226"pykotaAccount objectClass"
2227msgstr ""
2228"Imposs�l encontrar uma entrada objectClass %s existente com %s=%s "
2229"paraanexar objectClass pykotaAccount"
2230
2231#, python-format
2232msgid "%s. A new entry will be created instead."
2233msgstr ""
2234
2235#, python-format
2236msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2237msgstr ""
2238"Imposs�l encontrar uma entrada existente para anexar ao objectClass "
2239"pykotaGroup %s"
2240
2241#, python-format
2242msgid "A problem occured while reading printer %s's internal page counter."
2243msgstr ""
2244
2245#, python-format
2246msgid "Retrieving printer %s's page counter from database instead."
2247msgstr ""
2248
2249#, python-format
2250msgid ""
2251"Couldn't retrieve printer %s's internal page counter either before or after "
2252"printing."
2253msgstr ""
2254
2255#, python-format
2256msgid "Job's size forced to 1 page for printer %s."
2257msgstr ""
2258
2259#, python-format
2260msgid "No previous job in database for printer %s."
2261msgstr ""
2262
2263#, python-format
2264msgid "Inconsistent values for printer %s's internal page counter."
2265msgstr ""
2266
2267#, python-format
2268msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2269msgstr "Endere�invalido em  HARDWARE(%s) para a impressora %s"
2270
2271#, python-format
2272msgid "Launching HARDWARE(%s)..."
2273msgstr "Tentando identifica� f�ca(%s)..."
2274
2275#, python-format
2276msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2277msgstr "Sinal SIGTERM enviado para contador f�co %s (pid : %s)"
2278
2279#, python-format
2280msgid "Line [%s] skipped in accounter's output. Trying again..."
2281msgstr ""
2282
2283#, python-format
2284msgid "Hardware accounter %s exit code is %s"
2285msgstr ""
2286
2287#, python-format
2288msgid "Unable to query printer %s via HARDWARE(%s)"
2289msgstr "Imposive consultar a impressora %s via HARDWARE(%s)"
2290
2291#, python-format
2292msgid "Problem during connection to %s:%s : %s"
2293msgstr ""
2294
2295#, python-format
2296msgid "Problem while sending PJL query to %s:%s : %s"
2297msgstr ""
2298
2299#, python-format
2300msgid "Problem while receiving PJL answer from %s:%s : %s"
2301msgstr ""
2302
2303#, python-format
2304msgid "Waiting for printer %s to be printing..."
2305msgstr ""
2306
2307#, python-format
2308msgid "Waiting for printer %s's idle status to stabilize..."
2309msgstr ""
2310
2311#, python-format
2312msgid ""
2313"PJL querying stage interrupted. Using latest value seen for internal page "
2314"counter (%s) on printer %s."
2315msgstr ""
2316
2317#, python-format
2318msgid "Network error while doing SNMP queries on printer %s : %s"
2319msgstr ""
2320
2321#, python-format
2322msgid "SNMP message decoding error for printer %s : %s"
2323msgstr ""
2324
2325#, python-format
2326msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2327msgstr ""
2328
2329#, python-format
2330msgid ""
2331"SNMP querying stage interrupted. Using latest value seen for internal page "
2332"counter (%s) on printer %s."
2333msgstr ""
2334
2335#, python-format
2336msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2337msgstr ""
2338"Imposs�l calcular tamanho da tarefa usando analisador gen�o de PDL : %s"
2339
2340#, python-format
2341msgid "Launching SOFTWARE(%s)..."
2342msgstr "Tentando identifica� l�a (%s)..."
2343
2344#, python-format
2345msgid "Unable to compute job size with accounter %s"
2346msgstr "Impossivel calcular o tamanho do trabalho com o contador %s"
2347
2348#, python-format
2349msgid "Problem while waiting for software accounter pid %s to exit : %s"
2350msgstr "Problema ao aguardar encerramento do contador l�o de pid %s : %s"
2351
2352#, python-format
2353msgid "Software accounter %s exit code is %s"
2354msgstr "C�o de erro para contador l�o %s : %s"
2355
2356msgid "Totals may be inaccurate if some users are members of several groups."
2357msgstr ""
2358"O Total pode n�ser exato se os usuarios forem mebros de varios grupos."
2359
2360#~ msgid "Impossible to add printer %s"
2361#~ msgstr "Imposivel adicionar impressora %s"
2362
2363#~ msgid "Prototype object %s not found in Quota Storage."
2364#~ msgstr "Objeto Prototipo %s n�encontrado no banco de dados."
2365
2366#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2367#~ msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s."
2368
2369#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2370#~ msgstr ""
2371#~ "O limite maximo invalido, configurando o limite minimo (%s) na impressora "
2372#~ "%s."
2373
2374#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2375#~ msgstr ""
2376#~ "Limite indefinido, configurando a l�te maximo (%s) na impressora %s."
2377
2378#~ msgid "Invalid group name %s"
2379#~ msgstr "O nome do grupo %s �nv�do"
2380
2381#~ msgid "Invalid user name %s"
2382#~ msgstr "O nome de usuario %s �nv�do"
2383
2384#~ msgid "Quota not found for object %s on printer %s."
2385#~ msgstr "Quota n�encontrada para o objeto %s para a impressora %s."
2386
2387#~ msgid "Group %s not found in the PyKota Storage."
2388#~ msgstr "Grupo %s n�encontrado no banco de dados."
2389
2390#~ msgid "PyKota Reports"
2391#~ msgstr "Relat� do Pykota"
2392
2393#~ msgid "Report"
2394#~ msgstr "Relat�"
2395
2396#~ msgid "Printer"
2397#~ msgstr "Impressora"
2398
2399#~ msgid "User / Group names mask"
2400#~ msgstr "M�ara de nomes para Usu�os / Grupos"
2401
2402#~ msgid "Groups report"
2403#~ msgstr "Relat� de Grupos"
2404
2405#~ msgid "Empty"
2406#~ msgstr "Vazio"
2407
2408#~ msgid "Action"
2409#~ msgstr "A�"
2410
2411#~ msgid "User"
2412#~ msgstr "Usu�o"
2413
2414#~ msgid "Hostname"
2415#~ msgstr "Nome do computador"
2416
2417#~ msgid "JobId"
2418#~ msgstr "Id da Tarefa"
2419
2420#~ msgid "Copies"
2421#~ msgstr "C�s"
2422
2423#~ msgid "Options"
2424#~ msgstr "Op�s"
2425
2426#~ msgid "Previous page"
2427#~ msgstr "P�na anterior"
2428
2429#~ msgid "File number %s unregistered twice from polling object, ignored."
2430#~ msgstr ""
2431#~ "Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado"
2432
2433#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2434#~ msgstr "SIGTERM foi emitida a real backend %s (pid: %s)"
2435
2436#~ msgid "CUPS backend %s died abnormally."
2437#~ msgstr "Backend CUPS morreu anormalmente."
2438
2439#~ msgid "Software accounting already done in first pass. Ignoring."
2440#~ msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando."
2441
2442#~ msgid "Hardware accounting already done in first pass. Ignoring."
2443#~ msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando"
2444
2445#~ msgid "Invalid DeviceURI : %s"
2446#~ msgstr "DeviceURI inv�do : %s"
2447
2448#~ msgid ""
2449#~ "\n"
2450#~ "Please wait while pkhint analyzes your printing system's configuration..."
2451#~ msgstr ""
2452#~ "\n"
2453#~ "Por favor, aguarde enquanto pkhint analisa as configura�s de seu "
2454#~ "sistema de impress�.."
2455
2456#~ msgid "Unknown device %s for printer %s"
2457#~ msgstr "Dispositivo %s inv�do para a impressora %s"
2458
2459#~ msgid ""
2460#~ "\n"
2461#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2462#~ msgstr ""
2463#~ "\n"
2464#~ "Pondo as seguintes linhas no arquivo /etc/pykota/pykota.conf : \n"
2465
2466#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2467#~ msgstr "# CUIDADO : se o contador l�o for sugerido, isto n�significa"
2468
2469#~ msgid ""
2470#~ "# that hardware accounting wouldn't work, this only means that PyKota"
2471#~ msgstr ""
2472#~ "# que o contador l�o poder��funcionar. Isto significa somente que "
2473#~ "o Pykota"
2474
2475#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2476#~ msgstr ""
2477#~ "# n�foi capaz de detectar automaticamente o m�do de contagem f�ca a "
2478#~ "ser utilizado"
2479
2480#~ msgid "JobSize"
2481#~ msgstr "Tamanho da Tarefa"
2482
2483#~ msgid "JobPrice"
2484#~ msgstr "Pre�da Tarefa"
2485
2486#~ msgid "JobBytes"
2487#~ msgstr "Tamanho da Tarefa em Bytes"
2488
2489#~ msgid "PageCounter"
2490#~ msgstr "Contador de p�nas"
2491
2492#~ msgid "Printing system %s, args=%s"
2493#~ msgstr "Sistema de impress�%s, argumentos=%s"
2494
2495#~ msgid "Printer hostname undefined, set to 'localhost'"
2496#~ msgstr ""
2497#~ "Nome do servidor de impress�n�definido, configurando para 'localhost'"
2498
2499#~ msgid "Printing system unknown, args=%s"
2500#~ msgstr "Sistema de impress�desconhecido, args=%s"
2501
2502#~ msgid ""
2503#~ "Group           used    soft    hard    balance grace         total       "
2504#~ "paid"
2505#~ msgstr ""
2506#~ "Grupo           usado   Minimo  Maximo  media   gratis        total       "
2507#~ "pago"
2508
2509#~ msgid ""
2510#~ "User            used    soft    hard    balance grace         total       "
2511#~ "paid"
2512#~ msgstr ""
2513#~ "Usuario         usado   Minimo  Maximo  media   gratis        total       "
2514#~ "pago"
Note: See TracBrowser for help on using the browser.