root / pykota / trunk / po / es / pykota.po @ 3561

Revision 3561, 170.0 kB (checked in by jerome, 11 years ago)

Changed copyright years.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#
2# PyKota : Print Quotas for CUPS
3#
4# (c) 2003-2013 Jerome Alet <alet@librelogiciel.com>
5# This program is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program.  If not, see <http://www.gnu.org/licenses/>.
17#
18# $Id$
19# Sergio González González <sergio.gonzalez@hispalinux.es>, 2005.
20#
21#
22#
23msgid ""
24msgstr ""
25"Project-Id-Version: pykota\n"
26"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
27"POT-Creation-Date: 2006-03-30 22:00+0200\n"
28"PO-Revision-Date: 2005-02-23 20:05+0100\n"
29"Last-Translator: Sergio González González <sergio.gonzalez@hispalinux.es>\n"
30"Language-Team: Spanish <sergio.gonzalez@hispalinux.es>\n"
31"Language: es\n"
32"MIME-Version: 1.0\n"
33"Content-Type: text/plain; charset=UTF-8\n"
34"Content-Transfer-Encoding: 8bit\n"
35"X-Generator: KBabel 1.9.1\n"
36
37#
38# NB : THE FIVE ENTRIES BELOW WERE ADDED MANUALLY
39#
40msgid "ALLOW"
41msgstr ""
42
43msgid "DENY"
44msgstr ""
45
46msgid "CANCEL"
47msgstr ""
48
49msgid "PROBLEM"
50msgstr ""
51
52msgid "REFUND"
53msgstr ""
54
55#, python-format
56msgid ""
57"autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
58"\n"
59"A tool to automate user account creation and initial balance setting.\n"
60"\n"
61"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
62"\n"
63"command line usage :\n"
64"\n"
65"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
66"  OF AN external policy IN pykota.conf\n"
67"  \n"
68"  autopykota { -i | --initbalance value } \n"
69"\n"
70"options :\n"
71"\n"
72"  -v | --version       Prints autopykota's version number then exits.\n"
73"  -h | --help          Prints this message then exits.\n"
74"  \n"
75"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
76"                       If the user already exists, actual balance is left\n"
77"                       unmodified. If unset, the default value is 0.\n"
78"\n"
79"  -e | --email addr    Sets the user's e-mail address.\n"
80"  \n"
81msgstr ""
82
83#, python-format
84msgid "SIGTERM received, job %s cancelled."
85msgstr "Señal SIGTERM recibida, trabajo %s cancelado."
86
87#, python-format
88msgid "Network error while querying the CUPS server : %s"
89msgstr ""
90
91msgid "You are not allowed to print at this time."
92msgstr ""
93
94msgid "Print job cancelled."
95msgstr ""
96
97msgid "Unlimited"
98msgstr ""
99
100msgid "ON"
101msgstr ""
102
103msgid "OFF"
104msgstr ""
105
106#, python-format
107msgid "Banner generator %s exit code is %s"
108msgstr "El código de salida del generador de banners %s es %s"
109
110msgid "Banner won't be printed : maximum number of deny banners reached."
111msgstr "El banner no se imprimirá : se ha alcanzado el máximo número de banners rechazados."
112
113#, python-format
114msgid "Beware : computed job size (%s) != precomputed job size (%s)"
115msgstr "Cuidado : tamaño del trabajo calculado (%s) != tamaño del trabajo precalculado (%s)"
116
117msgid "The job size will be trusted anyway according to the 'trustjobsize' directive"
118msgstr "El tamaño del trabajo se validará de todas formas, de acuerdo con la directiva 'trustjobsize'"
119
120#, python-format
121msgid "The job size will be trusted because it is inferior to the 'trustjobsize' directive's limit %s"
122msgstr "El tamaño del trabajo se validará porque es inferior al límite de la directiva 'trustjobsize' %s"
123
124#, python-format
125msgid "The job size will be modified according to the 'trustjobsize' directive : %s"
126msgstr "El tamaño del trabajo se modificará de acuerdo con la directiva 'trustjobsize' : %s"
127
128#, python-format
129msgid "Printer %s not registered in the PyKota system, applying external policy (%s) for printer %s"
130msgstr "Impresora %s no registrada en el sistema PyKota, aplicando la política externa (%s) para la impresora %s"
131
132#, python-format
133msgid "User %s not registered in the PyKota system, applying external policy (%s) for printer %s"
134msgstr "Usuario %s no registrado en el sistema PyKota, aplicando la política externa (%s) para la impresora %s"
135
136#, python-format
137msgid "User %s doesn't have quota on printer %s in the PyKota system, applying external policy (%s) for printer %s"
138msgstr "El usuario %s no posee cuota en la impresora %s bajo el sistema PyKota, aplicando la política externa (%s) para la impresora %s"
139
140#, python-format
141msgid "External policy %s for printer %s produced an error. Job rejected. Please check PyKota's configuration files."
142msgstr "La política externa %s para la impresora %s ha producido un error. Trabajo rechazado. Por favor, revise los archivos de configuración de PyKota."
143
144#, python-format
145msgid "Printer %s not registered in the PyKota system, applying default policy (%s)"
146msgstr "Impresora %s no registrada en el sistema PyKota, aplicando la política por defecto (%s)"
147
148#, python-format
149msgid "User %s not registered in the PyKota system, applying default policy (%s) for printer %s"
150msgstr "Usuario %s no registrado en el sistema PyKota, aplicando la política por defecto (%s) para la impresora %s"
151
152#, python-format
153msgid "User %s doesn't have quota on printer %s in the PyKota system, applying default policy (%s)"
154msgstr "el usuario %s no posee cuota en la impresora %s bajo el sistema PyKota, aplicando la política por defecto (%s)"
155
156#, python-format
157msgid "Printer %s still not registered in the PyKota system, job will be rejected"
158msgstr "La impresora %s no se ha registrado todavía en el sistema PyKota, se va a rechazar el trabajo"
159
160#, python-format
161msgid "User %s still not registered in the PyKota system, job will be rejected on printer %s"
162msgstr "El usuario %s no se ha registrado todavía en el sistema PyKota, el trabajo se va a rechazar en la impresora %s"
163
164#, python-format
165msgid "User %s still doesn't have quota on printer %s in the PyKota system, job will be rejected"
166msgstr "El usuario %s no tiene todavía cuota en la impresora %s bajo el sistema PyKota, se va a rechazar el trabajo"
167
168msgid "Job is a dupe"
169msgstr ""
170
171msgid "Printing is denied by configuration"
172msgstr ""
173
174#, python-format
175msgid "Duplicate print jobs are not allowed on printer %s."
176msgstr ""
177
178msgid "Subprocess denied printing of a dupe"
179msgstr ""
180
181#, python-format
182msgid "Duplicate print jobs are not allowed on printer %s at this time."
183msgstr ""
184
185msgid "Subprocess allowed printing of a dupe"
186msgstr ""
187
188#, python-format
189msgid ""
190"\n"
191"\n"
192"Your system administrator :\n"
193"\n"
194"\t%s - <%s>\n"
195msgstr ""
196
197#, python-format
198msgid "Impossible to connect to SMTP server : %s"
199msgstr "Imposible conectar con el servidor SMTP: %s"
200
201msgid "Print Quota"
202msgstr "Cuota de impresión"
203
204#, python-format
205msgid "Impossible to send mail to %s, error %s : %s"
206msgstr "Imposible enviar un correo electrónico a %s, error %s : %s"
207
208#, python-format
209msgid "Problem when sending mail : %s"
210msgstr ""
211
212msgid "Job contains no data. Printing is denied."
213msgstr "El trabajo no contiene una fecha. Se deniega la impresión."
214
215msgid "Error in external policy script. Printing is denied."
216msgstr ""
217
218#, python-format
219msgid "Still no print quota entry for user %s on printer %s after external policy. Printing is denied."
220msgstr ""
221
222msgid "Printing is denied by printer policy."
223msgstr ""
224
225msgid "Job allowed by printer policy. No accounting will be done."
226msgstr ""
227
228#, python-format
229msgid "Invalid policy %s for printer %s"
230msgstr "Política %s inválida para la impresora %s"
231
232#, python-format
233msgid "Precomputed job size (%s pages) too large for printer %s."
234msgstr ""
235
236#, python-format
237msgid "You are not allowed to print so many pages on printer %s at this time."
238msgstr ""
239
240#, python-format
241msgid "User %s is not allowed to print at this time."
242msgstr ""
243
244msgid "Your account settings forbid you to print at this time."
245msgstr ""
246
247#, python-format
248msgid "Print Quota exceeded for user %s on printer %s"
249msgstr "Cuota de impresión excedida para el usuario %s en la impresora %s"
250
251#, python-format
252msgid "Print Quota low for user %s on printer %s"
253msgstr "Cuota de impresión baja para el usuario %s en la impresora %s"
254
255msgid "Job denied, no accounting will be done."
256msgstr ""
257
258msgid "Job cancelled, no accounting will be done."
259msgstr ""
260
261msgid "Job accounting begins."
262msgstr "Ha comenzado la contabilización para el trabajo."
263
264msgid "Job denied, no accounting has been done."
265msgstr ""
266
267msgid "Job cancelled, no accounting has been done."
268msgstr ""
269
270msgid "Job accounting ends."
271msgstr "Ha terminado la contabilización para el trabajo."
272
273msgid "Job size forced to 0 because the real CUPS backend failed. No accounting will be done."
274msgstr ""
275
276msgid "The real CUPS backend failed, but the job will be accounted for anyway."
277msgstr ""
278
279msgid "Job size forced to 0 because printing is denied."
280msgstr "Se ha forzado el tamaño del trabajo a 0 debido a que la impresión está denegada."
281
282msgid "Job size forced to 0 because printing was cancelled."
283msgstr ""
284
285#, python-format
286msgid "Job size : %i"
287msgstr "Tamaño del trabajo : %i"
288
289#, python-format
290msgid "User %s's quota on printer %s won't be modified"
291msgstr ""
292
293#, python-format
294msgid "Updating user %s's quota on printer %s"
295msgstr "Actualizada la cuota del usuario %s en la impresora %s"
296
297msgid "Job added to history."
298msgstr "Se ha añadido el trabajo al historial."
299
300#, python-format
301msgid "Billing code %s was updated."
302msgstr ""
303
304#, python-format
305msgid "Incorrect value for the 'onbackenderror' directive in section [%s]"
306msgstr ""
307
308#, python-format
309msgid "The real backend produced an error, we will try again in %s seconds."
310msgstr ""
311
312#, python-format
313msgid "Job %s interrupted by the administrator !"
314msgstr ""
315
316#, python-format
317msgid ""
318"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
319"\n"
320"Dumps PyKota database's content.\n"
321"\n"
322"command line usage :\n"
323"\n"
324"  dumpykota [options] [filterexpr]\n"
325"\n"
326"options :\n"
327"\n"
328"  -v | --version       Prints dumpykota's version number then exits.\n"
329"  -h | --help          Prints this message then exits.\n"
330"  \n"
331"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
332"                       \n"
333"                         - history : dumps the jobs history.\n"
334"                         - users : dumps users.\n"
335"                         - groups : dumps user groups.\n"
336"                         - printers : dump printers.\n"
337"                         - upquotas : dump user quotas.\n"
338"                         - gpquotas : dump user groups quotas.\n"
339"                         - payments : dumps user payments.\n"
340"                         - pmembers : dumps printer groups members.\n"
341"                         - umembers : dumps user groups members.\n"
342"                         - billingcodes : dumps billing codes.\n"
343"                         - all : dumps all PyKota datas. The output format\n"
344"                                 is always XML in this case.\n"
345"                         \n"
346"                       NB : the -d | --data command line option   \n"
347"                       is MANDATORY.\n"
348"  \n"
349"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
350"                       the format is to dump datas in the csv format (comma\n"
351"                       separated values). All data dumped is between double\n"
352"                       quotes. Allowed formats are :\n"
353"                       \n"
354"                         - csv : separate datas with commas\n"
355"                         - ssv : separate datas with semicolons\n"
356"                         - tsv : separate datas with tabs\n"
357"                         - xml : dump data as XML \n"
358"                         - cups : dump datas in CUPS' page_log format :\n"
359"                                  ONLY AVAILABLE WITH --data history\n"
360"                         \n"
361"  -o | --output fname  All datas will be dumped to the file instead of\n"
362"                       to the standard output. The special '-' filename\n"
363"                       is the default value and means stdout.\n"
364"                       WARNING : existing files are truncated !\n"
365"\n"
366"  -O | --orderby exp   Change the ordering or result. 'exp' is a comma\n"
367"                       separated list of ordering statements, for example\n"
368"                       '--orderby +username,-printername'. Not all expression\n"
369"                       values are meaningful, so using this command line \n"
370"                       switch is not recommanded if you don't know the \n"
371"                       exact layout of PyKota's database schema.\n"
372"                       \n"
373"  -s | --sum           Summarize the selected datas.\n"
374"                           ONLY AVAILABLE WITH --data history or payments\n"
375"\n"
376"  Use the filter expressions to extract only parts of the \n"
377"  datas. Allowed filters are of the form :\n"
378"                \n"
379"         key=value\n"
380"                         \n"
381"  Allowed keys for now are :  \n"
382"                       \n"
383"         username       User's name\n"
384"         groupname      Users group's name\n"
385"         printername    Printer's name\n"
386"         pgroupname     Printers group's name\n"
387"         hostname       Client's hostname\n"
388"         jobid          Job's Id\n"
389"         billingcode    Job's billing code\n"
390"         start          Job's date of printing\n"
391"         end            Job's date of printing\n"
392"         \n"
393"  Dates formatting with 'start' and 'end' filter keys :\n"
394"  \n"
395"    YYYY : year boundaries\n"
396"    YYYYMM : month boundaries\n"
397"    YYYYMMDD : day boundaries\n"
398"    YYYYMMDDhh : hour boundaries\n"
399"    YYYYMMDDhhmm : minute boundaries\n"
400"    YYYYMMDDhhmmss : second boundaries\n"
401"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n"
402"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
403"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
404"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
405"\n"
406"  'now' and 'today' are not exactly the same since today represents the first\n"
407"  or last second of the day depending on if it's used in a start= or end=\n"
408"  date expression. The utility to be able to specify dates in the future is\n"
409"  a question which remains to be answered :-)\n"
410"  \n"
411"  Contrary to other PyKota management tools, wildcard characters are not \n"
412"  expanded, so you can't use them.\n"
413"  \n"
414"  NB : not all keys are allowed for each data type, so the result may be \n"
415"  empty if you use a key not available for a particular data type.\n"
416"  \n"
417"Examples :\n"
418"\n"
419"  $ dumpykota --data history --format csv >myfile.csv\n"
420"  \n"
421"  This dumps the history in a comma separated values file, for possible\n"
422"  use in a spreadsheet.\n"
423"  \n"
424"  $ dumpykota --data users --format xml -o users.xml\n"
425"  \n"
426"  Dumps all users datas to the users.xml file.\n"
427"  \n"
428"  $ dumpykota --data history printername=HP2100 username=jerome\n"
429"  \n"
430"  Dumps the job history for user jerome on printer HP2100 only.\n"
431"  \n"
432"  $ dumpykota --data history start=200503 end=20050730234615\n"
433"  \n"
434"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
435"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
436msgstr ""
437
438msgid "The -d | --data command line option is mandatory, see help."
439msgstr "La opción -d | --data es obligatoria, vea la ayuda."
440
441#, python-format
442msgid ""
443"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
444"\n"
445"A Print Quota editor for PyKota.\n"
446"\n"
447"command line usage :\n"
448"\n"
449"  edpykota [options] user1 user2 ... userN\n"
450"  \n"
451"  edpykota [options] group1 group2 ... groupN\n"
452"\n"
453"options :\n"
454"\n"
455"  -v | --version       Prints edpykota's version number then exits.\n"
456"  -h | --help          Prints this message then exits.\n"
457"  \n"
458"  -a | --add           Adds users or groups print quota entries if\n"
459"                       they don't exist in database.\n"
460"                       \n"
461"  -d | --delete        Deletes users or groups print quota entries.\n"
462"                       Users or groups are never deleted, you have\n"
463"                       to use the pkusers command to delete them.\n"
464"                       The history will be purge from all matching\n"
465"                       jobs, unless -g | --groups is used.\n"
466"  \n"
467"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
468"                       use wildcards characters to select only\n"
469"                       some printers. The default value is *, meaning\n"
470"                       all printers. \n"
471"                       You can specify several names or wildcards, \n"
472"                       by separating them with commas.\n"
473"  \n"
474"  -g | --groups        Edit groups print quota entries instead of \n"
475"                       users print quota entries.\n"
476"                          \n"
477"  -L | --list          Lists users or groups print quota entries.\n"
478"  \n"
479"  -n | --noquota       Sets both soft and hard limits to None for users\n"
480"                       or groups print quota entries.\n"
481"  \n"
482"  -r | --reset         Resets the actual page counter for the user\n"
483"                       or group to zero on the specified printers. \n"
484"                       The life time page counter is kept unchanged.\n"
485"                       \n"
486"  -R | --hardreset     Resets the actual and life time page counters\n"
487"                       for the user or group to zero on the specified \n"
488"                       printers. This is a shortcut for '--used 0'.\n"
489"                       \n"
490"  -s | --skipexisting  In combination with the --add option above, tells\n"
491"                       edpykota to not modify existing print quota entries.\n"
492"                       \n"
493"  -S | --softlimit sl  Sets the quota soft limit to sl pages.                       \n"
494"  \n"
495"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
496"  \n"
497"  -I | --increase v    Increase existing Soft and Hard limits by the value\n"
498"                       of v. You can prefix v with + or -, if no sign is\n"
499"                       used, + is assumed.\n"
500"\n"
501"  -U | --used u        Sets the page counters for the user u pages on\n"
502"                       the selected printers. Doesn't work for groups, since\n"
503"                       their page counters are the sum of all their members'\n"
504"                       page counters.\n"
505"                       Useful for migrating users from a different system\n"
506"                       where they have already used some pages. Actual\n"
507"                       and Life Time page counters may be increased or decreased\n"
508"                       if u is prefixed with + or -.\n"
509"                       WARNING : BOTH page counters are modified in all cases,\n"
510"                       so be careful.\n"
511"                       NB : if u equals '0', then the action taken is\n"
512"                       the same as if --hardreset was used.\n"
513"\n"
514"  user1 through userN and group1 through groupN can use wildcards\n"
515"  if the --add option is not set.\n"
516"  \n"
517"examples :                              \n"
518"\n"
519"  $ edpykota --add john paul george ringo\n"
520"  \n"
521"  This will create print quota entries for users john, paul, george\n"
522"  and ringo on all printers. These print quota entries will have no\n"
523"  limit set.\n"
524"  \n"
525"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
526"  \n"
527"  This will set jerome's print quota on the lp printer to a soft limit\n"
528"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n"
529"  printer lp have been previously created with the pkusers and pkprinters\n"
530"  commands, respectively.\n"
531"\n"
532"  $ edpykota -g -S 500 -H 550 financial support            \n"
533"  \n"
534"  This will set print quota soft limit to 500 pages and hard limit\n"
535"  to 550 pages for groups financial and support on all printers.\n"
536"  \n"
537"  $ edpykota --reset jerome \"jo*\"\n"
538"  \n"
539"  This will reset jerome's page counter to zero on all printers, as\n"
540"  well as every user whose name begins with 'jo'.\n"
541"  Their life time page counter on each printer will be kept unchanged.\n"
542"  You can also reset the life time page counters by using the\n"
543"  --hardreset | -R command line option.\n"
544"  \n"
545"  $ edpykota --printer hpcolor --noquota jerome\n"
546"  \n"
547"  This will tell PyKota to not limit jerome when printing on the \n"
548"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
549"  accounting of the pages he prints will still be kept.\n"
550"  Print Quotas for jerome on other printers are unchanged.\n"
551"  \n"
552"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n"
553"  \n"
554"  This will delete users jerome and rachel's print quota\n"
555"  entries on all printers which name begin with 'HP' or\n"
556"  'XER'. The jobs printed by these users on these printers\n"
557"  will be deleted from the history.\n"
558msgstr ""
559
560#, python-format
561msgid "You can't set negative limits for %s"
562msgstr ""
563
564msgid "Extracting datas"
565msgstr ""
566
567#, python-format
568msgid "Page counter : %s"
569msgstr ""
570
571#, python-format
572msgid "Lifetime page counter : %s"
573msgstr ""
574
575#, python-format
576msgid "Soft limit : %s"
577msgstr ""
578
579#, python-format
580msgid "Hard limit : %s"
581msgstr ""
582
583#, python-format
584msgid "Date limit : %s"
585msgstr ""
586
587#, python-format
588msgid "Maximum job size : %s"
589msgstr ""
590
591#, python-format
592msgid "%s pages"
593msgstr ""
594
595#, python-format
596msgid "Warning banners printed : %s"
597msgstr ""
598
599msgid "Deletion"
600msgstr ""
601
602#, python-format
603msgid "Invalid used value %s."
604msgstr "Valor utilizado, %s, inválido."
605
606#, python-format
607msgid "Invalid increase value %s."
608msgstr ""
609
610#, python-format
611msgid "Invalid softlimit value %s."
612msgstr "Valor %s incorrecto para el límite blando."
613
614#, python-format
615msgid "Invalid hardlimit value %s."
616msgstr "Valor %s incorrecto para el límite duro."
617
618#, python-format
619msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
620msgstr "El límite duro %i es menor que el límite blando %i, los valores serán intercambiados."
621
622#, python-format
623msgid "Undefined hard limit set to soft limit (%s)."
624msgstr ""
625
626#, python-format
627msgid "Undefined soft limit set to hard limit (%s)."
628msgstr ""
629
630msgid "Creation"
631msgstr ""
632
633#, python-format
634msgid "No entry matches %s. Please use pkusers to create them first."
635msgstr ""
636
637msgid "Modification"
638msgstr ""
639
640msgid "incompatible options, see help."
641msgstr "opciones incompatibles, vea la ayuda."
642
643msgid "You have to pass user or group names on the command line"
644msgstr "Ha de proporcionar nombres de usuarios o grupos en la línea de comandos"
645
646#, python-format
647msgid ""
648"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
649"\n"
650"Generates print quota reports.\n"
651"\n"
652"command line usage :\n"
653"\n"
654"  repykota [options] \n"
655"\n"
656"options :\n"
657"\n"
658"  -v | --version       Prints repykota's version number then exits.\n"
659"  -h | --help          Prints this message then exits.\n"
660"  \n"
661"  -u | --users         Generates a report on users quota, this is \n"
662"                       the default.\n"
663"  \n"
664"  -g | --groups        Generates a report on group quota instead of users.\n"
665"  \n"
666"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n"
667"                              groups. Reserved to PyKota Administrators.\n"
668"  \n"
669"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
670"                       use wildcards characters to select only\n"
671"                       some printers. The default value is *, meaning\n"
672"                       all printers.\n"
673"                       You can specify several names or wildcards, \n"
674"                       by separating them with commas.\n"
675"  \n"
676"examples :                              \n"
677"\n"
678"  $ repykota --printer lp\n"
679"  \n"
680"  This will print the quota status for all users who use the lp printer.\n"
681"\n"
682"  $ repykota \n"
683"  \n"
684"  This will print the quota status for all users on all printers.\n"
685"  \n"
686"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
687"  \n"
688"  This will print the quota status for user jerome and all users\n"
689"  whose name begins with \"jo\" on all printers which name begins\n"
690"  with \"laser\" or ends with \"pson\".\n"
691"  \n"
692"  If launched by an user who is not a PyKota administrator, additionnal\n"
693"  arguments representing users or groups names are ignored, and only the\n"
694"  current user/group is reported.\n"
695msgstr ""
696
697msgid "Option --ingroups is reserved to PyKota Administrators."
698msgstr ""
699
700#, python-format
701msgid "There's no printer matching %s"
702msgstr "Impresora %s no encontrada"
703
704#, python-format
705msgid ""
706"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
707"\n"
708"Sends mail to users over print quota.\n"
709"\n"
710"command line usage :\n"
711"\n"
712"  warnpykota  [options]  [names]\n"
713"\n"
714"options :\n"
715"\n"
716"  -v | --version       Prints warnpykota's version number then exits.\n"
717"  -h | --help          Prints this message then exits.\n"
718"  \n"
719"  -u | --users         Warns users over their print quota, this is the \n"
720"                       default.\n"
721"  \n"
722"  -g | --groups        Warns users whose groups quota are over limit.\n"
723"  \n"
724"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
725"                       use wildcards characters to select only\n"
726"                       some printers. The default value is *, meaning\n"
727"                       all printers.\n"
728"                       You can specify several names or wildcards, \n"
729"                       by separating them with commas.\n"
730"  \n"
731"examples :                              \n"
732"\n"
733"  $ warnpykota --printer lp\n"
734"  \n"
735"  This will warn all users of the lp printer who have exceeded their\n"
736"  print quota.\n"
737"\n"
738"  $ warnpykota \n"
739"  \n"
740"  This will warn all users  who have exceeded their print quota on\n"
741"  any printer.\n"
742"\n"
743"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
744"  \n"
745"  This will warn all users of groups which names begins with \"dev\" and\n"
746"  who have exceeded their print quota on any printer which name begins \n"
747"  with \"laserjet\"\n"
748"  \n"
749"  If launched by an user who is not a PyKota administrator, additionnal\n"
750"  arguments representing users or groups names are ignored, and only the\n"
751"  current user/group is reported.\n"
752msgstr ""
753
754#, python-format
755msgid ""
756"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
757"\n"
758"Generates banners.\n"
759"\n"
760"command line usage :\n"
761"\n"
762"  pkbanner  [options]  [more info]\n"
763"\n"
764"options :\n"
765"\n"
766"  -v | --version       Prints pkbanner's version number then exits.\n"
767"  -h | --help          Prints this message then exits.\n"
768"  \n"
769"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
770"                       be drawn at the center top of the page. The default\n"
771"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
772"                       \n"
773"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
774"                       page sizes are recognized, like 'A4' or 'Letter'\n"
775"                       to name a few. The default size is A4.\n"
776"  \n"
777"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
778"                       used to save toner. The default value is 0, which\n"
779"                       means that no toner saving will be done.\n"
780"  \n"
781"  -u | --url u         Uses u as an url to be written at the bottom of \n"
782"                       the banner page. The default url is :\n"
783"                       http://www.pykota.com/\n"
784"  \n"
785"examples :                              \n"
786"\n"
787"  Using pkbanner directly from the command line is not recommended,\n"
788"  excepted for testing purposes. You should use pkbanner in the\n"
789"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
790"  \n"
791"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
792"  \n"
793"      With such a setting in pykota.conf, all print jobs will be \n"
794"      prefixed with an A4 banner with no logo, and text luminosity will\n"
795"      be increased by 75%%. The PostScript output will be directly sent\n"
796"      to your printer.\n"
797"      \n"
798"  You'll find more examples in the sample configuration file included    \n"
799"  in PyKota.\n"
800msgstr ""
801
802msgid "Unknown"
803msgstr "Desconocido"
804
805msgid "Username"
806msgstr "Nombre de usuario"
807
808msgid "More Info"
809msgstr ""
810
811msgid "Job"
812msgstr "Trabajo"
813
814msgid "Date"
815msgstr "Fecha"
816
817msgid "Allowed"
818msgstr "Permitido"
819
820msgid "Denied"
821msgstr "Denegado"
822
823msgid "Allowed with Warning"
824msgstr "Permitido con aviso"
825
826msgid "Problem"
827msgstr ""
828
829msgid "Cancelled"
830msgstr ""
831
832msgid "Result"
833msgstr "Resultado"
834
835msgid "Title"
836msgstr "Título"
837
838msgid "Filename"
839msgstr "Nombre del archivo"
840
841#, python-format
842msgid "Pages printed so far on %s"
843msgstr "Las páginas impresas a partir de ahora en %s"
844
845msgid "Account balance"
846msgstr "Balance de la cuenta"
847
848msgid "Soft Limit"
849msgstr "Límite blando"
850
851msgid "Hard Limit"
852msgstr "Límite duro"
853
854msgid "Date Limit"
855msgstr "Fecha límite"
856
857msgid "No Limit"
858msgstr ""
859
860msgid "No Accounting"
861msgstr ""
862
863msgid "Forbidden"
864msgstr ""
865
866msgid "Printing Mode"
867msgstr ""
868
869msgid "Allowed range is (0..99)"
870msgstr "El rango permitido es (0..99)"
871
872#, python-format
873msgid "Invalid 'savetoner' option %s : %s"
874msgstr "Opción 'savetoner' %s inválida : %s"
875
876#, python-format
877msgid "Invalid 'pagesize' option %s, defaulting to A4."
878msgstr "Opción 'pagesize' %s inválida, empleando el valor por defecto A4."
879
880#, python-format
881msgid ""
882"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
883"\n"
884"A billing codes Manager for PyKota.\n"
885"\n"
886"command line usage :\n"
887"\n"
888"  pkbcodes [options] code1 code2 code3 ... codeN\n"
889"\n"
890"options :\n"
891"\n"
892"  -v | --version       Prints pkbcodes version number then exits.\n"
893"  -h | --help          Prints this message then exits.\n"
894"  \n"
895"  -a | --add           Adds billing codes if they don't exist in PyKota's\n"
896"                       database. If they exist, they are modified\n"
897"                       unless -s|--skipexisting is also used.\n"
898"\n"
899"  -d | --delete        Deletes billing codes from PyKota's database.\n"
900"                       NB : the history entries with this billing code\n"
901"                       are not deleted, voluntarily.\n"
902"\n"
903"  -D | --description d Adds a textual description to billing codes.\n"
904"\n"
905"  -l | --list          List informations about the billing codes.\n"
906"\n"
907"  -r | --reset         Resets the billing codes' balance and page counters\n"
908"                       to 0.\n"
909"\n"
910"  -s | --skipexisting  In combination with the --add option above, tells\n"
911"                       pkbcodes to not modify existing billing codes.\n"
912"\n"
913"  code1 through codeN can contain wildcards if the --add option\n"
914"  is not set.\n"
915"\n"
916"examples :                              \n"
917"\n"
918"  $ pkbcodes --add -D \"My project\" myproj\n"
919"\n"
920"  Will create the myproj billing code with \"My project\"\n"
921"  as the description.\n"
922"\n"
923"  $ pkbcodes --delete \"*\"\n"
924"\n"
925"  This will completely delete all the billing codes, but without\n"
926"  removing any matching job from the history. USE WITH CARE ANYWAY !\n"
927"  \n"
928"  $ pkbcodes --list \"my*\"\n"
929"  \n"
930"  This will list all billing codes which name begins with 'my'.\n"
931msgstr ""
932
933msgid "You're not allowed to use this command."
934msgstr "No tiene permiso para utilizar esta orden."
935
936#, python-format
937msgid "There's no billingcode matching %s"
938msgstr ""
939
940msgid "pages"
941msgstr ""
942
943msgid "and"
944msgstr ""
945
946msgid "credits"
947msgstr ""
948
949#, python-format
950msgid "Billing code [%s] already exists, skipping."
951msgstr ""
952
953#, python-format
954msgid "Billing code [%s] already exists, will be modified."
955msgstr ""
956
957msgid "You have to pass billing codes on the command line"
958msgstr ""
959
960#, python-format
961msgid ""
962"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
963"\n"
964"An invoice generator for PyKota.\n"
965"\n"
966"command line usage :\n"
967"\n"
968"  pkinvoice [options] [filterexpr]\n"
969"\n"
970"options :\n"
971"\n"
972"  -v | --version       Prints pkinvoice's version number then exits.\n"
973"  -h | --help          Prints this message then exits.\n"
974"  \n"
975"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
976"                       be drawn at the center top of the page. The default\n"
977"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
978"                       \n"
979"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
980"                       page sizes are recognized, like 'A4' or 'Letter'\n"
981"                       to name a few. The default size is A4.\n"
982"                       \n"
983"  -n | --number N      Sets the number of the first invoice. This number\n"
984"                       will automatically be incremented for each invoice.\n"
985"                       \n"
986"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
987"                       be generated as a PDF document. If not set or\n"
988"                       set to '-', the PDF document is sent to standard\n"
989"                       output. \n"
990"                       \n"
991"  -u | --unit u        Defines the name of the unit to use on the invoice.                       \n"
992"                       The default unit is 'Credits', optionally translated\n"
993"                       to your native language if it is supported by PyKota.\n"
994"  \n"
995"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
996"                       exposed. The default is 0.0, meaning no VAT\n"
997"                       information will be included.\n"
998"  \n"
999"\n"
1000"  Use the filter expressions to extract only parts of the \n"
1001"  datas. Allowed filters are of the form :\n"
1002"                \n"
1003"         key=value\n"
1004"                         \n"
1005"  Allowed keys for now are :  \n"
1006"                       \n"
1007"         username       User's name\n"
1008"         printername    Printer's name\n"
1009"         hostname       Client's hostname\n"
1010"         jobid          Job's Id\n"
1011"         billingcode    Job's billing code\n"
1012"         start          Job's date of printing\n"
1013"         end            Job's date of printing\n"
1014"         \n"
1015"  Dates formatting with 'start' and 'end' filter keys :\n"
1016"  \n"
1017"    YYYY : year boundaries\n"
1018"    YYYYMM : month boundaries\n"
1019"    YYYYMMDD : day boundaries\n"
1020"    YYYYMMDDhh : hour boundaries\n"
1021"    YYYYMMDDhhmm : minute boundaries\n"
1022"    YYYYMMDDhhmmss : second boundaries\n"
1023"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n"
1024"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1025"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1026"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1027"\n"
1028"  'now' and 'today' are not exactly the same since today represents the first\n"
1029"  or last second of the day depending on if it's used in a start= or end=\n"
1030"  date expression. The utility to be able to specify dates in the future is\n"
1031"  a question which remains to be answered :-)\n"
1032"  \n"
1033"  Contrary to other PyKota management tools, wildcard characters are not \n"
1034"  expanded, so you can't use them.\n"
1035"  \n"
1036"examples :\n"
1037"\n"
1038"  $ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\n"
1039"  \n"
1040"  Will generate a PDF document containing invoices for all users\n"
1041"  who have spent some credits last month. Invoices will be done in\n"
1042"  EURO.  No VAT information will be included.\n"
1043msgstr ""
1044
1045msgid "Invoice"
1046msgstr ""
1047
1048msgid "Edited on"
1049msgstr ""
1050
1051msgid "Number of jobs printed"
1052msgstr ""
1053
1054msgid "Number of pages printed"
1055msgstr ""
1056
1057msgid "Amount due"
1058msgstr ""
1059
1060msgid "Included VAT"
1061msgstr ""
1062
1063msgid "Here's the invoice for your printouts"
1064msgstr ""
1065
1066msgid "Generating invoices"
1067msgstr ""
1068
1069#, python-format
1070msgid "Incorrect value '%s' for the --vat command line option"
1071msgstr ""
1072
1073#, python-format
1074msgid "Incorrect value '%s' for the --number command line option"
1075msgstr ""
1076
1077#, python-format
1078msgid "Invalid filter value [%s], see help."
1079msgstr ""
1080
1081#, python-format
1082msgid "Invoiced %i users for %i jobs, %i pages and %.3f credits"
1083msgstr ""
1084
1085msgid "Credits"
1086msgstr ""
1087
1088#, python-format
1089msgid ""
1090"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1091"\n"
1092"Email gateway for PyKota.\n"
1093"\n"
1094"command line usage :\n"
1095"\n"
1096"  pkmail  [options]\n"
1097"\n"
1098"options :\n"
1099"\n"
1100"  -v | --version       Prints pkmail's version number then exits.\n"
1101"  -h | --help          Prints this message then exits.\n"
1102"  \n"
1103"    \n"
1104"  This command is meant to be used from your mail server's aliases file,\n"
1105"  as a pipe. It will then accept commands send to it in email messages,\n"
1106"  and will send the answer to the command's originator.\n"
1107"  \n"
1108"  To use this command, create an email alias in /etc/aliases with\n"
1109"  the following format :\n"
1110"  \n"
1111"    pykotacmd: \"|/usr/bin/pkmail\"\n"
1112"    \n"
1113"  Then run the 'newaliases' command to regenerate the aliases database.\n"
1114"  \n"
1115"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
1116"  the command in the subject.\n"
1117"  \n"
1118"  List of supported commands :\n"
1119"  \n"
1120"        report [username]\n"
1121"  \n"
1122"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
1123"  system user in the 'pykota' system group to ensure this user can\n"
1124"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
1125"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
1126"  that you think at least twice before doing this though.\n"
1127"  \n"
1128"  Use at your own risk !\n"
1129msgstr ""
1130
1131msgid "Result of your commands"
1132msgstr ""
1133
1134#, python-format
1135msgid ""
1136"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1137"\n"
1138"Notifies or ask questions to end users who launched the PyKotIcon application.\n"
1139"\n"
1140"command line usage :\n"
1141"\n"
1142"  pknotify  [options]  [arguments]\n"
1143"\n"
1144"options :\n"
1145"\n"
1146"  -v | --version             Prints pknotify's version number then exits.\n"
1147"  -h | --help                Prints this message then exits.\n"
1148"  \n"
1149"  -d | --destination h[:p]   Sets the destination hostname and optional\n"
1150"                             port onto which contact the remote PyKotIcon\n"
1151"                             application. This option is mandatory.\n"
1152"                             When not specified, the port defaults to 7654.\n"
1153"                             \n"
1154"  -a | --ask                 Tells pknotify to ask something to the end\n"
1155"                             user. Then pknotify will output the result.\n"
1156"                       \n"
1157"  -C | --checkauth           When --ask is used and both an 'username' and a\n"
1158"                             'password' are asked to the end user, then\n"
1159"                             pknotify will try to authenticate the user\n"
1160"                             through PAM. If authentified, this program\n"
1161"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n"
1162"                             If a field is missing, \"AUTH=IMPOSSIBLE\" will\n"
1163"                             be printed. If the user is authenticated, then\n"
1164"                             \"USERNAME=xxxx\" will be printed as well.\n"
1165"                             \n"
1166"  -c | --confirm             Tells pknotify to ask for either a confirmation                       \n"
1167"                             or abortion.\n"
1168"                             \n"
1169"  -D | --denyafter N         With --checkauth above, makes pknotify loop                           \n"
1170"                             up to N times if the password is incorrect.\n"
1171"                             After having reached the limit, \"DENY\" will\n"
1172"                             be printed, which effectively rejects the job.\n"
1173"                             The default value of N is 1, meaning the job\n"
1174"                             is denied after the first unsuccessful try.\n"
1175"                             \n"
1176"  -N | --noremote action     If it's impossible to connect to the remote\n"
1177"                             PyKotIcon machine, do this action instead.\n"
1178"                             Allowed actions are 'CONTINUE' and 'CANCEL', \n"
1179"                             which will respectively allow the processing\n"
1180"                             of the print job to continue, or the job to\n"
1181"                             be cancelled. The default value is CANCEL.\n"
1182"                             \n"
1183"  -n | --notify              Tells pknotify to send an informational message\n"
1184"                             to the end user.\n"
1185"                             \n"
1186"  -q | --quit                Tells pknotify to send a message asking the\n"
1187"                             PyKotIcon application to exit. This option can\n"
1188"                             be combined with the other ones to make PyKotIcon\n"
1189"                             exit after having sent the answer from the dialog.\n"
1190"                             \n"
1191"  -t | --timeout T           Tells pknotify to ignore the end user's answer if\n"
1192"                             it comes past T seconds after the dialog box being\n"
1193"                             opened. The default value is 0 seconds, which \n"
1194"                             tells pknotify to wait indefinitely.\n"
1195"                             Use this option to avoid having an user who\n"
1196"                             leaved his computer stall a whole print queue.\n"
1197"                             \n"
1198"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1199"\n"
1200"  arguments :             \n"
1201"  \n"
1202"    -a | --ask : Several arguments are accepted, of the form\n"
1203"                 \"label:varname:defaultvalue\". The result will\n"
1204"                 be printed to stdout in the following format :\n"
1205"                 VAR1NAME=VAR1VALUE\n"
1206"                 VAR2NAME=VAR2VALUE\n"
1207"                 ...\n"
1208"                 If the dialog was cancelled, nothing will be\n"
1209"                 printed. If one of the varname is 'password'\n"
1210"                 then this field is asked as a password (you won't\n"
1211"                 see what you type in), and is NOT printed. Although\n"
1212"                 it is not printed, it will be used to check if\n"
1213"                 authentication is valid if you specify --checkauth.\n"
1214"                 \n"
1215"    -c | --confirm : A single argument is expected, representing the\n"
1216"                     message to display. If the dialog is confirmed\n"
1217"                     then pknotify will print OK, else CANCEL.\n"
1218"                     \n"
1219"    -n | --notify : A single argument is expected, representing the                 \n"
1220"                    message to display. In this case pknotify will\n"
1221"                    always print OK.\n"
1222"                    \n"
1223"examples :                    \n"
1224"\n"
1225"  pknotify -d client:7654 --noremote CONTINUE --confirm \"This job costs 10 credits\"\n"
1226"  \n"
1227"  Would display the cost of the print job and asks for confirmation.\n"
1228"  If the end user doesn't have PyKotIcon running and accepting connections\n"
1229"  from the print server, PyKota will consider that the end user accepted\n"
1230"  to print this job.\n"
1231"  \n"
1232"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1233"           --checkauth --ask \"Your name:username:\" \"Your password:password:\"\n"
1234"           \n"
1235"  Asks an username and password, and checks if they are valid.         \n"
1236"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1237"  only set if you launch pknotify from cupspykota through a directive\n"
1238"  in ~pykota/pykota.conf\n"
1239"  \n"
1240"  The TCP port you'll use must be reachable on the client from the\n"
1241"  print server.\n"
1242msgstr ""
1243
1244msgid "You MUST install PyPAM for this functionnality to work !"
1245msgstr ""
1246
1247#, python-format
1248msgid "Authentication error for user %s : %s"
1249msgstr ""
1250
1251#, python-format
1252msgid "Internal error : can't authenticate user %s"
1253msgstr ""
1254
1255#, python-format
1256msgid "Password correct for user %s"
1257msgstr ""
1258
1259#, python-format
1260msgid "The end user at %s:%i didn't answer within %i seconds. The print job will be cancelled."
1261msgstr ""
1262
1263#, python-format
1264msgid "Are you sure that PyKotIcon is running and accepting incoming connections on %s:%s ?"
1265msgstr ""
1266
1267msgid "Connection error"
1268msgstr ""
1269
1270msgid "some options are mandatory, see help."
1271msgstr ""
1272
1273msgid "incorrect value for the --noremote command line switch, see help."
1274msgstr ""
1275
1276msgid "some options require arguments, see help."
1277msgstr ""
1278
1279#, python-format
1280msgid ""
1281"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1282"\n"
1283"A Printers Manager for PyKota.\n"
1284"\n"
1285"command line usage :\n"
1286"\n"
1287"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1288"\n"
1289"options :\n"
1290"\n"
1291"  -v | --version       Prints pkprinters's version number then exits.\n"
1292"  -h | --help          Prints this message then exits.\n"
1293"  \n"
1294"  -a | --add           Adds printers if they don't exist on the Quota \n"
1295"                       Storage Server. If they exist, they are modified\n"
1296"                       unless -s|--skipexisting is also used.\n"
1297"                       \n"
1298"  -d | --delete        Deletes printers from the quota storage.\n"
1299"  \n"
1300"  -D | --description d Adds a textual description to printers.\n"
1301"\n"
1302"  -C | --cups          Also modifies the DeviceURI in CUPS' printers.conf\n"
1303"\n"
1304"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1305"                       Job price is optional.\n"
1306"                       If both are to be set, separate them with a comma.\n"
1307"                       Floating point and negative values are allowed.\n"
1308"  \n"
1309"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1310"                       groups pg1, pg2, etc... which must already exist.\n"
1311"                       A printer group is just like a normal printer,\n"
1312"                       only that it is usually unknown from the printing\n"
1313"                       system. Create printer groups exactly the same\n"
1314"                       way that you create printers, then add other \n"
1315"                       printers to them with this option.\n"
1316"                       Accounting is done on a printer and on all\n"
1317"                       the printer groups it belongs to, quota checking\n"
1318"                       is done on a printer and on all the printer groups\n"
1319"                       it belongs to.\n"
1320"                       If the --remove option below is not used, the \n"
1321"                       default action is to add printers to the specified\n"
1322"                       printer groups.\n"
1323"                       \n"
1324"  -l | --list          List informations about the printer(s) and the\n"
1325"                       printers groups it is a member of.\n"
1326"                       \n"
1327"  -r | --remove        In combination with the --groups option above,                       \n"
1328"                       remove printers from the specified printers groups.\n"
1329"                       \n"
1330"  -s | --skipexisting  In combination with the --add option above, tells\n"
1331"                       pkprinters to not modify existing printers.\n"
1332"                       \n"
1333"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1334"                       to s pages.\n"
1335"                       \n"
1336"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1337"                       mode, users are allowed to print without any impact\n"
1338"                       on their quota or account balance.\n"
1339"                       \n"
1340"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1341"                       Without -p or -n, printers are created in \n"
1342"                       normal mode, i.e. no passthrough.\n"
1343"  \n"
1344"  printer1 through printerN can contain wildcards if the --add option \n"
1345"  is not set.\n"
1346"  \n"
1347"examples :                              \n"
1348"\n"
1349"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 hp8000\n"
1350"  \n"
1351"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1352"  Their price per page will be set at 0.05 unit, and their price\n"
1353"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1354"  or whatever you want them to mean.\n"
1355"  All of their descriptions will be set to the string \"HP Printer\".\n"
1356"  If any of these printers already exists, it will also be modified \n"
1357"  unless the -s|--skipexisting command line option is also used.\n"
1358"            \n"
1359"  $ pkprinters --delete \"*\"\n"
1360"  \n"
1361"  This will completely delete all printers and associated quota information,\n"
1362"  as well as their job history. USE WITH CARE !\n"
1363"  \n"
1364"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1365"  \n"
1366"  This will put all printers which name matches \"hp*\" into printers groups \n"
1367"  Laser and HP, which MUST already exist.\n"
1368"  \n"
1369"  $ pkprinters --groups LexMark --remove hp2200\n"
1370"  \n"
1371"  This will remove the hp2200 printer from the LexMark printer group.\n"
1372msgstr ""
1373
1374#, python-format
1375msgid "Passthrough mode : %s"
1376msgstr ""
1377
1378#, python-format
1379msgid "Routed through PyKota : %s"
1380msgstr ""
1381
1382msgid "YES"
1383msgstr ""
1384
1385msgid "NO"
1386msgstr ""
1387
1388msgid "in"
1389msgstr "en"
1390
1391msgid "Rerouting printers to CUPS"
1392msgstr ""
1393
1394#, python-format
1395msgid "Invalid charge amount value %s"
1396msgstr "Valor %s inválido para el importe de carga"
1397
1398#, python-format
1399msgid "Invalid maximum job size value %s"
1400msgstr ""
1401
1402#, python-format
1403msgid "Printer %s already exists, skipping."
1404msgstr "La impresora %s ya existe, se salta."
1405
1406#, python-format
1407msgid "Printer %s already exists, will be modified."
1408msgstr "La impresora %s ya existe, va a ser modificada."
1409
1410#, python-format
1411msgid "Invalid printer name %s"
1412msgstr "Nombre de impresora %s inválido"
1413
1414msgid "You have to pass printer groups names on the command line"
1415msgstr "Ha de proporcionar nombres de grupos de impresoras en la línea de comandos"
1416
1417msgid "You have to pass printer names on the command line"
1418msgstr "Ha de proporcionar nombres de impresoras en la línea de comandos"
1419
1420#, python-format
1421msgid ""
1422"pkrefund v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1423"\n"
1424"Refunds jobs.\n"
1425"\n"
1426"command line usage :\n"
1427"\n"
1428"  pkrefund [options] [filterexpr]\n"
1429"\n"
1430"options :\n"
1431"\n"
1432"  -v | --version       Prints pkrefund's version number then exits.\n"
1433"  -h | --help          Prints this message then exits.\n"
1434"  \n"
1435"  -f | --force         Doesn't ask for confirmation before refunding jobs.\n"
1436"  -r | --reason txt    Sets textual information to explain the refunding.\n"
1437"\n"
1438"  -l | --logo img      Use the image as the receipt's logo. The logo will\n"
1439"                       be drawn at the center top of the page. The default\n"
1440"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1441"\n"
1442"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1443"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1444"                       to name a few. The default size is A4.\n"
1445"\n"
1446"  -n | --number N      Sets the number of the first receipt. This number\n"
1447"                       will automatically be incremented for each receipt.\n"
1448"\n"
1449"  -o | --output f.pdf  Defines the name of the PDF file which will contain\n"
1450"                       the receipts. If not set, then no PDF file will\n"
1451"                       be created. If set to '-', then --force is assumed,\n"
1452"                       and the PDF document is sent to standard output.\n"
1453"\n"
1454"  -u | --unit u        Defines the name of the unit to use on the receipts.\n"
1455"                       The default unit is 'Credits', optionally translated\n"
1456"                       to your native language if it is supported by PyKota.\n"
1457"  \n"
1458"\n"
1459"  Use the filter expressions to extract only parts of the \n"
1460"  datas. Allowed filters are of the form :\n"
1461"                \n"
1462"         key=value\n"
1463"                         \n"
1464"  Allowed keys for now are :  \n"
1465"                       \n"
1466"         username       User's name\n"
1467"         printername    Printer's name\n"
1468"         hostname       Client's hostname\n"
1469"         jobid          Job's Id\n"
1470"         billingcode    Job's billing code\n"
1471"         start          Job's date of printing\n"
1472"         end            Job's date of printing\n"
1473"         \n"
1474"  Dates formatting with 'start' and 'end' filter keys :\n"
1475"  \n"
1476"    YYYY : year boundaries\n"
1477"    YYYYMM : month boundaries\n"
1478"    YYYYMMDD : day boundaries\n"
1479"    YYYYMMDDhh : hour boundaries\n"
1480"    YYYYMMDDhhmm : minute boundaries\n"
1481"    YYYYMMDDhhmmss : second boundaries\n"
1482"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n"
1483"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1484"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1485"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1486"\n"
1487"  'now' and 'today' are not exactly the same since today represents the first\n"
1488"  or last second of the day depending on if it's used in a start= or end=\n"
1489"  date expression. The utility to be able to specify dates in the future is\n"
1490"  a question which remains to be answered :-)\n"
1491"  \n"
1492"  Contrary to other PyKota management tools, wildcard characters are not \n"
1493"  expanded, so you can't use them.\n"
1494"  \n"
1495"Examples :\n"
1496"\n"
1497"  $ pkrefund --output /tmp/receipts.pdf jobid=503\n"
1498"  \n"
1499"  This will refund all jobs which Id is 503. BEWARE : installing CUPS\n"
1500"  afresh will reset the first job id at 1, so you probably want to use\n"
1501"  a more precise filter as explained below. A confirmation will\n"
1502"  be asked for each job to refund, and a PDF file named /tmp/receipts.pdf\n"
1503"  will be created which will contain printable receipts.\n"
1504"  \n"
1505"  $ pkrefund --reason \"Hardware problem\" jobid=503 start=today-7\n"
1506"  \n"
1507"  Refunds all jobs which id is 503 but which were printed during the\n"
1508"  past week. The reason will be marked as being an hardware problem.\n"
1509"  \n"
1510"  $ pkrefund --force username=jerome printername=HP2100\n"
1511"  \n"
1512"  Refunds all jobs printed by user jerome on printer HP2100. No\n"
1513"  confirmation will be asked.\n"
1514"  \n"
1515"  $ pkrefund --force printername=HP2100 start=200602 end=yesterday\n"
1516"  \n"
1517"  Refunds all jobs printed on printer HP2100 between February 1st 2006\n"
1518"  and yesterday. No confirmation will be asked.\n"
1519msgstr ""
1520
1521msgid "Refunding receipt"
1522msgstr ""
1523
1524msgid "Jobs refunded"
1525msgstr ""
1526
1527msgid "Pages refunded"
1528msgstr ""
1529
1530msgid "Amount refunded"
1531msgstr ""
1532
1533msgid "Reason"
1534msgstr ""
1535
1536msgid "Here's the receipt for the refunding of your print jobs"
1537msgstr ""
1538
1539msgid "Generating receipts"
1540msgstr ""
1541
1542msgid "Refunding for no reason is forbidden. Please use the --reason command line option."
1543msgstr ""
1544
1545msgid "The PDF file containing the receipts will be sent to stdout. --force is assumed."
1546msgstr ""
1547
1548#, python-format
1549msgid "Date : %s"
1550msgstr ""
1551
1552#, python-format
1553msgid "JobId : %s"
1554msgstr ""
1555
1556#, python-format
1557msgid "User : %s"
1558msgstr ""
1559
1560#, python-format
1561msgid "Printer : %s"
1562msgstr ""
1563
1564#, python-format
1565msgid "Billing code : %s"
1566msgstr ""
1567
1568#, python-format
1569msgid "Pages : %i"
1570msgstr ""
1571
1572#, python-format
1573msgid "Credits : %.3f"
1574msgstr ""
1575
1576#, python-format
1577msgid "Title : %s"
1578msgstr ""
1579
1580msgid "Refund (Y/N)"
1581msgstr ""
1582
1583msgid "Y"
1584msgstr ""
1585
1586msgid "N"
1587msgstr ""
1588
1589#, python-format
1590msgid "Refunded %i users for %i jobs, %i pages and %.3f credits"
1591msgstr ""
1592
1593#, python-format
1594msgid ""
1595"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1596"\n"
1597"A turn key tool for PyKota. When launched, this command will initialize\n"
1598"PyKota's database with all existing print queues and some or all users.\n"
1599"For now, no prices or limits are set, so printing is fully accounted\n"
1600"for, but not limited. That's why you'll probably want to also use\n"
1601"edpykota once the database has been initialized.\n"
1602"\n"
1603"command line usage :\n"
1604"\n"
1605"  pkturnkey [options] [printqueues names]\n"
1606"\n"
1607"options :\n"
1608"\n"
1609"  -v | --version       Prints pkturnkey version number then exits.\n"
1610"  -h | --help          Prints this message then exits.\n"
1611"  \n"
1612"  -c | --doconf        Give hints about what to put into pykota.conf\n"
1613"  \n"
1614"  -d | --dousers       Manages users accounts as well.\n"
1615"  \n"
1616"  -D | --dogroups      Manages users groups as well.\n"
1617"                       Implies -d | --dousers.\n"
1618"  \n"
1619"  -e | --emptygroups   Includes empty groups.\n"
1620"  \n"
1621"  -f | --force         Modifies the database instead of printing what\n"
1622"                       it would do.\n"
1623"                       \n"
1624"  -u | --uidmin uid    Only adds users whose uid is greater than or equal to\n"
1625"                       uid. You can pass an username there as well, and its\n"
1626"                       uid will be used automatically.\n"
1627"                       If not set, 0 will be used automatically.\n"
1628"                       Implies -d | --dousers.\n"
1629"                       \n"
1630"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n"
1631"                       uid. You can pass an username there as well, and its\n"
1632"                       uid will be used automatically.\n"
1633"                       If not set, a large value will be used automatically.\n"
1634"                       Implies -d | --dousers.\n"
1635"\n"
1636"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal to\n"
1637"                       gid. You can pass a groupname there as well, and its\n"
1638"                       gid will be used automatically.\n"
1639"                       If not set, 0 will be used automatically.\n"
1640"                       Implies -D | --dogroups.\n"
1641"                       \n"
1642"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal to\n"
1643"                       gid. You can pass a groupname there as well, and its\n"
1644"                       gid will be used automatically.\n"
1645"                       If not set, a large value will be used automatically.\n"
1646"                       Implies -D | --dogroups.\n"
1647"\n"
1648"examples :                              \n"
1649"\n"
1650"  $ pkturnkey --dousers --uidmin jerome\n"
1651"\n"
1652"  Will simulate the initialization of PyKota's database will all existing\n"
1653"  printers and print accounts for all users whose uid is greater than\n"
1654"  or equal to jerome's one. Won't manage any users group.\n"
1655"  \n"
1656"  To REALLY initialize the database instead of simulating it, please\n"
1657"  use the -f | --force command line switch.\n"
1658"  \n"
1659"  You can limit the initialization to only a subset of the existing\n"
1660"  printers, by passing their names at the end of the command line.\n"
1661msgstr ""
1662
1663#, python-format
1664msgid "Printer %s is not managed by PyKota yet. Please modify printers.conf and restart CUPS."
1665msgstr ""
1666
1667msgid "Please be patient..."
1668msgstr ""
1669
1670msgid "Don't worry, the database WILL NOT BE MODIFIED."
1671msgstr ""
1672
1673msgid "Please WORRY NOW, the database WILL BE MODIFIED."
1674msgstr ""
1675
1676msgid "System users will have a print account as well !"
1677msgstr ""
1678
1679#, python-format
1680msgid "Unknown username %s : %s"
1681msgstr ""
1682
1683msgid "System groups will have a print account as well !"
1684msgstr ""
1685
1686#, python-format
1687msgid "Unknown groupname %s : %s"
1688msgstr ""
1689
1690msgid "Simulation terminated."
1691msgstr ""
1692
1693msgid "Database initialized !"
1694msgstr ""
1695
1696msgid "The --uidmin or --uidmax command line option implies --dousers as well."
1697msgstr ""
1698
1699msgid "The --gidmin or --gidmax command line option implies --dogroups as well."
1700msgstr ""
1701
1702msgid "The --dogroups command line option implies --dousers as well."
1703msgstr ""
1704
1705#, python-format
1706msgid ""
1707"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1708"\n"
1709"An Users and Groups Manager for PyKota.\n"
1710"\n"
1711"command line usage :\n"
1712"\n"
1713"  pkusers [options] user1 user2 user3 ... userN\n"
1714"  \n"
1715"or :  \n"
1716"\n"
1717"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1718"\n"
1719"options :\n"
1720"\n"
1721"  -v | --version       Prints pkusers's version number then exits.\n"
1722"  -h | --help          Prints this message then exits.\n"
1723"  \n"
1724"  -a | --add           Adds users if they don't exist on the database.\n"
1725"                       If they exist, they are modified unless\n"
1726"                       -s|--skipexisting is also used.\n"
1727"                       \n"
1728"  -d | --delete        Deletes users from the quota storage.\n"
1729"\n"
1730"  -e | --email addr    Sets the email address for the users.\n"
1731"                       If the addr parameter begins with @, then\n"
1732"                       the username is prepended to addr to form\n"
1733"                       a valid email address.\n"
1734"\n"
1735"  -D | --description d Adds a textual description to users or groups.\n"
1736"                       \n"
1737"  -g | --groups        Edit users groups instead of users.\n"
1738"                          \n"
1739"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1740"                       when computing the cost of a print job. Positive or \n"
1741"                       negative floating point values are allowed,\n"
1742"                       this allows you to do some really creative\n"
1743"                       things like giving money to an user whenever\n"
1744"                       he prints. The number of pages in a print job\n"
1745"                       is not modified by this coefficient, only the\n"
1746"                       cost of the job for a particular user.\n"
1747"                       Only users have such a coefficient.\n"
1748"  \n"
1749"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1750"                              listed, separated by commas. The groups\n"
1751"                              must already exist in the Quota Storage.\n"
1752"                       \n"
1753"  -L | --list          Lists users or groups.\n"
1754"  \n"
1755"  -l | --limitby l     Choose if the user/group is limited in printing                     \n"
1756"                       by its account balance or by its page quota.\n"
1757"                       The default value is 'quota'. Allowed values\n"
1758"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1759"                       and 'nochange' :\n"
1760"                       \n"
1761"                         - quota : limit by number of pages per printer.\n"
1762"                         - balance : limit by number of credits in account.\n"
1763"                         - noquota : no limit, accounting still done.\n"
1764"                         - nochange : no limit, accounting not done. \n"
1765"                         - noprint : printing is denied. \n"
1766"                       NB : nochange and noprint are not supported for groups.\n"
1767"                       \n"
1768"  -b | --balance b     Sets the user's account balance to b.                     \n"
1769"                       Account balance may be increase or decreased\n"
1770"                       if b is prefixed with + or -.\n"
1771"                       WARNING : when decreasing account balance,\n"
1772"                       the total paid so far by the user is decreased\n"
1773"                       too.\n"
1774"                       Groups don't have a real balance, but the\n"
1775"                       sum of their users' account balance.\n"
1776"                       \n"
1777"  -C | --comment txt   Defines some informational text to be associated\n"
1778"                       with a change to an user's account balance.\n"
1779"                       Only meaningful if -b | --balance is also used.\n"
1780"                       \n"
1781"                       \n"
1782"  -r | --remove        In combination with the --ingroups option above,                       \n"
1783"                       remove users from the specified users groups.\n"
1784"                       \n"
1785"  -s | --skipexisting  In combination with the --add option above, tells\n"
1786"                       pkusers to not modify existing users.\n"
1787"                       \n"
1788"  user1 through userN and group1 through groupN can use wildcards\n"
1789"  if the --add option is not set.\n"
1790"  \n"
1791"examples :                              \n"
1792"\n"
1793"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1794"  \n"
1795"  This will add users john, paul, george and ringo to the quota\n"
1796"  database. User ringo's email address will also be set to \n"
1797"  'ringo@example.com'\n"
1798"  \n"
1799"  $ pkusers --ingroups coders,it jerome\n"
1800"  \n"
1801"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1802"  already exist in the quota database.\n"
1803"            \n"
1804"  $ pkusers --limitby balance jerome\n"
1805"  \n"
1806"  This will tell PyKota to limit jerome by his account's balance\n"
1807"  when printing.\n"
1808"  \n"
1809"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1810"  \n"
1811"  This will increase jerome's account balance by 10.0 (in your\n"
1812"  own currency). You can decrease the account balance with a\n"
1813"  dash prefix, and set it to a fixed amount with no prefix.\n"
1814"  A comment will be stored for this balance change.\n"
1815"  \n"
1816"  $ pkusers --delete jerome rachel\n"
1817"  \n"
1818"  This will completely delete jerome and rachel from the quota\n"
1819"  database. All their quotas and jobs will be deleted too.\n"
1820"  \n"
1821"  $ pkusers --overcharge 2.5 poorstudent\n"
1822"  \n"
1823"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1824"  \n"
1825"  $ pkusers --overcharge -1 jerome\n"
1826"  \n"
1827"  User jerome will actually earn money whenever he prints.\n"
1828"  \n"
1829"  $ pkusers --overcharge 0 boss\n"
1830"  \n"
1831"  User boss can print at will, it won't cost him anything because the\n"
1832"  cost of each print job will be multiplied by zero before charging\n"
1833"  his account.\n"
1834"\n"
1835"  $ pkusers --email @example.com\n"
1836"\n"
1837"  This will set the email address for each user to username@example.com\n"
1838msgstr ""
1839
1840#, python-format
1841msgid "Invalid email address %s"
1842msgstr "Dirección de correo electrónico %s inválida"
1843
1844#, python-format
1845msgid "There's no %s matching %s"
1846msgstr ""
1847
1848#, python-format
1849msgid "Limited by : %s"
1850msgstr ""
1851
1852#, python-format
1853msgid "Account balance : %.2f"
1854msgstr ""
1855
1856#, python-format
1857msgid "Total paid so far : %.2f"
1858msgstr ""
1859
1860#, python-format
1861msgid "Overcharging factor : %.2f"
1862msgstr ""
1863
1864#, python-format
1865msgid "Group balance : %.2f"
1866msgstr ""
1867
1868#, python-format
1869msgid "Invalid limitby value %s"
1870msgstr "Valor %s inválido para la opción «limitby»"
1871
1872#, python-format
1873msgid "Invalid overcharge value %s"
1874msgstr "Valor de recarga, %s, inválido"
1875
1876#, python-format
1877msgid "Invalid balance value %s"
1878msgstr "Valor de saldo %s inválido"
1879
1880#, python-format
1881msgid "There's no users group matching %s"
1882msgstr ""
1883
1884#, python-format
1885msgid "Unknown group %s"
1886msgstr "Grupo %s desconocido"
1887
1888#, python-format
1889msgid "Unknown user %s"
1890msgstr "Usuario %s desconocido"
1891
1892#, python-format
1893msgid "%s %s already exists, skipping."
1894msgstr ""
1895
1896#, python-format
1897msgid "%s %s already exists, will be modified."
1898msgstr ""
1899
1900#, python-format
1901msgid "Invalid name %s"
1902msgstr ""
1903
1904msgid "You have to pass user groups names on the command line"
1905msgstr ""
1906
1907#, python-format
1908msgid ""
1909"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1910"\n"
1911"An OSD quota monitor for PyKota.\n"
1912"\n"
1913"command line usage :\n"
1914"\n"
1915"  pykosd [options]\n"
1916"\n"
1917"options :\n"
1918"\n"
1919"  -v | --version       Prints pykosd's version number then exits.\n"
1920"  -h | --help          Prints this message then exits.\n"
1921"  \n"
1922"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
1923"                       triplet, for example #FF0000 is 100%% red.\n"
1924"                       Defaults to 100%% green (#00FF00).\n"
1925"                       \n"
1926"  -d | --duration d    Sets the duration of the display in seconds. \n"
1927"                       Defaults to 3 seconds.\n"
1928"                       \n"
1929"  -f | --font f        Sets the font to use for display.                      \n"
1930"                       Defaults to the Python OSD library's default.\n"
1931"  \n"
1932"  -l | --loop n        Sets the number of times the info will be displayed.\n"
1933"                       Defaults to 0, which means loop forever.\n"
1934"                       \n"
1935"  -s | --sleep s       Sets the sleeping duration between two displays \n"
1936"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
1937"                       \n"
1938"  \n"
1939"examples :                              \n"
1940"\n"
1941"  $ pykosd -s 60 --loop 5\n"
1942"  \n"
1943"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
1944"  and will last for 3 seconds (the default) each time. After five\n"
1945"  iterations, the program will exit.\n"
1946msgstr ""
1947
1948#, python-format
1949msgid "Invalid duration option %s"
1950msgstr "Opción de duración %s inválida"
1951
1952#, python-format
1953msgid "Invalid loop option %s"
1954msgstr "Opción de bucle %s inválida"
1955
1956#, python-format
1957msgid "Invalid sleep option %s"
1958msgstr "Opción «sleep» %s inválida"
1959
1960#, python-format
1961msgid "Invalid color option %s"
1962msgstr "Opción de color %s inválida"
1963
1964#, python-format
1965msgid "User %s doesn't exist in PyKota's database"
1966msgstr "El usuario %s no existe en la base de datos de PyKota"
1967
1968#, python-format
1969msgid "Pages used on %s : %s"
1970msgstr "Páginas utilizadas en %s : %s"
1971
1972#, python-format
1973msgid "PyKota Units left : %.2f"
1974msgstr "Unidades restantes de PyKota : %.2f"
1975
1976msgid "Printing denied."
1977msgstr ""
1978
1979msgid "Printing not limited."
1980msgstr ""
1981
1982msgid "Printing not limited, no accounting."
1983msgstr ""
1984
1985#, python-format
1986msgid ""
1987"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1988"\n"
1989"Gives print quotes to users.\n"
1990"\n"
1991"command line usage :\n"
1992"\n"
1993"  pykotme  [options]  [files]\n"
1994"\n"
1995"options :\n"
1996"\n"
1997"  -v | --version       Prints pykotme's version number then exits.\n"
1998"  -h | --help          Prints this message then exits.\n"
1999"  \n"
2000"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
2001"                       use wildcards characters to select only\n"
2002"                       some printers. The default value is *, meaning\n"
2003"                       all printers.\n"
2004"                       You can specify several names or wildcards, \n"
2005"                       by separating them with commas.\n"
2006"  \n"
2007"examples :                              \n"
2008"\n"
2009"  $ pykotme --printer apple file1.ps file2.ps\n"
2010"  \n"
2011"  This will give a print quote to the current user. The quote will show\n"
2012"  the price and size of a job consisting in file1.ps and file2.ps \n"
2013"  which would be sent to the apple printer.\n"
2014"  \n"
2015"  $ pykotme --printer apple,hplaser <file1.ps\n"
2016"  \n"
2017"  This will give a print quote to the current user. The quote will show\n"
2018"  the price and size of a job consisting in file1.ps as read from\n"
2019"  standard input, which would be sent to the apple or hplaser\n"
2020"  printer.\n"
2021"\n"
2022"  $ pykotme \n"
2023"  \n"
2024"  This will give a quote for a job consisting of what is on standard \n"
2025"  input. The quote will list the job size, and the price the job\n"
2026"  would cost on each printer.\n"
2027msgstr ""
2028
2029#, python-format
2030msgid "Your account balance : %.2f"
2031msgstr "Su saldo : %.2f"
2032
2033#, python-format
2034msgid "Job size : %i pages"
2035msgstr "Tamaño del trabajo : %i página(s)"
2036
2037#, python-format
2038msgid "Cost on printer %s : %.2f"
2039msgstr "Coste en la impresora %s : %.2f"
2040
2041msgid "won't be charged, printer is in passthrough mode"
2042msgstr ""
2043
2044msgid "won't be charged, your account is immutable"
2045msgstr ""
2046
2047#, python-format
2048msgid "Unsupported accounter backend %s"
2049msgstr "Backend de contabilidad %s no soportado"
2050
2051#, python-format
2052msgid "Configuration file %s can't be read. Please check that the file exists and that your permissions are sufficient."
2053msgstr ""
2054
2055#, python-format
2056msgid "Configuration file %s not found."
2057msgstr "Archivo de configuración %s no encontrado."
2058
2059#, python-format
2060msgid "Option %s not found in section global of %s"
2061msgstr "Opción %s no encontrada en la sección global de %s"
2062
2063#, python-format
2064msgid "Option %s not found in section %s of %s"
2065msgstr "Opción %s no encontrada en la sección %s de %s"
2066
2067#, python-format
2068msgid "Option ldaptls is set, but certificate %s is not readable."
2069msgstr "La opción ldaptls está establecida, pero el certificado %s no se puede leer."
2070
2071#, python-format
2072msgid "Option logger only supports values in %s"
2073msgstr "La opción «logger» sólo soporta los valores %s"
2074
2075#, python-format
2076msgid "Invalid preaccounter %s for printer %s"
2077msgstr ""
2078
2079#, python-format
2080msgid "Option preaccounter in section %s only supports values in %s"
2081msgstr ""
2082
2083#, python-format
2084msgid "Invalid accounter %s for printer %s"
2085msgstr "Contador de páginas %s inválido para la impresora %s"
2086
2087#, python-format
2088msgid "Option accounter in section %s only supports values in %s"
2089msgstr "La opción «accounter», en la sección %s, sólo soporta los valores %s"
2090
2091#, python-format
2092msgid "Invalid unknown_billingcode directive %s for printer %s"
2093msgstr ""
2094
2095#, python-format
2096msgid "Directive unknown_billingcode in section %s only supports values in %s"
2097msgstr ""
2098
2099#, python-format
2100msgid "Option enforcement in section %s only supports values in %s"
2101msgstr "La opción «enforcement», en la sección %s, sólo soporta los valores %s"
2102
2103#, python-format
2104msgid "Option onbackenderror in section %s only supports values 'charge', 'nocharge', and 'retry:num:delay'"
2105msgstr ""
2106
2107#, python-format
2108msgid "Option onaccountererror in section %s only supports values in %s"
2109msgstr "La opción «onaccountererror», en la sección %s, sólo soporta los valores %s"
2110
2111#, python-format
2112msgid "Option policy in section %s only supports values in %s"
2113msgstr "La opción «policy», en la sección  %s, sólo soporta los valores %s"
2114
2115#, python-format
2116msgid "Invalid option mailto %s for printer %s"
2117msgstr "Opción «mailto %s» inválida para la impresora %s"
2118
2119#, python-format
2120msgid "Option mailto in section %s only supports values in %s"
2121msgstr "La opción «mailto», en la sección %s, sólo soporta los valores %s"
2122
2123#, python-format
2124msgid "Invalid maximal deny banners counter %s"
2125msgstr "Contador de máximas denegaciones de banners %s inválido"
2126
2127#, python-format
2128msgid "Invalid grace delay %s"
2129msgstr "Tiempo de gracia %s inválido"
2130
2131#, python-format
2132msgid "Invalid poor man's threshold %s"
2133msgstr "Umbral %s para la opción «poor man» inválido"
2134
2135#, python-format
2136msgid "Invalid balancezero value %s"
2137msgstr ""
2138
2139msgid ""
2140"Your Print Quota account balance is Low.\n"
2141"Soon you'll not be allowed to print anymore.\n"
2142"Please contact the Print Quota Administrator to solve the problem."
2143msgstr ""
2144"El saldo de la cuota de impresión de su cuenta es bajo.\n"
2145"En breve no podrá volver a imprimir.\n"
2146"Por favor, contacte con el Administrador de Cuotas de Impresión para resolver el problema."
2147
2148#, python-format
2149msgid ""
2150"You are not allowed to print anymore because\n"
2151"your Print Quota is exceeded on printer %s."
2152msgstr ""
2153"No puede imprimir porque su cuota de impresión\n"
2154"se ha excedido en la impresora %s."
2155
2156#, python-format
2157msgid ""
2158"You will soon be forbidden to print anymore because\n"
2159"your Print Quota is almost reached on printer %s."
2160msgstr ""
2161"Pronto le será prohibida la impresión, debido a que\n"
2162"su cuota de acerca al límite en la impresora %s."
2163
2164#, python-format
2165msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
2166msgstr ""
2167
2168#, python-format
2169msgid "Incorrect value %s for the noprintingmaxdelay directive in section %s"
2170msgstr ""
2171
2172#, python-format
2173msgid "Option accountbanner in section %s only supports values in %s"
2174msgstr "La opción accountbanner, en la sección %s, sólo soporta los valores %s"
2175
2176#, python-format
2177msgid "Option trustjobsize for printer %s is incorrect"
2178msgstr "La opción trustjobsize para la impresora %s  es incorrecta"
2179
2180msgid "History"
2181msgstr "Historial"
2182
2183msgid "Users"
2184msgstr "Usuarios"
2185
2186msgid "Groups"
2187msgstr "Grupos"
2188
2189msgid "Printers"
2190msgstr "Impresoras"
2191
2192msgid "Users Print Quotas"
2193msgstr "Cuotas de impresión de los usuarios"
2194
2195msgid "Users Groups Print Quotas"
2196msgstr "Cuotas de impresión de los grupos de usuarios"
2197
2198msgid "History of Payments"
2199msgstr "Historial de pagos"
2200
2201msgid "Printers Groups Membership"
2202msgstr "Miembros del grupo de impresión"
2203
2204msgid "Users Groups Membership"
2205msgstr "Miembros del grupo de usuarios"
2206
2207msgid "Billing Codes"
2208msgstr ""
2209
2210msgid "All"
2211msgstr ""
2212
2213msgid "Comma Separated Values"
2214msgstr "Valores separados por comas"
2215
2216msgid "Semicolon Separated Values"
2217msgstr "Valores separados por puntos y coma"
2218
2219msgid "Tabulation Separated Values"
2220msgstr "Valores separados por tabulación"
2221
2222msgid "eXtensible Markup Language"
2223msgstr "Lenguaje de Marcado eXtensible"
2224
2225msgid "CUPS' page_log"
2226msgstr "page_log de CUPS"
2227
2228#, python-format
2229msgid "Invalid modifier [%s] for --data command line option, see help."
2230msgstr "Modificador [%s] inválido para la opción --data, vea la ayuda."
2231
2232msgid "Dumping all PyKota's datas forces format to XML, and disables --sum and filters."
2233msgstr ""
2234
2235#, python-format
2236msgid "Invalid modifier [%s] for --format command line option, see help."
2237msgstr "Modificador [%s] inválido para la opción --format, vea la ayuda."
2238
2239msgid "XML output is disabled because the jaxml module is not available."
2240msgstr "La salida XML está deshabilitada debido a que el módulo jaxml no está disponible."
2241
2242#, python-format
2243msgid "Invalid data type [%s] for --sum command line option, see help."
2244msgstr ""
2245
2246msgid "PyKota data dumper failed : I/O error"
2247msgstr "El volcado de datos de PyKota ha fallado : I/O error"
2248
2249#, python-format
2250msgid "Unsupported logging subsystem %s"
2251msgstr "Subsistema de registro de logs %s no soportado"
2252
2253#, python-format
2254msgid "Report for %s quota on printer %s"
2255msgstr "Informe para la cuota %s en la impresora %s"
2256
2257#, python-format
2258msgid "Pages grace time: %i days"
2259msgstr "Tiempo de gracia para páginas: %i día(s) "
2260
2261#, python-format
2262msgid "Price per job: %.3f"
2263msgstr "Precio por trabajo: %.3f"
2264
2265#, python-format
2266msgid "Price per page: %.3f"
2267msgstr "Precio por página: %.3f"
2268
2269msgid "Group          overcharge   used    soft    hard    balance grace         total       paid warn"
2270msgstr "Grupo          recarga      utilizado blando  duro  balance de gracia     total       pago warn"
2271
2272msgid "User           overcharge   used    soft    hard    balance grace         total       paid warn"
2273msgstr "Usuario        recarga      utilizado blando  duro  balance de gracia     total       pago warn"
2274
2275msgid "unknown"
2276msgstr "Desconocido"
2277
2278#, python-format
2279msgid "Real : %s"
2280msgstr "Real : %s"
2281
2282#, python-format
2283msgid "Total : %9i"
2284msgstr "Total : %9i"
2285
2286msgid "N/A"
2287msgstr "N/A"
2288
2289#, python-format
2290msgid "Unsupported reporter backend %s"
2291msgstr "«Reporter backend» %s no soportado"
2292
2293#, python-format
2294msgid "Refunded %i pages and %.3f credits by %s (%s) on %s"
2295msgstr ""
2296
2297#, python-format
2298msgid "Unsupported quota storage backend %s"
2299msgstr "Backend %s de almacenamiento de cuota no soportado"
2300
2301msgid "Done"
2302msgstr ""
2303
2304msgid "Average speed"
2305msgstr ""
2306
2307msgid "entries per second"
2308msgstr ""
2309
2310#, python-format
2311msgid "Strange problem with uid(%s) : %s"
2312msgstr "Extraño problema con uid(%s) : %s"
2313
2314#, python-format
2315msgid "Running as user '%s'."
2316msgstr "Ejecutándose como usuario '%s'."
2317
2318msgid "No user named 'pykota'. Not dropping priviledges."
2319msgstr "No hay ningún usuario denominado 'pykota'. No se disminuyen los privilegios."
2320
2321#, python-format
2322msgid "Impossible to drop priviledges : %s"
2323msgstr "Imposible disminuir los privilegios : %s"
2324
2325msgid "Priviledges dropped. Now running as user 'pykota'."
2326msgstr "Privilegios disminuidos. Ejecutándose ahora como usuario 'pykota'."
2327
2328#, python-format
2329msgid "Impossible to regain priviledges : %s"
2330msgstr "Imposible recuperar los privilegios : %s"
2331
2332msgid "Regained priviledges. Now running as root."
2333msgstr "Privilegios recuperados. Ejecutándose ahora como root."
2334
2335msgid "Please report bugs to :"
2336msgstr ""
2337
2338#, python-format
2339msgid ""
2340"\n"
2341"\n"
2342"Please contact your system administrator :\n"
2343"\n"
2344"\t%s - <%s>\n"
2345msgstr ""
2346"\n"
2347"\n"
2348"Entre en contacto con su administrador de sistema, por favor :\n"
2349"\n"
2350"\t%s - <%s>\n"
2351
2352#, python-format
2353msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2354msgstr "Imposible encontrar al usuario %s en la impresora %s, se aplica la política por defecto (%s)"
2355
2356#, python-format
2357msgid "Unable to find user %s's account balance, applying default policy (%s) for printer %s"
2358msgstr "No se ha encontrado el saldo del usuario %s, aplicando la política por defecto (%s) para la impresora %s"
2359
2360#, python-format
2361msgid "User %s will not be charged for printing."
2362msgstr "No se cambiará al usuario %s para imprimir."
2363
2364#, python-format
2365msgid "Print Quota exceeded for group %s on printer %s"
2366msgstr "Cuota de impresión excedida para el grupo %s en la impresora %s"
2367
2368msgid "Print Quota Exceeded"
2369msgstr "Cuota de Impresión Excedida"
2370
2371#, python-format
2372msgid "Print Quota low for group %s on printer %s"
2373msgstr "Cuota de impresión baja para el grupo %s en la impresora %s"
2374
2375msgid "Print Quota Low"
2376msgstr "Cuota de Impresión Baja"
2377
2378#, python-format
2379msgid "Search base %s doesn't seem to exist. Probable misconfiguration. Please double check /etc/pykota/pykota.conf : %s"
2380msgstr "La base de búsqueda %s parece no existir. Probablemente se deba a una mala configuración. Por favor, verifique el archivo /etc/pykota/pykota.conf : %s"
2381
2382#, python-format
2383msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2384msgstr "La búsqueda por %s(%s) desde %s(scope=%s) no ha devuelto ninguna respuesta."
2385
2386#, python-format
2387msgid "Problem adding LDAP entry (%s, %s)"
2388msgstr "Problema al añadir la entrada LDAP (%s, %s)"
2389
2390#, python-format
2391msgid "Problem deleting LDAP entry (%s)"
2392msgstr "Problema al borrar la entrada LDAP (%s)"
2393
2394#, python-format
2395msgid "Problem modifying LDAP entry (%s, %s)"
2396msgstr "Problema al modificar la entrada LDAP (%s, %s)"
2397
2398#, python-format
2399msgid "No pykotaAccountBalance object found for user %s. Did you create LDAP entries manually ?"
2400msgstr "No se ha encontrado el objeto pykotaAccountBalance para el usuario %s. ¿Ha creado las entradas LDAP manualmente?"
2401
2402msgid "Hidden because of privacy concerns"
2403msgstr ""
2404
2405#, python-format
2406msgid "Unable to find an existing objectClass %s entry with %s=%s to attach pykotaAccount objectClass"
2407msgstr "No se ha podido encontrar una entrada objectClass %s existente con %s=%s para anexionar el objectClass pykotaAccount"
2408
2409#, python-format
2410msgid "%s. A new entry will be created instead."
2411msgstr ""
2412
2413#, python-format
2414msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2415msgstr "No se ha podido encontrar una entrada existente para anexionar el objectClass pykotaGroup %s"
2416
2417msgid "Your version of python-mysqldb is too old. Please install a newer release."
2418msgstr ""
2419
2420#, python-format
2421msgid "A problem occured while reading printer %s's internal page counter."
2422msgstr "Ha ocurrido un problema mientras se estaba leyendo el contador de páginas interno de la impresora %s."
2423
2424#, python-format
2425msgid "Retrieving printer %s's page counter from database instead."
2426msgstr "Recuperando el contador de páginas de la impresora %s desde la base de datos en su lugar."
2427
2428#, python-format
2429msgid "Couldn't retrieve printer %s's internal page counter either before or after printing."
2430msgstr "No se ha podido recuperar el contador de páginas interno de la impresora %s bien antes bien después de imprimir."
2431
2432#, python-format
2433msgid "Job's size forced to 1 page for printer %s."
2434msgstr "Tamaño del trabajo forzado a 1 página para la impresora %s."
2435
2436#, python-format
2437msgid "No previous job in database for printer %s."
2438msgstr "No hay trabajos previos en la base de datos para la impresora %s."
2439
2440#, python-format
2441msgid "Inconsistent values for printer %s's internal page counter."
2442msgstr "Valor inconsistente para el contador de páginas interno de la impresora %s."
2443
2444#, python-format
2445msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2446msgstr "Dirección desconocida en HARDWARE(%s) para la impresora %s"
2447
2448#, python-format
2449msgid "Launching HARDWARE(%s)..."
2450msgstr "Arrancando HARDWARE(%s)..."
2451
2452#, python-format
2453msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2454msgstr "Se ha enviado la señal SIGTERM al contador de páginas hardware %s (pid: %s)"
2455
2456#, python-format
2457msgid "Line [%s] skipped in accounter's output. Trying again..."
2458msgstr "Línea [%s] saltada en la salida del contador. Intentándolo de nuevo..."
2459
2460#, python-format
2461msgid "Hardware accounter %s exit code is %s"
2462msgstr "Contador por hardware %s cuyo código de salida es %s"
2463
2464#, python-format
2465msgid "Unable to query printer %s via HARDWARE(%s)"
2466msgstr "Imposible consultar la impresora %s vía HARDWARE(%s)"
2467
2468#, python-format
2469msgid "Unable to precompute the job's size and ink coverage with the generic PDL analyzer : %s"
2470msgstr ""
2471
2472#, python-format
2473msgid "Problem during connection to %s:%s : %s"
2474msgstr "Problema durante la conexión a %s:%s : %s"
2475
2476#, python-format
2477msgid "Problem while sending PJL query to %s:%s : %s"
2478msgstr "Problema mientras se enviaba la petición PJL a %s:%s : %s"
2479
2480#, python-format
2481msgid "Problem while receiving PJL answer from %s:%s : %s"
2482msgstr ""
2483
2484#, python-format
2485msgid "Waiting for printer %s to be printing..."
2486msgstr "Esperando a que la impresora %s imprima..."
2487
2488#, python-format
2489msgid "Waiting for printer %s's idle status to stabilize..."
2490msgstr "Esperando al estado inactivo de la impresora %s para estabilizar..."
2491
2492#, python-format
2493msgid "PJL querying stage interrupted. Using latest value seen for internal page counter (%s) on printer %s."
2494msgstr "Etapa de petición PJL interrumpida. Utilizando el último valor visto en el contador interno de páginas (%s) en la impresora %s."
2495
2496#, python-format
2497msgid "SNMP querying stage interrupted. Using latest value seen for internal page counter (%s) on printer %s."
2498msgstr "Etapa de petición SNMP interrumpida. Utilizando el último valor visto en el contador interno de páginas (%s) en la impresora %s."
2499
2500#, python-format
2501msgid "Network error while doing SNMP queries on printer %s : %s"
2502msgstr "Errores de red mientras se hacían peticiones en la impresora %s : %s"
2503
2504#, python-format
2505msgid "SNMP message decoding error for printer %s : %s"
2506msgstr "Error de descodificación del mensaje SNMP para la impresora %s : %s"
2507
2508#, python-format
2509msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2510msgstr "Se han encontrado problemas mientras se hacían peticiones SNMP en la impresora %s : %s"
2511
2512#, python-format
2513msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2514msgstr "No se ha podido calcular el tamaño del trabajo con el analizador PDL genérico : %s"
2515
2516#, python-format
2517msgid "Launching SOFTWARE(%s)..."
2518msgstr "Arrancando SOFTWARE(%s)..."
2519
2520#, python-format
2521msgid "Unable to compute job size with accounter %s"
2522msgstr "Imposible calcular el tamaño del trabajo con el contador %s"
2523
2524#, python-format
2525msgid "Problem while waiting for software accounter pid %s to exit : %s"
2526msgstr "Ha ocurrido un problema mientras se estaba esperado a que terminase el contador software con pid %s: %s"
2527
2528#, python-format
2529msgid "Software accounter %s exit code is %s"
2530msgstr "Código de salida %s para el contador por software %s"
2531
2532msgid "Totals may be inaccurate if some users are members of several groups."
2533msgstr "Los totales pueden ser erróneos si algunos usuarios son miembros de varios grupos."
2534
2535msgid "PyKota Data Dumper"
2536msgstr "Volcado de datos de PyKota"
2537
2538msgid "Dump"
2539msgstr "Volcado"
2540
2541msgid "Please click on the above button"
2542msgstr "Pulse sobre el botón de arriba, por favor"
2543
2544msgid "Data Type"
2545msgstr "Tipo de datos"
2546
2547msgid "Output Format"
2548msgstr "Formato de salida"
2549
2550msgid "Filter"
2551msgstr "Filtro"
2552
2553msgid "Summarize"
2554msgstr ""
2555
2556msgid "only for payments or history"
2557msgstr ""
2558
2559msgid "PyKota Reports"
2560msgstr "Informes de PyKota"
2561
2562msgid "Report"
2563msgstr "Informe"
2564
2565msgid "Printer"
2566msgstr "Impresora"
2567
2568msgid "User / Group names mask"
2569msgstr "Máscara para el nombre de Usuario / Grupo"
2570
2571msgid "Groups report"
2572msgstr "Informes de los grupos"
2573
2574msgid "Empty"
2575msgstr "Vacío"
2576
2577msgid "Action"
2578msgstr "Acción"
2579
2580msgid "User"
2581msgstr "Usuario"
2582
2583msgid "Hostname"
2584msgstr "Hostname"
2585
2586msgid "JobId"
2587msgstr "IdTrabajo"
2588
2589msgid "Number of pages"
2590msgstr ""
2591
2592msgid "Cost"
2593msgstr ""
2594
2595msgid "Copies"
2596msgstr "Copias"
2597
2598msgid "Number of bytes"
2599msgstr ""
2600
2601msgid "Printer's internal counter"
2602msgstr ""
2603
2604msgid "Options"
2605msgstr "Opciones"
2606
2607msgid "MD5Sum"
2608msgstr "SumaMD5"
2609
2610msgid "Billing code"
2611msgstr ""
2612
2613msgid "Precomputed number of pages"
2614msgstr ""
2615
2616msgid "Precomputed cost"
2617msgstr ""
2618
2619msgid "Pages details"
2620msgstr ""
2621
2622msgid "(not supported yet)"
2623msgstr ""
2624
2625msgid "Previous page"
2626msgstr "Página anterior"
2627
2628msgid "PyKota Quotes"
2629msgstr ""
2630
2631msgid "Quote"
2632msgstr ""
2633
2634msgid "The exact cost of a print job can only be determined for a particular user. Please retry while logged-in."
2635msgstr ""
2636
2637msgid "Ordering"
2638msgstr ""
2639
2640#~ msgid "Impossible to add printer %s"
2641#~ msgstr "Imposible añadir la impresora %s"
2642
2643#~ msgid "Prototype object %s not found in Quota Storage."
2644#~ msgstr "El objeto Prototipo %s no se ha encontrado en el Almacén de Cuotas."
2645
2646#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2647#~ msgstr "El prototipo %s no se ha encontrado en el Almacén de Cuotas para la impresora %s."
2648
2649#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2650#~ msgstr "Límite duro indefinido, ajustado al límite blando (%s) en la impresora %s."
2651
2652#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2653#~ msgstr "Límite blando indefinido, ajustado al límite duro (%s) en la impresora %s."
2654
2655#~ msgid "Invalid group name %s"
2656#~ msgstr "Nombre de grupo %s inválido"
2657
2658#~ msgid "Invalid user name %s"
2659#~ msgstr "Nombre de usuario %s inválido"
2660
2661#~ msgid "Quota not found for object %s on printer %s."
2662#~ msgstr "Cuota no encontrada para el objeto %s en la impresora %s."
2663
2664#~ msgid "Group %s not found in the PyKota Storage."
2665#~ msgstr "Grupo %s no encontrado en el Almacén de PyKota."
2666
2667#~ msgid "Job is a duplicate. Printing is denied."
2668#~ msgstr "El trabajo es un duplicado. La impresión se ha denegado."
2669
2670#~ msgid "File number %s unregistered twice from polling object, ignored."
2671#~ msgstr "No se ha registrado dos veces el archivo número %s desde el objeto 'polling', ignorado."
2672
2673#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2674#~ msgstr "Se ha enviado la señal SIGTERM al backend real %s (pid: %s)"
2675
2676#~ msgid "CUPS backend %s died abnormally."
2677#~ msgstr "El backend de CUPS %s murió anormalmente."
2678
2679#~ msgid "Software accounting already done in first pass. Ignoring."
2680#~ msgstr "Ya se ha realizado la contabilidad por software en el primer paso. Ignorándolo."
2681
2682#~ msgid "Hardware accounting already done in first pass. Ignoring."
2683#~ msgstr "Ya se ha realizado la contabilidad por hardware en el primer paso. Ignorándolo."
2684
2685#~ msgid "Job size and price now set in history."
2686#~ msgstr "El tamaño y precio del trabajo se ha establecido ahora en el historial."
2687
2688#~ msgid "Invalid DeviceURI : %s"
2689#~ msgstr "DeviceURI inválida : %s"
2690
2691#~ msgid ""
2692#~ "\n"
2693#~ "Please wait while pkhint analyzes your printing system's configuration..."
2694#~ msgstr ""
2695#~ "\n"
2696#~ "Por favor, espere mientras 'pkhint' analiza sus archivos de configuración del sistema de impresión..."
2697
2698#~ msgid "Unknown device %s for printer %s"
2699#~ msgstr "Dispositivo %s desconocido para la impresora %s"
2700
2701#~ msgid ""
2702#~ "\n"
2703#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2704#~ msgstr ""
2705#~ "\n"
2706#~ "Coloque las siguientes líneas en su archivo /etc/pykota/pykota.conf : \n"
2707
2708#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2709#~ msgstr "# CUIDADO : si se ha sugerido la contabilidad por software, esto no significa"
2710
2711#~ msgid "# that hardware accounting wouldn't work, this only means that PyKota"
2712#~ msgstr "# que la contabilidad por hardware vaya a funcionar, esto sólo significa que PyKota"
2713
2714#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2715#~ msgstr "# no podrá autodetectar el método de contabilidad por hardware a utilizar."
2716
2717#~ msgid "JobSize"
2718#~ msgstr "TamañoTrabajo"
2719
2720#~ msgid "JobPrice"
2721#~ msgstr "PrecioTrabajo"
2722
2723#~ msgid "JobBytes"
2724#~ msgstr "BytesTrabajo"
2725
2726#~ msgid "PageCounter"
2727#~ msgstr "ContadorPáginas"
2728
2729#~ msgid "BillingCode"
2730#~ msgstr "CódigoDeFacturación"
2731
2732#~ msgid "Pages"
2733#~ msgstr "Páginas"
2734
2735#~ msgid "Printing system %s, args=%s"
2736#~ msgstr "Sistema de impresión %s, args=%s"
2737
2738#~ msgid "Printer hostname undefined, set to 'localhost'"
2739#~ msgstr "Hostname de la impresora no definido, ajustándolo a «localhost»"
2740
2741#~ msgid "Printing system unknown, args=%s"
2742#~ msgstr "Sistema de impresión desconocido, args=%s"
2743
2744#~ msgid ""
2745#~ "autopykota v%s (c) %s %s\n"
2746#~ "\n"
2747#~ "A tool to automate user account creation and initial balance setting.\n"
2748#~ "\n"
2749#~ "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
2750#~ "\n"
2751#~ "command line usage :\n"
2752#~ "\n"
2753#~ "  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
2754#~ "  OF AN external policy IN pykota.conf\n"
2755#~ "  \n"
2756#~ "  autopykota { -i | --initbalance value } \n"
2757#~ "\n"
2758#~ "options :\n"
2759#~ "\n"
2760#~ "  -v | --version       Prints autopykota's version number then exits.\n"
2761#~ "  -h | --help          Prints this message then exits.\n"
2762#~ "  \n"
2763#~ "  -i | --initbalance b Sets the user's account initial balance value to b.\n"
2764#~ "                       If the user already exists, actual balance is left\n"
2765#~ "                       unmodified. If unset, the default value is 0.\n"
2766#~ "                       \n"
2767#~ "This program is free software; you can redistribute it and/or modify\n"
2768#~ "it under the terms of the GNU General Public License as published by\n"
2769#~ "the Free Software Foundation; either version 2 of the License, or\n"
2770#~ "(at your option) any later version.\n"
2771#~ "\n"
2772#~ "This program is distributed in the hope that it will be useful,\n"
2773#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2774#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2775#~ "GNU General Public License for more details.\n"
2776#~ "\n"
2777#~ "You should have received a copy of the GNU General Public License\n"
2778#~ "along with this program; if not, write to the Free Software\n"
2779#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
2780#~ "\n"
2781#~ "Please e-mail bugs to: %s"
2782#~ msgstr ""
2783#~ "autopykota v%s (c) %s %s\n"
2784#~ "\n"
2785#~ "Herramienta que automatiza la creación de cuentas de usuario y el \n"
2786#~ "establecimiento inicial del saldo.\n"
2787#~ "\n"
2788#~ "¡NO DEBE USAR ESTA HERRAMIENTA SI QUIERE HACER USO DEL LÍMITE POR CUOTA\n"
2789#~ " DE PÁGINA!\n"
2790#~ "\n"
2791#~ "uso desde la línea de comandos:\n"
2792#~ "\n"
2793#~ "  NO HA DE UTILIZAR ESTA HERRAMIENTA DESDE LA LÍNEA DE COMANDOS, ÚNICAMENTE\n"
2794#~ "  COMO PARTE DE UNA «política externa» EN EL ARCHIVO pykota.conf\n"
2795#~ "\n"
2796#~ "  autopykota { -i | --initbalance valor } \n"
2797#~ "\n"
2798#~ "opciones:\n"
2799#~ "\n"
2800#~ "  -v | --version       Muestra el número de versión de atopykota y\n"
2801#~ "                       luego sale.\n"
2802#~ "  -h | --help          Muestra este mensaje y luego sale.\n"
2803#~ "  \n"
2804#~ "  -i | --initbalance b Establece el saldo inicial para la cuenta del\n"
2805#~ "                       usuario al valor «b». Si el usuario ya existe,\n"
2806#~ "                       se deja el saldo actual sin modificar. Si no se\n"
2807#~ "                       ha establecido, el valor por defecto es 0\n"
2808#~ "\n"
2809#~ "This program is free software; you can redistribute it and/or modify\n"
2810#~ "it under the terms of the GNU General Public License as published by\n"
2811#~ "the Free Software Foundation; either version 2 of the License, or\n"
2812#~ "(at your option) any later version.\n"
2813#~ "\n"
2814#~ "This program is distributed in the hope that it will be useful,\n"
2815#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2816#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2817#~ "GNU General Public License for more details.\n"
2818#~ "\n"
2819#~ "You should have received a copy of the GNU General Public License\n"
2820#~ "along with this program; if not, write to the Free Software\n"
2821#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
2822#~ "\n"
2823#~ "Por favor, envíe los errores por correo electrónico a: %s"
2824
2825#~ msgid ""
2826#~ "edpykota v%s (c) %s %s\n"
2827#~ "\n"
2828#~ "A Print Quota editor for PyKota.\n"
2829#~ "\n"
2830#~ "command line usage :\n"
2831#~ "\n"
2832#~ "  edpykota [options] user1 user2 ... userN\n"
2833#~ "  \n"
2834#~ "  edpykota [options] group1 group2 ... groupN\n"
2835#~ "\n"
2836#~ "options :\n"
2837#~ "\n"
2838#~ "  -v | --version       Prints edpykota's version number then exits.\n"
2839#~ "  -h | --help          Prints this message then exits.\n"
2840#~ "  \n"
2841#~ "  -a | --add           Adds users and/or printers if they don't \n"
2842#~ "                       exist on the Quota Storage Server.\n"
2843#~ "                       \n"
2844#~ "  -d | --delete        Deletes users/groups from the quota storage.\n"
2845#~ "                       Printers are never deleted.\n"
2846#~ "                       \n"
2847#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
2848#~ "                       for a particular printer. Job price is optional.\n"
2849#~ "                       If both are to be set, separate them with a comma.\n"
2850#~ "                       Floating point values are allowed.\n"
2851#~ "                       \n"
2852#~ "  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
2853#~ "                       when computing the cost of a print job. Positive or \n"
2854#~ "                       negative floating point values are allowed,\n"
2855#~ "                       this allows you to do some really creative\n"
2856#~ "                       things like giving money to an user whenever\n"
2857#~ "                       he prints. The number of pages in a print job\n"
2858#~ "                       is not modified by this coefficient, only the\n"
2859#~ "                       cost of the job for a particular user.\n"
2860#~ "                       Only users have a coefficient.\n"
2861#~ "  \n"
2862#~ "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
2863#~ "                              listed, separated by commas. The groups\n"
2864#~ "                              must already exist in the Quota Storage.\n"
2865#~ "  \n"
2866#~ "  -u | --users         Edit users print quotas, this is the default.\n"
2867#~ "  \n"
2868#~ "  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
2869#~ "                       use wildcards characters to select only\n"
2870#~ "                       some printers. The default value is *, meaning\n"
2871#~ "                       all printers. \n"
2872#~ "                       You can specify several names or wildcards, \n"
2873#~ "                       by separating them with commas.\n"
2874#~ "  \n"
2875#~ "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
2876#~ "                       pg1, pg2, etc... which must already exist.\n"
2877#~ "                       A printer group is just like a normal printer,\n"
2878#~ "                       only that it is usually unknown from the printing\n"
2879#~ "                       system. Create printer groups exactly the same\n"
2880#~ "                       way that you create printers, then add other \n"
2881#~ "                       printers to them with this option.\n"
2882#~ "                       Accounting is done on a printer and on all\n"
2883#~ "                       the printer groups it belongs to, quota checking\n"
2884#~ "                       is done on a printer and on all the printer groups\n"
2885#~ "                       it belongs to.\n"
2886#~ "  \n"
2887#~ "  -g | --groups        Edit users groups print quotas instead of users.\n"
2888#~ "                          \n"
2889#~ "  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
2890#~ "                       print quotas\n"
2891#~ "                       \n"
2892#~ "  -n | --noquota       Doesn't set a quota but only does accounting.\n"
2893#~ "  \n"
2894#~ "  -r | --reset         Resets the actual page counter for the user\n"
2895#~ "                       or group to zero on the specified printers. \n"
2896#~ "                       The life time page counter is kept unchanged.\n"
2897#~ "                       \n"
2898#~ "  -R | --hardreset     Resets the actual and life time page counters\n"
2899#~ "                       for the user or group to zero on the specified \n"
2900#~ "                       printers. This is a shortcut for '--used 0'.\n"
2901#~ "                       \n"
2902#~ "  -l | --limitby l     Choose if the user/group is limited in printing                     \n"
2903#~ "                       by its account balance or by its page quota.\n"
2904#~ "                       The default value is 'quota'. Allowed values\n"
2905#~ "                       are 'quota' 'balance' 'quota-then-balance' and\n"
2906#~ "                       'balance-then-quota'.\n"
2907#~ "                       WARNING : quota-then-balance and balance-then-quota\n"
2908#~ "                       are not yet implemented.\n"
2909#~ "                       \n"
2910#~ "  -b | --balance b     Sets the user's account balance to b.                     \n"
2911#~ "                       Account balance may be increase or decreased\n"
2912#~ "                       if b is prefixed with + or -.\n"
2913#~ "                       WARNING : when decreasing account balance,\n"
2914#~ "                       the total paid so far by the user is decreased\n"
2915#~ "                       too.\n"
2916#~ "                       Groups don't have a real balance, but the\n"
2917#~ "                       sum of their users' account balance.\n"
2918#~ "                       \n"
2919#~ "  -S | --softlimit sl  Sets the quota soft limit to sl pages.                       \n"
2920#~ "  \n"
2921#~ "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
2922#~ "\n"
2923#~ "  -U | --used usage    Sets the pagecounters for the user to usage pages;\n"
2924#~ "                       useful for migrating users from a different system\n"
2925#~ "                       where they have already used some pages. Actual\n"
2926#~ "                       and Life Time page counters may be increased or decreased\n"
2927#~ "                       if usage is prefixed with + or -.\n"
2928#~ "                       WARNING : BOTH page counters are modified in all cases,\n"
2929#~ "                       so be careful.\n"
2930#~ "                       NB : if 'usage' equals '0', then the action taken is\n"
2931#~ "                       the same as if --hardreset was used.\n"
2932#~ "\n"
2933#~ "  user1 through userN and group1 through groupN can use wildcards\n"
2934#~ "  if the --add option is not set.\n"
2935#~ "  \n"
2936#~ "examples :                              \n"
2937#~ "\n"
2938#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
2939#~ "  \n"
2940#~ "  This will add users john, paul, george and ringo to the quota\n"
2941#~ "  database, and set their print quotas to the same values than user \n"
2942#~ "  jerome. User jerome must already exist.\n"
2943#~ "  User ringo's email address will also be set to 'ringo@example.com'\n"
2944#~ "  \n"
2945#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
2946#~ "  \n"
2947#~ "  This will set jerome's print quota on the lp printer to a soft limit\n"
2948#~ "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
2949#~ "  printer lp doesn't exist on the Quota Storage Server then nothing is done.\n"
2950#~ "\n"
2951#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
2952#~ "  \n"
2953#~ "  Same as above, but if either user jerome or printer lp doesn't exist \n"
2954#~ "  on the Quota Storage Server they are automatically added. Also\n"
2955#~ "  user jerome is put into the groups \"coders\" and \"it\" which must\n"
2956#~ "  already exist in the Quota Storage.\n"
2957#~ "            \n"
2958#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
2959#~ "  \n"
2960#~ "  This will set print quota soft limit to 500 pages and hard limit\n"
2961#~ "  to 550 pages for groups financial and support on all printers.\n"
2962#~ "  \n"
2963#~ "  $ edpykota --reset jerome \"jo*\"\n"
2964#~ "  \n"
2965#~ "  This will reset jerome's page counter to zero on all printers, as\n"
2966#~ "  well as every user whose name begins with 'jo'.\n"
2967#~ "  Their life time page counter on each printer will be kept unchanged.\n"
2968#~ "  You can also reset the life time page counters by using the\n"
2969#~ "  --hardreset | -R command line option.\n"
2970#~ "  \n"
2971#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
2972#~ "  \n"
2973#~ "  This will tell PyKota to not limit jerome when printing on the \n"
2974#~ "  hpcolor printer. All his jobs will be allowed on this printer, but \n"
2975#~ "  accounting of the pages he prints will still be kept.\n"
2976#~ "  Print Quotas for jerome on other printers are unchanged.\n"
2977#~ "  \n"
2978#~ "  $ edpykota --limitby balance jerome\n"
2979#~ "  \n"
2980#~ "  This will tell PyKota to limit jerome by his account's balance\n"
2981#~ "  when printing.\n"
2982#~ "  \n"
2983#~ "  $ edpykota --balance +10.0 jerome\n"
2984#~ "  \n"
2985#~ "  This will increase jerome's account balance by 10.0 (in your\n"
2986#~ "  own currency). You can decrease the account balance with a\n"
2987#~ "  dash prefix, and set it to a fixed amount with no prefix.\n"
2988#~ "  \n"
2989#~ "  $ edpykota --delete jerome rachel\n"
2990#~ "  \n"
2991#~ "  This will completely delete jerome and rachel from the Quota Storage\n"
2992#~ "  database. All their quotas and jobs will be deleted too.\n"
2993#~ "  \n"
2994#~ "  $ edpykota --printer lp --charge 0.1\n"
2995#~ "  \n"
2996#~ "  This will set the page price for printer lp to 0.1. Job price\n"
2997#~ "  will not be changed.\n"
2998#~ "  \n"
2999#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3000#~ "  \n"
3001#~ "  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
3002#~ "  When printing either on hplj1 or hplj2, print quota will also be \n"
3003#~ "  checked and accounted for on virtual printers Laser and HP.\n"
3004#~ "  \n"
3005#~ "  $ edpykota --overcharge 2.5 poorstudent\n"
3006#~ "  \n"
3007#~ "  This will overcharge the poorstudent user by a factor of 2.5.\n"
3008#~ "  \n"
3009#~ "  $ edpykota --overcharge -1 jerome\n"
3010#~ "  \n"
3011#~ "  User jerome will actually earn money whenever he prints.\n"
3012#~ "  \n"
3013#~ "  $ edpykota --overcharge 0 boss\n"
3014#~ "  \n"
3015#~ "  User boss can print at will, it won't cost him anything because the\n"
3016#~ "  cost of each print job will be multiplied by zero before charging\n"
3017#~ "  his account.\n"
3018#~ "\n"
3019#~ "This program is free software; you can redistribute it and/or modify\n"
3020#~ "it under the terms of the GNU General Public License as published by\n"
3021#~ "the Free Software Foundation; either version 2 of the License, or\n"
3022#~ "(at your option) any later version.\n"
3023#~ "\n"
3024#~ "This program is distributed in the hope that it will be useful,\n"
3025#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3026#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3027#~ "GNU General Public License for more details.\n"
3028#~ "\n"
3029#~ "You should have received a copy of the GNU General Public License\n"
3030#~ "along with this program; if not, write to the Free Software\n"
3031#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3032#~ "\n"
3033#~ "Please e-mail bugs to: %s"
3034#~ msgstr ""
3035#~ "edpykota v%s (c) %s %s\n"
3036#~ "\n"
3037#~ "A Print Quota editor for PyKota.\n"
3038#~ "\n"
3039#~ "command line usage :\n"
3040#~ "\n"
3041#~ "  edpykota [options] user1 user2 ... userN\n"
3042#~ "  \n"
3043#~ "  edpykota [options] group1 group2 ... groupN\n"
3044#~ "\n"
3045#~ "options :\n"
3046#~ "\n"
3047#~ "  -v | --version       Prints edpykota's version number then exits.\n"
3048#~ "  -h | --help          Prints this message then exits.\n"
3049#~ "  \n"
3050#~ "  -a | --add           Adds users and/or printers if they don't \n"
3051#~ "                       exist on the Quota Storage Server.\n"
3052#~ "                       \n"
3053#~ "  -d | --delete        Deletes users/groups from the quota storage.\n"
3054#~ "                       Printers are never deleted.\n"
3055#~ "                       \n"
3056#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
3057#~ "                       for a particular printer. Job price is optional.\n"
3058#~ "                       If both are to be set, separate them with a comma.\n"
3059#~ "                       Floating point values are allowed.\n"
3060#~ "                       \n"
3061#~ "  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
3062#~ "                       when computing the cost of a print job. Positive or \n"
3063#~ "                       negative floating point values are allowed,\n"
3064#~ "                       this allows you to do some really creative\n"
3065#~ "                       things like giving money to an user whenever\n"
3066#~ "                       he prints. The number of pages in a print job\n"
3067#~ "                       is not modified by this coefficient, only the\n"
3068#~ "                       cost of the job for a particular user.\n"
3069#~ "                       Only users have a coefficient.\n"
3070#~ "  \n"
3071#~ "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
3072#~ "                              listed, separated by commas. The groups\n"
3073#~ "                              must already exist in the Quota Storage.\n"
3074#~ "  \n"
3075#~ "  -u | --users         Edit users print quotas, this is the default.\n"
3076#~ "  \n"
3077#~ "  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
3078#~ "                       use wildcards characters to select only\n"
3079#~ "                       some printers. The default value is *, meaning\n"
3080#~ "                       all printers. \n"
3081#~ "                       You can specify several names or wildcards, \n"
3082#~ "                       by separating them with commas.\n"
3083#~ "  \n"
3084#~ "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
3085#~ "                       pg1, pg2, etc... which must already exist.\n"
3086#~ "                       A printer group is just like a normal printer,\n"
3087#~ "                       only that it is usually unknown from the printing\n"
3088#~ "                       system. Create printer groups exactly the same\n"
3089#~ "                       way that you create printers, then add other \n"
3090#~ "                       printers to them with this option.\n"
3091#~ "                       Accounting is done on a printer and on all\n"
3092#~ "                       the printer groups it belongs to, quota checking\n"
3093#~ "                       is done on a printer and on all the printer groups\n"
3094#~ "                       it belongs to.\n"
3095#~ "  \n"
3096#~ "  -g | --groups        Edit users groups print quotas instead of users.\n"
3097#~ "                          \n"
3098#~ "  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
3099#~ "                       print quotas\n"
3100#~ "                       \n"
3101#~ "  -n | --noquota       Doesn't set a quota but only does accounting.\n"
3102#~ "  \n"
3103#~ "  -r | --reset         Resets the actual page counter for the user\n"
3104#~ "                       or group to zero on the specified printers. \n"
3105#~ "                       The life time page counter is kept unchanged.\n"
3106#~ "                       \n"
3107#~ "  -R | --hardreset     Resets the actual and life time page counters\n"
3108#~ "                       for the user or group to zero on the specified \n"
3109#~ "                       printers. This is a shortcut for '--used 0'.\n"
3110#~ "                       \n"
3111#~ "  -l | --limitby l     Choose if the user/group is limited in printing                     \n"
3112#~ "                       by its account balance or by its page quota.\n"
3113#~ "                       The default value is 'quota'. Allowed values\n"
3114#~ "                       are 'quota' 'balance' 'quota-then-balance' and\n"
3115#~ "                       'balance-then-quota'.\n"
3116#~ "                       WARNING : quota-then-balance and balance-then-quota\n"
3117#~ "                       are not yet implemented.\n"
3118#~ "                       \n"
3119#~ "  -b | --balance b     Sets the user's account balance to b.                     \n"
3120#~ "                       Account balance may be increase or decreased\n"
3121#~ "                       if b is prefixed with + or -.\n"
3122#~ "                       WARNING : when decreasing account balance,\n"
3123#~ "                       the total paid so far by the user is decreased\n"
3124#~ "                       too.\n"
3125#~ "                       Groups don't have a real balance, but the\n"
3126#~ "                       sum of their users' account balance.\n"
3127#~ "                       \n"
3128#~ "  -S | --softlimit sl  Sets the quota soft limit to sl pages.                       \n"
3129#~ "  \n"
3130#~ "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
3131#~ "\n"
3132#~ "  -U | --used usage    Sets the pagecounters for the user to usage pages;\n"
3133#~ "                       useful for migrating users from a different system\n"
3134#~ "                       where they have already used some pages. Actual\n"
3135#~ "                       and Life Time page counters may be increased or decreased\n"
3136#~ "                       if usage is prefixed with + or -.\n"
3137#~ "                       WARNING : BOTH page counters are modified in all cases,\n"
3138#~ "                       so be careful.\n"
3139#~ "                       NB : if 'usage' equals '0', then the action taken is\n"
3140#~ "                       the same as if --hardreset was used.\n"
3141#~ "\n"
3142#~ "  user1 through userN and group1 through groupN can use wildcards\n"
3143#~ "  if the --add option is not set.\n"
3144#~ "  \n"
3145#~ "examples :                              \n"
3146#~ "\n"
3147#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
3148#~ "  \n"
3149#~ "  This will add users john, paul, george and ringo to the quota\n"
3150#~ "  database, and set their print quotas to the same values than user \n"
3151#~ "  jerome. User jerome must already exist.\n"
3152#~ "  User ringo's email address will also be set to 'ringo@example.com'\n"
3153#~ "  \n"
3154#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
3155#~ "  \n"
3156#~ "  This will set jerome's print quota on the lp printer to a soft limit\n"
3157#~ "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
3158#~ "  printer lp doesn't exist on the Quota Storage Server then nothing is done.\n"
3159#~ "\n"
3160#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
3161#~ "  \n"
3162#~ "  Same as above, but if either user jerome or printer lp doesn't exist \n"
3163#~ "  on the Quota Storage Server they are automatically added. Also\n"
3164#~ "  user jerome is put into the groups \"coders\" and \"it\" which must\n"
3165#~ "  already exist in the Quota Storage.\n"
3166#~ "            \n"
3167#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
3168#~ "  \n"
3169#~ "  This will set print quota soft limit to 500 pages and hard limit\n"
3170#~ "  to 550 pages for groups financial and support on all printers.\n"
3171#~ "  \n"
3172#~ "  $ edpykota --reset jerome \"jo*\"\n"
3173#~ "  \n"
3174#~ "  This will reset jerome's page counter to zero on all printers, as\n"
3175#~ "  well as every user whose name begins with 'jo'.\n"
3176#~ "  Their life time page counter on each printer will be kept unchanged.\n"
3177#~ "  You can also reset the life time page counters by using the\n"
3178#~ "  --hardreset | -R command line option.\n"
3179#~ "  \n"
3180#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
3181#~ "  \n"
3182#~ "  This will tell PyKota to not limit jerome when printing on the \n"
3183#~ "  hpcolor printer. All his jobs will be allowed on this printer, but \n"
3184#~ "  accounting of the pages he prints will still be kept.\n"
3185#~ "  Print Quotas for jerome on other printers are unchanged.\n"
3186#~ "  \n"
3187#~ "  $ edpykota --limitby balance jerome\n"
3188#~ "  \n"
3189#~ "  This will tell PyKota to limit jerome by his account's balance\n"
3190#~ "  when printing.\n"
3191#~ "  \n"
3192#~ "  $ edpykota --balance +10.0 jerome\n"
3193#~ "  \n"
3194#~ "  This will increase jerome's account balance by 10.0 (in your\n"
3195#~ "  own currency). You can decrease the account balance with a\n"
3196#~ "  dash prefix, and set it to a fixed amount with no prefix.\n"
3197#~ "  \n"
3198#~ "  $ edpykota --delete jerome rachel\n"
3199#~ "  \n"
3200#~ "  This will completely delete jerome and rachel from the Quota Storage\n"
3201#~ "  database. All their quotas and jobs will be deleted too.\n"
3202#~ "  \n"
3203#~ "  $ edpykota --printer lp --charge 0.1\n"
3204#~ "  \n"
3205#~ "  This will set the page price for printer lp to 0.1. Job price\n"
3206#~ "  will not be changed.\n"
3207#~ "  \n"
3208#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3209#~ "  \n"
3210#~ "  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
3211#~ "  When printing either on hplj1 or hplj2, print quota will also be \n"
3212#~ "  checked and accounted for on virtual printers Laser and HP.\n"
3213#~ "  \n"
3214#~ "  $ edpykota --overcharge 2.5 poorstudent\n"
3215#~ "  \n"
3216#~ "  This will overcharge the poorstudent user by a factor of 2.5.\n"
3217#~ "  \n"
3218#~ "  $ edpykota --overcharge -1 jerome\n"
3219#~ "  \n"
3220#~ "  User jerome will actually earn money whenever he prints.\n"
3221#~ "  \n"
3222#~ "  $ edpykota --overcharge 0 boss\n"
3223#~ "  \n"
3224#~ "  User boss can print at will, it won't cost him anything because the\n"
3225#~ "  cost of each print job will be multiplied by zero before charging\n"
3226#~ "  his account.\n"
3227#~ "\n"
3228#~ "This program is free software; you can redistribute it and/or modify\n"
3229#~ "it under the terms of the GNU General Public License as published by\n"
3230#~ "the Free Software Foundation; either version 2 of the License, or\n"
3231#~ "(at your option) any later version.\n"
3232#~ "\n"
3233#~ "This program is distributed in the hope that it will be useful,\n"
3234#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3235#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3236#~ "GNU General Public License for more details.\n"
3237#~ "\n"
3238#~ "You should have received a copy of the GNU General Public License\n"
3239#~ "along with this program; if not, write to the Free Software\n"
3240#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3241#~ "\n"
3242#~ "Por favor, envíe los errores por correo electrónico a: %s"
3243
3244#~ msgid ""
3245#~ "pkhint v%s (c) %s %s\n"
3246#~ "\n"
3247#~ "A tool to give hints on what accounting method is best for each printer.\n"
3248#~ "\n"
3249#~ "command line usage :\n"
3250#~ "\n"
3251#~ "  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
3252#~ "\n"
3253#~ "options :\n"
3254#~ "\n"
3255#~ "  -v | --version       Prints pkhint's version number then exits.\n"
3256#~ "  -h | --help          Prints this message then exits.\n"
3257#~ "  \n"
3258#~ "examples :                              \n"
3259#~ "\n"
3260#~ "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
3261#~ "  \n"
3262#~ "  Will analyze your printing system to test which accounter\n"
3263#~ "  is the best for each of the defined printer which\n"
3264#~ "  name matches one of the parameters.\n"
3265#~ "  \n"
3266#~ "  If you don't pass any argument on the command line, all\n"
3267#~ "  printers will be analyzed.\n"
3268#~ "  \n"
3269#~ "This program is free software; you can redistribute it and/or modify\n"
3270#~ "it under the terms of the GNU General Public License as published by\n"
3271#~ "the Free Software Foundation; either version 2 of the License, or\n"
3272#~ "(at your option) any later version.\n"
3273#~ "\n"
3274#~ "This program is distributed in the hope that it will be useful,\n"
3275#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3276#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3277#~ "GNU General Public License for more details.\n"
3278#~ "\n"
3279#~ "You should have received a copy of the GNU General Public License\n"
3280#~ "along with this program; if not, write to the Free Software\n"
3281#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3282#~ "\n"
3283#~ "Please e-mail bugs to: %s"
3284#~ msgstr ""
3285#~ "pkhint v%s (c) %s %s\n"
3286#~ "\n"
3287#~ "Herramienta que aconseja sobre qué método de contabilidad es el mejor\n"
3288#~ "para cada impresora.\n"
3289#~ "\n"
3290#~ "uso desde la línea de comandos:\n"
3291#~ "\n"
3292#~ "  pkhint [opciones] [impresora1 impresora2 impresora3 ... impresoraN] <archivo.conf\n"
3293#~ "\n"
3294#~ "opciones:\n"
3295#~ "\n"
3296#~ "  -v | --version       Muestra el número de versión de pkhint y\n"
3297#~ "                       luego sale.\n"
3298#~ "  -h | --help          Muestra este mensaje y luego sale.\n"
3299#~ "\n"
3300#~ "ejemplos:\n"
3301#~ "\n"
3302#~ "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
3303#~ "\n"
3304#~ "  Analizará su sistema de impresión para comprobar que sistema\n"
3305#~ "  de contabilización es el mejor para cada una de las impresoras\n"
3306#~ "  definidas y cuyo nombre coincida con uno de los parámetros.\n"
3307#~ "\n"
3308#~ "  Si no pasa ningún parámetro en la línea de comandos, se analizarán\n"
3309#~ "  todas las impresoras.\n"
3310#~ "\n"
3311#~ "This program is free software; you can redistribute it and/or modify\n"
3312#~ "it under the terms of the GNU General Public License as published by\n"
3313#~ "the Free Software Foundation; either version 2 of the License, or\n"
3314#~ "(at your option) any later version.\n"
3315#~ "\n"
3316#~ "This program is distributed in the hope that it will be useful,\n"
3317#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3318#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3319#~ "GNU General Public License for more details.\n"
3320#~ "\n"
3321#~ "You should have received a copy of the GNU General Public License\n"
3322#~ "along with this program; if not, write to the Free Software\n"
3323#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3324#~ "\n"
3325#~ "Por favor, envíe los errores por correo electrónico a: %s"
3326
3327#~ msgid ""
3328#~ "pkmail v%s (c) %s %s\n"
3329#~ "\n"
3330#~ "Email gateway for PyKota.\n"
3331#~ "\n"
3332#~ "command line usage :\n"
3333#~ "\n"
3334#~ "  pkmail  [options]\n"
3335#~ "\n"
3336#~ "options :\n"
3337#~ "\n"
3338#~ "  -v | --version       Prints pkmail's version number then exits.\n"
3339#~ "  -h | --help          Prints this message then exits.\n"
3340#~ "  \n"
3341#~ "    \n"
3342#~ "  This command is meant to be used from your mail server's aliases file,\n"
3343#~ "  as a pipe. It will then accept commands send to it in email messages,\n"
3344#~ "  and will send the answer to the command's originator.\n"
3345#~ "  \n"
3346#~ "  To use this command, create an email alias in /etc/aliases with\n"
3347#~ "  the following format :\n"
3348#~ "  \n"
3349#~ "    pykotacmd: \"|/usr/bin/pkmail\"\n"
3350#~ "    \n"
3351#~ "  Then run the 'newaliases' command to regenerate the aliases database.\n"
3352#~ "  \n"
3353#~ "  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
3354#~ "  the command in the subject.\n"
3355#~ "  \n"
3356#~ "  List of supported commands :\n"
3357#~ "  \n"
3358#~ "        report [username]\n"
3359#~ "  \n"
3360#~ "  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
3361#~ "  system user in the 'pykota' system group to ensure this user can\n"
3362#~ "  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
3363#~ "  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
3364#~ "  that you think at least twice before doing this though.\n"
3365#~ "  \n"
3366#~ "  Use at your own risk !\n"
3367#~ "  \n"
3368#~ "This program is free software; you can redistribute it and/or modify\n"
3369#~ "it under the terms of the GNU General Public License as published by\n"
3370#~ "the Free Software Foundation; either version 2 of the License, or\n"
3371#~ "(at your option) any later version.\n"
3372#~ "\n"
3373#~ "This program is distributed in the hope that it will be useful,\n"
3374#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3375#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3376#~ "GNU General Public License for more details.\n"
3377#~ "\n"
3378#~ "You should have received a copy of the GNU General Public License\n"
3379#~ "along with this program; if not, write to the Free Software\n"
3380#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3381#~ "\n"
3382#~ "Please e-mail bugs to: %s"
3383#~ msgstr ""
3384#~ "pkmail v%s (c) %s %s\n"
3385#~ "\n"
3386#~ "Puerta de enlace de correo electrónico para PyKota.\n"
3387#~ "\n"
3388#~ "uso desde la línea de comandos:\n"
3389#~ "\n"
3390#~ "  pkmail  [opciones]\n"
3391#~ "\n"
3392#~ "opciones:\n"
3393#~ "\n"
3394#~ "  -v | --version       Muestra el número de versión de pkmail's y sale.\n"
3395#~ "  -h | --help          Muestra este mensaje y sale.\n"
3396#~ "  \n"
3397#~ "    \n"
3398#~ "  Utilice este comando en su archivo de alias de su servidor de correo,\n"
3399#~ "  como una pipa. Una vez hecho esto, aceptará los comandos que se le envíen\n"
3400#~ "  a través de mensajes en correos electrónicos, y devolverá una respuesta\n"
3401#~ "  al que dio origen al comando.\n"
3402#~ "  \n"
3403#~ "  Para utilizar este comando, cree un alias de correo en /etc/aliases con\n"
3404#~ "  el siguiente formato:\n"
3405#~ "  \n"
3406#~ "    pykotacmd: \"|/usr/bin/pkmail\"\n"
3407#~ "    \n"
3408#~ "  Luego ejecute la orden 'newaliases' para regenerar la base de datos\n"
3409#~ "  de alias\n"
3410#~ "  \n"
3411#~ "  A partir de ese momento, puede enviar comandos por correo electrónico\n"
3412#~ "  a 'pykotacmd@tudominio.com', con la orden en el asunto.\n"
3413#~ "  \n"
3414#~ "  Lista de las órdenes soportadas\n"
3415#~ "  \n"
3416#~ "        report [nombredeusuario]\n"
3417#~ "  \n"
3418#~ "  NB: Para que pkmail trabaje correctamente, ha de añadir al\n"
3419#~ "  usuario de sistema 'mail' al grupo de sistema 'pykota', para\n"
3420#~ "  asegurarse de que este usuario puede leer el archivo\n"
3421#~ "  /etc/pykota/pykotadmin.conf, y reiniciar su servidor de correo\n"
3422#~ "  (ej. /etc/init.d/exim restart). De todas formas se advierte\n"
3423#~ "  encarecidamente que piense en esto, al menos dos veces, antes\n"
3424#~ "  de llevarlo a cabo.\n"
3425#~ "  \n"
3426#~ "  ¡Utilícelo bajo su reponsabilidad!\n"
3427#~ "  \n"
3428#~ "This program is free software; you can redistribute it and/or modify\n"
3429#~ "it under the terms of the GNU General Public License as published by\n"
3430#~ "the Free Software Foundation; either version 2 of the License, or\n"
3431#~ "(at your option) any later version.\n"
3432#~ "\n"
3433#~ "This program is distributed in the hope that it will be useful,\n"
3434#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3435#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3436#~ "GNU General Public License for more details.\n"
3437#~ "\n"
3438#~ "You should have received a copy of the GNU General Public License\n"
3439#~ "along with this program; if not, write to the Free Software\n"
3440#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3441#~ "\n"
3442#~ "Por favor, envíe los errores por correo electrónico a: %s"
3443
3444#~ msgid ""
3445#~ "pkprinters v%s (c) %s %s\n"
3446#~ "\n"
3447#~ "A Printers Manager for PyKota.\n"
3448#~ "\n"
3449#~ "command line usage :\n"
3450#~ "\n"
3451#~ "  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
3452#~ "\n"
3453#~ "options :\n"
3454#~ "\n"
3455#~ "  -v | --version       Prints pkprinters's version number then exits.\n"
3456#~ "  -h | --help          Prints this message then exits.\n"
3457#~ "  \n"
3458#~ "  -a | --add           Adds printers if they don't exist on the Quota \n"
3459#~ "                       Storage Server. If they exist, they are modified\n"
3460#~ "                       unless -s|--skipexisting is also used.\n"
3461#~ "                       \n"
3462#~ "  -d | --delete        Deletes printers from the quota storage.\n"
3463#~ "  \n"
3464#~ "  -D | --description d Adds a textual description to printers.\n"
3465#~ "                       \n"
3466#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
3467#~ "                       Job price is optional.\n"
3468#~ "                       If both are to be set, separate them with a comma.\n"
3469#~ "                       Floating point and negative values are allowed.\n"
3470#~ "  \n"
3471#~ "  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
3472#~ "                       groups pg1, pg2, etc... which must already exist.\n"
3473#~ "                       A printer group is just like a normal printer,\n"
3474#~ "                       only that it is usually unknown from the printing\n"
3475#~ "                       system. Create printer groups exactly the same\n"
3476#~ "                       way that you create printers, then add other \n"
3477#~ "                       printers to them with this option.\n"
3478#~ "                       Accounting is done on a printer and on all\n"
3479#~ "                       the printer groups it belongs to, quota checking\n"
3480#~ "                       is done on a printer and on all the printer groups\n"
3481#~ "                       it belongs to.\n"
3482#~ "                       If the --remove option below is not used, the \n"
3483#~ "                       default action is to add printers to the specified\n"
3484#~ "                       printer groups.\n"
3485#~ "                       \n"
3486#~ "  -l | --list          List informations about the printer(s) and the\n"
3487#~ "                       printers groups it is a member of.\n"
3488#~ "                       \n"
3489#~ "  -r | --remove        In combination with the --groups option above,                       \n"
3490#~ "                       remove printers from the specified printers groups.\n"
3491#~ "                       \n"
3492#~ "  -s | --skipexisting  In combination with the --add option above, tells\n"
3493#~ "                       pkprinters to not modify existing printers.\n"
3494#~ "  \n"
3495#~ "  printer1 through printerN can contain wildcards if the --add option \n"
3496#~ "  is not set.\n"
3497#~ "  \n"
3498#~ "examples :                              \n"
3499#~ "\n"
3500#~ "  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 hp8000\n"
3501#~ "  \n"
3502#~ "  Will create three printers named hp2100, hp2200 and hp8000.\n"
3503#~ "  Their price per page will be set at 0.05 unit, and their price\n"
3504#~ "  per job will be set at 0.1 unit. Units are in your own currency,\n"
3505#~ "  or whatever you want them to mean.\n"
3506#~ "  All of their descriptions will be set to the string \"HP Printer\".\n"
3507#~ "  If any of these printers already exists, it will also be modified \n"
3508#~ "  unless the -s|--skipexisting command line option is also used.\n"
3509#~ "            \n"
3510#~ "  $ pkprinters --delete \"*\"\n"
3511#~ "  \n"
3512#~ "  This will completely delete all printers and associated quota information,\n"
3513#~ "  as well as their job history. USE WITH CARE !\n"
3514#~ "  \n"
3515#~ "  $ pkprinters --groups Laser,HP \"hp*\"\n"
3516#~ "  \n"
3517#~ "  This will put all printers which name matches \"hp*\" into printers groups \n"
3518#~ "  Laser and HP, which MUST already exist.\n"
3519#~ "  \n"
3520#~ "  $ pkprinters --groups LexMark --remove hp2200\n"
3521#~ "  \n"
3522#~ "  This will remove the hp2200 printer from the LexMark printer group.\n"
3523#~ "  \n"
3524#~ "This program is free software; you can redistribute it and/or modify\n"
3525#~ "it under the terms of the GNU General Public License as published by\n"
3526#~ "the Free Software Foundation; either version 2 of the License, or\n"
3527#~ "(at your option) any later version.\n"
3528#~ "\n"
3529#~ "This program is distributed in the hope that it will be useful,\n"
3530#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3531#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3532#~ "GNU General Public License for more details.\n"
3533#~ "\n"
3534#~ "You should have received a copy of the GNU General Public License\n"
3535#~ "along with this program; if not, write to the Free Software\n"
3536#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3537#~ "\n"
3538#~ "Please e-mail bugs to: %s"
3539#~ msgstr ""
3540#~ "pkprinters v%s (c) %s %s\n"
3541#~ "\n"
3542#~ "Un administrador de impresoras para PyKota.\n"
3543#~ "\n"
3544#~ "uso desde la línea de comandos:\n"
3545#~ "\n"
3546#~ "  pkprinters [opciones] impresora1 impresora2 impresora3 ... impresoraN\n"
3547#~ "\n"
3548#~ "opciones\n"
3549#~ "\n"
3550#~ "  -v | --version       Muestra el número de versión de pkprinters y\n"
3551#~ "                       luego sale.\n"
3552#~ "  -h | --help          Muestra este mensaje y luego sale.\n"
3553#~ "  \n"
3554#~ "  -a | --add           Añade las impresoras si estas no existen en el\n"
3555#~ "                       servidor de almacenamiento de las cuotas. Si\n"
3556#~ "                       existen, se modifican a menos que se utilice\n"
3557#~ "                       -s|--skipexisting.\n"
3558#~ "\n"
3559#~ "  -d | --delete        Borra las impresoras de la base de datos de\n"
3560#~ "                       almacenamiento de las cuotas.\n"
3561#~ "\n"
3562#~ "  -D | --description d Añade una descripción textual a la impresora.\n"
3563#~ "\n"
3564#~ "  -c | --charge p[,j]  Establece el precio por página y por trabajo que\n"
3565#~ "                       se ha de cobrar. El precio por trabajo es opcional.\n"
3566#~ "                       Si se van a establecer ambos, sepárelos con una coma.\n"
3567#~ "                       Se permiten valores en coma flotante y negativos.\n"
3568#~ "\n"
3569#~ "  -g | --groups pg1[,pg2...] Añade o elimina la(s) impresora(s) del grupo\n"
3570#~ "                       de impresoras «pg1», «pg2», etc. que han de existir.\n"
3571#~ "                       Un grupo de impresión es similar a una impresora normal,\n"
3572#~ "                       con la salvedad de que, normalmente, es desconocido\n"
3573#~ "                       por el sistema de impresión. Cree los grupos de\n"
3574#~ "                       impresión de la misma forma que crea las impresoras,\n"
3575#~ "                       luego añada otra impresora al grupo con esta opción.\n"
3576#~ "                       La contabilidad se realiza en la impresora y en todos\n"
3577#~ "                       los grupos de impresión a los que esta pertenece; la\n"
3578#~ "                       comprobación de la cuota se realiza en la impresora y\n"
3579#~ "                       en todos los grupos de impresión a los que pertenece.\n"
3580#~ "                       Si no se utiliza la opción --remove listada abajo, la\n"
3581#~ "                       acción por defecto es añadir las impresoras al grupo de \n"
3582#~ "                       impresoras especificado.\n"
3583#~ "\n"
3584#~ "  -l | --list          Lista información sobre la(s) impresora(s) y sobre los\n"
3585#~ "                       grupos de impresión a los que pertenece.\n"
3586#~ "\n"
3587#~ "  -r | --remove        En combinación con la opción --groups citada arriba,\n"
3588#~ "                       elimina las impresoras de los grupos de impresión\n"
3589#~ "                       especificados.\n"
3590#~ "\n"
3591#~ "  -s | --skipexisting  En combinación con la opción --add citada arriba,\n"
3592#~ "                       le dice a pkprinters que no modifique las impresoras\n"
3593#~ "                       existentes.\n"
3594#~ "\n"
3595#~ "  desde impresora1 hasta impresoraN pueden contener comodines, si la opción\n"
3596#~ "  --add no se ha utilizado.\n"
3597#~ "\n"
3598#~ "ejemplos:\n"
3599#~ "\n"
3600#~ "  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 hp8000\n"
3601#~ "\n"
3602#~ "  Creará tres impresoras, denominadas hp2100, hp2200 y hp8000.\n"
3603#~ "  Sus precios por página se establecerán a 0.05 unidades, y sus\n"
3604#~ "  precios por trabajo se establecerán a 0.1 unidades. Las unidades\n"
3605#~ "  están en su propia moneda, o cualquier cosa que quiera que\n"
3606#~ "  signifique.\n"
3607#~ "  Todas sus descripciones se establecerán a la cadena «HP Printer».\n"
3608#~ "  Si alguna de estas impresoras ya existe, será modificada, a menos\n"
3609#~ "  que la opción -s|--skipexisting se haya empleado.\n"
3610#~ "\n"
3611#~ "  $ pkprinters --delete \"*\"\n"
3612#~ "\n"
3613#~ "  Esto borrará completamente todas las impresoras y sus cuotas\n"
3614#~ "  asociadas, así como su historial de trabajos. ¡UTILÍCELA CON\n"
3615#~ "  CUIDADO!\n"
3616#~ "\n"
3617#~ "  $ pkprinters --groups Laser,HP \"hp*\"\n"
3618#~ "\n"
3619#~ "  Esto añadirá todas las impresoras cuyos nombres coincidan con\n"
3620#~ "  «hp*» al grupo de impresoras «Laser» y «HP», que DEBEN existir.\n"
3621#~ "\n"
3622#~ "  $ pkprinters --groups LexMark --remove hp2200\n"
3623#~ "\n"
3624#~ "  Esto eliminará la impresora «hp2200» del grupo de impresoras «LexMark».\n"
3625#~ "\n"
3626#~ "This program is free software; you can redistribute it and/or modify\n"
3627#~ "it under the terms of the GNU General Public License as published by\n"
3628#~ "the Free Software Foundation; either version 2 of the License, or\n"
3629#~ "(at your option) any later version.\n"
3630#~ "\n"
3631#~ "This program is distributed in the hope that it will be useful,\n"
3632#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3633#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3634#~ "GNU General Public License for more details.\n"
3635#~ "\n"
3636#~ "You should have received a copy of the GNU General Public License\n"
3637#~ "along with this program; if not, write to the Free Software\n"
3638#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3639#~ "\n"
3640#~ "Por favor, envíe los errores por correo electrónico a: %s"
3641
3642#~ msgid ""
3643#~ "pykosd v%s (c) %s %s\n"
3644#~ "\n"
3645#~ "An OSD quota monitor for PyKota.\n"
3646#~ "\n"
3647#~ "command line usage :\n"
3648#~ "\n"
3649#~ "  pykosd [options]\n"
3650#~ "\n"
3651#~ "options :\n"
3652#~ "\n"
3653#~ "  -v | --version       Prints pykosd's version number then exits.\n"
3654#~ "  -h | --help          Prints this message then exits.\n"
3655#~ "  \n"
3656#~ "  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
3657#~ "                       triplet, for example #FF0000 is 100%% red.\n"
3658#~ "                       Defaults to 100%% green (#00FF00).\n"
3659#~ "                       \n"
3660#~ "  -d | --duration d    Sets the duration of the display in seconds. \n"
3661#~ "                       Defaults to 3 seconds.\n"
3662#~ "                       \n"
3663#~ "  -f | --font f        Sets the font to use for display.                      \n"
3664#~ "                       Defaults to the Python OSD library's default.\n"
3665#~ "  \n"
3666#~ "  -l | --loop n        Sets the number of times the info will be displayed.\n"
3667#~ "                       Defaults to 0, which means loop forever.\n"
3668#~ "                       \n"
3669#~ "  -s | --sleep s       Sets the sleeping duration between two displays \n"
3670#~ "                       in seconds. Defaults to 180 seconds (3 minutes).\n"
3671#~ "                       \n"
3672#~ "  \n"
3673#~ "examples :                              \n"
3674#~ "\n"
3675#~ "  $ pykosd -s 60 --loop 5\n"
3676#~ "  \n"
3677#~ "  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
3678#~ "  and will last for 3 seconds (the default) each time. After five\n"
3679#~ "  iterations, the program will exit.\n"
3680#~ "  \n"
3681#~ "This program is free software; you can redistribute it and/or modify\n"
3682#~ "it under the terms of the GNU General Public License as published by\n"
3683#~ "the Free Software Foundation; either version 2 of the License, or\n"
3684#~ "(at your option) any later version.\n"
3685#~ "\n"
3686#~ "This program is distributed in the hope that it will be useful,\n"
3687#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3688#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3689#~ "GNU General Public License for more details.\n"
3690#~ "\n"
3691#~ "You should have received a copy of the GNU General Public License\n"
3692#~ "along with this program; if not, write to the Free Software\n"
3693#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3694#~ "\n"
3695#~ "Please e-mail bugs to: %s"
3696#~ msgstr ""
3697#~ "pykosd v%s (c) %s %s\n"
3698#~ "\n"
3699#~ "Un monitor de cuotas OSD para PyKota.\n"
3700#~ "\n"
3701#~ "uso desde la línea de comandos:\n"
3702#~ "\n"
3703#~ "  pykosd [opciones]\n"
3704#~ "\n"
3705#~ "opciones:\n"
3706#~ "\n"
3707#~ "  -v | --version       Muestra el número de versión de pykosd y\n"
3708#~ "                       luego sale.\n"
3709#~ "  -h | --help          Muestra este mensaje y luego sale.\n"
3710#~ "\n"
3711#~ "  -c | --color #rrggbb Establece el color que se utilizará en el\n"
3712#~ "                       visualizador como un triplete hexadecimal, por\n"
3713#~ "                       ejemplo #FF0000 es un rojo 100%%.\n"
3714#~ "                       El valor por defecto es 100%% verde (#00FF00).\n"
3715#~ "\n"
3716#~ "  -d | --duration d    Establece la duración del visualizador en segundos.\n"
3717#~ "                       Por defecto son 3 segundos.\n"
3718#~ "\n"
3719#~ "  -f | --font f        Establece el tipo de letra que se utilizará en\n"
3720#~ "                       el visualizador.\n"
3721#~ "                       Por defecto se utilizará la opción por defecto\n"
3722#~ "                       de la librería Python OSD.\n"
3723#~ "\n"
3724#~ "  -l | --loop n        Establece el número de veces que la información\n"
3725#~ "                       se mostrará.\n"
3726#~ "                       El valor por defecto es 0, que significa un\n"
3727#~ "                       bucle sin fin.\n"
3728#~ "\n"
3729#~ "  -s | --sleep s       Establece el tiempo de espera entre dos mensajes\n"
3730#~ "                       en segundos. El valor por defecto son 180 segundos\n"
3731#~ "                       (3 minutos).\n"
3732#~ "\n"
3733#~ "\n"
3734#~ "ejemplos:\n"
3735#~ "\n"
3736#~ "  $ pykosd -s 60 --loop 5\n"
3737#~ "\n"
3738#~ "  Ejecutará pykosd. El visualizador se actualizará cada 60 segundos,\n"
3739#~ "  y se mostrará 3 segundos (valor por defecto) cada vez. Después de\n"
3740#~ "  cinco iteraciones, el programa finalizará.\n"
3741#~ "\n"
3742#~ "This program is free software; you can redistribute it and/or modify\n"
3743#~ "it under the terms of the GNU General Public License as published by\n"
3744#~ "the Free Software Foundation; either version 2 of the License, or\n"
3745#~ "(at your option) any later version.\n"
3746#~ "\n"
3747#~ "This program is distributed in the hope that it will be useful,\n"
3748#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3749#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3750#~ "GNU General Public License for more details.\n"
3751#~ "\n"
3752#~ "You should have received a copy of the GNU General Public License\n"
3753#~ "along with this program; if not, write to the Free Software\n"
3754#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3755#~ "\n"
3756#~ "Por favor, envíe los errores por correo electrónico a: %s"
3757
3758#~ msgid ""
3759#~ "pykotme v%s (c) %s %s\n"
3760#~ "\n"
3761#~ "Gives print quotes to users.\n"
3762#~ "\n"
3763#~ "command line usage :\n"
3764#~ "\n"
3765#~ "  pykotme  [options]  [files]\n"
3766#~ "\n"
3767#~ "options :\n"
3768#~ "\n"
3769#~ "  -v | --version       Prints pykotme's version number then exits.\n"
3770#~ "  -h | --help          Prints this message then exits.\n"
3771#~ "  \n"
3772#~ "  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
3773#~ "                       use wildcards characters to select only\n"
3774#~ "                       some printers. The default value is *, meaning\n"
3775#~ "                       all printers.\n"
3776#~ "                       You can specify several names or wildcards, \n"
3777#~ "                       by separating them with commas.\n"
3778#~ "  \n"
3779#~ "examples :                              \n"
3780#~ "\n"
3781#~ "  $ pykotme --printer apple file1.ps file2.ps\n"
3782#~ "  \n"
3783#~ "  This will give a print quote to the current user. The quote will show\n"
3784#~ "  the price and size of a job consisting in file1.ps and file2.ps \n"
3785#~ "  which would be sent to the apple printer.\n"
3786#~ "  \n"
3787#~ "  $ pykotme --printer apple,hplaser <file1.ps\n"
3788#~ "  \n"
3789#~ "  This will give a print quote to the current user. The quote will show\n"
3790#~ "  the price and size of a job consisting in file1.ps as read from\n"
3791#~ "  standard input, which would be sent to the apple or hplaser\n"
3792#~ "  printer.\n"
3793#~ "\n"
3794#~ "  $ pykotme \n"
3795#~ "  \n"
3796#~ "  This will give a quote for a job consisting of what is on standard \n"
3797#~ "  input. The quote will list the job size, and the price the job\n"
3798#~ "  would cost on each printer.\n"
3799#~ "\n"
3800#~ "This program is free software; you can redistribute it and/or modify\n"
3801#~ "it under the terms of the GNU General Public License as published by\n"
3802#~ "the Free Software Foundation; either version 2 of the License, or\n"
3803#~ "(at your option) any later version.\n"
3804#~ "\n"
3805#~ "This program is distributed in the hope that it will be useful,\n"
3806#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3807#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3808#~ "GNU General Public License for more details.\n"
3809#~ "\n"
3810#~ "You should have received a copy of the GNU General Public License\n"
3811#~ "along with this program; if not, write to the Free Software\n"
3812#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3813#~ "\n"
3814#~ "Please e-mail bugs to: %s"
3815#~ msgstr ""
3816#~ "pykotme v%s (c) %s %s\n"
3817#~ "\n"
3818#~ "Muestra las cuotas de impresión a los usuarios.\n"
3819#~ "\n"
3820#~ "uso desde la línea de comandos:\n"
3821#~ "\n"
3822#~ "  pykotme  [opciones]  [archivos]\n"
3823#~ "\n"
3824#~ "opciones:\n"
3825#~ "\n"
3826#~ "  -v | --version       Muestra el número de versión pykotme y\n"
3827#~ "                       luego sale.\n"
3828#~ "  -h | --help          Muestra este mensaje y luego sale.\n"
3829#~ "\n"
3830#~ "  -P | --printer p     Muestra la cuota para esta impresora únicamente.\n"
3831#~ "                       Actualmente «p» puede utilizar caracteres comodín\n"
3832#~ "                       para seleccionar sólo algunas impresoras. El valor\n"
3833#~ "                       por defecto es *, que significa toas las impresoras.\n"
3834#~ "                       Puede especificar varios nombres o comodines,\n"
3835#~ "                       separándolos por comas.\n"
3836#~ "\n"
3837#~ "ejemplos\n"
3838#~ "\n"
3839#~ "  $ pykotme --printer apple file1.ps file2.ps\n"
3840#~ "\n"
3841#~ "  Esto mostrará una cuota de impresión para el usuario actual. La cuota\n"
3842#~ "  mostrará el precio y el tamaño del trabajo consistente en «file1.ps»\n"
3843#~ "  y «file2.ps» que se enviarán a la impresora «apple».\n"
3844#~ "\n"
3845#~ "  $ pykotme --printer apple,hplaser <file1.ps\n"
3846#~ "\n"
3847#~ "  Esto mostrará una cuota de impresión para el usuario actual. La cuota\n"
3848#~ "  mostrará el precio y el tamaño del trabajo consistente en «file1.ps»\n"
3849#~ "  leído desde la entrada estándar, que será enviado a la impresora\n"
3850#~ "  «apple» o «hplaser».\n"
3851#~ "\n"
3852#~ "  $ pykotme \n"
3853#~ "\n"
3854#~ "  Esto mostrará una cuota para el trabajo consistente en los datos de\n"
3855#~ "  la entrada estándar. La cuota listará el tamaño del trabajo y el\n"
3856#~ "  coste de impresión del trabajo en cada impresora.\n"
3857#~ "\n"
3858#~ "This program is free software; you can redistribute it and/or modify\n"
3859#~ "it under the terms of the GNU General Public License as published by\n"
3860#~ "the Free Software Foundation; either version 2 of the License, or\n"
3861#~ "(at your option) any later version.\n"
3862#~ "\n"
3863#~ "This program is distributed in the hope that it will be useful,\n"
3864#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3865#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3866#~ "GNU General Public License for more details.\n"
3867#~ "\n"
3868#~ "You should have received a copy of the GNU General Public License\n"
3869#~ "along with this program; if not, write to the Free Software\n"
3870#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3871#~ "\n"
3872#~ "Por favor, envíe los errores por correo electrónico a: %s"
3873
3874#~ msgid ""
3875#~ "repykota v%s (c) %s %s\n"
3876#~ "\n"
3877#~ "Generates print quota reports.\n"
3878#~ "\n"
3879#~ "command line usage :\n"
3880#~ "\n"
3881#~ "  repykota [options] \n"
3882#~ "\n"
3883#~ "options :\n"
3884#~ "\n"
3885#~ "  -v | --version       Prints repykota's version number then exits.\n"
3886#~ "  -h | --help          Prints this message then exits.\n"
3887#~ "  \n"
3888#~ "  -u | --users         Generates a report on users quota, this is \n"
3889#~ "                       the default.\n"
3890#~ "  \n"
3891#~ "  -g | --groups        Generates a report on group quota instead of users.\n"
3892#~ "  \n"
3893#~ "  -P | --printer p     Report quotas on this printer only. Actually p can\n"
3894#~ "                       use wildcards characters to select only\n"
3895#~ "                       some printers. The default value is *, meaning\n"
3896#~ "                       all printers.\n"
3897#~ "                       You can specify several names or wildcards, \n"
3898#~ "                       by separating them with commas.\n"
3899#~ "  \n"
3900#~ "examples :                              \n"
3901#~ "\n"
3902#~ "  $ repykota --printer lp\n"
3903#~ "  \n"
3904#~ "  This will print the quota status for all users who use the lp printer.\n"
3905#~ "\n"
3906#~ "  $ repykota \n"
3907#~ "  \n"
3908#~ "  This will print the quota status for all users on all printers.\n"
3909#~ "  \n"
3910#~ "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
3911#~ "  \n"
3912#~ "  This will print the quota status for user jerome and all users\n"
3913#~ "  whose name begins with \"jo\" on all printers which name begins\n"
3914#~ "  with \"laser\" or ends with \"pson\".\n"
3915#~ "  \n"
3916#~ "  If launched by an user who is not a PyKota administrator, additionnal\n"
3917#~ "  arguments representing users or groups names are ignored, and only the\n"
3918#~ "  current user/group is reported.\n"
3919#~ "\n"
3920#~ "This program is free software; you can redistribute it and/or modify\n"
3921#~ "it under the terms of the GNU General Public License as published by\n"
3922#~ "the Free Software Foundation; either version 2 of the License, or\n"
3923#~ "(at your option) any later version.\n"
3924#~ "\n"
3925#~ "This program is distributed in the hope that it will be useful,\n"
3926#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3927#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3928#~ "GNU General Public License for more details.\n"
3929#~ "\n"
3930#~ "You should have received a copy of the GNU General Public License\n"
3931#~ "along with this program; if not, write to the Free Software\n"
3932#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3933#~ "\n"
3934#~ "Please e-mail bugs to: %s"
3935#~ msgstr ""
3936#~ "repykota v%s (c) %s %s\n"
3937#~ "\n"
3938#~ "Genera informes sobre las cuotas de impresión.\n"
3939#~ "\n"
3940#~ "uso desde la línea de comandos:\n"
3941#~ "\n"
3942#~ "  repykota [opciones] \n"
3943#~ "\n"
3944#~ "opciones:\n"
3945#~ "\n"
3946#~ "  -v | --version       Muestra el número de versión de repykota y\n"
3947#~ "                       luego sale.\n"
3948#~ "  -h | --help          Muestra este mensaje y luego sale.\n"
3949#~ "\n"
3950#~ "  -u | --users         Genera un informe sobre las cuotas de los \n"
3951#~ "                       usuarios, este es el comportamiento por defecto.\n"
3952#~ "\n"
3953#~ "  -g | --groups        Genera un informe sobre las cuotas de los grupos\n"
3954#~ "                       en lugar de los usuarios.\n"
3955#~ "\n"
3956#~ "  -P | --printer p     Informa de las cuotas en esta impresora únicamente\n"
3957#~ "                       Actualmente «p» puede utilizar caracteres comodín\n"
3958#~ "                       para seleccionar sólo algunas impresoras. El valor\n"
3959#~ "                       por defecto es *, que significa todas las impresoras.\n"
3960#~ "                       Puede especificar varios nombres o comodines,\n"
3961#~ "                       separándolos por comas.\n"
3962#~ "\n"
3963#~ "ejemplos:\n"
3964#~ "\n"
3965#~ "  $ repykota --printer lp\n"
3966#~ "\n"
3967#~ "  Esto imprimirá el estado de la cuota para todos los usuarios que utilizan\n"
3968#~ "  la impresora «lp».\n"
3969#~ "\n"
3970#~ "  $ repykota \n"
3971#~ "  \n"
3972#~ "  Esto imprimirá el estado de la cuota para todos los usuarios en todas\n"
3973#~ "  las impresoras.\n"
3974#~ "\n"
3975#~ "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
3976#~ "  \n"
3977#~ "  Esto imprimirá el estado de la cuota para el usuario jerome y\n"
3978#~ "  todos los usuarios cuyos nombres comiencen por «jo» en todas\n"
3979#~ "  las impresoras cuyos nombres comiencen por «laser» o terminen   con «pson».\n"
3980#~ "\n"
3981#~ "  Si se ejecuta por un usuario que no es un administrador de PyKota,\n"
3982#~ "  los parámetros adicionales que representen nombres de usuarios o grupos\n"
3983#~ "  son ignorados, informándose únicamente del usuario/grupo actual.\n"
3984#~ "\n"
3985#~ "This program is free software; you can redistribute it and/or modify\n"
3986#~ "it under the terms of the GNU General Public License as published by\n"
3987#~ "the Free Software Foundation; either version 2 of the License, or\n"
3988#~ "(at your option) any later version.\n"
3989#~ "\n"
3990#~ "This program is distributed in the hope that it will be useful,\n"
3991#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3992#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3993#~ "GNU General Public License for more details.\n"
3994#~ "\n"
3995#~ "You should have received a copy of the GNU General Public License\n"
3996#~ "along with this program; if not, write to the Free Software\n"
3997#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
3998#~ "\n"
3999#~ "Por favor, envíe los errores por correo electrónico a: %s"
4000
4001#~ msgid ""
4002#~ "warnpykota v%s (c) %s %s\n"
4003#~ "\n"
4004#~ "Sends mail to users over print quota.\n"
4005#~ "\n"
4006#~ "command line usage :\n"
4007#~ "\n"
4008#~ "  warnpykota  [options]  [names]\n"
4009#~ "\n"
4010#~ "options :\n"
4011#~ "\n"
4012#~ "  -v | --version       Prints warnpykota's version number then exits.\n"
4013#~ "  -h | --help          Prints this message then exits.\n"
4014#~ "  \n"
4015#~ "  -u | --users         Warns users over their print quota, this is the \n"
4016#~ "                       default.\n"
4017#~ "  \n"
4018#~ "  -g | --groups        Warns users whose groups quota are over limit.\n"
4019#~ "  \n"
4020#~ "  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
4021#~ "                       use wildcards characters to select only\n"
4022#~ "                       some printers. The default value is *, meaning\n"
4023#~ "                       all printers.\n"
4024#~ "                       You can specify several names or wildcards, \n"
4025#~ "                       by separating them with commas.\n"
4026#~ "  \n"
4027#~ "examples :                              \n"
4028#~ "\n"
4029#~ "  $ warnpykota --printer lp\n"
4030#~ "  \n"
4031#~ "  This will warn all users of the lp printer who have exceeded their\n"
4032#~ "  print quota.\n"
4033#~ "\n"
4034#~ "  $ warnpykota \n"
4035#~ "  \n"
4036#~ "  This will warn all users  who have exceeded their print quota on\n"
4037#~ "  any printer.\n"
4038#~ "\n"
4039#~ "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
4040#~ "  \n"
4041#~ "  This will warn all users of groups which names begins with \"dev\" and\n"
4042#~ "  who have exceeded their print quota on any printer which name begins \n"
4043#~ "  with \"laserjet\"\n"
4044#~ "  \n"
4045#~ "  If launched by an user who is not a PyKota administrator, additionnal\n"
4046#~ "  arguments representing users or groups names are ignored, and only the\n"
4047#~ "  current user/group is reported.\n"
4048#~ "\n"
4049#~ "This program is free software; you can redistribute it and/or modify\n"
4050#~ "it under the terms of the GNU General Public License as published by\n"
4051#~ "the Free Software Foundation; either version 2 of the License, or\n"
4052#~ "(at your option) any later version.\n"
4053#~ "\n"
4054#~ "This program is distributed in the hope that it will be useful,\n"
4055#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
4056#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
4057#~ "GNU General Public License for more details.\n"
4058#~ "\n"
4059#~ "You should have received a copy of the GNU General Public License\n"
4060#~ "along with this program; if not, write to the Free Software\n"
4061#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
4062#~ "\n"
4063#~ "Please e-mail bugs to: %s"
4064#~ msgstr ""
4065#~ "warnpykota v%s (c) %s %s\n"
4066#~ "\n"
4067#~ "Envía correos electrónicos a los usuarios que han sobrepasado su cuota\n"
4068#~ "\n"
4069#~ "uso desde la línea de comandos:\n"
4070#~ "\n"
4071#~ "  warnpykota  [opciones]  [nombres]\n"
4072#~ "\n"
4073#~ "opciones:\n"
4074#~ "\n"
4075#~ "  -v | --version       Muestra el número de versión de warnpykota y\n"
4076#~ "                       luego sale.\n"
4077#~ "  -h | --help          Muestra este mensaje y luego sale.\n"
4078#~ "\n"
4079#~ "  -u | --users         Advierte a los usuarios que han sobrepasado sus\n"
4080#~ "                       cuotas de impresión, este es el valor por defecto.\n"
4081#~ "\n"
4082#~ "  -g | --groups        Advierte a los usuarios cuyas cuotas de grupo se\n"
4083#~ "                       hayan sobrepasado.\n"
4084#~ "\n"
4085#~ "  -P | --printer p     Verifica las cuotas en esta impresora únicamente.\n"
4086#~ "                       Actualmente «p» puede utilizar caracteres comodín\n"
4087#~ "                       para seleccionar solamente algunas impresoras.\n"
4088#~ "                       El valor por defecto es *, que significa todas\n"
4089#~ "                       las impresoras.\n"
4090#~ "                       Puede especificar varios nombres o comodines,\n"
4091#~ "                       separándolos por comas.\n"
4092#~ "\n"
4093#~ "ejemplos:\n"
4094#~ "\n"
4095#~ "  $ warnpykota --printer lp\n"
4096#~ "\n"
4097#~ "  Esto avisará a todos los usuarios de la impresora «lp» que hayan\n"
4098#~ "  sobrepasado sus cuotas de impresión.\n"
4099#~ "\n"
4100#~ "  $ warnpykota \n"
4101#~ "\n"
4102#~ "  Esto avisará a todos los usuarios que hayan sobrepasado su cuota\n"
4103#~ "  de impresión en cualquier impresora.\n"
4104#~ "\n"
4105#~ "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
4106#~ "\n"
4107#~ "  Esto avisará a todos los grupos de usuarios cuyos nombres comiencen con\n"
4108#~ "  «dev» y que hayan sobrepasado sus cuotas de impresión en cualquier\n"
4109#~ "  impresora cuyo nombre comience con «laserjet»\n"
4110#~ "\n"
4111#~ "  Si se ejecuta por un usuario que no es un administrador de PyKota,\n"
4112#~ "  los parámetros adicionales que representen nombres de usuarios o grupos\n"
4113#~ "  son ignorados, informándose únicamente al usuario/grupo actual.\n"
4114#~ "\n"
4115#~ "This program is free software; you can redistribute it and/or modify\n"
4116#~ "it under the terms of the GNU General Public License as published by\n"
4117#~ "the Free Software Foundation; either version 2 of the License, or\n"
4118#~ "(at your option) any later version.\n"
4119#~ "\n"
4120#~ "This program is distributed in the hope that it will be useful,\n"
4121#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
4122#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
4123#~ "GNU General Public License for more details.\n"
4124#~ "\n"
4125#~ "You should have received a copy of the GNU General Public License\n"
4126#~ "along with this program; if not, write to the Free Software\n"
4127#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
4128#~ "\n"
4129#~ "Por favor, envíe los errores por correo electrónico a: %s"
4130
4131#~ msgid "Invalid value [%s] for --filter command line option, see help."
4132#~ msgstr "Valor [%s] inválido para la opción de la línea de comandos --filter, ver ayuda."
4133
4134#~ msgid "Internal SNMP accounting asked, but Python-SNMP is not available. Please download it from http://pysnmp.sourceforge.net"
4135#~ msgstr "Se ha preguntado al contador SNMP interno, pero Python-SNMP no está disponible. Descárguelo desde http://pysnmp.sourceforge.net"
4136
4137#~ msgid ""
4138#~ "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
4139#~ "\n"
4140#~ "Dumps PyKota database's content.\n"
4141#~ "\n"
4142#~ "command line usage :\n"
4143#~ "\n"
4144#~ "  dumpykota [options] [filterexpr]\n"
4145#~ "\n"
4146#~ "options :\n"
4147#~ "\n"
4148#~ "  -v | --version       Prints dumpykota's version number then exits.\n"
4149#~ "  -h | --help          Prints this message then exits.\n"
4150#~ "  \n"
4151#~ "  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
4152#~ "                       \n"
4153#~ "                         - history : dumps the jobs history.\n"
4154#~ "                         - users : dumps users.\n"
4155#~ "                         - groups : dumps user groups.\n"
4156#~ "                         - printers : dump printers.\n"
4157#~ "                         - upquotas : dump user quotas.\n"
4158#~ "                         - gpquotas : dump user groups quotas.\n"
4159#~ "                         - payments : dumps user payments.\n"
4160#~ "                         - pmembers : dumps printer groups members.\n"
4161#~ "                         - umembers : dumps user groups members.\n"
4162#~ "                         \n"
4163#~ "                       NB : the -d | --data command line option   \n"
4164#~ "                       is MANDATORY.\n"
4165#~ "  \n"
4166#~ "  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
4167#~ "                       the format is to dump datas in the csv format (comma\n"
4168#~ "                       separated values). All data dumped is between double\n"
4169#~ "                       quotes. Allowed formats are :\n"
4170#~ "                       \n"
4171#~ "                         - csv : separate datas with commas\n"
4172#~ "                         - ssv : separate datas with semicolons\n"
4173#~ "                         - tsv : separate datas with tabs\n"
4174#~ "                         - xml : dump data as XML\n"
4175#~ "                         - cups : dump datas in CUPS' page_log format :\n"
4176#~ "                                  ONLY AVAILABLE WITH --data history\n"
4177#~ "                         \n"
4178#~ "  -o | --output fname  All datas will be dumped to the file instead of\n"
4179#~ "                       to the standard output. The special '-' filename\n"
4180#~ "                       is the default value and means stdout.\n"
4181#~ "                       WARNING : existing files are truncated !\n"
4182#~ "                       \n"
4183#~ "  Use the filter expressions to extract only parts of the \n"
4184#~ "  datas. Allowed filters are of the form :\n"
4185#~ "                \n"
4186#~ "         key=value\n"
4187#~ "                         \n"
4188#~ "  Allowed keys for now are :  \n"
4189#~ "                       \n"
4190#~ "         username       User's name\n"
4191#~ "         groupname      Users group's name\n"
4192#~ "         printername    Printer's name\n"
4193#~ "         pgroupname     Printers group's name\n"
4194#~ "         \n"
4195#~ "  Contrary to other PyKota management tools, wildcard characters are not \n"
4196#~ "  expanded, so you can't use them.\n"
4197#~ "  \n"
4198#~ "  NB : not all keys are allowed for each data type, so the result may be \n"
4199#~ "  empty if you use a key not available for a particular data type.\n"
4200#~ "  \n"
4201#~ "Examples :\n"
4202#~ "\n"
4203#~ "  $ dumpykota --data history --format csv >myfile.csv\n"
4204#~ "  \n"
4205#~ "  This dumps the history in a comma separated values file, for possible\n"
4206#~ "  use in a spreadsheet.\n"
4207#~ "  \n"
4208#~ "  $ dumpykota --data users --format xml -o users.xml\n"
4209#~ "  \n"
4210#~ "  Dumps all users datas to the users.xml file.\n"
4211#~ "  \n"
4212#~ "  $ dumpykota --data history printername=HP2100 username=jerome\n"
4213#~ "  \n"
4214#~ "  Dumps the job history for user jerome on printer HP2100 only.\n"
4215#~ "  \n"
4216#~ "This program is free software; you can redistribute it and/or modify\n"
4217#~ "it under the terms of the GNU General Public License as published by\n"
4218#~ "the Free Software Foundation; either version 2 of the License, or\n"
4219#~ "(at your option) any later version.\n"
4220#~ "\n"
4221#~ "This program is distributed in the hope that it will be useful,\n"
4222#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
4223#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
4224#~ "GNU General Public License for more details.\n"
4225#~ "\n"
4226#~ "You should have received a copy of the GNU General Public License\n"
4227#~ "along with this program; if not, write to the Free Software\n"
4228#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
4229#~ "\n"
4230#~ "Please e-mail bugs to: %s"
4231#~ msgstr ""
4232#~ "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
4233#~ "\n"
4234#~ "Vuelca el contenido de la base de datos de PyKota.\n"
4235#~ "\n"
4236#~ "Uso desde la línea de comandos:\n"
4237#~ "\n"
4238#~ "  dumpykota [opciones] [expresióndefiltrado]\n"
4239#~ "\n"
4240#~ "opciones:\n"
4241#~ "\n"
4242#~ "  -v | --version       Muestra el número de versión de dumpykota y\n"
4243#~ "                       luego sale.\n"
4244#~ "  -h | --help          Muestra este mensaje y luego sale.\n"
4245#~ "  \n"
4246#~ "  -d | --data type     Vuelca los datos 'type'. Los tipos permitidos son:\n"
4247#~ "                       \n"
4248#~ "                         - history  : vuelca el historial de trabajos.\n"
4249#~ "                         - users    : vuelca los usuarios.\n"
4250#~ "                         - groups   : vuelca los grupos de usuarios.\n"
4251#~ "                         - printers : vuelca las impresoras.\n"
4252#~ "                         - upquotas : vuelca las cuotas de usuario.\n"
4253#~ "                         - gpquotas : vuelca las cuotas de los grupos\n"
4254#~ "                                      de usuarios.\n"
4255#~ "                         - payments : vuelca los pagos de los usuarios.\n"
4256#~ "                         - pmembers : vuelca los miembros de los grupos\n"
4257#~ "                                      de impresión.\n"
4258#~ "                         - umembers : vuelca los miembros de los grupos\n"
4259#~ "                                      de usuarios.\n"
4260#~ "                         \n"
4261#~ "                       NB : la opción -d | --data de la línea de comandos\n"
4262#~ "                       es OBLIGATORIA.\n"
4263#~ "  \n"
4264#~ "  -f | --format fmt    Vuelca los datos en el formato 'fmt'. Cuando no se\n"
4265#~ "                       especifique, el formato utilizado para el vuelco\n"
4266#~ "                       de los datos será csv (valores separados por comas).\n"
4267#~ "                       Todos los datos volcados están entre dobles comillas.\n"
4268#~ "                       Los formatos permitidos son:\n"
4269#~ "                       \n"
4270#~ "                         - csv : separa los datos con comas\n"
4271#~ "                         - ssv : separa los datos con puntos y coma\n"
4272#~ "                         - tsv : separa los datos con tabulaciones\n"
4273#~ "                         - xml : vuelca los datos como XML\n"
4274#~ "                         - cups : vuelca los datos en el formato page_log de CUPS:\n"
4275#~ "                                  DISPONIBLE ÚNICAMENTE CON --data history\n"
4276#~ "                         \n"
4277#~ "  -o | --output fname  Se volcarán todos los datos a un fichero, en lugar de a la\n"
4278#~ "                       salida estándar. El nombre de fichero especial '-' es el\n"
4279#~ "                       valor por defecto y significa stdout.\n"
4280#~ "                       AVISO: ¡los ficheros existentes se truncarán!\n"
4281#~ "                       \n"
4282#~ "  Utilice las expresiones de filtrado para extraer partes aisladas\n"
4283#~ "  de los datos. Los filtros permitidos son de la forma:\n"
4284#~ "                \n"
4285#~ "         llave=valor\n"
4286#~ "                         \n"
4287#~ "  Las llaves permitidas, por ahora, son:\n"
4288#~ "                       \n"
4289#~ "         username       Nombre del usuario\n"
4290#~ "         groupname      Nombre del grupo de usuarios\n"
4291#~ "         printername    Nombre de la impresora\n"
4292#~ "         pgroupname     Nombre del grupo de impresoras\n"
4293#~ "         \n"
4294#~ "  Al contrario que otras herramientas de administración de PyKota, los caracteres\n"
4295#~ "  comodín no se expandirán, por lo que no puede utilizarlos.\n"
4296#~ "  \n"
4297#~ "  NB : no se permiten todas las llaves para todos los tipos de datos,\n"
4298#~ "  por lo tanto, el resultado puede estar vacío si utiliza una llave\n"
4299#~ "  que no esté disponible para un tipo particular de datos.\n"
4300#~ "  \n"
4301#~ "Ejemplos:\n"
4302#~ "\n"
4303#~ "  $ dumpykota --data history --format csv > mifichero.csv\n"
4304#~ "  \n"
4305#~ "  Esto vuelca el historial en un fichero con los valores separados\n"
4306#~ "  por comas, para un posible uso en una hoja de cálculo.\n"
4307#~ "  \n"
4308#~ "  $ dumpykota --data users --format xml -o usuarios.xml\n"
4309#~ "  \n"
4310#~ "  Vuelca todos los datos de los usuarios al archivo usuarios.xml.\n"
4311#~ "  \n"
4312#~ "  $ dumpykota --data history printername=HP2100 username=jerome\n"
4313#~ "  \n"
4314#~ "  Vuelca únicamente el historial de trabajos para el usuario\n"
4315#~ "  jerome en la impresora HP2100 únicamente.\n"
4316#~ "  \n"
4317#~ "This program is free software; you can redistribute it and/or modify\n"
4318#~ "it under the terms of the GNU General Public License as published by\n"
4319#~ "the Free Software Foundation; either version 2 of the License, or\n"
4320#~ "(at your option) any later version.\n"
4321#~ "\n"
4322#~ "This program is distributed in the hope that it will be useful,\n"
4323#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
4324#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
4325#~ "GNU General Public License for more details.\n"
4326#~ "\n"
4327#~ "You should have received a copy of the GNU General Public License\n"
4328#~ "along with this program; if not, write to the Free Software\n"
4329#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
4330#~ "\n"
4331#~ "Por favor, envíe los errores por correo electrónico a: %s"
4332
4333#~ msgid ""
4334#~ "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
4335#~ "\n"
4336#~ "Generates banners.\n"
4337#~ "\n"
4338#~ "command line usage :\n"
4339#~ "\n"
4340#~ "  pkbanner  [options] \n"
4341#~ "\n"
4342#~ "options :\n"
4343#~ "\n"
4344#~ "  -v | --version       Prints pkbanner's version number then exits.\n"
4345#~ "  -h | --help          Prints this message then exits.\n"
4346#~ "  \n"
4347#~ "  -l | --logo img      Use the image as the banner's logo. The logo will\n"
4348#~ "                       be drawn at the center top of the page. The default\n"
4349#~ "                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
4350#~ "                       \n"
4351#~ "  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
4352#~ "                       page sizes are recognized, like 'A4' or 'Letter'\n"
4353#~ "                       to name a few. The default size is A4.\n"
4354#~ "  \n"
4355#~ "  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
4356#~ "                       used to save toner. The default value is 0, which\n"
4357#~ "                       means that no toner saving will be done.\n"
4358#~ "  \n"
4359#~ "  -u | --url u         Uses u as an url to be written at the bottom of \n"
4360#~ "                       the banner page. The default url is :\n"
4361#~ "                       http://www.pykota.com/\n"
4362#~ "  \n"
4363#~ "examples :                              \n"
4364#~ "\n"
4365#~ "  Using pkbanner directly from the command line is not recommended,\n"
4366#~ "  excepted for testing purposes. You should use pkbanner in the\n"
4367#~ "  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
4368#~ "  \n"
4369#~ "    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
4370#~ "  \n"
4371#~ "      With such a setting in pykota.conf, all print jobs will be \n"
4372#~ "      prefixed with an A4 banner with no logo, and text luminosity will\n"
4373#~ "      be increased by 75%%. The PostScript output will be directly sent\n"
4374#~ "      to your printer.\n"
4375#~ "      \n"
4376#~ "  You'll find more examples in the sample configuration file included    \n"
4377#~ "  in PyKota.\n"
4378#~ "      \n"
4379#~ "This program is free software; you can redistribute it and/or modify\n"
4380#~ "it under the terms of the GNU General Public License as published by\n"
4381#~ "the Free Software Foundation; either version 2 of the License, or\n"
4382#~ "(at your option) any later version.\n"
4383#~ "\n"
4384#~ "This program is distributed in the hope that it will be useful,\n"
4385#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
4386#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
4387#~ "GNU General Public License for more details.\n"
4388#~ "\n"
4389#~ "You should have received a copy of the GNU General Public License\n"
4390#~ "along with this program; if not, write to the Free Software\n"
4391#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
4392#~ "\n"
4393#~ "Please e-mail bugs to: %s"
4394#~ msgstr ""
4395#~ "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
4396#~ "\n"
4397#~ "Genera banners.\n"
4398#~ "\n"
4399#~ "Uso desde la línea de comandos:\n"
4400#~ "\n"
4401#~ "  pkbanner  [opciones] \n"
4402#~ "\n"
4403#~ "opciones:\n"
4404#~ "\n"
4405#~ "  -v | --version       Muestra el número de versión de pkbanner y sale.\n"
4406#~ "  -h | --help          Muestra este mensaje y sale.\n"
4407#~ "  \n"
4408#~ "  -l | --logo img      Utiliza la imagen como el logotipo del banner. El\n"
4409#~ "                       logotipo se dibujará en la parte superior central de\n"
4410#~ "                       la página. El logotipo por defecto es\n"
4411#~ "                       /usr/share/pykota/logos/pykota.jpeg\n"
4412#~ "                       \n"
4413#~ "  -p | --pagesize sz   Establece el tamaño de la página a sz. Reconoce los\n"
4414#~ "                       tamaños de página más conicidos, como 'A4' o 'Letter',\n"
4415#~ "                       por nombrar unos pocos. El tamaño por defecto es A4.\n"
4416#~ "  \n"
4417#~ "  -s | --savetoner s   Establece el factor de luminosidad del texto a s%%.\n"
4418#~ "                       Se puede utilizar para ahorar toner. El valor por\n"
4419#~ "                       defecto es 0, lo que significa que no se va a\n"
4420#~ "                       ahorrar toner.\n"
4421#~ "  \n"
4422#~ "  -u | --url u         Se utilizará u como la url que se escribirá en la\n"
4423#~ "                       parte inferior de la página del banner. La url por\n"
4424#~ "                       defecto es: http://www.librelogiciel.com/software/\n"
4425#~ "  \n"
4426#~ "ejemplos:\n"
4427#~ "\n"
4428#~ "  No se recomienda el uso de pkbanner desde la línea de comandos\n"
4429#~ "  directamente, excepto para pruebas. Debería utilizar pkbanner\n"
4430#~ "  en las directivas 'startingbanner' o 'endingbanner' del\n"
4431#~ "  archivo de configuración pykota.conf\n"
4432#~ "  \n"
4433#~ "    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
4434#~ "  \n"
4435#~ "      Si se establece esto en pykota.conf, a todos los trabajos\n"
4436#~ "      de impresión le antecederá un banner en A4 sin logotipo,\n"
4437#~ "      y la luminosidad del texto se incrementará en un 75%%.\n"
4438#~ "      La salida PostScript se enviará directamente a su impresora.\n"
4439#~ "      \n"
4440#~ "  Encontrará más ejemplos en el archivo de configuración de ejemplo\n"
4441#~ "  distribuído con PyKota.\n"
4442#~ "      \n"
4443#~ "This program is free software; you can redistribute it and/or modify\n"
4444#~ "it under the terms of the GNU General Public License as published by\n"
4445#~ "the Free Software Foundation; either version 2 of the License, or\n"
4446#~ "(at your option) any later version.\n"
4447#~ "\n"
4448#~ "This program is distributed in the hope that it will be useful,\n"
4449#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
4450#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
4451#~ "GNU General Public License for more details.\n"
4452#~ "\n"
4453#~ "You should have received a copy of the GNU General Public License\n"
4454#~ "along with this program; if not, write to the Free Software\n"
4455#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
4456#~ "\n"
4457#~ "Por favor, envíe los errores por correo electrónico a: %s"
Note: See TracBrowser for help on using the browser.