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

Revision 2266, 61.9 kB (checked in by jerome, 19 years ago)

Now dumpykota and dumpykota.cgi accept start= and end=
to specify the starting and ending dates when dumping the
history.
Syntax allowed is :

start|end=YYYY[MM[DD[hh[mm[ss]]]]]

and this is REALLY powerful !

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