root / pykota / trunk / po / it_IT / pykota.po @ 1959

Revision 1959, 55.9 kB (checked in by jalet, 19 years ago)

Updated translations

  • 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 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21#
22# PyKota translation master file.
23# Copyright (c) 2003-2004 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003-2004.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.20\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2004-11-25 10:16+0100\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"pkbanner v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
41"\n"
42"Generates banners.\n"
43"\n"
44"command line usage :\n"
45"\n"
46"  pkbanner  [options] \n"
47"\n"
48"options :\n"
49"\n"
50"  -v | --version       Prints pkbanner's version number then exits.\n"
51"  -h | --help          Prints this message then exits.\n"
52"  \n"
53"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
54"                       be drawn at the center top of the page. The default\n"
55"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
56"                       \n"
57"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
58"                       page sizes are recognized, like 'A4' or 'Letter'\n"
59"                       to name a few. The default size is A4.\n"
60"  \n"
61"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
62"                       used to save toner. The default value is 0, which\n"
63"                       means that no toner saving will be done.\n"
64"  \n"
65"  -u | --url u         Uses u as an url to be written at the bottom of \n"
66"                       the banner page. The default url is :\n"
67"                       http://www.librelogiciel.com/software/\n"
68"  \n"
69"examples :                              \n"
70"\n"
71"  Using pkbanner directly from the command line is not recommended,\n"
72"  excepted for testing purposes. You should use pkbanner in the\n"
73"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
74"  \n"
75"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
76"  \n"
77"      With such a setting in pykota.conf, all print jobs will be \n"
78"      prefixed with an A4 banner with no logo, and text luminosity will\n"
79"      be increased by 75%%. The PostScript output will be directly sent\n"
80"      to your printer.\n"
81"      \n"
82"  You'll find more examples in the sample configuration file included    \n"
83"  in PyKota.\n"
84"      \n"
85"This program is free software; you can redistribute it and/or modify\n"
86"it under the terms of the GNU General Public License as published by\n"
87"the Free Software Foundation; either version 2 of the License, or\n"
88"(at your option) any later version.\n"
89"\n"
90"This program is distributed in the hope that it will be useful,\n"
91"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
92"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
93"GNU General Public License for more details.\n"
94"\n"
95"You should have received a copy of the GNU General Public License\n"
96"along with this program; if not, write to the Free Software\n"
97"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
98"\n"
99"Please e-mail bugs to: %s"
100msgstr ""
101
102msgid "Unknown"
103msgstr ""
104
105msgid "Username"
106msgstr ""
107
108msgid "Job"
109msgstr ""
110
111msgid "Date"
112msgstr "Data"
113
114msgid "Allowed"
115msgstr ""
116
117msgid "Denied"
118msgstr ""
119
120msgid "Allowed with Warning"
121msgstr ""
122
123msgid "Result"
124msgstr ""
125
126msgid "Title"
127msgstr "Titolo"
128
129msgid "Filename"
130msgstr "Nome file"
131
132#, python-format
133msgid "Pages printed so far on %s"
134msgstr ""
135
136msgid "Account balance"
137msgstr ""
138
139msgid "Soft Limit"
140msgstr ""
141
142msgid "Hard Limit"
143msgstr ""
144
145msgid "Date Limit"
146msgstr ""
147
148msgid "Allowed range is (0..99)"
149msgstr ""
150
151#, python-format
152msgid "Invalid 'savetoner' option %s : %s"
153msgstr ""
154
155#, python-format
156msgid "Invalid 'pagesize' option %s, defaulting to A4."
157msgstr ""
158
159#, python-format
160msgid ""
161"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
162"A tool to give hints on what accounting method is best for each printer.\n"
163"\n"
164"command line usage :\n"
165"\n"
166"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
167"\n"
168"options :\n"
169"\n"
170"  -v | --version       Prints pkhint's version number then exits.\n"
171"  -h | --help          Prints this message then exits.\n"
172"  \n"
173"examples :                              \n"
174"\n"
175"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
176"  \n"
177"  Will analyze your printing system to test which accounter\n"
178"  is the best for each of the defined printer which\n"
179"  name matches one of the parameters.\n"
180"  \n"
181"  If you don't pass any argument on the command line, all\n"
182"  printers will be analyzed.\n"
183"  \n"
184"This program is free software; you can redistribute it and/or modify\n"
185"it under the terms of the GNU General Public License as published by\n"
186"the Free Software Foundation; either version 2 of the License, or\n"
187"(at your option) any later version.\n"
188"\n"
189"This program is distributed in the hope that it will be useful,\n"
190"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
191"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
192"GNU General Public License for more details.\n"
193"\n"
194"You should have received a copy of the GNU General Public License\n"
195"along with this program; if not, write to the Free Software\n"
196"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
197"\n"
198"Please e-mail bugs to: %s"
199msgstr ""
200
201#, python-format
202msgid "Invalid DeviceURI : %s"
203msgstr "DeviceURI non valido: %s"
204
205msgid ""
206"\n"
207"Please wait while pkhint analyzes your printing system's configuration..."
208msgstr ""
209"\n"
210"Prego attendere fino a che pkhint termini di analizzare la configurazione di "
211"stampa del sistema..."
212
213#, python-format
214msgid "Unknown device %s for printer %s"
215msgstr "Periferica %s sconosciuta per la stampante %s"
216
217msgid ""
218"\n"
219"Put the following lines into your /etc/pykota/pykota.conf file :\n"
220msgstr ""
221"\n"
222"Si inseriscano le seguenti righe nel file /etc/pykota/pykota.conf : \n"
223
224msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
225msgstr ""
226"# ATTENZIONE: se �tato suggerito conteggio software, ci�n significa"
227
228msgid "# that hardware accounting wouldn't work, this only means that PyKota"
229msgstr ""
230"# che il conteggio hardware non sia funzionante, ma solamente che PyKota"
231
232msgid "# wasn't able to autodetect which hardware accounting method to use."
233msgstr ""
234"# non �tato in grado di riconoscere automaticamente quale metodo di "
235"conteggio utilizzare"
236
237#, python-format
238msgid ""
239"pkmail v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
240"\n"
241"Email gateway for PyKota.\n"
242"\n"
243"command line usage :\n"
244"\n"
245"  pkmail  [options]\n"
246"\n"
247"options :\n"
248"\n"
249"  -v | --version       Prints pkmail's version number then exits.\n"
250"  -h | --help          Prints this message then exits.\n"
251"  \n"
252"    \n"
253"  This command is meant to be used from your mail server's aliases file,\n"
254"  as a pipe. It will then accept commands send to it in email messages,\n"
255"  and will send the answer to the command's originator.\n"
256"  \n"
257"  To use this command, create an email alias in /etc/aliases with\n"
258"  the following format :\n"
259"  \n"
260"    pykotacmd: \"|/usr/bin/pkmail\"\n"
261"    \n"
262"  Then run the 'newaliases' command to regenerate the aliases database.\n"
263"  \n"
264"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
265"  the command in the subject.\n"
266"  \n"
267"  List of supported commands :\n"
268"  \n"
269"        report [username]\n"
270"  \n"
271"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
272"  system user in the 'lpadmin' system group to ensure this user can\n"
273"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
274"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
275"  that you think at least twice before doing this though.\n"
276"  \n"
277"  Use at your own risk !\n"
278"  \n"
279"This program is free software; you can redistribute it and/or modify\n"
280"it under the terms of the GNU General Public License as published by\n"
281"the Free Software Foundation; either version 2 of the License, or\n"
282"(at your option) any later version.\n"
283"\n"
284"This program is distributed in the hope that it will be useful,\n"
285"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
286"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
287"GNU General Public License for more details.\n"
288"\n"
289"You should have received a copy of the GNU General Public License\n"
290"along with this program; if not, write to the Free Software\n"
291"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
292"\n"
293"Please e-mail bugs to: %s"
294msgstr ""
295
296#, python-format
297msgid ""
298"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
299"A Printers Manager for PyKota.\n"
300"\n"
301"command line usage :\n"
302"\n"
303"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
304"\n"
305"options :\n"
306"\n"
307"  -v | --version       Prints pkprinters's version number then exits.\n"
308"  -h | --help          Prints this message then exits.\n"
309"  \n"
310"  -a | --add           Adds printers if they don't exist on the Quota \n"
311"                       Storage Server. If they exist, they are modified\n"
312"                       unless -s|--skipexisting is also used.\n"
313"                       \n"
314"  -d | --delete        Deletes printers from the quota storage.\n"
315"  \n"
316"  -D | --description d Adds a textual description to printers.\n"
317"                       \n"
318"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
319"                       Job price is optional.\n"
320"                       If both are to be set, separate them with a comma.\n"
321"                       Floating point and negative values are allowed.\n"
322"  \n"
323"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
324"                       groups pg1, pg2, etc... which must already exist.\n"
325"                       A printer group is just like a normal printer,\n"
326"                       only that it is usually unknown from the printing\n"
327"                       system. Create printer groups exactly the same\n"
328"                       way that you create printers, then add other \n"
329"                       printers to them with this option.\n"
330"                       Accounting is done on a printer and on all\n"
331"                       the printer groups it belongs to, quota checking\n"
332"                       is done on a printer and on all the printer groups\n"
333"                       it belongs to.\n"
334"                       If the --remove option below is not used, the \n"
335"                       default action is to add printers to the specified\n"
336"                       printer groups.\n"
337"                       \n"
338"  -l | --list          List informations about the printer(s) and the\n"
339"                       printers groups it is a member of.\n"
340"                       \n"
341"  -r | --remove        In combination with the --groups option "
342"above,                       \n"
343"                       remove printers from the specified printers groups.\n"
344"                       \n"
345"  -s | --skipexisting  In combination with the --add option above, tells\n"
346"                       pkprinters to not modify existing printers.\n"
347"  \n"
348"  printer1 through printerN can contain wildcards if the --add option \n"
349"  is not set.\n"
350"  \n"
351"examples :                              \n"
352"\n"
353"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
354"hp8000\n"
355"  \n"
356"  Will create three printers named hp2100, hp2200 and hp8000.\n"
357"  Their price per page will be set at 0.05 unit, and their price\n"
358"  per job will be set at 0.1 unit. Units are in your own currency,\n"
359"  or whatever you want them to mean.\n"
360"  All of their descriptions will be set to the string \"HP Printer\".\n"
361"  If any of these printers already exists, it will also be modified \n"
362"  unless the -s|--skipexisting command line option is also used.\n"
363"            \n"
364"  $ pkprinters --delete \"*\"\n"
365"  \n"
366"  This will completely delete all printers and associated quota "
367"information,\n"
368"  as well as their job history. USE WITH CARE !\n"
369"  \n"
370"  $ pkprinters --groups Laser,HP \"hp*\"\n"
371"  \n"
372"  This will put all printers which name matches \"hp*\" into printers "
373"groups \n"
374"  Laser and HP, which MUST already exist.\n"
375"  \n"
376"  $ pkprinters --groups LexMark --remove hp2200\n"
377"  \n"
378"  This will remove the hp2200 printer from the LexMark printer group.\n"
379"  \n"
380"This program is free software; you can redistribute it and/or modify\n"
381"it under the terms of the GNU General Public License as published by\n"
382"the Free Software Foundation; either version 2 of the License, or\n"
383"(at your option) any later version.\n"
384"\n"
385"This program is distributed in the hope that it will be useful,\n"
386"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
387"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
388"GNU General Public License for more details.\n"
389"\n"
390"You should have received a copy of the GNU General Public License\n"
391"along with this program; if not, write to the Free Software\n"
392"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
393"\n"
394"Please e-mail bugs to: %s"
395msgstr ""
396
397msgid "You're not allowed to use this command."
398msgstr ""
399
400#, python-format
401msgid "There's no printer matching %s"
402msgstr "Non esiste una stampante %s"
403
404#, python-format
405msgid "Invalid charge amount value %s"
406msgstr "Ammontare del costo non valido %s"
407
408#, python-format
409msgid "Printer %s already exists, skipping."
410msgstr "Stampante %s gi�sistente, omessa."
411
412#, python-format
413msgid "Printer %s already exists, will be modified."
414msgstr "Stampante %s gi�sistente, verr�odificata."
415
416#, python-format
417msgid "Impossible to add printer %s"
418msgstr "Impossibile aggiungere la stampante %s"
419
420#, python-format
421msgid "Invalid printer name %s"
422msgstr "Nome stampante %s non valido"
423
424msgid "in"
425msgstr "in"
426
427msgid "incompatible options, see help."
428msgstr "opzioni non compatibili, vedere la guida."
429
430msgid "You have to pass printer groups names on the command line"
431msgstr ""
432"Bisogna specificare i nomi di gruppo delle stampanti sulla riga di comando"
433
434msgid "You have to pass printer names on the command line"
435msgstr "Bisogna specificare i nomi delle stampanti sulla riga di comando"
436
437#, python-format
438msgid ""
439"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
440"An OSD quota monitor for PyKota.\n"
441"\n"
442"command line usage :\n"
443"\n"
444"  pykosd [options]\n"
445"\n"
446"options :\n"
447"\n"
448"  -v | --version       Prints pykosd's version number then exits.\n"
449"  -h | --help          Prints this message then exits.\n"
450"  \n"
451"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
452"                       triplet, for example #FF0000 is 100%% red.\n"
453"                       Defaults to 100%% green (#00FF00).\n"
454"                       \n"
455"  -d | --duration d    Sets the duration of the display in seconds. \n"
456"                       Defaults to 3 seconds.\n"
457"                       \n"
458"  -f | --font f        Sets the font to use for "
459"display.                      \n"
460"                       Defaults to the Python OSD library's default.\n"
461"  \n"
462"  -l | --loop n        Sets the number of times the info will be displayed.\n"
463"                       Defaults to 0, which means loop forever.\n"
464"                       \n"
465"  -s | --sleep s       Sets the sleeping duration between two displays \n"
466"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
467"                       \n"
468"  \n"
469"examples :                              \n"
470"\n"
471"  $ pykosd -s 60 --loop 5\n"
472"  \n"
473"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
474"  and will last for 3 seconds (the default) each time. After five\n"
475"  iterations, the program will exit.\n"
476"  \n"
477"This program is free software; you can redistribute it and/or modify\n"
478"it under the terms of the GNU General Public License as published by\n"
479"the Free Software Foundation; either version 2 of the License, or\n"
480"(at your option) any later version.\n"
481"\n"
482"This program is distributed in the hope that it will be useful,\n"
483"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
484"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
485"GNU General Public License for more details.\n"
486"\n"
487"You should have received a copy of the GNU General Public License\n"
488"along with this program; if not, write to the Free Software\n"
489"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
490"\n"
491"Please e-mail bugs to: %s"
492msgstr ""
493
494#, python-format
495msgid "Invalid duration option %s"
496msgstr "Opzione duration %s non valida"
497
498#, python-format
499msgid "Invalid loop option %s"
500msgstr "Opzione loop %s non valida"
501
502#, python-format
503msgid "Invalid sleep option %s"
504msgstr "Opzione sleep %s non valida"
505
506#, python-format
507msgid "Invalid color option %s"
508msgstr "Opzione colore %s non valida"
509
510#, python-format
511msgid "User %s doesn't exist in PyKota's database"
512msgstr "Utente %s non esiste nel database di PyKota"
513
514#, python-format
515msgid "Pages used on %s : %s"
516msgstr "Pagine utilizzate su %s : %s"
517
518#, python-format
519msgid "PyKota Units left : %.2f"
520msgstr "Unit�yKota rimaste : %.2f"
521
522#, python-format
523msgid ""
524"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
525"\n"
526"Gives print quotes to users.\n"
527"\n"
528"command line usage :\n"
529"\n"
530"  pykotme  [options]  [files]\n"
531"\n"
532"options :\n"
533"\n"
534"  -v | --version       Prints pykotme's version number then exits.\n"
535"  -h | --help          Prints this message then exits.\n"
536"  \n"
537"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
538"                       use wildcards characters to select only\n"
539"                       some printers. The default value is *, meaning\n"
540"                       all printers.\n"
541"                       You can specify several names or wildcards, \n"
542"                       by separating them with commas.\n"
543"  \n"
544"examples :                              \n"
545"\n"
546"  $ pykotme --printer apple file1.ps file2.ps\n"
547"  \n"
548"  This will give a print quote to the current user. The quote will show\n"
549"  the price and size of a job consisting in file1.ps and file2.ps \n"
550"  which would be sent to the apple printer.\n"
551"  \n"
552"  $ pykotme --printer apple,hplaser <file1.ps\n"
553"  \n"
554"  This will give a print quote to the current user. The quote will show\n"
555"  the price and size of a job consisting in file1.ps as read from\n"
556"  standard input, which would be sent to the apple or hplaser\n"
557"  printer.\n"
558"\n"
559"  $ pykotme \n"
560"  \n"
561"  This will give a quote for a job consisting of what is on standard \n"
562"  input. The quote will list the job size, and the price the job\n"
563"  would cost on each printer.\n"
564"\n"
565"This program is free software; you can redistribute it and/or modify\n"
566"it under the terms of the GNU General Public License as published by\n"
567"the Free Software Foundation; either version 2 of the License, or\n"
568"(at your option) any later version.\n"
569"\n"
570"This program is distributed in the hope that it will be useful,\n"
571"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
572"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
573"GNU General Public License for more details.\n"
574"\n"
575"You should have received a copy of the GNU General Public License\n"
576"along with this program; if not, write to the Free Software\n"
577"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
578"\n"
579"Please e-mail bugs to: %s"
580msgstr ""
581
582#, python-format
583msgid "Your account balance : %.2f"
584msgstr "Il tuo totale : %.2f"
585
586#, python-format
587msgid "Job size : %i pages"
588msgstr "Dimensione stampa : %i pagine"
589
590#, python-format
591msgid "Cost on printer %s : %.2f"
592msgstr "Costo sulla stampante %s : %.2f"
593
594#, python-format
595msgid ""
596"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
597"A tool to automate user account creation and initial balance setting.\n"
598"\n"
599"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
600"\n"
601"command line usage :\n"
602"\n"
603"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
604"  OF AN external policy IN pykota.conf\n"
605"  \n"
606"  autopykota { -i | --initbalance value } \n"
607"\n"
608"options :\n"
609"\n"
610"  -v | --version       Prints autopykota's version number then exits.\n"
611"  -h | --help          Prints this message then exits.\n"
612"  \n"
613"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
614"                       If the user already exists, actual balance is left\n"
615"                       unmodified. If unset, the default value is 0.\n"
616"                       \n"
617"This program is free software; you can redistribute it and/or modify\n"
618"it under the terms of the GNU General Public License as published by\n"
619"the Free Software Foundation; either version 2 of the License, or\n"
620"(at your option) any later version.\n"
621"\n"
622"This program is distributed in the hope that it will be useful,\n"
623"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
624"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
625"GNU General Public License for more details.\n"
626"\n"
627"You should have received a copy of the GNU General Public License\n"
628"along with this program; if not, write to the Free Software\n"
629"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
630"\n"
631"Please e-mail bugs to: %s"
632msgstr ""
633
634msgid "Job contains no data. Printing is denied."
635msgstr "Stampa non contiene dati. Stampa rifiutata."
636
637msgid "Job accounting begins."
638msgstr "Inizio accounting stampa."
639
640msgid "Job accounting ends."
641msgstr "Fine accounting stampa."
642
643msgid "Job size forced to 0 because printing is denied."
644msgstr "Dimensione stampa forzato a 0 perch�a stampa non �ermessa."
645
646#, python-format
647msgid "Job size : %i"
648msgstr "Dimensione stampa: %i"
649
650#, python-format
651msgid "Updating user %s's quota on printer %s"
652msgstr "Aggiornamento quota per l'utente %s sulla stampante %s"
653
654msgid "Job added to history."
655msgstr "Stampa aggiunta in cronologia."
656
657#, python-format
658msgid "File number %s unregistered twice from polling object, ignored."
659msgstr "Numero file %s rimosso due volte dall'oggetto polling, ignorato."
660
661#, python-format
662msgid "SIGTERM was sent to real backend %s (pid: %s)"
663msgstr "Segnale SIGTERM inviato al backend %s (pid: %s)"
664
665#, python-format
666msgid "CUPS backend %s died abnormally."
667msgstr "Backend CUPS %s terminato inaspettatamente."
668
669#, python-format
670msgid ""
671"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
672"\n"
673"Dumps PyKota database's content.\n"
674"\n"
675"command line usage :\n"
676"\n"
677"  dumpykota [options] \n"
678"\n"
679"options :\n"
680"\n"
681"  -v | --version       Prints dumpykota's version number then exits.\n"
682"  -h | --help          Prints this message then exits.\n"
683"  \n"
684"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
685"                       \n"
686"                         - history : dumps the jobs history.\n"
687"                         - users : dumps users.\n"
688"                         - groups : dumps user groups.\n"
689"                         - printers : dump printers.\n"
690"                         - upquotas : dump user quotas.\n"
691"                         - gpquotas : dump user groups quotas.\n"
692"                         - payments : dumps user payments.\n"
693"                         - pmembers : dumps printer groups members.\n"
694"                         - umembers : dumps user groups members.\n"
695"                         \n"
696"                       NB : the -d | --data command line option   \n"
697"                       is MANDATORY.\n"
698"  \n"
699"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
700"                       the format is to dump datas in the csv format (comma\n"
701"                       separated values). All data dumped is between double\n"
702"                       quotes. Allowed formats are :\n"
703"                       \n"
704"                         - csv : separate datas with commas\n"
705"                         - ssv : separate datas with semicolons\n"
706"                         - tsv : separate datas with tabs\n"
707"                         - xml : dump data as XML\n"
708"                         \n"
709"  -o | --output fname  All datas will be dumped to the file instead of\n"
710"                       to the standard output. The special '-' filename\n"
711"                       is the default value and means stdout.\n"
712"                       WARNING : existing files are truncated !\n"
713"  \n"
714"Examples :\n"
715"\n"
716"  $ dumpykota --data history --format csv >myfile.csv\n"
717"  \n"
718"  This dumps the history in a comma separated values file, for possible\n"
719"  use in a spreadsheet.\n"
720"  \n"
721"  $ dumpykota --data users --format xml -o users.xml\n"
722"  \n"
723"  Dumps all users datas to the users.xml file.\n"
724"  \n"
725"This program is free software; you can redistribute it and/or modify\n"
726"it under the terms of the GNU General Public License as published by\n"
727"the Free Software Foundation; either version 2 of the License, or\n"
728"(at your option) any later version.\n"
729"\n"
730"This program is distributed in the hope that it will be useful,\n"
731"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
732"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
733"GNU General Public License for more details.\n"
734"\n"
735"You should have received a copy of the GNU General Public License\n"
736"along with this program; if not, write to the Free Software\n"
737"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
738"\n"
739"Please e-mail bugs to: %s"
740msgstr ""
741
742#, python-format
743msgid "Invalid modifier [%s] for --data command line option, see help."
744msgstr ""
745
746#, python-format
747msgid "Invalid modifier [%s] for --format command line option, see help."
748msgstr ""
749
750msgid "XML output is disabled because the jaxml module is not available."
751msgstr ""
752
753msgid "PyKota data dumper failed : I/O error"
754msgstr ""
755
756msgid "The -d | --data command line option is mandatory, see help."
757msgstr ""
758
759msgid "Too many arguments, see help."
760msgstr ""
761
762#, python-format
763msgid ""
764"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
765"A Print Quota editor for PyKota.\n"
766"\n"
767"command line usage :\n"
768"\n"
769"  edpykota [options] user1 user2 ... userN\n"
770"  \n"
771"  edpykota [options] group1 group2 ... groupN\n"
772"\n"
773"options :\n"
774"\n"
775"  -v | --version       Prints edpykota's version number then exits.\n"
776"  -h | --help          Prints this message then exits.\n"
777"  \n"
778"  -a | --add           Adds users and/or printers if they don't \n"
779"                       exist on the Quota Storage Server.\n"
780"                       \n"
781"  -d | --delete        Deletes users/groups from the quota storage.\n"
782"                       Printers are never deleted.\n"
783"                       \n"
784"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
785"                       for a particular printer. Job price is optional.\n"
786"                       If both are to be set, separate them with a comma.\n"
787"                       Floating point values are allowed.\n"
788"  \n"
789"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
790"                              listed, separated by commas. The groups\n"
791"                              must already exist in the Quota Storage.\n"
792"  \n"
793"  -u | --users         Edit users print quotas, this is the default.\n"
794"  \n"
795"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
796"                       use wildcards characters to select only\n"
797"                       some printers. The default value is *, meaning\n"
798"                       all printers. \n"
799"                       You can specify several names or wildcards, \n"
800"                       by separating them with commas.\n"
801"  \n"
802"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
803"                       pg1, pg2, etc... which must already exist.\n"
804"                       A printer group is just like a normal printer,\n"
805"                       only that it is usually unknown from the printing\n"
806"                       system. Create printer groups exactly the same\n"
807"                       way that you create printers, then add other \n"
808"                       printers to them with this option.\n"
809"                       Accounting is done on a printer and on all\n"
810"                       the printer groups it belongs to, quota checking\n"
811"                       is done on a printer and on all the printer groups\n"
812"                       it belongs to.\n"
813"  \n"
814"  -g | --groups        Edit users groups print quotas instead of users.\n"
815"                          \n"
816"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
817"                       print quotas\n"
818"                       \n"
819"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
820"  \n"
821"  -r | --reset         Resets the actual page counter for the user\n"
822"                       or group to zero on the specified printers. \n"
823"                       The life time page counter is kept unchanged.\n"
824"                       \n"
825"  -R | --hardreset     Resets the actual and life time page counters\n"
826"                       for the user or group to zero on the specified \n"
827"                       printers. \n"
828"                       \n"
829"  -l | --limitby l     Choose if the user/group is limited in "
830"printing                     \n"
831"                       by its account balance or by its page quota.\n"
832"                       The default value is 'quota'. Allowed values\n"
833"                       are 'quota' 'balance' 'quota-then-balance' and\n"
834"                       'balance-then-quota'.\n"
835"                       WARNING : quota-then-balance and balance-then-quota\n"
836"                       are not yet implemented.\n"
837"                       \n"
838"  -b | --balance b     Sets the user's account balance to "
839"b.                     \n"
840"                       Account balance may be increase or decreased\n"
841"                       if b is prefixed with + or -.\n"
842"                       WARNING : when decreasing account balance,\n"
843"                       the total paid so far by the user is decreased\n"
844"                       too.\n"
845"                       Groups don't have a real balance, but the\n"
846"                       sum of their users' account balance.\n"
847"                       \n"
848"  -S | --softlimit sl  Sets the quota soft limit to sl "
849"pages.                       \n"
850"  \n"
851"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
852"  \n"
853"  user1 through userN and group1 through groupN can use wildcards\n"
854"  if the --add option is not set.\n"
855"  \n"
856"examples :                              \n"
857"\n"
858"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
859"  \n"
860"  This will add users john, paul, george and ringo to the quota\n"
861"  database, and set their print quotas to the same values than user \n"
862"  jerome. User jerome must already exist.\n"
863"  User ringo's email address will also be set to 'ringo@example.com'\n"
864"  \n"
865"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
866"  \n"
867"  This will set jerome's print quota on the lp printer to a soft limit\n"
868"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
869"  printer lp doesn't exist on the Quota Storage Server then nothing is "
870"done.\n"
871"\n"
872"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
873"  \n"
874"  Same as above, but if either user jerome or printer lp doesn't exist \n"
875"  on the Quota Storage Server they are automatically added. Also\n"
876"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
877"  already exist in the Quota Storage.\n"
878"            \n"
879"  $ edpykota -g -S 500 -H 550 financial support            \n"
880"  \n"
881"  This will set print quota soft limit to 500 pages and hard limit\n"
882"  to 550 pages for groups financial and support on all printers.\n"
883"  \n"
884"  $ edpykota --reset jerome \"jo*\"\n"
885"  \n"
886"  This will reset jerome's page counter to zero on all printers, as\n"
887"  well as every user whose name begins with 'jo'.\n"
888"  Their life time page counter on each printer will be kept unchanged.\n"
889"  You can also reset the life time page counters by using the\n"
890"  --hardreset | -R command line option.\n"
891"  \n"
892"  $ edpykota --printer hpcolor --noquota jerome\n"
893"  \n"
894"  This will tell PyKota to not limit jerome when printing on the \n"
895"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
896"  accounting of the pages he prints will still be kept.\n"
897"  Print Quotas for jerome on other printers are unchanged.\n"
898"  \n"
899"  $ edpykota --limitby balance jerome\n"
900"  \n"
901"  This will tell PyKota to limit jerome by his account's balance\n"
902"  when printing.\n"
903"  \n"
904"  $ edpykota --balance +10.0 jerome\n"
905"  \n"
906"  This will increase jerome's account balance by 10.0 (in your\n"
907"  own currency). You can decrease the account balance with a\n"
908"  dash prefix, and set it to a fixed amount with no prefix.\n"
909"  \n"
910"  $ edpykota --delete jerome rachel\n"
911"  \n"
912"  This will completely delete jerome and rachel from the Quota Storage\n"
913"  database. All their quotas and jobs will be deleted too.\n"
914"  \n"
915"  $ edpykota --printer lp --charge 0.1\n"
916"  \n"
917"  This will set the page price for printer lp to 0.1. Job price\n"
918"  will not be changed.\n"
919"  \n"
920"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
921"  \n"
922"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
923"  When printing either on hplj1 or hplj2, print quota will also be \n"
924"  checked and accounted for on virtual printers Laser and HP.\n"
925"\n"
926"This program is free software; you can redistribute it and/or modify\n"
927"it under the terms of the GNU General Public License as published by\n"
928"the Free Software Foundation; either version 2 of the License, or\n"
929"(at your option) any later version.\n"
930"\n"
931"This program is distributed in the hope that it will be useful,\n"
932"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
933"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
934"GNU General Public License for more details.\n"
935"\n"
936"You should have received a copy of the GNU General Public License\n"
937"along with this program; if not, write to the Free Software\n"
938"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
939"\n"
940"Please e-mail bugs to: %s"
941msgstr ""
942
943#, python-format
944msgid "Invalid softlimit value %s."
945msgstr "Limite soft %s non valido."
946
947#, python-format
948msgid "Invalid hardlimit value %s."
949msgstr "Limite hard %s non valido."
950
951#, python-format
952msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
953msgstr "Limite hard %i minore del limite soft %i, i valori verranno scambiati."
954
955#, python-format
956msgid "Invalid balance value %s"
957msgstr "Valore di credito %s"
958
959#, python-format
960msgid "Invalid limitby value %s"
961msgstr "Valore di limite %s non valido"
962
963msgid "You have to pass user or group names on the command line"
964msgstr ""
965"Bisogna specificare dei nomi di utente o di gruppo sulla linea di comando"
966
967#, python-format
968msgid "Prototype %s not found in Quota Storage for printer %s."
969msgstr ""
970"Prototipo %s non trovato nello storage delle quote per la stampante %s."
971
972#, python-format
973msgid "Prototype object %s not found in Quota Storage."
974msgstr "Oggetto prototipo %s non trovato nello storage delle quote."
975
976#, python-format
977msgid "Undefined hard limit set to soft limit (%s) on printer %s."
978msgstr ""
979"Limite hard non specificato impostato al limite soft (%s) sulla stampante %s."
980
981#, python-format
982msgid "Undefined soft limit set to hard limit (%s) on printer %s."
983msgstr ""
984"Limite soft non specificato impostato al limite hard (%s) sulla stampante %s."
985
986#, python-format
987msgid "Invalid email address %s"
988msgstr "Indirizzo email non valido %s"
989
990#, python-format
991msgid "Unknown group %s"
992msgstr ""
993
994#, python-format
995msgid "Unknown user %s"
996msgstr ""
997
998#, python-format
999msgid "Invalid group name %s"
1000msgstr "Nome gruppo non valido %s"
1001
1002#, python-format
1003msgid "Invalid user name %s"
1004msgstr "Nome utente non valido %s"
1005
1006#, python-format
1007msgid "Quota not found for object %s on printer %s."
1008msgstr "Quota non trovata per l'oggetto %s sulla stampante %s."
1009
1010#, python-format
1011msgid "Group %s not found in the PyKota Storage."
1012msgstr "Gruppo %s non trovato nello storage di PyKota."
1013
1014msgid "Software accounting already done in first pass. Ignoring."
1015msgstr "Conteggio software gi�ffettuato nel primo passaggio. Ignorato."
1016
1017msgid "Hardware accounting already done in first pass. Ignoring."
1018msgstr "Conteggio hardware gi�ffettuato nel primo passaggio. Ignorato."
1019
1020msgid "Job size and price now set in history."
1021msgstr ""
1022
1023#, python-format
1024msgid ""
1025"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
1026"\n"
1027"Generates print quota reports.\n"
1028"\n"
1029"command line usage :\n"
1030"\n"
1031"  repykota [options] \n"
1032"\n"
1033"options :\n"
1034"\n"
1035"  -v | --version       Prints repykota's version number then exits.\n"
1036"  -h | --help          Prints this message then exits.\n"
1037"  \n"
1038"  -u | --users         Generates a report on users quota, this is \n"
1039"                       the default.\n"
1040"  \n"
1041"  -g | --groups        Generates a report on group quota instead of users.\n"
1042"  \n"
1043"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
1044"                       use wildcards characters to select only\n"
1045"                       some printers. The default value is *, meaning\n"
1046"                       all printers.\n"
1047"                       You can specify several names or wildcards, \n"
1048"                       by separating them with commas.\n"
1049"  \n"
1050"examples :                              \n"
1051"\n"
1052"  $ repykota --printer lp\n"
1053"  \n"
1054"  This will print the quota status for all users who use the lp printer.\n"
1055"\n"
1056"  $ repykota \n"
1057"  \n"
1058"  This will print the quota status for all users on all printers.\n"
1059"  \n"
1060"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1061"  \n"
1062"  This will print the quota status for user jerome and all users\n"
1063"  whose name begins with \"jo\" on all printers which name begins\n"
1064"  with \"laser\" or ends with \"pson\".\n"
1065"  \n"
1066"  If launched by an user who is not a PyKota administrator, additionnal\n"
1067"  arguments representing users or groups names are ignored, and only the\n"
1068"  current user/group is reported.\n"
1069"\n"
1070"This program is free software; you can redistribute it and/or modify\n"
1071"it under the terms of the GNU General Public License as published by\n"
1072"the Free Software Foundation; either version 2 of the License, or\n"
1073"(at your option) any later version.\n"
1074"\n"
1075"This program is distributed in the hope that it will be useful,\n"
1076"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1077"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1078"GNU General Public License for more details.\n"
1079"\n"
1080"You should have received a copy of the GNU General Public License\n"
1081"along with this program; if not, write to the Free Software\n"
1082"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1083"\n"
1084"Please e-mail bugs to: %s"
1085msgstr ""
1086
1087#, python-format
1088msgid ""
1089"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
1090"\n"
1091"Sends mail to users over print quota.\n"
1092"\n"
1093"command line usage :\n"
1094"\n"
1095"  warnpykota  [options]  [names]\n"
1096"\n"
1097"options :\n"
1098"\n"
1099"  -v | --version       Prints warnpykota's version number then exits.\n"
1100"  -h | --help          Prints this message then exits.\n"
1101"  \n"
1102"  -u | --users         Warns users over their print quota, this is the \n"
1103"                       default.\n"
1104"  \n"
1105"  -g | --groups        Warns users whose groups quota are over limit.\n"
1106"  \n"
1107"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1108"                       use wildcards characters to select only\n"
1109"                       some printers. The default value is *, meaning\n"
1110"                       all printers.\n"
1111"                       You can specify several names or wildcards, \n"
1112"                       by separating them with commas.\n"
1113"  \n"
1114"examples :                              \n"
1115"\n"
1116"  $ warnpykota --printer lp\n"
1117"  \n"
1118"  This will warn all users of the lp printer who have exceeded their\n"
1119"  print quota.\n"
1120"\n"
1121"  $ warnpykota \n"
1122"  \n"
1123"  This will warn all users  who have exceeded their print quota on\n"
1124"  any printer.\n"
1125"\n"
1126"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1127"  \n"
1128"  This will warn all users of groups which names begins with \"dev\" and\n"
1129"  who have exceeded their print quota on any printer which name begins \n"
1130"  with \"laserjet\"\n"
1131"  \n"
1132"  If launched by an user who is not a PyKota administrator, additionnal\n"
1133"  arguments representing users or groups names are ignored, and only the\n"
1134"  current user/group is reported.\n"
1135"\n"
1136"This program is free software; you can redistribute it and/or modify\n"
1137"it under the terms of the GNU General Public License as published by\n"
1138"the Free Software Foundation; either version 2 of the License, or\n"
1139"(at your option) any later version.\n"
1140"\n"
1141"This program is distributed in the hope that it will be useful,\n"
1142"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1143"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1144"GNU General Public License for more details.\n"
1145"\n"
1146"You should have received a copy of the GNU General Public License\n"
1147"along with this program; if not, write to the Free Software\n"
1148"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1149"\n"
1150"Please e-mail bugs to: %s"
1151msgstr ""
1152
1153#, python-format
1154msgid "Unsupported accounter backend %s"
1155msgstr "Backend per il conteggio non supportato %s"
1156
1157#, python-format
1158msgid "Configuration file %s not found."
1159msgstr "File di configurazione %s non trovato."
1160
1161#, python-format
1162msgid "Option %s not found in section global of %s"
1163msgstr "Opzione %s non trovata nella sezione globale di %s"
1164
1165#, python-format
1166msgid "Option %s not found in section %s of %s"
1167msgstr "Opzione %s non trovata nella sezione %s di %s"
1168
1169#, python-format
1170msgid "Option logger only supports values in %s"
1171msgstr "L'opzione logger supporta solamente i seguenti valori %s"
1172
1173#, python-format
1174msgid "Invalid accounter %s for printer %s"
1175msgstr "Accounter non valido %s per la stampante %s"
1176
1177#, python-format
1178msgid "Option accounter in section %s only supports values in %s"
1179msgstr ""
1180"L'opzione accounter nella sezione %s supporta solamente i seguenti valori %s"
1181
1182#, python-format
1183msgid "Option enforcement in section %s only supports values in %s"
1184msgstr ""
1185"Imposizione dell'opzione nella sezione %s supporta solamente i valori in %s"
1186
1187#, python-format
1188msgid "Option onaccountererror in section %s only supports values in %s"
1189msgstr ""
1190
1191#, python-format
1192msgid "Invalid policy %s for printer %s"
1193msgstr "Policy non valida %s per la stampante %s"
1194
1195#, python-format
1196msgid "Option policy in section %s only supports values in %s"
1197msgstr ""
1198"L'opzione policy nella sezione %s supporta solamente i seguenti valori %s"
1199
1200#, python-format
1201msgid "Invalid option mailto %s for printer %s"
1202msgstr "Opzione mailto %s non valida per la stampante %s"
1203
1204#, python-format
1205msgid "Option mailto in section %s only supports values in %s"
1206msgstr ""
1207"Opzione mailto nella sezione %s supporta solamente i seguenti valori %s"
1208
1209#, python-format
1210msgid "Invalid grace delay %s"
1211msgstr "Periodo di grace delay %s non valido"
1212
1213#, python-format
1214msgid "Invalid poor man's threshold %s"
1215msgstr "Poor man's threshold non valido %s"
1216
1217msgid ""
1218"Your Print Quota account balance is Low.\n"
1219"Soon you'll not be allowed to print anymore.\n"
1220"Please contact the Print Quota Administrator to solve the problem."
1221msgstr ""
1222"Il credito di stampa del vostro account �n esaurimento. \n"
1223"A breve non sar�i�sibile stampare.\n"
1224"Si prega di contattare l'amministratore delle quote di stampa per risolvere "
1225"il problema."
1226
1227#, python-format
1228msgid ""
1229"You are not allowed to print anymore because\n"
1230"your Print Quota is exceeded on printer %s."
1231msgstr ""
1232"Non siete pi�grado di stampare in quanto\n"
1233"la vostra quota sulla stampante %s �saurita."
1234
1235#, python-format
1236msgid ""
1237"You will soon be forbidden to print anymore because\n"
1238"your Print Quota is almost reached on printer %s."
1239msgstr ""
1240"A breve non sarete pi�grado di stampare in quanto\n"
1241"la vostra quota sulla stampante %s �uasi esaurita."
1242
1243#, python-format
1244msgid "Option accountbanner in section %s only supports values in %s"
1245msgstr ""
1246
1247#, python-format
1248msgid "Unsupported logging subsystem %s"
1249msgstr "Sottosistema di logging %s non supportato"
1250
1251#, python-format
1252msgid "Report for %s quota on printer %s"
1253msgstr "Report per la quota di %s sulla stampante %s"
1254
1255#, python-format
1256msgid "Pages grace time: %i days"
1257msgstr "Tempo di grace per pagine: %i giorni"
1258
1259#, python-format
1260msgid "Price per job: %.3f"
1261msgstr "Prezzo per stampa : %.3f"
1262
1263#, python-format
1264msgid "Price per page: %.3f"
1265msgstr "Prezzo per pagina: %.3f"
1266
1267msgid ""
1268"Group           used    soft    hard    balance grace         total       "
1269"paid"
1270msgstr ""
1271"Gruppo          usato   soft    hard    balance grace         totale      "
1272"pagato"
1273
1274msgid ""
1275"User            used    soft    hard    balance grace         total       "
1276"paid"
1277msgstr ""
1278"User            usato   soft    hard    balance grace         totale      "
1279"pagato"
1280
1281msgid "unknown"
1282msgstr "sconosciuto"
1283
1284#, python-format
1285msgid "Real : %s"
1286msgstr "Reale : %s"
1287
1288#, python-format
1289msgid "Total : %9i"
1290msgstr "Totale : %9i"
1291
1292#, python-format
1293msgid "Unsupported reporter backend %s"
1294msgstr "Reporter backend non supportato %s"
1295
1296#, python-format
1297msgid "Unsupported quota storage backend %s"
1298msgstr "Storage delle quote non supportato %s"
1299
1300#, python-format
1301msgid "Impossible to connect to SMTP server : %s"
1302msgstr "Impossibile connettersi al server SMTP : %s"
1303
1304#, python-format
1305msgid "Impossible to send mail to %s, error %s : %s"
1306msgstr "Impossibile inviare la mail a %s, errore %s : %s"
1307
1308#, python-format
1309msgid ""
1310"\n"
1311"\n"
1312"Please contact your system administrator :\n"
1313"\n"
1314"\t%s - <%s>\n"
1315msgstr ""
1316"\n"
1317"\n"
1318"Prego contattare il proprio amministratore di sistema :\n"
1319"\n"
1320"\t%s - <%s>\n"
1321
1322#, python-format
1323msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1324msgstr ""
1325"Impossibile trovare l'utente %s sulla stampante %s, verr�pplicata la "
1326"policy di default (%s)"
1327
1328#, python-format
1329msgid ""
1330"Unable to find user %s's account balance, applying default policy (%s) for "
1331"printer %s"
1332msgstr ""
1333"Impossibile trovare il bilancio dell'account utente %s, verr�pplicata la "
1334"policy di default (%s) per la stampante %s"
1335
1336#, python-format
1337msgid "Print Quota exceeded for group %s on printer %s"
1338msgstr "Quota di stampa superata per il gruppo %s sulla stampante %s"
1339
1340msgid "Print Quota"
1341msgstr "Quota di stampa"
1342
1343msgid "Print Quota Exceeded"
1344msgstr "Quota di stampa superata"
1345
1346#, python-format
1347msgid "Print Quota low for group %s on printer %s"
1348msgstr "Quota di stampa in esaurimento per il gruppo %s sulla stampante %s"
1349
1350#, python-format
1351msgid "Print Quota exceeded for user %s on printer %s"
1352msgstr "Quota di stampa superata per l'utente %s sulla stampante %s"
1353
1354#, python-format
1355msgid "Print Quota low for user %s on printer %s"
1356msgstr "Quota di stampa in esaurimento per l'utente %s sulla stampante %s"
1357
1358msgid "Print Quota Low"
1359msgstr "Quota di stampa in esaurimento"
1360
1361#, python-format
1362msgid "Printing system %s, args=%s"
1363msgstr "Sistema di stampa %s, args=%s"
1364
1365#, python-format
1366msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1367msgstr ""
1368"Impossibile precalcolare la dimensione della stampa con il modulo PDL "
1369"generico: %s"
1370
1371#, python-format
1372msgid "SIGTERM received, job %s cancelled."
1373msgstr "Segnale SIGTERM ricevuto, stampa %s cancellata."
1374
1375#, python-format
1376msgid "Banner generator %s exit code is %s"
1377msgstr ""
1378
1379msgid "Printer hostname undefined, set to 'localhost'"
1380msgstr "Nome host della stampante non definito, impostato a 'localhost'"
1381
1382#, python-format
1383msgid "Printing system unknown, args=%s"
1384msgstr "Sistema di stampa sconosciuto, args=%s"
1385
1386#, python-format
1387msgid ""
1388"Printer %s not registered in the PyKota system, applying external policy (%"
1389"s) for printer %s"
1390msgstr ""
1391"La stampante %s non �egistrata all'interno del sistema PyKota, verr�
1392"utilizzata la policy esterna (%s)per la stampante %s"
1393
1394#, python-format
1395msgid ""
1396"User %s not registered in the PyKota system, applying external policy (%s) "
1397"for printer %s"
1398msgstr ""
1399"L'utente %s non �egistrato all'interno del sistema PyKota, verr�
1400"utilizzata la policy esterna (%s) per la stampante %s"
1401
1402#, python-format
1403msgid ""
1404"User %s doesn't have quota on printer %s in the PyKota system, applying "
1405"external policy (%s) for printer %s"
1406msgstr ""
1407"L'utente %s non possiede una quota sulla stampante %s all'interno di PyKota, "
1408"verr�sata la policy esterna (%s) per la stampante %s"
1409
1410#, python-format
1411msgid ""
1412"External policy %s for printer %s produced an error. Job rejected. Please "
1413"check PyKota's configuration files."
1414msgstr ""
1415"La policy esterna %s per la stampante %s ha causato un errore. Stampa "
1416"annullata. Si verifichinoi file di configurazione di PyKota."
1417
1418#, python-format
1419msgid ""
1420"Printer %s not registered in the PyKota system, applying default policy (%s)"
1421msgstr ""
1422"Stampante %s non presente nel sistema PyKota, verr�tilizzata la policy di "
1423"default (%s)"
1424
1425#, python-format
1426msgid ""
1427"User %s not registered in the PyKota system, applying default policy (%s) "
1428"for printer %s"
1429msgstr ""
1430"Utente %s non ancora presente nel sistema PyKota, verr�tilizzata una "
1431"policty di default (%s) per la stampante %s"
1432
1433#, python-format
1434msgid ""
1435"User %s doesn't have quota on printer %s in the PyKota system, applying "
1436"default policy (%s)"
1437msgstr ""
1438"Utente %s non possiede una quota sulla stampante %s nel sistema PyKota, "
1439"verr�tilizzata la policy di default (%s)"
1440
1441#, python-format
1442msgid ""
1443"Printer %s still not registered in the PyKota system, job will be rejected"
1444msgstr ""
1445"Stampante %s non ancora presente nel sistema PyKota, la stampa verr�
1446"rifiutata"
1447
1448#, python-format
1449msgid ""
1450"User %s still not registered in the PyKota system, job will be rejected on "
1451"printer %s"
1452msgstr ""
1453"Utente %s non ancora presente nel sistema PyKota, la stampa verr�ifiutata "
1454"sulla stampante %s"
1455
1456#, python-format
1457msgid ""
1458"User %s still doesn't have quota on printer %s in the PyKota system, job "
1459"will be rejected"
1460msgstr ""
1461"L'utente %s non ha alcuna quota impostata sulla stampante %s all'interno di "
1462"Pykota, la stampa verr�ifiutata"
1463
1464#, python-format
1465msgid "Network error while doing SNMP queries on printer %s : %s"
1466msgstr ""
1467
1468#, python-format
1469msgid "SNMP message decoding error for printer %s : %s"
1470msgstr ""
1471
1472#, python-format
1473msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1474msgstr ""
1475
1476#, python-format
1477msgid "Waiting for printer %s to be idle or printing..."
1478msgstr ""
1479
1480#, python-format
1481msgid "Waiting for printer %s's idle status to stabilize..."
1482msgstr ""
1483
1484#, python-format
1485msgid "Problem during connection to %s:%s : %s"
1486msgstr ""
1487
1488#, python-format
1489msgid "Problem while sending PJL query to %s:%s : %s"
1490msgstr ""
1491
1492#, python-format
1493msgid "A problem occured while reading printer %s's internal page counter."
1494msgstr ""
1495
1496#, python-format
1497msgid "Retrieving printer %s's page counter from database instead."
1498msgstr ""
1499
1500#, python-format
1501msgid ""
1502"Couldn't retrieve printer %s's internal page counter either before or after "
1503"printing."
1504msgstr ""
1505
1506#, python-format
1507msgid "Job's size forced to 1 page for printer %s."
1508msgstr ""
1509
1510#, python-format
1511msgid "No previous job in database for printer %s."
1512msgstr ""
1513
1514#, python-format
1515msgid "Inconsistent values for printer %s's internal page counter."
1516msgstr ""
1517
1518msgid ""
1519"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
1520"download it from http://pysnmp.sourceforge.net"
1521msgstr ""
1522
1523#, python-format
1524msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1525msgstr "Indirizzo stampante sconosciuto per HARDWARE(%s) per la stampante %s"
1526
1527#, python-format
1528msgid "Launching HARDWARE(%s)..."
1529msgstr "Avvio HARDWARE(%s)..."
1530
1531#, python-format
1532msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1533msgstr "SIGTERM inviato al contatore hardware %s (pid: %s)"
1534
1535#, python-format
1536msgid "Line [%s] skipped in accounter's output. Trying again..."
1537msgstr ""
1538
1539#, python-format
1540msgid "Hardware accounter %s exit code is %s"
1541msgstr ""
1542
1543#, python-format
1544msgid "Unable to query printer %s via HARDWARE(%s)"
1545msgstr "Impossibile ottenere informazioni dalla stampante %s via HARDWARE(%s)"
1546
1547#, python-format
1548msgid ""
1549"SNMP querying stage interrupted. Using latest value seen for internal page "
1550"counter (%s) on printer %s."
1551msgstr ""
1552
1553#, python-format
1554msgid ""
1555"PJL querying stage interrupted. Using latest value seen for internal page "
1556"counter (%s) on printer %s."
1557msgstr ""
1558
1559#, python-format
1560msgid "Launching SOFTWARE(%s)..."
1561msgstr "Avvio SOFTWARE(%s)..."
1562
1563#, python-format
1564msgid "Unable to compute job size with accounter %s"
1565msgstr "Impossibile calcolare la dimensione della stampa con il metodo %s"
1566
1567#, python-format
1568msgid "Problem while waiting for software accounter pid %s to exit : %s"
1569msgstr ""
1570"Errore durante l'attesa della terminzaione del contatore software con pid %"
1571"s: %s"
1572
1573#, python-format
1574msgid "Software accounter %s exit code is %s"
1575msgstr "Contatore software %s terminato con codice %s"
1576
1577msgid "Totals may be inaccurate if some users are members of several groups."
1578msgstr ""
1579"Le somme potranno non essere accurate se alcuni utenti fanno parte di pi�gruppi"
1580
1581#, python-format
1582msgid ""
1583"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1584"double check /etc/pykota/pykota.conf : %s"
1585msgstr ""
1586"La base di ricerca %s non sembra esistere. Possibile errore di "
1587"configurazione.Si verifichi il file /etc/pykota/pykota.conf : %s"
1588
1589#, python-format
1590msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1591msgstr "La ricerca di %s(%s) da %s(scope=%s) non ha ottenuto risultati."
1592
1593#, python-format
1594msgid "Problem adding LDAP entry (%s, %s)"
1595msgstr "Errore avvenuto aggiungendo la entry LDAP (%s, %s)"
1596
1597#, python-format
1598msgid "Problem deleting LDAP entry (%s)"
1599msgstr "Errore avvenuto cancellando la entry LDAP (%s)"
1600
1601#, python-format
1602msgid "Problem modifying LDAP entry (%s, %s)"
1603msgstr "Errore avvenuto durante la modifica della entry LDAP (%s, %s)"
1604
1605#, python-format
1606msgid ""
1607"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1608"entries manually ?"
1609msgstr ""
1610
1611#, python-format
1612msgid ""
1613"Unable to find an existing objectClass %s entry with %s=%s to attach "
1614"pykotaAccount objectClass"
1615msgstr ""
1616"Impossibile trovare un una entry con objectClass %s esistente con %s=%s a "
1617"cui aggiungere pykotaAccount objectClass"
1618
1619#, python-format
1620msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1621msgstr ""
1622"Impossibile trovare una entry esistente a cui aggiungere objectclass "
1623"pykotaGroup %s"
1624
1625msgid "PyKota Reports"
1626msgstr "Report di PyKota"
1627
1628msgid "Report"
1629msgstr "Report"
1630
1631msgid "Printer"
1632msgstr "Stampante"
1633
1634msgid "User / Group names mask"
1635msgstr "Mask nomi utenti / gruppi"
1636
1637msgid "Groups report"
1638msgstr "Report gruppi"
1639
1640msgid "Please click on the above button"
1641msgstr ""
1642
1643msgid "History"
1644msgstr "Cronologia"
1645
1646msgid "Empty"
1647msgstr "Vuoto"
1648
1649msgid "Action"
1650msgstr "Azione"
1651
1652msgid "User"
1653msgstr "Utente"
1654
1655msgid "Hostname"
1656msgstr "Nome host"
1657
1658msgid "JobId"
1659msgstr "Id stampa"
1660
1661msgid "JobSize"
1662msgstr "Dimensione stampa"
1663
1664msgid "JobPrice"
1665msgstr "Prezzo stampa"
1666
1667msgid "Copies"
1668msgstr "Copie"
1669
1670msgid "JobBytes"
1671msgstr "Stampa in byte"
1672
1673msgid "PageCounter"
1674msgstr "Contatore pagine"
1675
1676msgid "Options"
1677msgstr "Opzioni"
1678
1679msgid "Previous page"
1680msgstr "Pagina precedente"
Note: See TracBrowser for help on using the browser.