root / pykota / trunk / po / it / pykota.po @ 2812

Revision 2812, 76.7 kB (checked in by jerome, 18 years ago)

Fixed pkinvoice's documentation

  • 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# PyKota translation master file.
23# Copyright (c) 2003, 2004, 2005 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003, 2004, 2005.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.20\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2006-03-27 21:57+0200\n"
31"PO-Revision-Date: 2004-07-27 12:00+0100\n"
32"Last-Translator: Michele Baldessari <michele@pupazzo.org>\n"
33"Language-Team: Italian <michele@pupazzo.org>\n"
34"MIME-Version: 1.0\n"
35"Content-Type: text/plain; charset=ISO-8859-15\n"
36"Content-Transfer-Encoding: 8bit\n"
37
38#, python-format
39msgid ""
40"autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
41"\n"
42"A tool to automate user account creation and initial balance setting.\n"
43"\n"
44"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
45"\n"
46"command line usage :\n"
47"\n"
48"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
49"  OF AN external policy IN pykota.conf\n"
50"  \n"
51"  autopykota { -i | --initbalance value } \n"
52"\n"
53"options :\n"
54"\n"
55"  -v | --version       Prints autopykota's version number then exits.\n"
56"  -h | --help          Prints this message then exits.\n"
57"  \n"
58"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
59"                       If the user already exists, actual balance is left\n"
60"                       unmodified. If unset, the default value is 0.\n"
61msgstr ""
62
63#, python-format
64msgid ""
65"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
66"\n"
67"A Print Quota editor for PyKota.\n"
68"\n"
69"command line usage :\n"
70"\n"
71"  edpykota [options] user1 user2 ... userN\n"
72"  \n"
73"  edpykota [options] group1 group2 ... groupN\n"
74"\n"
75"options :\n"
76"\n"
77"  -v | --version       Prints edpykota's version number then exits.\n"
78"  -h | --help          Prints this message then exits.\n"
79"  \n"
80"  -a | --add           Adds users or groups print quota entries if\n"
81"                       they don't exist in database.\n"
82"                       \n"
83"  -d | --delete        Deletes users or groups print quota entries.\n"
84"                       Users or groups are never deleted, you have\n"
85"                       to use the pkusers command to delete them.\n"
86"                       The history will be purge from all matching\n"
87"                       jobs, unless -g | --groups is used.\n"
88"  \n"
89"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
90"                       use wildcards characters to select only\n"
91"                       some printers. The default value is *, meaning\n"
92"                       all printers. \n"
93"                       You can specify several names or wildcards, \n"
94"                       by separating them with commas.\n"
95"  \n"
96"  -g | --groups        Edit groups print quota entries instead of \n"
97"                       users print quota entries.\n"
98"                          \n"
99"  -L | --list          Lists users or groups print quota entries.\n"
100"  \n"
101"  -n | --noquota       Sets both soft and hard limits to None for users\n"
102"                       or groups print quota entries.\n"
103"  \n"
104"  -r | --reset         Resets the actual page counter for the user\n"
105"                       or group to zero on the specified printers. \n"
106"                       The life time page counter is kept unchanged.\n"
107"                       \n"
108"  -R | --hardreset     Resets the actual and life time page counters\n"
109"                       for the user or group to zero on the specified \n"
110"                       printers. This is a shortcut for '--used 0'.\n"
111"                       \n"
112"  -s | --skipexisting  In combination with the --add option above, tells\n"
113"                       edpykota to not modify existing print quota entries.\n"
114"                       \n"
115"  -S | --softlimit sl  Sets the quota soft limit to sl "
116"pages.                       \n"
117"  \n"
118"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
119"  \n"
120"  -I | --increase v    Increase existing Soft and Hard limits by the value\n"
121"                       of v. You can prefix v with + or -, if no sign is\n"
122"                       used, + is assumed.\n"
123"\n"
124"  -U | --used u        Sets the page counters for the user u pages on\n"
125"                       the selected printers. Doesn't work for groups, "
126"since\n"
127"                       their page counters are the sum of all their "
128"members'\n"
129"                       page counters.\n"
130"                       Useful for migrating users from a different system\n"
131"                       where they have already used some pages. Actual\n"
132"                       and Life Time page counters may be increased or "
133"decreased\n"
134"                       if u is prefixed with + or -.\n"
135"                       WARNING : BOTH page counters are modified in all "
136"cases,\n"
137"                       so be careful.\n"
138"                       NB : if u equals '0', then the action taken is\n"
139"                       the same as if --hardreset was used.\n"
140"\n"
141"  user1 through userN and group1 through groupN can use wildcards\n"
142"  if the --add option is not set.\n"
143"  \n"
144"examples :                              \n"
145"\n"
146"  $ edpykota --add john paul george ringo\n"
147"  \n"
148"  This will create print quota entries for users john, paul, george\n"
149"  and ringo on all printers. These print quota entries will have no\n"
150"  limit set.\n"
151"  \n"
152"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
153"  \n"
154"  This will set jerome's print quota on the lp printer to a soft limit\n"
155"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n"
156"  printer lp have been previously created with the pkusers and pkprinters\n"
157"  commands, respectively.\n"
158"\n"
159"  $ edpykota -g -S 500 -H 550 financial support            \n"
160"  \n"
161"  This will set print quota soft limit to 500 pages and hard limit\n"
162"  to 550 pages for groups financial and support on all printers.\n"
163"  \n"
164"  $ edpykota --reset jerome \"jo*\"\n"
165"  \n"
166"  This will reset jerome's page counter to zero on all printers, as\n"
167"  well as every user whose name begins with 'jo'.\n"
168"  Their life time page counter on each printer will be kept unchanged.\n"
169"  You can also reset the life time page counters by using the\n"
170"  --hardreset | -R command line option.\n"
171"  \n"
172"  $ edpykota --printer hpcolor --noquota jerome\n"
173"  \n"
174"  This will tell PyKota to not limit jerome when printing on the \n"
175"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
176"  accounting of the pages he prints will still be kept.\n"
177"  Print Quotas for jerome on other printers are unchanged.\n"
178"  \n"
179"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n"
180"  \n"
181"  This will delete users jerome and rachel's print quota\n"
182"  entries on all printers which name begin with 'HP' or\n"
183"  'XER'. The jobs printed by these users on these printers\n"
184"  will be deleted from the history.\n"
185msgstr ""
186
187#, python-format
188msgid "You can't set negative limits for %s"
189msgstr ""
190
191msgid "Extracting datas"
192msgstr ""
193
194#, python-format
195msgid "Page counter : %s"
196msgstr ""
197
198#, python-format
199msgid "Lifetime page counter : %s"
200msgstr ""
201
202#, python-format
203msgid "Soft limit : %s"
204msgstr ""
205
206#, python-format
207msgid "Hard limit : %s"
208msgstr ""
209
210#, python-format
211msgid "Date limit : %s"
212msgstr ""
213
214#, python-format
215msgid "Maximum job size : %s"
216msgstr ""
217
218#, python-format
219msgid "%s pages"
220msgstr ""
221
222msgid "Unlimited"
223msgstr ""
224
225#, python-format
226msgid "Warning banners printed : %s"
227msgstr ""
228
229msgid "Deletion"
230msgstr ""
231
232#, python-format
233msgid "Invalid used value %s."
234msgstr ""
235
236#, python-format
237msgid "Invalid increase value %s."
238msgstr ""
239
240#, python-format
241msgid "Invalid softlimit value %s."
242msgstr "Limite soft %s non valido."
243
244#, python-format
245msgid "Invalid hardlimit value %s."
246msgstr "Limite hard %s non valido."
247
248#, python-format
249msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
250msgstr "Limite hard %i minore del limite soft %i, i valori verranno scambiati."
251
252#, python-format
253msgid "Undefined hard limit set to soft limit (%s)."
254msgstr ""
255
256#, python-format
257msgid "Undefined soft limit set to hard limit (%s)."
258msgstr ""
259
260msgid "Creation"
261msgstr ""
262
263#, python-format
264msgid ""
265"Impossible to create print quota entries if the user or group object '%s' "
266"doesn't already exist. Please use pkusers to create it first."
267msgstr ""
268
269msgid "Modification"
270msgstr ""
271
272msgid "incompatible options, see help."
273msgstr "opzioni non compatibili, vedere la guida."
274
275msgid "You have to pass user or group names on the command line"
276msgstr ""
277"Bisogna specificare dei nomi di utente o di gruppo sulla linea di comando"
278
279#, python-format
280msgid ""
281"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
282"\n"
283"Generates banners.\n"
284"\n"
285"command line usage :\n"
286"\n"
287"  pkbanner  [options]  [more info]\n"
288"\n"
289"options :\n"
290"\n"
291"  -v | --version       Prints pkbanner's version number then exits.\n"
292"  -h | --help          Prints this message then exits.\n"
293"  \n"
294"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
295"                       be drawn at the center top of the page. The default\n"
296"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
297"                       \n"
298"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
299"                       page sizes are recognized, like 'A4' or 'Letter'\n"
300"                       to name a few. The default size is A4.\n"
301"  \n"
302"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
303"                       used to save toner. The default value is 0, which\n"
304"                       means that no toner saving will be done.\n"
305"  \n"
306"  -u | --url u         Uses u as an url to be written at the bottom of \n"
307"                       the banner page. The default url is :\n"
308"                       http://www.librelogiciel.com/software/\n"
309"  \n"
310"examples :                              \n"
311"\n"
312"  Using pkbanner directly from the command line is not recommended,\n"
313"  excepted for testing purposes. You should use pkbanner in the\n"
314"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
315"  \n"
316"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
317"  \n"
318"      With such a setting in pykota.conf, all print jobs will be \n"
319"      prefixed with an A4 banner with no logo, and text luminosity will\n"
320"      be increased by 75%%. The PostScript output will be directly sent\n"
321"      to your printer.\n"
322"      \n"
323"  You'll find more examples in the sample configuration file included    \n"
324"  in PyKota.\n"
325msgstr ""
326
327msgid "Unknown"
328msgstr ""
329
330msgid "Username"
331msgstr ""
332
333msgid "More Info"
334msgstr ""
335
336msgid "Job"
337msgstr ""
338
339msgid "Date"
340msgstr "Data"
341
342msgid "Allowed"
343msgstr ""
344
345msgid "Denied"
346msgstr ""
347
348msgid "Allowed with Warning"
349msgstr ""
350
351msgid "Problem"
352msgstr ""
353
354msgid "Cancelled"
355msgstr ""
356
357msgid "Result"
358msgstr ""
359
360msgid "Title"
361msgstr "Titolo"
362
363msgid "Filename"
364msgstr "Nome file"
365
366#, python-format
367msgid "Pages printed so far on %s"
368msgstr ""
369
370msgid "Account balance"
371msgstr ""
372
373msgid "Soft Limit"
374msgstr ""
375
376msgid "Hard Limit"
377msgstr ""
378
379msgid "Date Limit"
380msgstr ""
381
382msgid "No Limit"
383msgstr ""
384
385msgid "No Accounting"
386msgstr ""
387
388msgid "Forbidden"
389msgstr ""
390
391msgid "Printing Mode"
392msgstr ""
393
394msgid "Allowed range is (0..99)"
395msgstr ""
396
397#, python-format
398msgid "Invalid 'savetoner' option %s : %s"
399msgstr ""
400
401#, python-format
402msgid "Invalid 'pagesize' option %s, defaulting to A4."
403msgstr ""
404
405#, python-format
406msgid ""
407"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
408"\n"
409"Email gateway for PyKota.\n"
410"\n"
411"command line usage :\n"
412"\n"
413"  pkmail  [options]\n"
414"\n"
415"options :\n"
416"\n"
417"  -v | --version       Prints pkmail's version number then exits.\n"
418"  -h | --help          Prints this message then exits.\n"
419"  \n"
420"    \n"
421"  This command is meant to be used from your mail server's aliases file,\n"
422"  as a pipe. It will then accept commands send to it in email messages,\n"
423"  and will send the answer to the command's originator.\n"
424"  \n"
425"  To use this command, create an email alias in /etc/aliases with\n"
426"  the following format :\n"
427"  \n"
428"    pykotacmd: \"|/usr/bin/pkmail\"\n"
429"    \n"
430"  Then run the 'newaliases' command to regenerate the aliases database.\n"
431"  \n"
432"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
433"  the command in the subject.\n"
434"  \n"
435"  List of supported commands :\n"
436"  \n"
437"        report [username]\n"
438"  \n"
439"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
440"  system user in the 'pykota' system group to ensure this user can\n"
441"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
442"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
443"  that you think at least twice before doing this though.\n"
444"  \n"
445"  Use at your own risk !\n"
446msgstr ""
447
448#, python-format
449msgid ""
450"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
451"\n"
452"A turn key tool for PyKota. When launched, this command will initialize\n"
453"PyKota's database with all existing print queues and some or all users.\n"
454"For now, no prices or limits are set, so printing is fully accounted\n"
455"for, but not limited. That's why you'll probably want to also use\n"
456"edpykota once the database has been initialized.\n"
457"\n"
458"command line usage :\n"
459"\n"
460"  pkturnkey [options] [printqueues names]\n"
461"\n"
462"options :\n"
463"\n"
464"  -v | --version       Prints pkturnkey version number then exits.\n"
465"  -h | --help          Prints this message then exits.\n"
466"  \n"
467"  -c | --doconf        Give hints about what to put into pykota.conf\n"
468"  \n"
469"  -d | --dousers       Manages users accounts as well.\n"
470"  \n"
471"  -D | --dogroups      Manages users groups as well.\n"
472"                       Implies -d | --dousers.\n"
473"  \n"
474"  -e | --emptygroups   Includes empty groups.\n"
475"  \n"
476"  -f | --force         Modifies the database instead of printing what\n"
477"                       it would do.\n"
478"                       \n"
479"  -u | --uidmin uid    Only adds users whose uid is greater than or equal "
480"to\n"
481"                       uid. You can pass an username there as well, and its\n"
482"                       uid will be used automatically.\n"
483"                       If not set, 0 will be used automatically.\n"
484"                       Implies -d | --dousers.\n"
485"                       \n"
486"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n"
487"                       uid. You can pass an username there as well, and its\n"
488"                       uid will be used automatically.\n"
489"                       If not set, a large value will be used "
490"automatically.\n"
491"                       Implies -d | --dousers.\n"
492"\n"
493"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal "
494"to\n"
495"                       gid. You can pass a groupname there as well, and its\n"
496"                       gid will be used automatically.\n"
497"                       If not set, 0 will be used automatically.\n"
498"                       Implies -D | --dogroups.\n"
499"                       \n"
500"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal "
501"to\n"
502"                       gid. You can pass a groupname there as well, and its\n"
503"                       gid will be used automatically.\n"
504"                       If not set, a large value will be used "
505"automatically.\n"
506"                       Implies -D | --dogroups.\n"
507"\n"
508"examples :                              \n"
509"\n"
510"  $ pkturnkey --dousers --uidmin jerome\n"
511"\n"
512"  Will simulate the initialization of PyKota's database will all existing\n"
513"  printers and print accounts for all users whose uid is greater than\n"
514"  or equal to jerome's one. Won't manage any users group.\n"
515"  \n"
516"  To REALLY initialize the database instead of simulating it, please\n"
517"  use the -f | --force command line switch.\n"
518"  \n"
519"  You can limit the initialization to only a subset of the existing\n"
520"  printers, by passing their names at the end of the command line.\n"
521msgstr ""
522
523#, python-format
524msgid ""
525"Printer %s is not managed by PyKota yet. Please modify printers.conf and "
526"restart CUPS."
527msgstr ""
528
529msgid "You're not allowed to use this command."
530msgstr ""
531
532msgid "Please be patient..."
533msgstr ""
534
535msgid "Don't worry, the database WILL NOT BE MODIFIED."
536msgstr ""
537
538msgid "Please WORRY NOW, the database WILL BE MODIFIED."
539msgstr ""
540
541msgid "System users will have a print account as well !"
542msgstr ""
543
544#, python-format
545msgid "Unknown username %s : %s"
546msgstr ""
547
548msgid "System groups will have a print account as well !"
549msgstr ""
550
551#, python-format
552msgid "Unknown groupname %s : %s"
553msgstr ""
554
555msgid "Simulation terminated."
556msgstr ""
557
558msgid "Database initialized !"
559msgstr ""
560
561msgid "The --uidmin or --uidmax command line option implies --dousers as well."
562msgstr ""
563
564msgid ""
565"The --gidmin or --gidmax command line option implies --dogroups as well."
566msgstr ""
567
568msgid "The --dogroups command line option implies --dousers as well."
569msgstr ""
570
571#, python-format
572msgid ""
573"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
574"\n"
575"An OSD quota monitor for PyKota.\n"
576"\n"
577"command line usage :\n"
578"\n"
579"  pykosd [options]\n"
580"\n"
581"options :\n"
582"\n"
583"  -v | --version       Prints pykosd's version number then exits.\n"
584"  -h | --help          Prints this message then exits.\n"
585"  \n"
586"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
587"                       triplet, for example #FF0000 is 100%% red.\n"
588"                       Defaults to 100%% green (#00FF00).\n"
589"                       \n"
590"  -d | --duration d    Sets the duration of the display in seconds. \n"
591"                       Defaults to 3 seconds.\n"
592"                       \n"
593"  -f | --font f        Sets the font to use for "
594"display.                      \n"
595"                       Defaults to the Python OSD library's default.\n"
596"  \n"
597"  -l | --loop n        Sets the number of times the info will be displayed.\n"
598"                       Defaults to 0, which means loop forever.\n"
599"                       \n"
600"  -s | --sleep s       Sets the sleeping duration between two displays \n"
601"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
602"                       \n"
603"  \n"
604"examples :                              \n"
605"\n"
606"  $ pykosd -s 60 --loop 5\n"
607"  \n"
608"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
609"  and will last for 3 seconds (the default) each time. After five\n"
610"  iterations, the program will exit.\n"
611msgstr ""
612
613#, python-format
614msgid "Invalid duration option %s"
615msgstr "Opzione duration %s non valida"
616
617#, python-format
618msgid "Invalid loop option %s"
619msgstr "Opzione loop %s non valida"
620
621#, python-format
622msgid "Invalid sleep option %s"
623msgstr "Opzione sleep %s non valida"
624
625#, python-format
626msgid "Invalid color option %s"
627msgstr "Opzione colore %s non valida"
628
629#, python-format
630msgid "User %s doesn't exist in PyKota's database"
631msgstr "Utente %s non esiste nel database di PyKota"
632
633#, python-format
634msgid "Pages used on %s : %s"
635msgstr "Pagine utilizzate su %s : %s"
636
637#, python-format
638msgid "PyKota Units left : %.2f"
639msgstr "Unit�yKota rimaste : %.2f"
640
641msgid "Printing denied."
642msgstr ""
643
644msgid "Printing not limited."
645msgstr ""
646
647msgid "Printing not limited, no accounting."
648msgstr ""
649
650#, python-format
651msgid ""
652"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
653"\n"
654"Generates print quota reports.\n"
655"\n"
656"command line usage :\n"
657"\n"
658"  repykota [options] \n"
659"\n"
660"options :\n"
661"\n"
662"  -v | --version       Prints repykota's version number then exits.\n"
663"  -h | --help          Prints this message then exits.\n"
664"  \n"
665"  -u | --users         Generates a report on users quota, this is \n"
666"                       the default.\n"
667"  \n"
668"  -g | --groups        Generates a report on group quota instead of users.\n"
669"  \n"
670"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n"
671"                              groups. Reserved to PyKota Administrators.\n"
672"  \n"
673"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
674"                       use wildcards characters to select only\n"
675"                       some printers. The default value is *, meaning\n"
676"                       all printers.\n"
677"                       You can specify several names or wildcards, \n"
678"                       by separating them with commas.\n"
679"  \n"
680"examples :                              \n"
681"\n"
682"  $ repykota --printer lp\n"
683"  \n"
684"  This will print the quota status for all users who use the lp printer.\n"
685"\n"
686"  $ repykota \n"
687"  \n"
688"  This will print the quota status for all users on all printers.\n"
689"  \n"
690"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
691"  \n"
692"  This will print the quota status for user jerome and all users\n"
693"  whose name begins with \"jo\" on all printers which name begins\n"
694"  with \"laser\" or ends with \"pson\".\n"
695"  \n"
696"  If launched by an user who is not a PyKota administrator, additionnal\n"
697"  arguments representing users or groups names are ignored, and only the\n"
698"  current user/group is reported.\n"
699msgstr ""
700
701msgid "Option --ingroups is reserved to PyKota Administrators."
702msgstr ""
703
704#, python-format
705msgid "There's no printer matching %s"
706msgstr "Non esiste una stampante %s"
707
708#, python-format
709msgid "SIGTERM received, job %s cancelled."
710msgstr "Segnale SIGTERM ricevuto, stampa %s cancellata."
711
712msgid "You are not allowed to print at this time."
713msgstr ""
714
715msgid "Print job cancelled."
716msgstr ""
717
718#, python-format
719msgid "Banner generator %s exit code is %s"
720msgstr ""
721
722msgid "Banner won't be printed : maximum number of deny banners reached."
723msgstr ""
724
725#, python-format
726msgid "Beware : computed job size (%s) != precomputed job size (%s)"
727msgstr ""
728
729msgid ""
730"The job size will be trusted anyway according to the 'trustjobsize' directive"
731msgstr ""
732
733#, python-format
734msgid ""
735"The job size will be trusted because it is inferior to the 'trustjobsize' "
736"directive's limit %s"
737msgstr ""
738
739#, python-format
740msgid ""
741"The job size will be modified according to the 'trustjobsize' directive : %s"
742msgstr ""
743
744#, python-format
745msgid ""
746"Printer %s not registered in the PyKota system, applying external policy (%"
747"s) for printer %s"
748msgstr ""
749"La stampante %s non �egistrata all'interno del sistema PyKota, verr�
750"utilizzata la policy esterna (%s)per la stampante %s"
751
752#, python-format
753msgid ""
754"User %s not registered in the PyKota system, applying external policy (%s) "
755"for printer %s"
756msgstr ""
757"L'utente %s non �egistrato all'interno del sistema PyKota, verr�
758"utilizzata la policy esterna (%s) per la stampante %s"
759
760#, python-format
761msgid ""
762"User %s doesn't have quota on printer %s in the PyKota system, applying "
763"external policy (%s) for printer %s"
764msgstr ""
765"L'utente %s non possiede una quota sulla stampante %s all'interno di PyKota, "
766"verr�sata la policy esterna (%s) per la stampante %s"
767
768#, python-format
769msgid ""
770"External policy %s for printer %s produced an error. Job rejected. Please "
771"check PyKota's configuration files."
772msgstr ""
773"La policy esterna %s per la stampante %s ha causato un errore. Stampa "
774"annullata. Si verifichinoi file di configurazione di PyKota."
775
776#, python-format
777msgid ""
778"Printer %s not registered in the PyKota system, applying default policy (%s)"
779msgstr ""
780"Stampante %s non presente nel sistema PyKota, verr�tilizzata la policy di "
781"default (%s)"
782
783#, python-format
784msgid ""
785"User %s not registered in the PyKota system, applying default policy (%s) "
786"for printer %s"
787msgstr ""
788"Utente %s non ancora presente nel sistema PyKota, verr�tilizzata una "
789"policty di default (%s) per la stampante %s"
790
791#, python-format
792msgid ""
793"User %s doesn't have quota on printer %s in the PyKota system, applying "
794"default policy (%s)"
795msgstr ""
796"Utente %s non possiede una quota sulla stampante %s nel sistema PyKota, "
797"verr�tilizzata la policy di default (%s)"
798
799#, python-format
800msgid ""
801"Printer %s still not registered in the PyKota system, job will be rejected"
802msgstr ""
803"Stampante %s non ancora presente nel sistema PyKota, la stampa verr�
804"rifiutata"
805
806#, python-format
807msgid ""
808"User %s still not registered in the PyKota system, job will be rejected on "
809"printer %s"
810msgstr ""
811"Utente %s non ancora presente nel sistema PyKota, la stampa verr�ifiutata "
812"sulla stampante %s"
813
814#, python-format
815msgid ""
816"User %s still doesn't have quota on printer %s in the PyKota system, job "
817"will be rejected"
818msgstr ""
819"L'utente %s non ha alcuna quota impostata sulla stampante %s all'interno di "
820"Pykota, la stampa verr�ifiutata"
821
822msgid "Job is a dupe"
823msgstr ""
824
825msgid "Printing is denied by configuration"
826msgstr ""
827
828#, python-format
829msgid "Duplicate print jobs are not allowed on printer %s."
830msgstr ""
831
832msgid "Subprocess denied printing of a dupe"
833msgstr ""
834
835#, python-format
836msgid "Duplicate print jobs are not allowed on printer %s at this time."
837msgstr ""
838
839msgid "Subprocess allowed printing of a dupe"
840msgstr ""
841
842#, python-format
843msgid ""
844"\n"
845"\n"
846"Your system administrator :\n"
847"\n"
848"\t%s - <%s>\n"
849msgstr ""
850
851#, python-format
852msgid "Impossible to connect to SMTP server : %s"
853msgstr "Impossibile connettersi al server SMTP : %s"
854
855msgid "Print Quota"
856msgstr "Quota di stampa"
857
858#, python-format
859msgid "Impossible to send mail to %s, error %s : %s"
860msgstr "Impossibile inviare la mail a %s, errore %s : %s"
861
862msgid "Job contains no data. Printing is denied."
863msgstr "Stampa non contiene dati. Stampa rifiutata."
864
865msgid "Error in external policy script. Printing is denied."
866msgstr ""
867
868#, python-format
869msgid ""
870"Still no print quota entry for user %s on printer %s after external policy. "
871"Printing is denied."
872msgstr ""
873
874msgid "Printing is denied by printer policy."
875msgstr ""
876
877msgid "Job allowed by printer policy. No accounting will be done."
878msgstr ""
879
880#, python-format
881msgid "Invalid policy %s for printer %s"
882msgstr "Policy non valida %s per la stampante %s"
883
884#, python-format
885msgid "Precomputed job size (%s pages) too large for printer %s."
886msgstr ""
887
888#, python-format
889msgid "You are not allowed to print so many pages on printer %s at this time."
890msgstr ""
891
892#, python-format
893msgid "User %s is not allowed to print at this time."
894msgstr ""
895
896msgid "Your account settings forbid you to print at this time."
897msgstr ""
898
899#, python-format
900msgid "Print Quota exceeded for user %s on printer %s"
901msgstr "Quota di stampa superata per l'utente %s sulla stampante %s"
902
903#, python-format
904msgid "Print Quota low for user %s on printer %s"
905msgstr "Quota di stampa in esaurimento per l'utente %s sulla stampante %s"
906
907msgid "Job denied, no accounting will be done."
908msgstr ""
909
910msgid "Job cancelled, no accounting will be done."
911msgstr ""
912
913msgid "Job accounting begins."
914msgstr "Inizio accounting stampa."
915
916msgid "Job denied, no accounting has been done."
917msgstr ""
918
919msgid "Job cancelled, no accounting has been done."
920msgstr ""
921
922msgid "Job accounting ends."
923msgstr "Fine accounting stampa."
924
925msgid ""
926"Job size forced to 0 because the real CUPS backend failed. No accounting "
927"will be done."
928msgstr ""
929
930msgid "The real CUPS backend failed, but the job will be accounted for anyway."
931msgstr ""
932
933msgid "Job size forced to 0 because printing is denied."
934msgstr "Dimensione stampa forzato a 0 perch�a stampa non �ermessa."
935
936msgid "Job size forced to 0 because printing was cancelled."
937msgstr ""
938
939#, python-format
940msgid "Job size : %i"
941msgstr "Dimensione stampa: %i"
942
943#, python-format
944msgid "User %s's quota on printer %s won't be modified"
945msgstr ""
946
947#, python-format
948msgid "Updating user %s's quota on printer %s"
949msgstr "Aggiornamento quota per l'utente %s sulla stampante %s"
950
951msgid "Job added to history."
952msgstr "Stampa aggiunta in cronologia."
953
954#, python-format
955msgid "Billing code %s was updated."
956msgstr ""
957
958#, python-format
959msgid "Incorrect value for the 'onbackenderror' directive in section [%s]"
960msgstr ""
961
962#, python-format
963msgid "The real backend produced an error, we will try again in %s seconds."
964msgstr ""
965
966#, python-format
967msgid "Job %s interrupted by the administrator !"
968msgstr ""
969
970#, python-format
971msgid ""
972"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
973"\n"
974"A billing codes Manager for PyKota.\n"
975"\n"
976"command line usage :\n"
977"\n"
978"  pkbcodes [options] code1 code2 code3 ... codeN\n"
979"\n"
980"options :\n"
981"\n"
982"  -v | --version       Prints pkbcodes version number then exits.\n"
983"  -h | --help          Prints this message then exits.\n"
984"  \n"
985"  -a | --add           Adds billing codes if they don't exist in PyKota's\n"
986"                       database. If they exist, they are modified\n"
987"                       unless -s|--skipexisting is also used.\n"
988"\n"
989"  -d | --delete        Deletes billing codes from PyKota's database.\n"
990"                       NB : the history entries with this billing code\n"
991"                       are not deleted, voluntarily.\n"
992"\n"
993"  -D | --description d Adds a textual description to billing codes.\n"
994"\n"
995"  -l | --list          List informations about the billing codes.\n"
996"\n"
997"  -r | --reset         Resets the billing codes' balance and page counters\n"
998"                       to 0.\n"
999"\n"
1000"  -s | --skipexisting  In combination with the --add option above, tells\n"
1001"                       pkbcodes to not modify existing billing codes.\n"
1002"\n"
1003"  code1 through codeN can contain wildcards if the --add option\n"
1004"  is not set.\n"
1005"\n"
1006"examples :                              \n"
1007"\n"
1008"  $ pkbcodes --add -D \"My project\" myproj\n"
1009"\n"
1010"  Will create the myproj billing code with \"My project\"\n"
1011"  as the description.\n"
1012"\n"
1013"  $ pkbcodes --delete \"*\"\n"
1014"\n"
1015"  This will completely delete all the billing codes, but without\n"
1016"  removing any matching job from the history. USE WITH CARE ANYWAY !\n"
1017"  \n"
1018"  $ pkbcodes --list \"my*\"\n"
1019"  \n"
1020"  This will list all billing codes which name begins with 'my'.\n"
1021msgstr ""
1022
1023#, python-format
1024msgid "There's no billingcode matching %s"
1025msgstr ""
1026
1027msgid "pages"
1028msgstr ""
1029
1030msgid "and"
1031msgstr ""
1032
1033msgid "credits"
1034msgstr ""
1035
1036#, python-format
1037msgid "Billing code [%s] already exists, skipping."
1038msgstr ""
1039
1040#, python-format
1041msgid "Billing code [%s] already exists, will be modified."
1042msgstr ""
1043
1044msgid "You have to pass billing codes on the command line"
1045msgstr ""
1046
1047#, python-format
1048msgid ""
1049"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1050"\n"
1051"Notifies or ask questions to end users who launched the PyKotIcon "
1052"application.\n"
1053"\n"
1054"command line usage :\n"
1055"\n"
1056"  pknotify  [options]  [arguments]\n"
1057"\n"
1058"options :\n"
1059"\n"
1060"  -v | --version             Prints pkbanner's version number then exits.\n"
1061"  -h | --help                Prints this message then exits.\n"
1062"  \n"
1063"  -d | --destination h[:p]   Sets the destination hostname and optional\n"
1064"                             port onto which contact the remote PyKotIcon\n"
1065"                             application. This option is mandatory.\n"
1066"                             When not specified, the port defaults to 7654.\n"
1067"                             \n"
1068"  -a | --ask                 Tells pknotify to ask something to the end\n"
1069"                             user. Then pknotify will output the result.\n"
1070"                       \n"
1071"  -C | --checkauth           When --ask is used and both an 'username' and "
1072"a\n"
1073"                             'password' are asked to the end user, then\n"
1074"                             pknotify will try to authenticate the user\n"
1075"                             through PAM. If authentified, this program\n"
1076"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n"
1077"                             If a field is missing, \"AUTH=IMPOSSIBLE\" "
1078"will\n"
1079"                             be printed. If the user is authenticated, then\n"
1080"                             \"USERNAME=xxxx\" will be printed as well.\n"
1081"                             \n"
1082"  -c | --confirm             Tells pknotify to ask for either a "
1083"confirmation                       \n"
1084"                             or abortion.\n"
1085"                             \n"
1086"  -D | --denyafter N         With --checkauth above, makes pknotify "
1087"loop                           \n"
1088"                             up to N times if the password is incorrect.\n"
1089"                             After having reached the limit, \"DENY\" will\n"
1090"                             be printed, which effectively rejects the job.\n"
1091"                             The default value of N is 1, meaning the job\n"
1092"                             is denied after the first unsuccessful try.\n"
1093"                             \n"
1094"  -n | --notify              Tells pknotify to send an informational "
1095"message\n"
1096"                             message to the end user.\n"
1097"                             \n"
1098"  -q | --quit                Tells pknotify to send a message asking the\n"
1099"                             PyKotIcon application to exit. This option can\n"
1100"                             be combined with the other ones to make "
1101"PyKotIcon\n"
1102"                             exit after having sent the answer from the "
1103"dialog.\n"
1104"                             \n"
1105"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1106"if\n"
1107"                             it comes pas T seconds after the dialog box "
1108"being\n"
1109"                             opened. The default value is 0 seconds, which \n"
1110"                             tells pknotify to wait indefinitely.\n"
1111"                             Use this option to avoid having an user who\n"
1112"                             leaved his computer stall a whole print queue.\n"
1113"                             \n"
1114"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1115"\n"
1116"  arguments :             \n"
1117"  \n"
1118"    -a | --ask : Several arguments are accepted, or the form\n"
1119"                 \"label:varname:defaultvalue\". The result will\n"
1120"                 be printed to stdout in the following format :\n"
1121"                 VAR1NAME=VAR1VALUE\n"
1122"                 VAR2NAME=VAR2VALUE\n"
1123"                 ...\n"
1124"                 If the dialog was cancelled, nothing will be\n"
1125"                 printed. If one of the varname is 'password'\n"
1126"                 then this field is asked as a password (you won't\n"
1127"                 see what you type in), and is NOT printed. Although\n"
1128"                 it is not printed, it will be used to check if\n"
1129"                 authentication is valid if you specify --checkauth.\n"
1130"                 \n"
1131"    -c | --confirm : A single argument is expected, representing the\n"
1132"                     message to display. If the dialog is confirmed\n"
1133"                     then pknotify will print OK, else CANCEL.\n"
1134"                     \n"
1135"    -n | --notify : A single argument is expected, representing "
1136"the                 \n"
1137"                    message to display. In this case pknotify will\n"
1138"                    always print OK.\n"
1139"                    \n"
1140"examples :                    \n"
1141"\n"
1142"  pknotify -d client:7654 --confirm \"This job costs :\n"
1143"10 credits !\"\n"
1144"  \n"
1145"  Would display the cost of a print job and asks for confirmation.\n"
1146"  \n"
1147"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1148"           --checkauth --ask \"Your name:username:\" \"Your password:"
1149"password:\"\n"
1150"           \n"
1151"  Asks an username and password, and checks if they are valid.         \n"
1152"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1153"  only set if you launch pknotify from cupspykota through a directive\n"
1154"  in ~pykota/pykota.conf\n"
1155"  \n"
1156"  The TCP port you'll use must be reachable on the client from the\n"
1157"  print server.\n"
1158msgstr ""
1159
1160msgid "You MUST install PyPAM for this functionnality to work !"
1161msgstr ""
1162
1163#, python-format
1164msgid "Authentication error for user %s : %s"
1165msgstr ""
1166
1167#, python-format
1168msgid "Internal error : can't authenticate user %s"
1169msgstr ""
1170
1171#, python-format
1172msgid "Password correct for user %s"
1173msgstr ""
1174
1175#, python-format
1176msgid ""
1177"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1178"cancelled."
1179msgstr ""
1180
1181msgid "Connection error"
1182msgstr ""
1183
1184msgid "some options are mandatory, see help."
1185msgstr ""
1186
1187msgid "some options require arguments, see help."
1188msgstr ""
1189
1190#, python-format
1191msgid ""
1192"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1193"\n"
1194"An Users and Groups Manager for PyKota.\n"
1195"\n"
1196"command line usage :\n"
1197"\n"
1198"  pkusers [options] user1 user2 user3 ... userN\n"
1199"  \n"
1200"or :  \n"
1201"\n"
1202"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1203"\n"
1204"options :\n"
1205"\n"
1206"  -v | --version       Prints pkusers's version number then exits.\n"
1207"  -h | --help          Prints this message then exits.\n"
1208"  \n"
1209"  -a | --add           Adds users if they don't exist on the database.\n"
1210"                       If they exist, they are modified unless\n"
1211"                       -s|--skipexisting is also used.\n"
1212"                       \n"
1213"  -d | --delete        Deletes users from the quota storage.\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"
1318msgstr ""
1319
1320#, python-format
1321msgid "There's no %s matching %s"
1322msgstr ""
1323
1324#, python-format
1325msgid "Limited by : %s"
1326msgstr ""
1327
1328#, python-format
1329msgid "Account balance : %.2f"
1330msgstr ""
1331
1332#, python-format
1333msgid "Total paid so far : %.2f"
1334msgstr ""
1335
1336#, python-format
1337msgid "Overcharging factor : %.2f"
1338msgstr ""
1339
1340#, python-format
1341msgid "Group balance : %.2f"
1342msgstr ""
1343
1344#, python-format
1345msgid "Invalid limitby value %s"
1346msgstr "Valore di limite %s non valido"
1347
1348#, python-format
1349msgid "Invalid overcharge value %s"
1350msgstr ""
1351
1352#, python-format
1353msgid "Invalid balance value %s"
1354msgstr "Valore di credito %s"
1355
1356#, python-format
1357msgid "There's no users group matching %s"
1358msgstr ""
1359
1360#, python-format
1361msgid "Invalid email address %s"
1362msgstr "Indirizzo email non valido %s"
1363
1364#, python-format
1365msgid "Unknown group %s"
1366msgstr ""
1367
1368#, python-format
1369msgid "Unknown user %s"
1370msgstr ""
1371
1372#, python-format
1373msgid "%s %s already exists, skipping."
1374msgstr ""
1375
1376#, python-format
1377msgid "%s %s already exists, will be modified."
1378msgstr ""
1379
1380#, python-format
1381msgid "Invalid name %s"
1382msgstr ""
1383
1384msgid "You have to pass user groups names on the command line"
1385msgstr ""
1386
1387#, python-format
1388msgid ""
1389"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1390"\n"
1391"Gives print quotes to users.\n"
1392"\n"
1393"command line usage :\n"
1394"\n"
1395"  pykotme  [options]  [files]\n"
1396"\n"
1397"options :\n"
1398"\n"
1399"  -v | --version       Prints pykotme's version number then exits.\n"
1400"  -h | --help          Prints this message then exits.\n"
1401"  \n"
1402"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1403"                       use wildcards characters to select only\n"
1404"                       some printers. The default value is *, meaning\n"
1405"                       all printers.\n"
1406"                       You can specify several names or wildcards, \n"
1407"                       by separating them with commas.\n"
1408"  \n"
1409"examples :                              \n"
1410"\n"
1411"  $ pykotme --printer apple file1.ps file2.ps\n"
1412"  \n"
1413"  This will give a print quote to the current user. The quote will show\n"
1414"  the price and size of a job consisting in file1.ps and file2.ps \n"
1415"  which would be sent to the apple printer.\n"
1416"  \n"
1417"  $ pykotme --printer apple,hplaser <file1.ps\n"
1418"  \n"
1419"  This will give a print quote to the current user. The quote will show\n"
1420"  the price and size of a job consisting in file1.ps as read from\n"
1421"  standard input, which would be sent to the apple or hplaser\n"
1422"  printer.\n"
1423"\n"
1424"  $ pykotme \n"
1425"  \n"
1426"  This will give a quote for a job consisting of what is on standard \n"
1427"  input. The quote will list the job size, and the price the job\n"
1428"  would cost on each printer.\n"
1429msgstr ""
1430
1431#, python-format
1432msgid "Your account balance : %.2f"
1433msgstr "Il tuo totale : %.2f"
1434
1435#, python-format
1436msgid "Job size : %i pages"
1437msgstr "Dimensione stampa : %i pagine"
1438
1439#, python-format
1440msgid "Cost on printer %s : %.2f"
1441msgstr "Costo sulla stampante %s : %.2f"
1442
1443msgid "won't be charged, printer is in passthrough mode"
1444msgstr ""
1445
1446msgid "won't be charged, your account is immutable"
1447msgstr ""
1448
1449#, python-format
1450msgid ""
1451"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1452"\n"
1453"Sends mail to users over print quota.\n"
1454"\n"
1455"command line usage :\n"
1456"\n"
1457"  warnpykota  [options]  [names]\n"
1458"\n"
1459"options :\n"
1460"\n"
1461"  -v | --version       Prints warnpykota's version number then exits.\n"
1462"  -h | --help          Prints this message then exits.\n"
1463"  \n"
1464"  -u | --users         Warns users over their print quota, this is the \n"
1465"                       default.\n"
1466"  \n"
1467"  -g | --groups        Warns users whose groups quota are over limit.\n"
1468"  \n"
1469"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1470"                       use wildcards characters to select only\n"
1471"                       some printers. The default value is *, meaning\n"
1472"                       all printers.\n"
1473"                       You can specify several names or wildcards, \n"
1474"                       by separating them with commas.\n"
1475"  \n"
1476"examples :                              \n"
1477"\n"
1478"  $ warnpykota --printer lp\n"
1479"  \n"
1480"  This will warn all users of the lp printer who have exceeded their\n"
1481"  print quota.\n"
1482"\n"
1483"  $ warnpykota \n"
1484"  \n"
1485"  This will warn all users  who have exceeded their print quota on\n"
1486"  any printer.\n"
1487"\n"
1488"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1489"  \n"
1490"  This will warn all users of groups which names begins with \"dev\" and\n"
1491"  who have exceeded their print quota on any printer which name begins \n"
1492"  with \"laserjet\"\n"
1493"  \n"
1494"  If launched by an user who is not a PyKota administrator, additionnal\n"
1495"  arguments representing users or groups names are ignored, and only the\n"
1496"  current user/group is reported.\n"
1497msgstr ""
1498
1499#, python-format
1500msgid ""
1501"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1502"\n"
1503"Dumps PyKota database's content.\n"
1504"\n"
1505"command line usage :\n"
1506"\n"
1507"  dumpykota [options] [filterexpr]\n"
1508"\n"
1509"options :\n"
1510"\n"
1511"  -v | --version       Prints dumpykota's version number then exits.\n"
1512"  -h | --help          Prints this message then exits.\n"
1513"  \n"
1514"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1515"                       \n"
1516"                         - history : dumps the jobs history.\n"
1517"                         - users : dumps users.\n"
1518"                         - groups : dumps user groups.\n"
1519"                         - printers : dump printers.\n"
1520"                         - upquotas : dump user quotas.\n"
1521"                         - gpquotas : dump user groups quotas.\n"
1522"                         - payments : dumps user payments.\n"
1523"                         - pmembers : dumps printer groups members.\n"
1524"                         - umembers : dumps user groups members.\n"
1525"                         - billingcodes : dumps billing codes.\n"
1526"                         - all : dumps all PyKota datas. The output format\n"
1527"                                 is always XML in this case.\n"
1528"                         \n"
1529"                       NB : the -d | --data command line option   \n"
1530"                       is MANDATORY.\n"
1531"  \n"
1532"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1533"                       the format is to dump datas in the csv format (comma\n"
1534"                       separated values). All data dumped is between double\n"
1535"                       quotes. Allowed formats are :\n"
1536"                       \n"
1537"                         - csv : separate datas with commas\n"
1538"                         - ssv : separate datas with semicolons\n"
1539"                         - tsv : separate datas with tabs\n"
1540"                         - xml : dump data as XML \n"
1541"                         - cups : dump datas in CUPS' page_log format :\n"
1542"                                  ONLY AVAILABLE WITH --data history\n"
1543"                         \n"
1544"  -o | --output fname  All datas will be dumped to the file instead of\n"
1545"                       to the standard output. The special '-' filename\n"
1546"                       is the default value and means stdout.\n"
1547"                       WARNING : existing files are truncated !\n"
1548"\n"
1549"  -s | --sum           Summarize the selected datas.\n"
1550"                           ONLY AVAILABLE WITH --data history or payments\n"
1551"\n"
1552"  Use the filter expressions to extract only parts of the \n"
1553"  datas. Allowed filters are of the form :\n"
1554"                \n"
1555"         key=value\n"
1556"                         \n"
1557"  Allowed keys for now are :  \n"
1558"                       \n"
1559"         username       User's name\n"
1560"         groupname      Users group's name\n"
1561"         printername    Printer's name\n"
1562"         pgroupname     Printers group's name\n"
1563"         hostname       Client's hostname\n"
1564"         billingcode    Job's billing code\n"
1565"         start          Job's date of printing\n"
1566"         end            Job's date of printing\n"
1567"         \n"
1568"  Contrary to other PyKota management tools, wildcard characters are not \n"
1569"  expanded, so you can't use them.\n"
1570"  \n"
1571"  NB : not all keys are allowed for each data type, so the result may be \n"
1572"  empty if you use a key not available for a particular data type.\n"
1573"  \n"
1574"Examples :\n"
1575"\n"
1576"  $ dumpykota --data history --format csv >myfile.csv\n"
1577"  \n"
1578"  This dumps the history in a comma separated values file, for possible\n"
1579"  use in a spreadsheet.\n"
1580"  \n"
1581"  $ dumpykota --data users --format xml -o users.xml\n"
1582"  \n"
1583"  Dumps all users datas to the users.xml file.\n"
1584"  \n"
1585"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1586"  \n"
1587"  Dumps the job history for user jerome on printer HP2100 only.\n"
1588"  \n"
1589"  $ dumpykota --data history start=200503 end=20050730234615\n"
1590"  \n"
1591"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1592"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1593msgstr ""
1594
1595msgid "The -d | --data command line option is mandatory, see help."
1596msgstr ""
1597
1598#, python-format
1599msgid ""
1600"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1601"\n"
1602"An invoice generator for PyKota.\n"
1603"\n"
1604"command line usage :\n"
1605"\n"
1606"  pkinvoice [options] user1 user2 ... userN\n"
1607"\n"
1608"options :\n"
1609"\n"
1610"  -v | --version       Prints pkinvoice's version number then exits.\n"
1611"  -h | --help          Prints this message then exits.\n"
1612"  \n"
1613"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1614"                       be drawn at the center top of the page. The default\n"
1615"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1616"                       \n"
1617"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1618"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1619"                       to name a few. The default size is A4.\n"
1620"                       \n"
1621"  -n | --number N      Sets the number of the first invoice. This number\n"
1622"                       will automatically be incremented for each invoice.\n"
1623"                       \n"
1624"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1625"                       be generated as a PDF document. If not set or\n"
1626"                       set to '-', the PDF document is sent to standard\n"
1627"                       output. \n"
1628"                       \n"
1629"  -u | --unit u        Defines the name of the unit to use on the "
1630"invoice.                       \n"
1631"                       The default unit is 'Credits', optionally translated\n"
1632"                       to your native language if it is supported by "
1633"PyKota.\n"
1634"  \n"
1635"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1636"                       exposed. The default is 0.0, meaning no VAT\n"
1637"                       information will be included.\n"
1638"                       \n"
1639"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1640"  \n"
1641"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1642"                       \n"
1643"  user1 through userN can use wildcards if needed. If no user argument is\n"
1644"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1645"  \n"
1646"  Dates formating with --start and --end :\n"
1647"  \n"
1648"    YYYY : year boundaries\n"
1649"    YYYYMM : month boundaries\n"
1650"    YYYYMMDD : day boundaries\n"
1651"    YYYYMMDDhh : hour boundaries\n"
1652"    YYYYMMDDhhmm : minute boundaries\n"
1653"    YYYYMMDDhhmmss : second boundaries\n"
1654"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1655"15)\n"
1656"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1657"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1658"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1659"\n"
1660"  'now' and 'today' are not exactly the same since today represents the "
1661"first\n"
1662"  or last second of the day depending on if it's used in a start= or end=\n"
1663"  date expression. The utility to be able to specify dates in the future is\n"
1664"  a question which remains to be answered :-)\n"
1665"                                        \n"
1666"examples :                       \n"
1667"\n"
1668"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1669"  \n"
1670"  Will generate a PDF document containing invoices for all users\n"
1671"  who have spent some credits last month. Invoices will be done in\n"
1672"  EURO.  No VAT information will be included.\n"
1673msgstr ""
1674
1675msgid "Invoice"
1676msgstr ""
1677
1678msgid "Since"
1679msgstr ""
1680
1681msgid "Until"
1682msgstr ""
1683
1684msgid "Edited on"
1685msgstr ""
1686
1687msgid "Number of pages printed"
1688msgstr ""
1689
1690msgid "Amount due"
1691msgstr ""
1692
1693msgid "Included VAT"
1694msgstr ""
1695
1696msgid "Here's the invoice for your printouts"
1697msgstr ""
1698
1699#, python-format
1700msgid "Incorrect value '%s' for the --vat command line option"
1701msgstr ""
1702
1703#, python-format
1704msgid "Incorrect value '%s' for the --number command line option"
1705msgstr ""
1706
1707msgid "Generating invoices"
1708msgstr ""
1709
1710msgid "Credits"
1711msgstr ""
1712
1713#, python-format
1714msgid ""
1715"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1716"\n"
1717"A Printers Manager for PyKota.\n"
1718"\n"
1719"command line usage :\n"
1720"\n"
1721"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1722"\n"
1723"options :\n"
1724"\n"
1725"  -v | --version       Prints pkprinters's version number then exits.\n"
1726"  -h | --help          Prints this message then exits.\n"
1727"  \n"
1728"  -a | --add           Adds printers if they don't exist on the Quota \n"
1729"                       Storage Server. If they exist, they are modified\n"
1730"                       unless -s|--skipexisting is also used.\n"
1731"                       \n"
1732"  -d | --delete        Deletes printers from the quota storage.\n"
1733"  \n"
1734"  -D | --description d Adds a textual description to printers.\n"
1735"                       \n"
1736"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1737"                       Job price is optional.\n"
1738"                       If both are to be set, separate them with a comma.\n"
1739"                       Floating point and negative values are allowed.\n"
1740"  \n"
1741"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1742"                       groups pg1, pg2, etc... which must already exist.\n"
1743"                       A printer group is just like a normal printer,\n"
1744"                       only that it is usually unknown from the printing\n"
1745"                       system. Create printer groups exactly the same\n"
1746"                       way that you create printers, then add other \n"
1747"                       printers to them with this option.\n"
1748"                       Accounting is done on a printer and on all\n"
1749"                       the printer groups it belongs to, quota checking\n"
1750"                       is done on a printer and on all the printer groups\n"
1751"                       it belongs to.\n"
1752"                       If the --remove option below is not used, the \n"
1753"                       default action is to add printers to the specified\n"
1754"                       printer groups.\n"
1755"                       \n"
1756"  -l | --list          List informations about the printer(s) and the\n"
1757"                       printers groups it is a member of.\n"
1758"                       \n"
1759"  -r | --remove        In combination with the --groups option "
1760"above,                       \n"
1761"                       remove printers from the specified printers groups.\n"
1762"                       \n"
1763"  -s | --skipexisting  In combination with the --add option above, tells\n"
1764"                       pkprinters to not modify existing printers.\n"
1765"                       \n"
1766"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1767"                       to s pages.\n"
1768"                       \n"
1769"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1770"                       mode, users are allowed to print without any impact\n"
1771"                       on their quota or account balance.\n"
1772"                       \n"
1773"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1774"                       Without -p or -n, printers are created in \n"
1775"                       normal mode, i.e. no passthrough.\n"
1776"  \n"
1777"  printer1 through printerN can contain wildcards if the --add option \n"
1778"  is not set.\n"
1779"  \n"
1780"examples :                              \n"
1781"\n"
1782"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1783"hp8000\n"
1784"  \n"
1785"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1786"  Their price per page will be set at 0.05 unit, and their price\n"
1787"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1788"  or whatever you want them to mean.\n"
1789"  All of their descriptions will be set to the string \"HP Printer\".\n"
1790"  If any of these printers already exists, it will also be modified \n"
1791"  unless the -s|--skipexisting command line option is also used.\n"
1792"            \n"
1793"  $ pkprinters --delete \"*\"\n"
1794"  \n"
1795"  This will completely delete all printers and associated quota "
1796"information,\n"
1797"  as well as their job history. USE WITH CARE !\n"
1798"  \n"
1799"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1800"  \n"
1801"  This will put all printers which name matches \"hp*\" into printers "
1802"groups \n"
1803"  Laser and HP, which MUST already exist.\n"
1804"  \n"
1805"  $ pkprinters --groups LexMark --remove hp2200\n"
1806"  \n"
1807"  This will remove the hp2200 printer from the LexMark printer group.\n"
1808msgstr ""
1809
1810#, python-format
1811msgid "Passthrough mode : %s"
1812msgstr ""
1813
1814msgid "ON"
1815msgstr ""
1816
1817msgid "OFF"
1818msgstr ""
1819
1820msgid "in"
1821msgstr "in"
1822
1823#, python-format
1824msgid "Invalid charge amount value %s"
1825msgstr "Ammontare del costo non valido %s"
1826
1827#, python-format
1828msgid "Invalid maximum job size value %s"
1829msgstr ""
1830
1831#, python-format
1832msgid "Printer %s already exists, skipping."
1833msgstr "Stampante %s gi�sistente, omessa."
1834
1835#, python-format
1836msgid "Printer %s already exists, will be modified."
1837msgstr "Stampante %s gi�sistente, verr�odificata."
1838
1839#, python-format
1840msgid "Invalid printer name %s"
1841msgstr "Nome stampante %s non valido"
1842
1843msgid "You have to pass printer groups names on the command line"
1844msgstr ""
1845"Bisogna specificare i nomi di gruppo delle stampanti sulla riga di comando"
1846
1847msgid "You have to pass printer names on the command line"
1848msgstr "Bisogna specificare i nomi delle stampanti sulla riga di comando"
1849
1850#, python-format
1851msgid "Unsupported accounter backend %s"
1852msgstr "Backend per il conteggio non supportato %s"
1853
1854#, python-format
1855msgid ""
1856"Configuration file %s can't be read. Please check that the file exists and "
1857"that your permissions are sufficient."
1858msgstr ""
1859
1860#, python-format
1861msgid "Configuration file %s not found."
1862msgstr "File di configurazione %s non trovato."
1863
1864#, python-format
1865msgid "Option %s not found in section global of %s"
1866msgstr "Opzione %s non trovata nella sezione globale di %s"
1867
1868#, python-format
1869msgid "Option %s not found in section %s of %s"
1870msgstr "Opzione %s non trovata nella sezione %s di %s"
1871
1872#, python-format
1873msgid "Option ldaptls is set, but certificate %s is not readable."
1874msgstr ""
1875
1876#, python-format
1877msgid "Option logger only supports values in %s"
1878msgstr "L'opzione logger supporta solamente i seguenti valori %s"
1879
1880#, python-format
1881msgid "Invalid preaccounter %s for printer %s"
1882msgstr ""
1883
1884#, python-format
1885msgid "Option preaccounter in section %s only supports values in %s"
1886msgstr ""
1887
1888#, python-format
1889msgid "Invalid accounter %s for printer %s"
1890msgstr "Accounter non valido %s per la stampante %s"
1891
1892#, python-format
1893msgid "Option accounter in section %s only supports values in %s"
1894msgstr ""
1895"L'opzione accounter nella sezione %s supporta solamente i seguenti valori %s"
1896
1897#, python-format
1898msgid "Invalid unknown_billingcode directive %s for printer %s"
1899msgstr ""
1900
1901#, python-format
1902msgid "Directive unknown_billingcode in section %s only supports values in %s"
1903msgstr ""
1904
1905#, python-format
1906msgid "Option enforcement in section %s only supports values in %s"
1907msgstr ""
1908"Imposizione dell'opzione nella sezione %s supporta solamente i valori in %s"
1909
1910#, python-format
1911msgid ""
1912"Option onbackenderror in section %s only supports values 'charge', "
1913"'nocharge', and 'retry:num:delay'"
1914msgstr ""
1915
1916#, python-format
1917msgid "Option onaccountererror in section %s only supports values in %s"
1918msgstr ""
1919
1920#, python-format
1921msgid "Option policy in section %s only supports values in %s"
1922msgstr ""
1923"L'opzione policy nella sezione %s supporta solamente i seguenti valori %s"
1924
1925#, python-format
1926msgid "Invalid option mailto %s for printer %s"
1927msgstr "Opzione mailto %s non valida per la stampante %s"
1928
1929#, python-format
1930msgid "Option mailto in section %s only supports values in %s"
1931msgstr ""
1932"Opzione mailto nella sezione %s supporta solamente i seguenti valori %s"
1933
1934#, python-format
1935msgid "Invalid maximal deny banners counter %s"
1936msgstr ""
1937
1938#, python-format
1939msgid "Invalid grace delay %s"
1940msgstr "Periodo di grace delay %s non valido"
1941
1942#, python-format
1943msgid "Invalid poor man's threshold %s"
1944msgstr "Poor man's threshold non valido %s"
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"Il credito di stampa del vostro account �n esaurimento. \n"
1956"A breve non sar�i�sibile stampare.\n"
1957"Si prega di contattare l'amministratore delle quote di stampa per risolvere "
1958"il 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"Non siete pi�grado di stampare in quanto\n"
1966"la vostra quota sulla stampante %s �saurita."
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"A breve non sarete pi�grado di stampare in quanto\n"
1974"la vostra quota sulla stampante %s �uasi esaurita."
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 "Cronologia"
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 "Sottosistema di logging %s non supportato"
2066
2067#, python-format
2068msgid "Report for %s quota on printer %s"
2069msgstr "Report per la quota di %s sulla stampante %s"
2070
2071#, python-format
2072msgid "Pages grace time: %i days"
2073msgstr "Tempo di grace per pagine: %i giorni"
2074
2075#, python-format
2076msgid "Price per job: %.3f"
2077msgstr "Prezzo per stampa : %.3f"
2078
2079#, python-format
2080msgid "Price per page: %.3f"
2081msgstr "Prezzo per pagina: %.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 "sconosciuto"
2095
2096#, python-format
2097msgid "Real : %s"
2098msgstr "Reale : %s"
2099
2100#, python-format
2101msgid "Total : %9i"
2102msgstr "Totale : %9i"
2103
2104msgid "N/A"
2105msgstr ""
2106
2107#, python-format
2108msgid "Unsupported reporter backend %s"
2109msgstr "Reporter backend non supportato %s"
2110
2111#, python-format
2112msgid "Unsupported quota storage backend %s"
2113msgstr "Storage delle quote non supportato %s"
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"Prego contattare il proprio amministratore di sistema :\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"Impossibile trovare l'utente %s sulla stampante %s, verr�pplicata la "
2170"policy di default (%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"Impossibile trovare il bilancio dell'account utente %s, verr�pplicata la "
2178"policy di default (%s) per la stampante %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 di stampa superata per il gruppo %s sulla stampante %s"
2187
2188msgid "Print Quota Exceeded"
2189msgstr "Quota di stampa superata"
2190
2191#, python-format
2192msgid "Print Quota low for group %s on printer %s"
2193msgstr "Quota di stampa in esaurimento per il gruppo %s sulla stampante %s"
2194
2195msgid "Print Quota Low"
2196msgstr "Quota di stampa in esaurimento"
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"La base di ricerca %s non sembra esistere. Possibile errore di "
2204"configurazione.Si verifichi il file /etc/pykota/pykota.conf : %s"
2205
2206#, python-format
2207msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2208msgstr "La ricerca di %s(%s) da %s(scope=%s) non ha ottenuto risultati."
2209
2210#, python-format
2211msgid "Problem adding LDAP entry (%s, %s)"
2212msgstr "Errore avvenuto aggiungendo la entry LDAP (%s, %s)"
2213
2214#, python-format
2215msgid "Problem deleting LDAP entry (%s)"
2216msgstr "Errore avvenuto cancellando la entry LDAP (%s)"
2217
2218#, python-format
2219msgid "Problem modifying LDAP entry (%s, %s)"
2220msgstr "Errore avvenuto durante la modifica della entry LDAP (%s, %s)"
2221
2222#, python-format
2223msgid ""
2224"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2225"entries manually ?"
2226msgstr ""
2227
2228msgid "Hidden because of privacy concerns"
2229msgstr ""
2230
2231#, python-format
2232msgid ""
2233"Unable to find an existing objectClass %s entry with %s=%s to attach "
2234"pykotaAccount objectClass"
2235msgstr ""
2236"Impossibile trovare un una entry con objectClass %s esistente con %s=%s a "
2237"cui aggiungere pykotaAccount objectClass"
2238
2239#, python-format
2240msgid "%s. A new entry will be created instead."
2241msgstr ""
2242
2243#, python-format
2244msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2245msgstr ""
2246"Impossibile trovare una entry esistente a cui aggiungere objectclass "
2247"pykotaGroup %s"
2248
2249#, python-format
2250msgid "A problem occured while reading printer %s's internal page counter."
2251msgstr ""
2252
2253#, python-format
2254msgid "Retrieving printer %s's page counter from database instead."
2255msgstr ""
2256
2257#, python-format
2258msgid ""
2259"Couldn't retrieve printer %s's internal page counter either before or after "
2260"printing."
2261msgstr ""
2262
2263#, python-format
2264msgid "Job's size forced to 1 page for printer %s."
2265msgstr ""
2266
2267#, python-format
2268msgid "No previous job in database for printer %s."
2269msgstr ""
2270
2271#, python-format
2272msgid "Inconsistent values for printer %s's internal page counter."
2273msgstr ""
2274
2275#, python-format
2276msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2277msgstr "Indirizzo stampante sconosciuto per HARDWARE(%s) per la stampante %s"
2278
2279#, python-format
2280msgid "Launching HARDWARE(%s)..."
2281msgstr "Avvio HARDWARE(%s)..."
2282
2283#, python-format
2284msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2285msgstr "SIGTERM inviato al contatore hardware %s (pid: %s)"
2286
2287#, python-format
2288msgid "Line [%s] skipped in accounter's output. Trying again..."
2289msgstr ""
2290
2291#, python-format
2292msgid "Hardware accounter %s exit code is %s"
2293msgstr ""
2294
2295#, python-format
2296msgid "Unable to query printer %s via HARDWARE(%s)"
2297msgstr "Impossibile ottenere informazioni dalla stampante %s via HARDWARE(%s)"
2298
2299#, python-format
2300msgid "Problem during connection to %s:%s : %s"
2301msgstr ""
2302
2303#, python-format
2304msgid "Problem while sending PJL query to %s:%s : %s"
2305msgstr ""
2306
2307#, python-format
2308msgid "Problem while receiving PJL answer from %s:%s : %s"
2309msgstr ""
2310
2311#, python-format
2312msgid "Waiting for printer %s to be printing..."
2313msgstr ""
2314
2315#, python-format
2316msgid "Waiting for printer %s's idle status to stabilize..."
2317msgstr ""
2318
2319#, python-format
2320msgid ""
2321"PJL querying stage interrupted. Using latest value seen for internal page "
2322"counter (%s) on printer %s."
2323msgstr ""
2324
2325#, python-format
2326msgid "Network error while doing SNMP queries on printer %s : %s"
2327msgstr ""
2328
2329#, python-format
2330msgid "SNMP message decoding error for printer %s : %s"
2331msgstr ""
2332
2333#, python-format
2334msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2335msgstr ""
2336
2337#, python-format
2338msgid ""
2339"SNMP querying stage interrupted. Using latest value seen for internal page "
2340"counter (%s) on printer %s."
2341msgstr ""
2342
2343#, python-format
2344msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2345msgstr ""
2346"Impossibile precalcolare la dimensione della stampa con il modulo PDL "
2347"generico: %s"
2348
2349#, python-format
2350msgid "Launching SOFTWARE(%s)..."
2351msgstr "Avvio SOFTWARE(%s)..."
2352
2353#, python-format
2354msgid "Unable to compute job size with accounter %s"
2355msgstr "Impossibile calcolare la dimensione della stampa con il metodo %s"
2356
2357#, python-format
2358msgid "Problem while waiting for software accounter pid %s to exit : %s"
2359msgstr ""
2360"Errore durante l'attesa della terminzaione del contatore software con pid %"
2361"s: %s"
2362
2363#, python-format
2364msgid "Software accounter %s exit code is %s"
2365msgstr "Contatore software %s terminato con codice %s"
2366
2367msgid "Totals may be inaccurate if some users are members of several groups."
2368msgstr ""
2369"Le somme potranno non essere accurate se alcuni utenti fanno parte di pi�gruppi"
2370
2371#~ msgid "Impossible to add printer %s"
2372#~ msgstr "Impossibile aggiungere la stampante %s"
2373
2374#~ msgid "Prototype object %s not found in Quota Storage."
2375#~ msgstr "Oggetto prototipo %s non trovato nello storage delle quote."
2376
2377#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2378#~ msgstr ""
2379#~ "Prototipo %s non trovato nello storage delle quote per la stampante %s."
2380
2381#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2382#~ msgstr ""
2383#~ "Limite hard non specificato impostato al limite soft (%s) sulla stampante "
2384#~ "%s."
2385
2386#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2387#~ msgstr ""
2388#~ "Limite soft non specificato impostato al limite hard (%s) sulla stampante "
2389#~ "%s."
2390
2391#~ msgid "Invalid group name %s"
2392#~ msgstr "Nome gruppo non valido %s"
2393
2394#~ msgid "Invalid user name %s"
2395#~ msgstr "Nome utente non valido %s"
2396
2397#~ msgid "Quota not found for object %s on printer %s."
2398#~ msgstr "Quota non trovata per l'oggetto %s sulla stampante %s."
2399
2400#~ msgid "Group %s not found in the PyKota Storage."
2401#~ msgstr "Gruppo %s non trovato nello storage di PyKota."
2402
2403#~ msgid "PyKota Reports"
2404#~ msgstr "Report di PyKota"
2405
2406#~ msgid "Report"
2407#~ msgstr "Report"
2408
2409#~ msgid "Printer"
2410#~ msgstr "Stampante"
2411
2412#~ msgid "User / Group names mask"
2413#~ msgstr "Mask nomi utenti / gruppi"
2414
2415#~ msgid "Groups report"
2416#~ msgstr "Report gruppi"
2417
2418#~ msgid "Empty"
2419#~ msgstr "Vuoto"
2420
2421#~ msgid "Action"
2422#~ msgstr "Azione"
2423
2424#~ msgid "User"
2425#~ msgstr "Utente"
2426
2427#~ msgid "Hostname"
2428#~ msgstr "Nome host"
2429
2430#~ msgid "JobId"
2431#~ msgstr "Id stampa"
2432
2433#~ msgid "Copies"
2434#~ msgstr "Copie"
2435
2436#~ msgid "Options"
2437#~ msgstr "Opzioni"
2438
2439#~ msgid "Previous page"
2440#~ msgstr "Pagina precedente"
2441
2442#~ msgid "File number %s unregistered twice from polling object, ignored."
2443#~ msgstr "Numero file %s rimosso due volte dall'oggetto polling, ignorato."
2444
2445#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2446#~ msgstr "Segnale SIGTERM inviato al backend %s (pid: %s)"
2447
2448#~ msgid "CUPS backend %s died abnormally."
2449#~ msgstr "Backend CUPS %s terminato inaspettatamente."
2450
2451#~ msgid "Software accounting already done in first pass. Ignoring."
2452#~ msgstr "Conteggio software gi�ffettuato nel primo passaggio. Ignorato."
2453
2454#~ msgid "Hardware accounting already done in first pass. Ignoring."
2455#~ msgstr "Conteggio hardware gi�ffettuato nel primo passaggio. Ignorato."
2456
2457#~ msgid "Invalid DeviceURI : %s"
2458#~ msgstr "DeviceURI non valido: %s"
2459
2460#~ msgid ""
2461#~ "\n"
2462#~ "Please wait while pkhint analyzes your printing system's configuration..."
2463#~ msgstr ""
2464#~ "\n"
2465#~ "Prego attendere fino a che pkhint termini di analizzare la configurazione "
2466#~ "di stampa del sistema..."
2467
2468#~ msgid "Unknown device %s for printer %s"
2469#~ msgstr "Periferica %s sconosciuta per la stampante %s"
2470
2471#~ msgid ""
2472#~ "\n"
2473#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2474#~ msgstr ""
2475#~ "\n"
2476#~ "Si inseriscano le seguenti righe nel file /etc/pykota/pykota.conf : \n"
2477
2478#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2479#~ msgstr ""
2480#~ "# ATTENZIONE: se �tato suggerito conteggio software, ci�n significa"
2481
2482#~ msgid ""
2483#~ "# that hardware accounting wouldn't work, this only means that PyKota"
2484#~ msgstr ""
2485#~ "# che il conteggio hardware non sia funzionante, ma solamente che PyKota"
2486
2487#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2488#~ msgstr ""
2489#~ "# non �tato in grado di riconoscere automaticamente quale metodo di "
2490#~ "conteggio utilizzare"
2491
2492#~ msgid "JobSize"
2493#~ msgstr "Dimensione stampa"
2494
2495#~ msgid "JobPrice"
2496#~ msgstr "Prezzo stampa"
2497
2498#~ msgid "JobBytes"
2499#~ msgstr "Stampa in byte"
2500
2501#~ msgid "PageCounter"
2502#~ msgstr "Contatore pagine"
2503
2504#~ msgid "Printing system %s, args=%s"
2505#~ msgstr "Sistema di stampa %s, args=%s"
2506
2507#~ msgid "Printer hostname undefined, set to 'localhost'"
2508#~ msgstr "Nome host della stampante non definito, impostato a 'localhost'"
2509
2510#~ msgid "Printing system unknown, args=%s"
2511#~ msgstr "Sistema di stampa sconosciuto, args=%s"
2512
2513#~ msgid ""
2514#~ "Group           used    soft    hard    balance grace         total       "
2515#~ "paid"
2516#~ msgstr ""
2517#~ "Gruppo          usato   soft    hard    balance grace         totale      "
2518#~ "pagato"
2519
2520#~ msgid ""
2521#~ "User            used    soft    hard    balance grace         total       "
2522#~ "paid"
2523#~ msgstr ""
2524#~ "User            usato   soft    hard    balance grace         totale      "
2525#~ "pagato"
Note: See TracBrowser for help on using the browser.