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

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