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

Revision 2937, 76.6 kB (checked in by jerome, 18 years ago)

pkusers now supports the --email command line option.

  • 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"  -e | --email addr    Sets the email address for the users.\n"
1211"                       If the addr parameter begins with @, then\n"
1212"                       the username is prepended to addr to form\n"
1213"                       a valid email address.\n"
1214"\n"
1215"  -D | --description d Adds a textual description to users or groups.\n"
1216"                       \n"
1217"  -g | --groups        Edit users groups instead of users.\n"
1218"                          \n"
1219"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1220"                       when computing the cost of a print job. Positive or \n"
1221"                       negative floating point values are allowed,\n"
1222"                       this allows you to do some really creative\n"
1223"                       things like giving money to an user whenever\n"
1224"                       he prints. The number of pages in a print job\n"
1225"                       is not modified by this coefficient, only the\n"
1226"                       cost of the job for a particular user.\n"
1227"                       Only users have such a coefficient.\n"
1228"  \n"
1229"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1230"                              listed, separated by commas. The groups\n"
1231"                              must already exist in the Quota Storage.\n"
1232"                       \n"
1233"  -L | --list          Lists users or groups.\n"
1234"  \n"
1235"  -l | --limitby l     Choose if the user/group is limited in "
1236"printing                     \n"
1237"                       by its account balance or by its page quota.\n"
1238"                       The default value is 'quota'. Allowed values\n"
1239"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1240"                       and 'nochange' :\n"
1241"                       \n"
1242"                         - quota : limit by number of pages per printer.\n"
1243"                         - balance : limit by number of credits in account.\n"
1244"                         - noquota : no limit, accounting still done.\n"
1245"                         - nochange : no limit, accounting not done. \n"
1246"                         - noprint : printing is denied. \n"
1247"                       NB : nochange and noprint are not supported for "
1248"groups.\n"
1249"                       \n"
1250"  -b | --balance b     Sets the user's account balance to "
1251"b.                     \n"
1252"                       Account balance may be increase or decreased\n"
1253"                       if b is prefixed with + or -.\n"
1254"                       WARNING : when decreasing account balance,\n"
1255"                       the total paid so far by the user is decreased\n"
1256"                       too.\n"
1257"                       Groups don't have a real balance, but the\n"
1258"                       sum of their users' account balance.\n"
1259"                       \n"
1260"  -C | --comment txt   Defines some informational text to be associated\n"
1261"                       with a change to an user's account balance.\n"
1262"                       Only meaningful if -b | --balance is also used.\n"
1263"                       \n"
1264"                       \n"
1265"  -r | --remove        In combination with the --ingroups option "
1266"above,                       \n"
1267"                       remove users from the specified users groups.\n"
1268"                       \n"
1269"  -s | --skipexisting  In combination with the --add option above, tells\n"
1270"                       pkusers to not modify existing users.\n"
1271"                       \n"
1272"  user1 through userN and group1 through groupN can use wildcards\n"
1273"  if the --add option is not set.\n"
1274"  \n"
1275"examples :                              \n"
1276"\n"
1277"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1278"  \n"
1279"  This will add users john, paul, george and ringo to the quota\n"
1280"  database. User ringo's email address will also be set to \n"
1281"  'ringo@example.com'\n"
1282"  \n"
1283"  $ pkusers --ingroups coders,it jerome\n"
1284"  \n"
1285"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1286"  already exist in the quota database.\n"
1287"            \n"
1288"  $ pkusers --limitby balance jerome\n"
1289"  \n"
1290"  This will tell PyKota to limit jerome by his account's balance\n"
1291"  when printing.\n"
1292"  \n"
1293"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1294"  \n"
1295"  This will increase jerome's account balance by 10.0 (in your\n"
1296"  own currency). You can decrease the account balance with a\n"
1297"  dash prefix, and set it to a fixed amount with no prefix.\n"
1298"  A comment will be stored for this balance change.\n"
1299"  \n"
1300"  $ pkusers --delete jerome rachel\n"
1301"  \n"
1302"  This will completely delete jerome and rachel from the quota\n"
1303"  database. All their quotas and jobs will be deleted too.\n"
1304"  \n"
1305"  $ pkusers --overcharge 2.5 poorstudent\n"
1306"  \n"
1307"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1308"  \n"
1309"  $ pkusers --overcharge -1 jerome\n"
1310"  \n"
1311"  User jerome will actually earn money whenever he prints.\n"
1312"  \n"
1313"  $ pkusers --overcharge 0 boss\n"
1314"  \n"
1315"  User boss can print at will, it won't cost him anything because the\n"
1316"  cost of each print job will be multiplied by zero before charging\n"
1317"  his account.\n"
1318"\n"
1319"  $ pkusers --email @example.com\n"
1320"\n"
1321"  This will set the email address for each user to username@example.com\n"
1322msgstr ""
1323
1324#, python-format
1325msgid "There's no %s matching %s"
1326msgstr ""
1327
1328#, python-format
1329msgid "Limited by : %s"
1330msgstr ""
1331
1332#, python-format
1333msgid "Account balance : %.2f"
1334msgstr ""
1335
1336#, python-format
1337msgid "Total paid so far : %.2f"
1338msgstr ""
1339
1340#, python-format
1341msgid "Overcharging factor : %.2f"
1342msgstr ""
1343
1344#, python-format
1345msgid "Group balance : %.2f"
1346msgstr ""
1347
1348#, python-format
1349msgid "Invalid limitby value %s"
1350msgstr "Valor do limitby %s inv�do"
1351
1352#, python-format
1353msgid "Invalid overcharge value %s"
1354msgstr ""
1355
1356#, python-format
1357msgid "Invalid balance value %s"
1358msgstr "Valor da media %s inv�do"
1359
1360#, python-format
1361msgid "There's no users group matching %s"
1362msgstr ""
1363
1364#, python-format
1365msgid "Invalid email address %s"
1366msgstr "Endere�email inv�do"
1367
1368#, python-format
1369msgid "Unknown group %s"
1370msgstr ""
1371
1372#, python-format
1373msgid "Unknown user %s"
1374msgstr ""
1375
1376#, python-format
1377msgid "%s %s already exists, skipping."
1378msgstr ""
1379
1380#, python-format
1381msgid "%s %s already exists, will be modified."
1382msgstr ""
1383
1384#, python-format
1385msgid "Invalid name %s"
1386msgstr ""
1387
1388msgid "You have to pass user groups names on the command line"
1389msgstr ""
1390
1391#, python-format
1392msgid ""
1393"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1394"\n"
1395"Gives print quotes to users.\n"
1396"\n"
1397"command line usage :\n"
1398"\n"
1399"  pykotme  [options]  [files]\n"
1400"\n"
1401"options :\n"
1402"\n"
1403"  -v | --version       Prints pykotme's version number then exits.\n"
1404"  -h | --help          Prints this message then exits.\n"
1405"  \n"
1406"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1407"                       use wildcards characters to select only\n"
1408"                       some printers. The default value is *, meaning\n"
1409"                       all printers.\n"
1410"                       You can specify several names or wildcards, \n"
1411"                       by separating them with commas.\n"
1412"  \n"
1413"examples :                              \n"
1414"\n"
1415"  $ pykotme --printer apple file1.ps file2.ps\n"
1416"  \n"
1417"  This will give a print quote to the current user. The quote will show\n"
1418"  the price and size of a job consisting in file1.ps and file2.ps \n"
1419"  which would be sent to the apple printer.\n"
1420"  \n"
1421"  $ pykotme --printer apple,hplaser <file1.ps\n"
1422"  \n"
1423"  This will give a print quote to the current user. The quote will show\n"
1424"  the price and size of a job consisting in file1.ps as read from\n"
1425"  standard input, which would be sent to the apple or hplaser\n"
1426"  printer.\n"
1427"\n"
1428"  $ pykotme \n"
1429"  \n"
1430"  This will give a quote for a job consisting of what is on standard \n"
1431"  input. The quote will list the job size, and the price the job\n"
1432"  would cost on each printer.\n"
1433msgstr ""
1434
1435#, python-format
1436msgid "Your account balance : %.2f"
1437msgstr "Balan�de sua conta : %.2f"
1438
1439#, python-format
1440msgid "Job size : %i pages"
1441msgstr "Tamanho do JOB : %i p�nas"
1442
1443#, python-format
1444msgid "Cost on printer %s : %.2f"
1445msgstr "Custo da impresora %s : %.2f"
1446
1447msgid "won't be charged, printer is in passthrough mode"
1448msgstr ""
1449
1450msgid "won't be charged, your account is immutable"
1451msgstr ""
1452
1453#, python-format
1454msgid ""
1455"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1456"\n"
1457"Sends mail to users over print quota.\n"
1458"\n"
1459"command line usage :\n"
1460"\n"
1461"  warnpykota  [options]  [names]\n"
1462"\n"
1463"options :\n"
1464"\n"
1465"  -v | --version       Prints warnpykota's version number then exits.\n"
1466"  -h | --help          Prints this message then exits.\n"
1467"  \n"
1468"  -u | --users         Warns users over their print quota, this is the \n"
1469"                       default.\n"
1470"  \n"
1471"  -g | --groups        Warns users whose groups quota are over limit.\n"
1472"  \n"
1473"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1474"                       use wildcards characters to select only\n"
1475"                       some printers. The default value is *, meaning\n"
1476"                       all printers.\n"
1477"                       You can specify several names or wildcards, \n"
1478"                       by separating them with commas.\n"
1479"  \n"
1480"examples :                              \n"
1481"\n"
1482"  $ warnpykota --printer lp\n"
1483"  \n"
1484"  This will warn all users of the lp printer who have exceeded their\n"
1485"  print quota.\n"
1486"\n"
1487"  $ warnpykota \n"
1488"  \n"
1489"  This will warn all users  who have exceeded their print quota on\n"
1490"  any printer.\n"
1491"\n"
1492"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1493"  \n"
1494"  This will warn all users of groups which names begins with \"dev\" and\n"
1495"  who have exceeded their print quota on any printer which name begins \n"
1496"  with \"laserjet\"\n"
1497"  \n"
1498"  If launched by an user who is not a PyKota administrator, additionnal\n"
1499"  arguments representing users or groups names are ignored, and only the\n"
1500"  current user/group is reported.\n"
1501msgstr ""
1502
1503#, python-format
1504msgid ""
1505"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1506"\n"
1507"Dumps PyKota database's content.\n"
1508"\n"
1509"command line usage :\n"
1510"\n"
1511"  dumpykota [options] [filterexpr]\n"
1512"\n"
1513"options :\n"
1514"\n"
1515"  -v | --version       Prints dumpykota's version number then exits.\n"
1516"  -h | --help          Prints this message then exits.\n"
1517"  \n"
1518"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1519"                       \n"
1520"                         - history : dumps the jobs history.\n"
1521"                         - users : dumps users.\n"
1522"                         - groups : dumps user groups.\n"
1523"                         - printers : dump printers.\n"
1524"                         - upquotas : dump user quotas.\n"
1525"                         - gpquotas : dump user groups quotas.\n"
1526"                         - payments : dumps user payments.\n"
1527"                         - pmembers : dumps printer groups members.\n"
1528"                         - umembers : dumps user groups members.\n"
1529"                         - billingcodes : dumps billing codes.\n"
1530"                         - all : dumps all PyKota datas. The output format\n"
1531"                                 is always XML in this case.\n"
1532"                         \n"
1533"                       NB : the -d | --data command line option   \n"
1534"                       is MANDATORY.\n"
1535"  \n"
1536"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1537"                       the format is to dump datas in the csv format (comma\n"
1538"                       separated values). All data dumped is between double\n"
1539"                       quotes. Allowed formats are :\n"
1540"                       \n"
1541"                         - csv : separate datas with commas\n"
1542"                         - ssv : separate datas with semicolons\n"
1543"                         - tsv : separate datas with tabs\n"
1544"                         - xml : dump data as XML \n"
1545"                         - cups : dump datas in CUPS' page_log format :\n"
1546"                                  ONLY AVAILABLE WITH --data history\n"
1547"                         \n"
1548"  -o | --output fname  All datas will be dumped to the file instead of\n"
1549"                       to the standard output. The special '-' filename\n"
1550"                       is the default value and means stdout.\n"
1551"                       WARNING : existing files are truncated !\n"
1552"\n"
1553"  -s | --sum           Summarize the selected datas.\n"
1554"                           ONLY AVAILABLE WITH --data history or payments\n"
1555"\n"
1556"  Use the filter expressions to extract only parts of the \n"
1557"  datas. Allowed filters are of the form :\n"
1558"                \n"
1559"         key=value\n"
1560"                         \n"
1561"  Allowed keys for now are :  \n"
1562"                       \n"
1563"         username       User's name\n"
1564"         groupname      Users group's name\n"
1565"         printername    Printer's name\n"
1566"         pgroupname     Printers group's name\n"
1567"         hostname       Client's hostname\n"
1568"         billingcode    Job's billing code\n"
1569"         start          Job's date of printing\n"
1570"         end            Job's date of printing\n"
1571"         \n"
1572"  Contrary to other PyKota management tools, wildcard characters are not \n"
1573"  expanded, so you can't use them.\n"
1574"  \n"
1575"  NB : not all keys are allowed for each data type, so the result may be \n"
1576"  empty if you use a key not available for a particular data type.\n"
1577"  \n"
1578"Examples :\n"
1579"\n"
1580"  $ dumpykota --data history --format csv >myfile.csv\n"
1581"  \n"
1582"  This dumps the history in a comma separated values file, for possible\n"
1583"  use in a spreadsheet.\n"
1584"  \n"
1585"  $ dumpykota --data users --format xml -o users.xml\n"
1586"  \n"
1587"  Dumps all users datas to the users.xml file.\n"
1588"  \n"
1589"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1590"  \n"
1591"  Dumps the job history for user jerome on printer HP2100 only.\n"
1592"  \n"
1593"  $ dumpykota --data history start=200503 end=20050730234615\n"
1594"  \n"
1595"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1596"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1597msgstr ""
1598
1599msgid "The -d | --data command line option is mandatory, see help."
1600msgstr ""
1601
1602#, python-format
1603msgid ""
1604"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1605"\n"
1606"An invoice generator for PyKota.\n"
1607"\n"
1608"command line usage :\n"
1609"\n"
1610"  pkinvoice [options] user1 user2 ... userN\n"
1611"\n"
1612"options :\n"
1613"\n"
1614"  -v | --version       Prints pkinvoice's version number then exits.\n"
1615"  -h | --help          Prints this message then exits.\n"
1616"  \n"
1617"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1618"                       be drawn at the center top of the page. The default\n"
1619"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1620"                       \n"
1621"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1622"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1623"                       to name a few. The default size is A4.\n"
1624"                       \n"
1625"  -n | --number N      Sets the number of the first invoice. This number\n"
1626"                       will automatically be incremented for each invoice.\n"
1627"                       \n"
1628"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1629"                       be generated as a PDF document. If not set or\n"
1630"                       set to '-', the PDF document is sent to standard\n"
1631"                       output. \n"
1632"                       \n"
1633"  -u | --unit u        Defines the name of the unit to use on the "
1634"invoice.                       \n"
1635"                       The default unit is 'Credits', optionally translated\n"
1636"                       to your native language if it is supported by "
1637"PyKota.\n"
1638"  \n"
1639"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1640"                       exposed. The default is 0.0, meaning no VAT\n"
1641"                       information will be included.\n"
1642"                       \n"
1643"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1644"  \n"
1645"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1646"                       \n"
1647"  user1 through userN can use wildcards if needed. If no user argument is\n"
1648"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1649"  \n"
1650"  Dates formating with --start and --end :\n"
1651"  \n"
1652"    YYYY : year boundaries\n"
1653"    YYYYMM : month boundaries\n"
1654"    YYYYMMDD : day boundaries\n"
1655"    YYYYMMDDhh : hour boundaries\n"
1656"    YYYYMMDDhhmm : minute boundaries\n"
1657"    YYYYMMDDhhmmss : second boundaries\n"
1658"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1659"15)\n"
1660"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1661"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1662"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1663"\n"
1664"  'now' and 'today' are not exactly the same since today represents the "
1665"first\n"
1666"  or last second of the day depending on if it's used in a start= or end=\n"
1667"  date expression. The utility to be able to specify dates in the future is\n"
1668"  a question which remains to be answered :-)\n"
1669"                                        \n"
1670"examples :                       \n"
1671"\n"
1672"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1673"  \n"
1674"  Will generate a PDF document containing invoices for all users\n"
1675"  who have spent some credits last month. Invoices will be done in\n"
1676"  EURO.  No VAT information will be included.\n"
1677msgstr ""
1678
1679msgid "Invoice"
1680msgstr ""
1681
1682msgid "Since"
1683msgstr ""
1684
1685msgid "Until"
1686msgstr ""
1687
1688msgid "Edited on"
1689msgstr ""
1690
1691msgid "Number of pages printed"
1692msgstr ""
1693
1694msgid "Amount due"
1695msgstr ""
1696
1697msgid "Included VAT"
1698msgstr ""
1699
1700msgid "Here's the invoice for your printouts"
1701msgstr ""
1702
1703#, python-format
1704msgid "Incorrect value '%s' for the --vat command line option"
1705msgstr ""
1706
1707#, python-format
1708msgid "Incorrect value '%s' for the --number command line option"
1709msgstr ""
1710
1711msgid "Generating invoices"
1712msgstr ""
1713
1714msgid "Credits"
1715msgstr ""
1716
1717#, python-format
1718msgid ""
1719"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1720"\n"
1721"A Printers Manager for PyKota.\n"
1722"\n"
1723"command line usage :\n"
1724"\n"
1725"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1726"\n"
1727"options :\n"
1728"\n"
1729"  -v | --version       Prints pkprinters's version number then exits.\n"
1730"  -h | --help          Prints this message then exits.\n"
1731"  \n"
1732"  -a | --add           Adds printers if they don't exist on the Quota \n"
1733"                       Storage Server. If they exist, they are modified\n"
1734"                       unless -s|--skipexisting is also used.\n"
1735"                       \n"
1736"  -d | --delete        Deletes printers from the quota storage.\n"
1737"  \n"
1738"  -D | --description d Adds a textual description to printers.\n"
1739"                       \n"
1740"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1741"                       Job price is optional.\n"
1742"                       If both are to be set, separate them with a comma.\n"
1743"                       Floating point and negative values are allowed.\n"
1744"  \n"
1745"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1746"                       groups pg1, pg2, etc... which must already exist.\n"
1747"                       A printer group is just like a normal printer,\n"
1748"                       only that it is usually unknown from the printing\n"
1749"                       system. Create printer groups exactly the same\n"
1750"                       way that you create printers, then add other \n"
1751"                       printers to them with this option.\n"
1752"                       Accounting is done on a printer and on all\n"
1753"                       the printer groups it belongs to, quota checking\n"
1754"                       is done on a printer and on all the printer groups\n"
1755"                       it belongs to.\n"
1756"                       If the --remove option below is not used, the \n"
1757"                       default action is to add printers to the specified\n"
1758"                       printer groups.\n"
1759"                       \n"
1760"  -l | --list          List informations about the printer(s) and the\n"
1761"                       printers groups it is a member of.\n"
1762"                       \n"
1763"  -r | --remove        In combination with the --groups option "
1764"above,                       \n"
1765"                       remove printers from the specified printers groups.\n"
1766"                       \n"
1767"  -s | --skipexisting  In combination with the --add option above, tells\n"
1768"                       pkprinters to not modify existing printers.\n"
1769"                       \n"
1770"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1771"                       to s pages.\n"
1772"                       \n"
1773"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1774"                       mode, users are allowed to print without any impact\n"
1775"                       on their quota or account balance.\n"
1776"                       \n"
1777"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1778"                       Without -p or -n, printers are created in \n"
1779"                       normal mode, i.e. no passthrough.\n"
1780"  \n"
1781"  printer1 through printerN can contain wildcards if the --add option \n"
1782"  is not set.\n"
1783"  \n"
1784"examples :                              \n"
1785"\n"
1786"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1787"hp8000\n"
1788"  \n"
1789"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1790"  Their price per page will be set at 0.05 unit, and their price\n"
1791"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1792"  or whatever you want them to mean.\n"
1793"  All of their descriptions will be set to the string \"HP Printer\".\n"
1794"  If any of these printers already exists, it will also be modified \n"
1795"  unless the -s|--skipexisting command line option is also used.\n"
1796"            \n"
1797"  $ pkprinters --delete \"*\"\n"
1798"  \n"
1799"  This will completely delete all printers and associated quota "
1800"information,\n"
1801"  as well as their job history. USE WITH CARE !\n"
1802"  \n"
1803"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1804"  \n"
1805"  This will put all printers which name matches \"hp*\" into printers "
1806"groups \n"
1807"  Laser and HP, which MUST already exist.\n"
1808"  \n"
1809"  $ pkprinters --groups LexMark --remove hp2200\n"
1810"  \n"
1811"  This will remove the hp2200 printer from the LexMark printer group.\n"
1812msgstr ""
1813
1814#, python-format
1815msgid "Passthrough mode : %s"
1816msgstr ""
1817
1818msgid "ON"
1819msgstr ""
1820
1821msgid "OFF"
1822msgstr ""
1823
1824msgid "in"
1825msgstr "em"
1826
1827#, python-format
1828msgid "Invalid charge amount value %s"
1829msgstr "Valor de carga: %s inv�do"
1830
1831#, python-format
1832msgid "Invalid maximum job size value %s"
1833msgstr ""
1834
1835#, python-format
1836msgid "Printer %s already exists, skipping."
1837msgstr "Impressora %s j�xiste. Ignorando."
1838
1839#, python-format
1840msgid "Printer %s already exists, will be modified."
1841msgstr "Impressora %s j�xiste. Ser�eita uma modifica�."
1842
1843#, python-format
1844msgid "Invalid printer name %s"
1845msgstr "Nome de impressora %s inv�do"
1846
1847msgid "You have to pass printer groups names on the command line"
1848msgstr ""
1849"voc�eve passar os nomes dos grupos de impressoras na linha de comando"
1850
1851msgid "You have to pass printer names on the command line"
1852msgstr "Voce deve informar impressora na linha de comando"
1853
1854#, python-format
1855msgid "Unsupported accounter backend %s"
1856msgstr "Accounter Backend %s n�suportado"
1857
1858#, python-format
1859msgid ""
1860"Configuration file %s can't be read. Please check that the file exists and "
1861"that your permissions are sufficient."
1862msgstr ""
1863
1864#, python-format
1865msgid "Configuration file %s not found."
1866msgstr "Arquivo de configura� %s n�encontrado."
1867
1868#, python-format
1869msgid "Option %s not found in section global of %s"
1870msgstr "Op� %s n�encontrada na se� global de %s"
1871
1872#, python-format
1873msgid "Option %s not found in section %s of %s"
1874msgstr "Op� %s n�encontrada na se� %s de %s"
1875
1876#, python-format
1877msgid "Option ldaptls is set, but certificate %s is not readable."
1878msgstr ""
1879
1880#, python-format
1881msgid "Option logger only supports values in %s"
1882msgstr "a op� logger s�porta valores em %s"
1883
1884#, python-format
1885msgid "Invalid preaccounter %s for printer %s"
1886msgstr ""
1887
1888#, python-format
1889msgid "Option preaccounter in section %s only supports values in %s"
1890msgstr ""
1891
1892#, python-format
1893msgid "Invalid accounter %s for printer %s"
1894msgstr "Contador de p�nas %s inv�do, para a impressora %s"
1895
1896#, python-format
1897msgid "Option accounter in section %s only supports values in %s"
1898msgstr "A op� accounter na se� %s s�porta valores em %s"
1899
1900#, python-format
1901msgid "Invalid unknown_billingcode directive %s for printer %s"
1902msgstr ""
1903
1904#, python-format
1905msgid "Directive unknown_billingcode in section %s only supports values in %s"
1906msgstr ""
1907
1908#, python-format
1909msgid "Option enforcement in section %s only supports values in %s"
1910msgstr "Op� enforcement (refor� na se� %s s�porta valores em %s"
1911
1912#, python-format
1913msgid ""
1914"Option onbackenderror in section %s only supports values 'charge', "
1915"'nocharge', and 'retry:num:delay'"
1916msgstr ""
1917
1918#, python-format
1919msgid "Option onaccountererror in section %s only supports values in %s"
1920msgstr ""
1921
1922#, python-format
1923msgid "Option policy in section %s only supports values in %s"
1924msgstr "A op� policy na se� %s s�porta valores em %s"
1925
1926#, python-format
1927msgid "Invalid option mailto %s for printer %s"
1928msgstr "Op� mailto %s inv�da,  para a impressora %s"
1929
1930#, python-format
1931msgid "Option mailto in section %s only supports values in %s"
1932msgstr "a op� mailto na se� %s s�porta valores em %s"
1933
1934#, python-format
1935msgid "Invalid maximal deny banners counter %s"
1936msgstr ""
1937
1938#, python-format
1939msgid "Invalid grace delay %s"
1940msgstr "Tiempo gartis %s inv�do"
1941
1942#, python-format
1943msgid "Invalid poor man's threshold %s"
1944msgstr "Valor 'poor man' %s inv�do"
1945
1946#, python-format
1947msgid "Invalid balancezero value %s"
1948msgstr ""
1949
1950msgid ""
1951"Your Print Quota account balance is Low.\n"
1952"Soon you'll not be allowed to print anymore.\n"
1953"Please contact the Print Quota Administrator to solve the problem."
1954msgstr ""
1955"A media de sua quota de impress�est�aixa.\n"
1956"voce n�pode imprimir .\n"
1957"Por favor entre em contato com o administrador das Impressoras para resolver "
1958"o problema."
1959
1960#, python-format
1961msgid ""
1962"You are not allowed to print anymore because\n"
1963"your Print Quota is exceeded on printer %s."
1964msgstr ""
1965"Voce n�pode imprimir porque\n"
1966"sua quota de impress�foi excedida, na impressora %s."
1967
1968#, python-format
1969msgid ""
1970"You will soon be forbidden to print anymore because\n"
1971"your Print Quota is almost reached on printer %s."
1972msgstr ""
1973"Sua impress�est�loqueada porque\n"
1974"sua quota de impress�foi atingida, na impressora %s."
1975
1976#, python-format
1977msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
1978msgstr ""
1979
1980#, python-format
1981msgid "Option accountbanner in section %s only supports values in %s"
1982msgstr ""
1983
1984#, python-format
1985msgid "Option trustjobsize for printer %s is incorrect"
1986msgstr ""
1987
1988msgid "History"
1989msgstr "Hist�o"
1990
1991msgid "Users"
1992msgstr ""
1993
1994msgid "Groups"
1995msgstr ""
1996
1997msgid "Printers"
1998msgstr ""
1999
2000msgid "Users Print Quotas"
2001msgstr ""
2002
2003msgid "Users Groups Print Quotas"
2004msgstr ""
2005
2006msgid "History of Payments"
2007msgstr ""
2008
2009msgid "Printers Groups Membership"
2010msgstr ""
2011
2012msgid "Users Groups Membership"
2013msgstr ""
2014
2015msgid "Billing Codes"
2016msgstr ""
2017
2018msgid "All"
2019msgstr ""
2020
2021msgid "Comma Separated Values"
2022msgstr ""
2023
2024msgid "Semicolon Separated Values"
2025msgstr ""
2026
2027msgid "Tabulation Separated Values"
2028msgstr ""
2029
2030msgid "eXtensible Markup Language"
2031msgstr ""
2032
2033msgid "CUPS' page_log"
2034msgstr ""
2035
2036#, python-format
2037msgid "Invalid modifier [%s] for --data command line option, see help."
2038msgstr ""
2039
2040msgid ""
2041"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2042"filters."
2043msgstr ""
2044
2045#, python-format
2046msgid "Invalid filter value [%s], see help."
2047msgstr ""
2048
2049#, python-format
2050msgid "Invalid modifier [%s] for --format command line option, see help."
2051msgstr ""
2052
2053msgid "XML output is disabled because the jaxml module is not available."
2054msgstr ""
2055
2056#, python-format
2057msgid "Invalid data type [%s] for --sum command line option, see help."
2058msgstr ""
2059
2060msgid "PyKota data dumper failed : I/O error"
2061msgstr ""
2062
2063#, python-format
2064msgid "Unsupported logging subsystem %s"
2065msgstr "Sistema de log %s n�suportado"
2066
2067#, python-format
2068msgid "Report for %s quota on printer %s"
2069msgstr "Relatorio de quota %s para a impressora %s"
2070
2071#, python-format
2072msgid "Pages grace time: %i days"
2073msgstr "Tempo de cortesia : %i d�"
2074
2075#, python-format
2076msgid "Price per job: %.3f"
2077msgstr "Pre�por impress� %.3f"
2078
2079#, python-format
2080msgid "Price per page: %.3f"
2081msgstr "Pre�por p�na: %.3f"
2082
2083msgid ""
2084"Group          overcharge   used    soft    hard    balance grace         "
2085"total       paid warn"
2086msgstr ""
2087
2088msgid ""
2089"User           overcharge   used    soft    hard    balance grace         "
2090"total       paid warn"
2091msgstr ""
2092
2093msgid "unknown"
2094msgstr "Desconhecido"
2095
2096#, python-format
2097msgid "Real : %s"
2098msgstr "Real : %s"
2099
2100#, python-format
2101msgid "Total : %9i"
2102msgstr "Total : %9i"
2103
2104msgid "N/A"
2105msgstr ""
2106
2107#, python-format
2108msgid "Unsupported reporter backend %s"
2109msgstr "Reporter backend %s n�suportado"
2110
2111#, python-format
2112msgid "Unsupported quota storage backend %s"
2113msgstr "o banco de dados: %s  n�suportado"
2114
2115msgid "Done"
2116msgstr ""
2117
2118msgid "Average speed"
2119msgstr ""
2120
2121msgid "entries per second"
2122msgstr ""
2123
2124#, python-format
2125msgid "Strange problem with uid(%s) : %s"
2126msgstr ""
2127
2128#, python-format
2129msgid "Running as user '%s'."
2130msgstr ""
2131
2132msgid "No user named 'pykota'. Not dropping priviledges."
2133msgstr ""
2134
2135#, python-format
2136msgid "Impossible to drop priviledges : %s"
2137msgstr ""
2138
2139msgid "Priviledges dropped. Now running as user 'pykota'."
2140msgstr ""
2141
2142#, python-format
2143msgid "Impossible to regain priviledges : %s"
2144msgstr ""
2145
2146msgid "Regained priviledges. Now running as root."
2147msgstr ""
2148
2149msgid "Please report bugs to :"
2150msgstr ""
2151
2152#, python-format
2153msgid ""
2154"\n"
2155"\n"
2156"Please contact your system administrator :\n"
2157"\n"
2158"\t%s - <%s>\n"
2159msgstr ""
2160"\n"
2161"\n"
2162"Por favor contacte a seu administrador de sistemas:\n"
2163"\n"
2164"\t%s - <%s>\n"
2165
2166#, python-format
2167msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2168msgstr ""
2169"Imposivel encontrar o usu�o %s para impressorao %s, aplicando politica "
2170"padr�(%s)"
2171
2172#, python-format
2173msgid ""
2174"Unable to find user %s's account balance, applying default policy (%s) for "
2175"printer %s"
2176msgstr ""
2177"Imposivel encontrar a media da conta do usuario %s, configurando o valor "
2178"padr�(%s) para a impressora %s"
2179
2180#, python-format
2181msgid "User %s will not be charged for printing."
2182msgstr ""
2183
2184#, python-format
2185msgid "Print Quota exceeded for group %s on printer %s"
2186msgstr "Quota de impress�excedida para o grupo %s na impressora %s"
2187
2188msgid "Print Quota Exceeded"
2189msgstr "Quota de Impress�Excedida"
2190
2191#, python-format
2192msgid "Print Quota low for group %s on printer %s"
2193msgstr "Quota de impressora baixa para o grupo %s na impresora %s"
2194
2195msgid "Print Quota Low"
2196msgstr "Quota de impress�baixa"
2197
2198#, python-format
2199msgid ""
2200"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2201"double check /etc/pykota/pykota.conf : %s"
2202msgstr ""
2203"Base de busca %s parece n�existir, provavelmente por causa de m�
2204"configura�.Por favor, verifique as configura�s do arquivo /etc/pykota/"
2205"pykota.conf : %s"
2206
2207#, python-format
2208msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2209msgstr "Buscar por %s(%s) apartir de %s(scope=%s) nenhum registro encontrado."
2210
2211#, python-format
2212msgid "Problem adding LDAP entry (%s, %s)"
2213msgstr "Problema adicionando entrada LDAP (%s, %s)"
2214
2215#, python-format
2216msgid "Problem deleting LDAP entry (%s)"
2217msgstr "Problema apagando entrada LDAP (%s)"
2218
2219#, python-format
2220msgid "Problem modifying LDAP entry (%s, %s)"
2221msgstr "Problema modificando entrada LDAP (%s, %s)"
2222
2223#, python-format
2224msgid ""
2225"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2226"entries manually ?"
2227msgstr ""
2228
2229msgid "Hidden because of privacy concerns"
2230msgstr ""
2231
2232#, python-format
2233msgid ""
2234"Unable to find an existing objectClass %s entry with %s=%s to attach "
2235"pykotaAccount objectClass"
2236msgstr ""
2237"Imposs�l encontrar uma entrada objectClass %s existente com %s=%s "
2238"paraanexar objectClass pykotaAccount"
2239
2240#, python-format
2241msgid "%s. A new entry will be created instead."
2242msgstr ""
2243
2244#, python-format
2245msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2246msgstr ""
2247"Imposs�l encontrar uma entrada existente para anexar ao objectClass "
2248"pykotaGroup %s"
2249
2250#, python-format
2251msgid "A problem occured while reading printer %s's internal page counter."
2252msgstr ""
2253
2254#, python-format
2255msgid "Retrieving printer %s's page counter from database instead."
2256msgstr ""
2257
2258#, python-format
2259msgid ""
2260"Couldn't retrieve printer %s's internal page counter either before or after "
2261"printing."
2262msgstr ""
2263
2264#, python-format
2265msgid "Job's size forced to 1 page for printer %s."
2266msgstr ""
2267
2268#, python-format
2269msgid "No previous job in database for printer %s."
2270msgstr ""
2271
2272#, python-format
2273msgid "Inconsistent values for printer %s's internal page counter."
2274msgstr ""
2275
2276#, python-format
2277msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2278msgstr "Endere�invalido em  HARDWARE(%s) para a impressora %s"
2279
2280#, python-format
2281msgid "Launching HARDWARE(%s)..."
2282msgstr "Tentando identifica� f�ca(%s)..."
2283
2284#, python-format
2285msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2286msgstr "Sinal SIGTERM enviado para contador f�co %s (pid : %s)"
2287
2288#, python-format
2289msgid "Line [%s] skipped in accounter's output. Trying again..."
2290msgstr ""
2291
2292#, python-format
2293msgid "Hardware accounter %s exit code is %s"
2294msgstr ""
2295
2296#, python-format
2297msgid "Unable to query printer %s via HARDWARE(%s)"
2298msgstr "Imposive consultar a impressora %s via HARDWARE(%s)"
2299
2300#, python-format
2301msgid "Problem during connection to %s:%s : %s"
2302msgstr ""
2303
2304#, python-format
2305msgid "Problem while sending PJL query to %s:%s : %s"
2306msgstr ""
2307
2308#, python-format
2309msgid "Problem while receiving PJL answer from %s:%s : %s"
2310msgstr ""
2311
2312#, python-format
2313msgid "Waiting for printer %s to be printing..."
2314msgstr ""
2315
2316#, python-format
2317msgid "Waiting for printer %s's idle status to stabilize..."
2318msgstr ""
2319
2320#, python-format
2321msgid ""
2322"PJL querying stage interrupted. Using latest value seen for internal page "
2323"counter (%s) on printer %s."
2324msgstr ""
2325
2326#, python-format
2327msgid "Network error while doing SNMP queries on printer %s : %s"
2328msgstr ""
2329
2330#, python-format
2331msgid "SNMP message decoding error for printer %s : %s"
2332msgstr ""
2333
2334#, python-format
2335msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2336msgstr ""
2337
2338#, python-format
2339msgid ""
2340"SNMP querying stage interrupted. Using latest value seen for internal page "
2341"counter (%s) on printer %s."
2342msgstr ""
2343
2344#, python-format
2345msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2346msgstr ""
2347"Imposs�l calcular tamanho da tarefa usando analisador gen�o de PDL : %s"
2348
2349#, python-format
2350msgid "Launching SOFTWARE(%s)..."
2351msgstr "Tentando identifica� l�a (%s)..."
2352
2353#, python-format
2354msgid "Unable to compute job size with accounter %s"
2355msgstr "Impossivel calcular o tamanho do trabalho com o contador %s"
2356
2357#, python-format
2358msgid "Problem while waiting for software accounter pid %s to exit : %s"
2359msgstr "Problema ao aguardar encerramento do contador l�o de pid %s : %s"
2360
2361#, python-format
2362msgid "Software accounter %s exit code is %s"
2363msgstr "C�o de erro para contador l�o %s : %s"
2364
2365msgid "Totals may be inaccurate if some users are members of several groups."
2366msgstr ""
2367"O Total pode n�ser exato se os usuarios forem mebros de varios grupos."
2368
2369#~ msgid "Impossible to add printer %s"
2370#~ msgstr "Imposivel adicionar impressora %s"
2371
2372#~ msgid "Prototype object %s not found in Quota Storage."
2373#~ msgstr "Objeto Prototipo %s n�encontrado no banco de dados."
2374
2375#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2376#~ msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s."
2377
2378#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2379#~ msgstr ""
2380#~ "O limite maximo invalido, configurando o limite minimo (%s) na impressora "
2381#~ "%s."
2382
2383#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2384#~ msgstr ""
2385#~ "Limite indefinido, configurando a l�te maximo (%s) na impressora %s."
2386
2387#~ msgid "Invalid group name %s"
2388#~ msgstr "O nome do grupo %s �nv�do"
2389
2390#~ msgid "Invalid user name %s"
2391#~ msgstr "O nome de usuario %s �nv�do"
2392
2393#~ msgid "Quota not found for object %s on printer %s."
2394#~ msgstr "Quota n�encontrada para o objeto %s para a impressora %s."
2395
2396#~ msgid "Group %s not found in the PyKota Storage."
2397#~ msgstr "Grupo %s n�encontrado no banco de dados."
2398
2399#~ msgid "PyKota Reports"
2400#~ msgstr "Relat� do Pykota"
2401
2402#~ msgid "Report"
2403#~ msgstr "Relat�"
2404
2405#~ msgid "Printer"
2406#~ msgstr "Impressora"
2407
2408#~ msgid "User / Group names mask"
2409#~ msgstr "M�ara de nomes para Usu�os / Grupos"
2410
2411#~ msgid "Groups report"
2412#~ msgstr "Relat� de Grupos"
2413
2414#~ msgid "Empty"
2415#~ msgstr "Vazio"
2416
2417#~ msgid "Action"
2418#~ msgstr "A�"
2419
2420#~ msgid "User"
2421#~ msgstr "Usu�o"
2422
2423#~ msgid "Hostname"
2424#~ msgstr "Nome do computador"
2425
2426#~ msgid "JobId"
2427#~ msgstr "Id da Tarefa"
2428
2429#~ msgid "Copies"
2430#~ msgstr "C�s"
2431
2432#~ msgid "Options"
2433#~ msgstr "Op�s"
2434
2435#~ msgid "Previous page"
2436#~ msgstr "P�na anterior"
2437
2438#~ msgid "File number %s unregistered twice from polling object, ignored."
2439#~ msgstr ""
2440#~ "Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado"
2441
2442#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2443#~ msgstr "SIGTERM foi emitida a real backend %s (pid: %s)"
2444
2445#~ msgid "CUPS backend %s died abnormally."
2446#~ msgstr "Backend CUPS morreu anormalmente."
2447
2448#~ msgid "Software accounting already done in first pass. Ignoring."
2449#~ msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando."
2450
2451#~ msgid "Hardware accounting already done in first pass. Ignoring."
2452#~ msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando"
2453
2454#~ msgid "Invalid DeviceURI : %s"
2455#~ msgstr "DeviceURI inv�do : %s"
2456
2457#~ msgid ""
2458#~ "\n"
2459#~ "Please wait while pkhint analyzes your printing system's configuration..."
2460#~ msgstr ""
2461#~ "\n"
2462#~ "Por favor, aguarde enquanto pkhint analisa as configura�s de seu "
2463#~ "sistema de impress�.."
2464
2465#~ msgid "Unknown device %s for printer %s"
2466#~ msgstr "Dispositivo %s inv�do para a impressora %s"
2467
2468#~ msgid ""
2469#~ "\n"
2470#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2471#~ msgstr ""
2472#~ "\n"
2473#~ "Pondo as seguintes linhas no arquivo /etc/pykota/pykota.conf : \n"
2474
2475#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2476#~ msgstr "# CUIDADO : se o contador l�o for sugerido, isto n�significa"
2477
2478#~ msgid ""
2479#~ "# that hardware accounting wouldn't work, this only means that PyKota"
2480#~ msgstr ""
2481#~ "# que o contador l�o poder��funcionar. Isto significa somente que "
2482#~ "o Pykota"
2483
2484#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2485#~ msgstr ""
2486#~ "# n�foi capaz de detectar automaticamente o m�do de contagem f�ca a "
2487#~ "ser utilizado"
2488
2489#~ msgid "JobSize"
2490#~ msgstr "Tamanho da Tarefa"
2491
2492#~ msgid "JobPrice"
2493#~ msgstr "Pre�da Tarefa"
2494
2495#~ msgid "JobBytes"
2496#~ msgstr "Tamanho da Tarefa em Bytes"
2497
2498#~ msgid "PageCounter"
2499#~ msgstr "Contador de p�nas"
2500
2501#~ msgid "Printing system %s, args=%s"
2502#~ msgstr "Sistema de impress�%s, argumentos=%s"
2503
2504#~ msgid "Printer hostname undefined, set to 'localhost'"
2505#~ msgstr ""
2506#~ "Nome do servidor de impress�n�definido, configurando para 'localhost'"
2507
2508#~ msgid "Printing system unknown, args=%s"
2509#~ msgstr "Sistema de impress�desconhecido, args=%s"
2510
2511#~ msgid ""
2512#~ "Group           used    soft    hard    balance grace         total       "
2513#~ "paid"
2514#~ msgstr ""
2515#~ "Grupo           usado   Minimo  Maximo  media   gratis        total       "
2516#~ "pago"
2517
2518#~ msgid ""
2519#~ "User            used    soft    hard    balance grace         total       "
2520#~ "paid"
2521#~ msgstr ""
2522#~ "Usuario         usado   Minimo  Maximo  media   gratis        total       "
2523#~ "pago"
Note: See TracBrowser for help on using the browser.