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

Revision 2059, 60.9 kB (checked in by jalet, 19 years ago)

Updated the translation files to the latest version of the code

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