root / pykota / trunk / po / be / pykota.po @ 1817

Revision 1817, 52.4 kB (checked in by jalet, 20 years ago)

Added a translatable message from the CGI script

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS and LPRng
4#
5# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21#
22# PyKota belgian translation file.
23# Copyright (c) 2003-2004 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003-2004.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.20\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2004-10-11 14:49+0200\n"
31"PO-Revision-Date: 2004-07-21 15:55:00+0100\n"
32"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
33"Language-Team: Belgian <alet@librelogiciel.com>\n"
34"MIME-Version: 1.0\n"
35"Content-Type: text/plain; charset=ISO-8859-15\n"
36"Content-Transfer-Encoding: 8bit\n"
37
38#, python-format
39msgid ""
40"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
41"A tool to automate user account creation and initial balance setting.\n"
42"\n"
43"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
44"\n"
45"command line usage :\n"
46"\n"
47"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
48"  OF AN external policy IN pykota.conf\n"
49"  \n"
50"  autopykota { -i | --initbalance value } \n"
51"\n"
52"options :\n"
53"\n"
54"  -v | --version       Prints autopykota's version number then exits.\n"
55"  -h | --help          Prints this message then exits.\n"
56"  \n"
57"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
58"                       If the user already exists, actual balance is left\n"
59"                       unmodified. If unset, the default value is 0.\n"
60"                       \n"
61"This program is free software; you can redistribute it and/or modify\n"
62"it under the terms of the GNU General Public License as published by\n"
63"the Free Software Foundation; either version 2 of the License, or\n"
64"(at your option) any later version.\n"
65"\n"
66"This program is distributed in the hope that it will be useful,\n"
67"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
68"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
69"GNU General Public License for more details.\n"
70"\n"
71"You should have received a copy of the GNU General Public License\n"
72"along with this program; if not, write to the Free Software\n"
73"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
74"\n"
75"Please e-mail bugs to: %s"
76msgstr ""
77
78#, python-format
79msgid ""
80"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
81"A Print Quota editor for PyKota.\n"
82"\n"
83"command line usage :\n"
84"\n"
85"  edpykota [options] user1 user2 ... userN\n"
86"  \n"
87"  edpykota [options] group1 group2 ... groupN\n"
88"\n"
89"options :\n"
90"\n"
91"  -v | --version       Prints edpykota's version number then exits.\n"
92"  -h | --help          Prints this message then exits.\n"
93"  \n"
94"  -a | --add           Adds users and/or printers if they don't \n"
95"                       exist on the Quota Storage Server.\n"
96"                       \n"
97"  -d | --delete        Deletes users/groups from the quota storage.\n"
98"                       Printers are never deleted.\n"
99"                       \n"
100"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
101"                       for a particular printer. Job price is optional.\n"
102"                       If both are to be set, separate them with a comma.\n"
103"                       Floating point values are allowed.\n"
104"  \n"
105"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
106"                              listed, separated by commas. The groups\n"
107"                              must already exist in the Quota Storage.\n"
108"  \n"
109"  -u | --users         Edit users print quotas, this is the default.\n"
110"  \n"
111"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
112"                       use wildcards characters to select only\n"
113"                       some printers. The default value is *, meaning\n"
114"                       all printers. \n"
115"                       You can specify several names or wildcards, \n"
116"                       by separating them with commas.\n"
117"  \n"
118"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
119"                       pg1, pg2, etc... which must already exist.\n"
120"                       A printer group is just like a normal printer,\n"
121"                       only that it is usually unknown from the printing\n"
122"                       system. Create printer groups exactly the same\n"
123"                       way that you create printers, then add other \n"
124"                       printers to them with this option.\n"
125"                       Accounting is done on a printer and on all\n"
126"                       the printer groups it belongs to, quota checking\n"
127"                       is done on a printer and on all the printer groups\n"
128"                       it belongs to.\n"
129"  \n"
130"  -g | --groups        Edit users groups print quotas instead of users.\n"
131"                          \n"
132"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
133"                       print quotas\n"
134"                       \n"
135"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
136"  \n"
137"  -r | --reset         Resets the actual page counter for the user\n"
138"                       or group to zero on the specified printers. \n"
139"                       The life time page counter is kept unchanged.\n"
140"                       \n"
141"  -R | --hardreset     Resets the actual and life time page counters\n"
142"                       for the user or group to zero on the specified \n"
143"                       printers. \n"
144"                       \n"
145"  -l | --limitby l     Choose if the user/group is limited in "
146"printing                     \n"
147"                       by its account balance or by its page quota.\n"
148"                       The default value is 'quota'. Allowed values\n"
149"                       are 'quota' 'balance' 'quota-then-balance' and\n"
150"                       'balance-then-quota'.\n"
151"                       WARNING : quota-then-balance and balance-then-quota\n"
152"                       are not yet implemented.\n"
153"                       \n"
154"  -b | --balance b     Sets the user's account balance to "
155"b.                     \n"
156"                       Account balance may be increase or decreased\n"
157"                       if b is prefixed with + or -.\n"
158"                       WARNING : when decreasing account balance,\n"
159"                       the total paid so far by the user is decreased\n"
160"                       too.\n"
161"                       Groups don't have a real balance, but the\n"
162"                       sum of their users' account balance.\n"
163"                       \n"
164"  -S | --softlimit sl  Sets the quota soft limit to sl "
165"pages.                       \n"
166"  \n"
167"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
168"  \n"
169"  user1 through userN and group1 through groupN can use wildcards\n"
170"  if the --add option is not set.\n"
171"  \n"
172"examples :                              \n"
173"\n"
174"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
175"  \n"
176"  This will add users john, paul, george and ringo to the quota\n"
177"  database, and set their print quotas to the same values than user \n"
178"  jerome. User jerome must already exist.\n"
179"  User ringo's email address will also be set to 'ringo@example.com'\n"
180"  \n"
181"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
182"  \n"
183"  This will set jerome's print quota on the lp printer to a soft limit\n"
184"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
185"  printer lp doesn't exist on the Quota Storage Server then nothing is "
186"done.\n"
187"\n"
188"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
189"  \n"
190"  Same as above, but if either user jerome or printer lp doesn't exist \n"
191"  on the Quota Storage Server they are automatically added. Also\n"
192"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
193"  already exist in the Quota Storage.\n"
194"            \n"
195"  $ edpykota -g -S 500 -H 550 financial support            \n"
196"  \n"
197"  This will set print quota soft limit to 500 pages and hard limit\n"
198"  to 550 pages for groups financial and support on all printers.\n"
199"  \n"
200"  $ edpykota --reset jerome \"jo*\"\n"
201"  \n"
202"  This will reset jerome's page counter to zero on all printers, as\n"
203"  well as every user whose name begins with 'jo'.\n"
204"  Their life time page counter on each printer will be kept unchanged.\n"
205"  You can also reset the life time page counters by using the\n"
206"  --hardreset | -R command line option.\n"
207"  \n"
208"  $ edpykota --printer hpcolor --noquota jerome\n"
209"  \n"
210"  This will tell PyKota to not limit jerome when printing on the \n"
211"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
212"  accounting of the pages he prints will still be kept.\n"
213"  Print Quotas for jerome on other printers are unchanged.\n"
214"  \n"
215"  $ edpykota --limitby balance jerome\n"
216"  \n"
217"  This will tell PyKota to limit jerome by his account's balance\n"
218"  when printing.\n"
219"  \n"
220"  $ edpykota --balance +10.0 jerome\n"
221"  \n"
222"  This will increase jerome's account balance by 10.0 (in your\n"
223"  own currency). You can decrease the account balance with a\n"
224"  dash prefix, and set it to a fixed amount with no prefix.\n"
225"  \n"
226"  $ edpykota --delete jerome rachel\n"
227"  \n"
228"  This will completely delete jerome and rachel from the Quota Storage\n"
229"  database. All their quotas and jobs will be deleted too.\n"
230"  \n"
231"  $ edpykota --printer lp --charge 0.1\n"
232"  \n"
233"  This will set the page price for printer lp to 0.1. Job price\n"
234"  will not be changed.\n"
235"  \n"
236"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
237"  \n"
238"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
239"  When printing either on hplj1 or hplj2, print quota will also be \n"
240"  checked and accounted for on virtual printers Laser and HP.\n"
241"\n"
242"This program is free software; you can redistribute it and/or modify\n"
243"it under the terms of the GNU General Public License as published by\n"
244"the Free Software Foundation; either version 2 of the License, or\n"
245"(at your option) any later version.\n"
246"\n"
247"This program is distributed in the hope that it will be useful,\n"
248"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
249"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
250"GNU General Public License for more details.\n"
251"\n"
252"You should have received a copy of the GNU General Public License\n"
253"along with this program; if not, write to the Free Software\n"
254"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
255"\n"
256"Please e-mail bugs to: %s"
257msgstr ""
258
259msgid "You're not allowed to use this command."
260msgstr "Vous n'�s pas autoris�) �tiliser cette commande."
261
262#, python-format
263msgid "Invalid softlimit value %s."
264msgstr "Valeur %s invalide pour la limite souple."
265
266#, python-format
267msgid "Invalid hardlimit value %s."
268msgstr "Valeur %s invalide pour la limite dure."
269
270#, python-format
271msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
272msgstr ""
273"Limite dure %i est inf�eure �a limite souple %i, les valeurs seront "
274"�ang�. "
275
276#, python-format
277msgid "Invalid balance value %s"
278msgstr "Valeur %s du solde invalide"
279
280#, python-format
281msgid "Invalid charge amount value %s"
282msgstr "Montant �omptabiliser %s invalide"
283
284#, python-format
285msgid "Invalid limitby value %s"
286msgstr "Valeur de l'option limitby %s invalide"
287
288#, python-format
289msgid "Impossible to add printer %s"
290msgstr "Impossible d'ajouter l'imprimante %s"
291
292#, python-format
293msgid "Invalid printer name %s"
294msgstr "Nom d'imprimante %s invalide"
295
296#, python-format
297msgid "There's no printer matching %s"
298msgstr "Aucune imprimante ne correspond �s"
299
300msgid "You have to pass user or group names on the command line"
301msgstr ""
302"Vous devez passer des noms d'utilisateurs ou de groupes sur la ligne de "
303"commande"
304
305#, python-format
306msgid "Prototype %s not found in Quota Storage for printer %s."
307msgstr "Prototype %s non trouv�ans le Quota Storage pour l'imprimante %s."
308
309#, python-format
310msgid "Prototype object %s not found in Quota Storage."
311msgstr "Objet prototype %s introuvable dans le Quota Storage."
312
313#, python-format
314msgid "Undefined hard limit set to soft limit (%s) on printer %s."
315msgstr ""
316"Limite dure ind�nie, positionn��a limite souple (%s) sur l'imprimante %"
317"s."
318
319#, python-format
320msgid "Undefined soft limit set to hard limit (%s) on printer %s."
321msgstr ""
322"Limite souple ind�nie, positionn��a limite dure (%s) sur l'imprimante %"
323"s."
324
325#, python-format
326msgid "Invalid email address %s"
327msgstr "Adresse �ctronique %s invalide"
328
329#, python-format
330msgid "Invalid group name %s"
331msgstr "Nom de groupe %s invalide"
332
333#, python-format
334msgid "Invalid user name %s"
335msgstr "Nom d'utilisateur %s invalide"
336
337#, python-format
338msgid "Quota not found for object %s on printer %s."
339msgstr "Quota non trouv�our l'objet %s sur l'imprimante %s."
340
341#, python-format
342msgid "Group %s not found in the PyKota Storage."
343msgstr "Groupe %s non trouv�ans le Quota Storage."
344
345msgid "incompatible options, see help."
346msgstr "options incompatibles, voir l'aide."
347
348#, python-format
349msgid ""
350"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
351"An OSD quota monitor for PyKota.\n"
352"\n"
353"command line usage :\n"
354"\n"
355"  pykosd [options]\n"
356"\n"
357"options :\n"
358"\n"
359"  -v | --version       Prints pkprinters's version number then exits.\n"
360"  -h | --help          Prints this message then exits.\n"
361"  \n"
362"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
363"                       triplet, for example #FF0000 is 100%% red.\n"
364"                       Defaults to 100%% green (#00FF00).\n"
365"                       \n"
366"  -d | --duration d    Sets the duration of the display in seconds. \n"
367"                       Defaults to 3 seconds.\n"
368"                       \n"
369"  -f | --font f        Sets the font to use for "
370"display.                      \n"
371"                       Defaults to the Python OSD library's default.\n"
372"  \n"
373"  -l | --loop n        Sets the number of times the info will be displayed.\n"
374"                       Defaults to 0, which means loop forever.\n"
375"                       \n"
376"  -s | --sleep s       Sets the sleeping duration between two displays \n"
377"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
378"                       \n"
379"  \n"
380"examples :                              \n"
381"\n"
382"  $ pykosd -s 60 --loop 5\n"
383"  \n"
384"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
385"  and will last for 3 seconds (the default) each time. After five\n"
386"  iterations, the program will exit.\n"
387"  \n"
388"This program is free software; you can redistribute it and/or modify\n"
389"it under the terms of the GNU General Public License as published by\n"
390"the Free Software Foundation; either version 2 of the License, or\n"
391"(at your option) any later version.\n"
392"\n"
393"This program is distributed in the hope that it will be useful,\n"
394"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
395"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
396"GNU General Public License for more details.\n"
397"\n"
398"You should have received a copy of the GNU General Public License\n"
399"along with this program; if not, write to the Free Software\n"
400"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
401"\n"
402"Please e-mail bugs to: %s"
403msgstr ""
404
405#, python-format
406msgid "Invalid duration option %s"
407msgstr "Option duration %s invalide"
408
409#, python-format
410msgid "Invalid loop option %s"
411msgstr "Option loop %s invalide"
412
413#, python-format
414msgid "Invalid sleep option %s"
415msgstr "Option sleep %s invalide"
416
417#, python-format
418msgid "Invalid color option %s"
419msgstr "Option color %s invalide"
420
421#, python-format
422msgid "User %s doesn't exist in PyKota's database"
423msgstr "L'utilisateur %s n'existe pas dans la base PyKota"
424
425#, python-format
426msgid "Pages used on %s : %s"
427msgstr "Pages utilisees sur %s : %s"
428
429#, python-format
430msgid "PyKota Units left : %.2f"
431msgstr "Unites PyKota restantes : %.2f"
432
433#, python-format
434msgid ""
435"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
436"\n"
437"Sends mail to users over print quota.\n"
438"\n"
439"command line usage :\n"
440"\n"
441"  warnpykota  [options]  [names]\n"
442"\n"
443"options :\n"
444"\n"
445"  -v | --version       Prints warnpykota's version number then exits.\n"
446"  -h | --help          Prints this message then exits.\n"
447"  \n"
448"  -u | --users         Warns users over their print quota, this is the \n"
449"                       default.\n"
450"  \n"
451"  -g | --groups        Warns users whose groups quota are over limit.\n"
452"  \n"
453"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
454"                       use wildcards characters to select only\n"
455"                       some printers. The default value is *, meaning\n"
456"                       all printers.\n"
457"                       You can specify several names or wildcards, \n"
458"                       by separating them with commas.\n"
459"  \n"
460"examples :                              \n"
461"\n"
462"  $ warnpykota --printer lp\n"
463"  \n"
464"  This will warn all users of the lp printer who have exceeded their\n"
465"  print quota.\n"
466"\n"
467"  $ warnpykota \n"
468"  \n"
469"  This will warn all users  who have exceeded their print quota on\n"
470"  any printer.\n"
471"\n"
472"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
473"  \n"
474"  This will warn all users of groups which names begins with \"dev\" and\n"
475"  who have exceeded their print quota on any printer which name begins \n"
476"  with \"laserjet\"\n"
477"  \n"
478"  If launched by an user who is not a PyKota administrator, additionnal\n"
479"  arguments representing users or groups names are ignored, and only the\n"
480"  current user/group is reported.\n"
481"\n"
482"This program is free software; you can redistribute it and/or modify\n"
483"it under the terms of the GNU General Public License as published by\n"
484"the Free Software Foundation; either version 2 of the License, or\n"
485"(at your option) any later version.\n"
486"\n"
487"This program is distributed in the hope that it will be useful,\n"
488"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
489"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
490"GNU General Public License for more details.\n"
491"\n"
492"You should have received a copy of the GNU General Public License\n"
493"along with this program; if not, write to the Free Software\n"
494"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
495"\n"
496"Please e-mail bugs to: %s"
497msgstr ""
498
499msgid "Job contains no data. Printing is denied."
500msgstr ""
501"Le travail d'impression ne contient aucune donn� L'impression est rejet�"
502
503msgid "Job accounting begins."
504msgstr "D�t du d�mpte pour le travail d'impression"
505
506msgid "Job accounting ends."
507msgstr "Fin du d�mpte pour le travail d'impression"
508
509msgid "Job size forced to 0 because printing is denied."
510msgstr ""
511"Taille du travail d'impression forc�� car l'impression est rejet�"
512
513#, python-format
514msgid "Job size : %i"
515msgstr "Taille du travail d'impression : %i"
516
517#, python-format
518msgid "Updating user %s's quota on printer %s"
519msgstr "Mise �our du quota de l'utilisateur %s sur l'imprimante %s"
520
521msgid "Job added to history."
522msgstr "Travail d'impression ajout� l'historique."
523
524#, python-format
525msgid "File number %s unregistered twice from polling object, ignored."
526msgstr ""
527"Le fichier num� %s a � retir�eux fois de l'objet poll, action ignor�"
528
529#, python-format
530msgid "SIGTERM was sent to real backend %s (pid: %s)"
531msgstr "SIGTERM a � envoy�u vrai backend %s (pid: %s)"
532
533#, python-format
534msgid "CUPS backend %s died abnormally."
535msgstr "Le backend CUPS %s est sorti anormalement."
536
537#, python-format
538msgid ""
539"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
540"\n"
541"Dumps PyKota database's content.\n"
542"\n"
543"command line usage :\n"
544"\n"
545"  dumpykota [options] \n"
546"\n"
547"options :\n"
548"\n"
549"  -v | --version       Prints dumpykota's version number then exits.\n"
550"  -h | --help          Prints this message then exits.\n"
551"  \n"
552"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
553"                       \n"
554"                         - history : dumps the jobs history.\n"
555"                         - users : dumps users.\n"
556"                         - groups : dumps user groups.\n"
557"                         - printers : dump printers.\n"
558"                         - upquotas : dump user quotas.\n"
559"                         - gpquotas : dump user groups quotas.\n"
560"                         - payments : dumps user payments.\n"
561"                         - pmembers : dumps printer groups members.\n"
562"                         - umembers : dumps user groups members.\n"
563"                         \n"
564"                       NB : the -d | --data command line option   \n"
565"                       is MANDATORY.\n"
566"  \n"
567"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
568"                       the format is to dump datas in the csv format (comma\n"
569"                       separated values). All data dumped is between double\n"
570"                       quotes. Allowed formats are :\n"
571"                       \n"
572"                         - csv : separate datas with commas\n"
573"                         - ssv : separate datas with semicolons\n"
574"                         - tsv : separate datas with tabs\n"
575"                         - xml : dump data as XML\n"
576"                         \n"
577"  -o | --output fname  All datas will be dumped to the file instead of\n"
578"                       to the standard output. The special '-' filename\n"
579"                       is the default value and means stdout.\n"
580"                       WARNING : existing files are truncated !\n"
581"  \n"
582"Examples :\n"
583"\n"
584"  $ dumpykota --data history --format csv >myfile.csv\n"
585"  \n"
586"  This dumps the history in a comma separated values file, for possible\n"
587"  use in a spreadsheet.\n"
588"  \n"
589"  $ dumpykota --data users --format xml -o users.xml\n"
590"  \n"
591"  Dumps all users datas to the users.xml file.\n"
592"  \n"
593"This program is free software; you can redistribute it and/or modify\n"
594"it under the terms of the GNU General Public License as published by\n"
595"the Free Software Foundation; either version 2 of the License, or\n"
596"(at your option) any later version.\n"
597"\n"
598"This program is distributed in the hope that it will be useful,\n"
599"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
600"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
601"GNU General Public License for more details.\n"
602"\n"
603"You should have received a copy of the GNU General Public License\n"
604"along with this program; if not, write to the Free Software\n"
605"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
606"\n"
607"Please e-mail bugs to: %s"
608msgstr ""
609
610#, python-format
611msgid "Invalid modifier [%s] for --data command line option, see help."
612msgstr ""
613"Le modifier [%s] pour l'option de ligne de commande --data est invalide, "
614"voir l'aide."
615
616#, python-format
617msgid "Invalid modifier [%s] for --format command line option, see help."
618msgstr ""
619"Le modifier [%s] pour l'option de ligne de commande --format est invalide, "
620"voir l'aide."
621
622msgid "XML output is disabled because the jaxml module is not available."
623msgstr "La sortie XML est d�ctiv�car le module jaxml n'est pas disponible."
624
625msgid "PyKota data dumper failed : I/O error"
626msgstr "Erreur de l'exporteur de donn� de PyKota : erreur d'entr�sortie"
627
628msgid "The -d | --data command line option is mandatory, see help."
629msgstr ""
630"L'option de ligne de commande -d | --data est obligatoire, voir l'aide."
631
632msgid "Too many arguments, see help."
633msgstr "Trop d'arguments, voir l'aide."
634
635msgid "Software accounting already done in first pass. Ignoring."
636msgstr "D�mpte logiciel d� effectu�urant la premi� phase. Ignor�
637
638msgid "Hardware accounting already done in first pass. Ignoring."
639msgstr "D�mpte mat�el d� effectu�urant la premi� phase. Ignor�
640
641#, python-format
642msgid ""
643"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
644"A tool to give hints on what accounting method is best for each printer.\n"
645"\n"
646"command line usage :\n"
647"\n"
648"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
649"\n"
650"options :\n"
651"\n"
652"  -v | --version       Prints pkhint's version number then exits.\n"
653"  -h | --help          Prints this message then exits.\n"
654"  \n"
655"examples :                              \n"
656"\n"
657"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
658"  \n"
659"  Will analyze your printing system to test which accounter\n"
660"  is the best for each of the defined printer which\n"
661"  name matches one of the parameters.\n"
662"  \n"
663"  If you don't pass any argument on the command line, all\n"
664"  printers will be analyzed.\n"
665"  \n"
666"This program is free software; you can redistribute it and/or modify\n"
667"it under the terms of the GNU General Public License as published by\n"
668"the Free Software Foundation; either version 2 of the License, or\n"
669"(at your option) any later version.\n"
670"\n"
671"This program is distributed in the hope that it will be useful,\n"
672"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
673"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
674"GNU General Public License for more details.\n"
675"\n"
676"You should have received a copy of the GNU General Public License\n"
677"along with this program; if not, write to the Free Software\n"
678"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
679"\n"
680"Please e-mail bugs to: %s"
681msgstr ""
682
683#, python-format
684msgid "Invalid DeviceURI : %s"
685msgstr "DeviceURI invalide : %s"
686
687msgid ""
688"\n"
689"Please wait while pkhint analyzes your printing system's configuration..."
690msgstr ""
691"\n"
692"Merci de patienter pendant que pkhint analyse la configuration de votre "
693"syst� d'impression..."
694
695#, python-format
696msgid "Unknown device %s for printer %s"
697msgstr "P�ph�que %s inconnu pour l'imprimante %s"
698
699msgid ""
700"\n"
701"Put the following lines into your /etc/pykota/pykota.conf file :\n"
702msgstr ""
703"\n"
704"Mettez les lignes suivantes dans votre fichier /etc/pykota/pykota.conf :\n"
705
706msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
707msgstr ""
708"# ATTENTION : si le d�mpte software est sugg�, cela ne veut pas dire"
709
710msgid "# that hardware accounting wouldn't work, this only means that PyKota"
711msgstr ""
712"# que le d�mpte hardware ne fonctionnerait pas, cela veut seulement dire "
713"que PyKota"
714
715msgid "# wasn't able to autodetect which hardware accounting method to use."
716msgstr ""
717"# n'a pas � capable de d�cter automatiquement quelle m�ode de d�mpte "
718"hardware utiliser."
719
720#, python-format
721msgid ""
722"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
723"A Printers Manager for PyKota.\n"
724"\n"
725"command line usage :\n"
726"\n"
727"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
728"\n"
729"options :\n"
730"\n"
731"  -v | --version       Prints pkprinters's version number then exits.\n"
732"  -h | --help          Prints this message then exits.\n"
733"  \n"
734"  -a | --add           Adds printers if they don't exist on the Quota \n"
735"                       Storage Server. If they exist, they are modified\n"
736"                       unless -s|--skipexisting is also used.\n"
737"                       \n"
738"  -d | --delete        Deletes printers from the quota storage.\n"
739"  \n"
740"  -D | --description   Adds a textual description to printers.\n"
741"                       \n"
742"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
743"                       Job price is optional.\n"
744"                       If both are to be set, separate them with a comma.\n"
745"                       Floating point and negative values are allowed.\n"
746"  \n"
747"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
748"                       groups pg1, pg2, etc... which must already exist.\n"
749"                       A printer group is just like a normal printer,\n"
750"                       only that it is usually unknown from the printing\n"
751"                       system. Create printer groups exactly the same\n"
752"                       way that you create printers, then add other \n"
753"                       printers to them with this option.\n"
754"                       Accounting is done on a printer and on all\n"
755"                       the printer groups it belongs to, quota checking\n"
756"                       is done on a printer and on all the printer groups\n"
757"                       it belongs to.\n"
758"                       If the --remove option below is not used, the \n"
759"                       default action is to add printers to the specified\n"
760"                       printer groups.\n"
761"                       \n"
762"  -l | --list          List informations about the printer(s) and the\n"
763"                       printers groups it is a member of.\n"
764"                       \n"
765"  -r | --remove        In combination with the --groups option "
766"above,                       \n"
767"                       remove printers from the specified printers groups.\n"
768"                       \n"
769"  -s | --skipexisting  In combination with the --add option above, tells\n"
770"                       pkprinters to not modify existing printers.\n"
771"  \n"
772"  printer1 through printerN can contain wildcards if the --add option \n"
773"  is not set.\n"
774"  \n"
775"examples :                              \n"
776"\n"
777"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
778"hp8000\n"
779"  \n"
780"  Will create three printers named hp2100, hp2200 and hp8000.\n"
781"  Their price per page will be set at 0.05 unit, and their price\n"
782"  per job will be set at 0.1 unit. Units are in your own currency,\n"
783"  or whatever you want them to mean.\n"
784"  All of their descriptions will be set to the string \"HP Printer\".\n"
785"  If any of these printers already exists, it will also be modified \n"
786"  unless the -s|--skipexisting command line option is also used.\n"
787"            \n"
788"  $ pkprinters --delete \"*\"\n"
789"  \n"
790"  This will completely delete all printers and associated quota "
791"information,\n"
792"  as well as their job history. USE WITH CARE !\n"
793"  \n"
794"  $ pkprinters --groups Laser,HP \"hp*\"\n"
795"  \n"
796"  This will put all printers which name matches \"hp*\" into printers "
797"groups \n"
798"  Laser and HP, which MUST already exist.\n"
799"  \n"
800"  $ pkprinters --groups LexMark --remove hp2200\n"
801"  \n"
802"  This will remove the hp2200 printer from the LexMark printer group.\n"
803"  \n"
804"This program is free software; you can redistribute it and/or modify\n"
805"it under the terms of the GNU General Public License as published by\n"
806"the Free Software Foundation; either version 2 of the License, or\n"
807"(at your option) any later version.\n"
808"\n"
809"This program is distributed in the hope that it will be useful,\n"
810"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
811"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
812"GNU General Public License for more details.\n"
813"\n"
814"You should have received a copy of the GNU General Public License\n"
815"along with this program; if not, write to the Free Software\n"
816"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
817"\n"
818"Please e-mail bugs to: %s"
819msgstr ""
820
821#, python-format
822msgid "Printer %s already exists, skipping."
823msgstr "L'imprimante %s existe d�, ignor�"
824
825#, python-format
826msgid "Printer %s already exists, will be modified."
827msgstr "L'imprimante %s existe d�, elle sera modifi�"
828
829msgid "in"
830msgstr "dans"
831
832msgid "You have to pass printer groups names on the command line"
833msgstr ""
834"Vous devez passer des noms de groupes d'imprimantes sur la ligne de commande"
835
836msgid "You have to pass printer names on the command line"
837msgstr "Vous devez passer des noms d'imprimantes sur la ligne de commande"
838
839#, python-format
840msgid ""
841"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
842"\n"
843"Gives print quotes to users.\n"
844"\n"
845"command line usage :\n"
846"\n"
847"  pykotme  [options]  [files]\n"
848"\n"
849"options :\n"
850"\n"
851"  -v | --version       Prints pykotme's version number then exits.\n"
852"  -h | --help          Prints this message then exits.\n"
853"  \n"
854"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
855"                       use wildcards characters to select only\n"
856"                       some printers. The default value is *, meaning\n"
857"                       all printers.\n"
858"                       You can specify several names or wildcards, \n"
859"                       by separating them with commas.\n"
860"  \n"
861"examples :                              \n"
862"\n"
863"  $ pykotme --printer apple file1.ps file2.ps\n"
864"  \n"
865"  This will give a print quote to the current user. The quote will show\n"
866"  the price and size of a job consisting in file1.ps and file2.ps \n"
867"  which would be sent to the apple printer.\n"
868"  \n"
869"  $ pykotme --printer apple,hplaser <file1.ps\n"
870"  \n"
871"  This will give a print quote to the current user. The quote will show\n"
872"  the price and size of a job consisting in file1.ps as read from\n"
873"  standard input, which would be sent to the apple or hplaser\n"
874"  printer.\n"
875"\n"
876"  $ pykotme \n"
877"  \n"
878"  This will give a quote for a job consisting of what is on standard \n"
879"  input. The quote will list the job size, and the price the job\n"
880"  would cost on each printer.\n"
881"\n"
882"This program is free software; you can redistribute it and/or modify\n"
883"it under the terms of the GNU General Public License as published by\n"
884"the Free Software Foundation; either version 2 of the License, or\n"
885"(at your option) any later version.\n"
886"\n"
887"This program is distributed in the hope that it will be useful,\n"
888"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
889"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
890"GNU General Public License for more details.\n"
891"\n"
892"You should have received a copy of the GNU General Public License\n"
893"along with this program; if not, write to the Free Software\n"
894"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
895"\n"
896"Please e-mail bugs to: %s"
897msgstr ""
898
899#, python-format
900msgid "Your account balance : %.2f"
901msgstr "Votre solde : %.2f"
902
903#, python-format
904msgid "Job size : %i pages"
905msgstr "Taille du job : %i pages"
906
907#, python-format
908msgid "Cost on printer %s : %.2f"
909msgstr "Co�r l'imprimante %s : %.2f"
910
911#, python-format
912msgid ""
913"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
914"\n"
915"Generates print quota reports.\n"
916"\n"
917"command line usage :\n"
918"\n"
919"  repykota [options] \n"
920"\n"
921"options :\n"
922"\n"
923"  -v | --version       Prints repykota's version number then exits.\n"
924"  -h | --help          Prints this message then exits.\n"
925"  \n"
926"  -u | --users         Generates a report on users quota, this is \n"
927"                       the default.\n"
928"  \n"
929"  -g | --groups        Generates a report on group quota instead of users.\n"
930"  \n"
931"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
932"                       use wildcards characters to select only\n"
933"                       some printers. The default value is *, meaning\n"
934"                       all printers.\n"
935"                       You can specify several names or wildcards, \n"
936"                       by separating them with commas.\n"
937"  \n"
938"examples :                              \n"
939"\n"
940"  $ repykota --printer lp\n"
941"  \n"
942"  This will print the quota status for all users who use the lp printer.\n"
943"\n"
944"  $ repykota \n"
945"  \n"
946"  This will print the quota status for all users on all printers.\n"
947"  \n"
948"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
949"  \n"
950"  This will print the quota status for user jerome and all users\n"
951"  whose name begins with \"jo\" on all printers which name begins\n"
952"  with \"laser\" or ends with \"pson\".\n"
953"  \n"
954"  If launched by an user who is not a PyKota administrator, additionnal\n"
955"  arguments representing users or groups names are ignored, and only the\n"
956"  current user/group is reported.\n"
957"\n"
958"This program is free software; you can redistribute it and/or modify\n"
959"it under the terms of the GNU General Public License as published by\n"
960"the Free Software Foundation; either version 2 of the License, or\n"
961"(at your option) any later version.\n"
962"\n"
963"This program is distributed in the hope that it will be useful,\n"
964"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
965"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
966"GNU General Public License for more details.\n"
967"\n"
968"You should have received a copy of the GNU General Public License\n"
969"along with this program; if not, write to the Free Software\n"
970"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
971"\n"
972"Please e-mail bugs to: %s"
973msgstr ""
974
975#, python-format
976msgid "Unsupported accounter backend %s"
977msgstr "Backend accounter %s non support�
978#, python-format
979msgid "Configuration file %s not found."
980msgstr "Fichier de configuration %s non trouv�
981
982#, python-format
983msgid "Option %s not found in section global of %s"
984msgstr "Option %s non trouv�dans la section global de %s"
985
986#, python-format
987msgid "Option %s not found in section %s of %s"
988msgstr "Option %s non trouv�dans la section %s de %s"
989
990#, python-format
991msgid "Option logger only supports values in %s"
992msgstr "L'option logger supporte seulement les valeurs %s"
993
994#, python-format
995msgid "Invalid accounter %s for printer %s"
996msgstr "Compteur de pages %s invalide pour l'imprimante %s"
997
998#, python-format
999msgid "Option accounter in section %s only supports values in %s"
1000msgstr ""
1001"L'option accounter pour l'imprimante %s supporte seulement les valeurs %s"
1002
1003#, python-format
1004msgid "Option enforcement in section %s only supports values in %s"
1005msgstr ""
1006"L'option enforcement pour l'imprimante %s supporte seulement les valeurs %s"
1007
1008#, python-format
1009msgid "Option onaccountererror in section %s only supports values in %s"
1010msgstr ""
1011"L'option onaccountererror pour l'imprimante %s supporte seulement les "
1012"valeurs %s"
1013
1014#, python-format
1015msgid "Invalid policy %s for printer %s"
1016msgstr "Option policy %s invalide pour l'imprimante %s"
1017
1018#, python-format
1019msgid "Option policy in section %s only supports values in %s"
1020msgstr "L'option policy dans la section %s supporte seulement les valeurs %s"
1021
1022#, python-format
1023msgid "Invalid option mailto %s for printer %s"
1024msgstr "Option mailto %s invalide pour l'imprimante %s"
1025
1026#, python-format
1027msgid "Option mailto in section %s only supports values in %s"
1028msgstr "L'option mailto dans la section %s supporte seulement les valeurs %s"
1029
1030#, python-format
1031msgid "Invalid grace delay %s"
1032msgstr "D�i de gr� %s invalide"
1033
1034#, python-format
1035msgid "Invalid poor man's threshold %s"
1036msgstr "Valeur 'pauvre homme' %s invalide"
1037
1038msgid ""
1039"Your Print Quota account balance is Low.\n"
1040"Soon you'll not be allowed to print anymore.\n"
1041"Please contact the Print Quota Administrator to solve the problem."
1042msgstr ""
1043"Le solde de votre compte d'impression est Bas.\n"
1044"Bient�ous ne serez plus autoris�) �mprimer.\n"
1045"Merci de contacter l'Administrateur de Quota d'Impression pour r�udre ce "
1046"probl�."
1047
1048#, python-format
1049msgid ""
1050"You are not allowed to print anymore because\n"
1051"your Print Quota is exceeded on printer %s."
1052msgstr ""
1053"Vous n'�s plus autoris� imprimer car\n"
1054"votre Quota d'Impression est d�ss�ur l'imprimante %s."
1055
1056#, python-format
1057msgid ""
1058"You will soon be forbidden to print anymore because\n"
1059"your Print Quota is almost reached on printer %s."
1060msgstr ""
1061"Vous n'aurez bient�lus le droit d'imprimer car\n"
1062"votre Quota d'Impression sur l'imprimante %s est presque atteint."
1063
1064#, python-format
1065msgid "Unsupported logging subsystem %s"
1066msgstr "Syst� de log %s non support�
1067#, python-format
1068msgid "Report for %s quota on printer %s"
1069msgstr "Rapport pour le quota %s sur l'imprimante %s"
1070
1071#, python-format
1072msgid "Pages grace time: %i days"
1073msgstr "D�i de gr�: %i jours"
1074
1075#, python-format
1076msgid "Price per job: %.3f"
1077msgstr "Prix par job: %.3f"
1078
1079#, python-format
1080msgid "Price per page: %.3f"
1081msgstr "Prix par page: %.3f"
1082
1083msgid ""
1084"Group           used    soft    hard    balance grace         total       "
1085"paid"
1086msgstr ""
1087"Groupe          util    soft    hard      solde gr�         total       "
1088"pay�
1089msgid ""
1090"User            used    soft    hard    balance grace         total       "
1091"paid"
1092msgstr ""
1093"Utilisateur     util    soft    hard      solde gr�         total       "
1094"pay�
1095msgid "unknown"
1096msgstr "inconnu"
1097
1098#, python-format
1099msgid "Real : %s"
1100msgstr "R� : %s"
1101
1102#, python-format
1103msgid "Total : %9i"
1104msgstr "Total : %9i"
1105
1106#, python-format
1107msgid "Unsupported reporter backend %s"
1108msgstr "backend reporter %s non support�
1109#, python-format
1110msgid "Unsupported quota storage backend %s"
1111msgstr "Backend de stockage de quota %s non support�
1112#, python-format
1113msgid "Impossible to connect to SMTP server : %s"
1114msgstr "Impossible de se connecter au serveur SMTP : %s"
1115
1116#, python-format
1117msgid "Impossible to send mail to %s, error %s : %s"
1118msgstr "Impossible d'envoyer un message �s, erreur %s : %s"
1119
1120#, python-format
1121msgid ""
1122"\n"
1123"\n"
1124"Please contact your system administrator :\n"
1125"\n"
1126"\t%s - <%s>\n"
1127msgstr ""
1128"\n"
1129"\n"
1130"Merci de contacter votre administrateur syst� :\n"
1131"\n"
1132"\t%s - <%s>\n"
1133
1134#, python-format
1135msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1136msgstr ""
1137"Impossible de trouver l'utilisateur %s sur l'imprimante %s, action par "
1138"d�ut (%s) appliqu�
1139
1140#, python-format
1141msgid ""
1142"Unable to find user %s's account balance, applying default policy (%s) for "
1143"printer %s"
1144msgstr ""
1145"Impossible de trouver le solde du compte de l'utilisateur %s, action par "
1146"d�ut (%s) appliqu�sur l'imprimante %s"
1147
1148#, python-format
1149msgid "Print Quota exceeded for group %s on printer %s"
1150msgstr ""
1151"D�ssement de Quota d'impression pour le groupe %s sur l'imprimante %s"
1152
1153msgid "Print Quota"
1154msgstr "Quota d'Impression"
1155
1156msgid "Print Quota Exceeded"
1157msgstr "D�ssement de Quota d'Impression"
1158
1159#, python-format
1160msgid "Print Quota low for group %s on printer %s"
1161msgstr "Quota d'Impression faible pour le groupe %s sur l'imprimante %s"
1162
1163#, python-format
1164msgid "Print Quota exceeded for user %s on printer %s"
1165msgstr ""
1166"D�ssement de Quota d'Impression pour l'utilisateur %s sur l'imprimante %s"
1167
1168#, python-format
1169msgid "Print Quota low for user %s on printer %s"
1170msgstr "Quota d'Impression faible pour l'utilisateur %s sur l'imprimante %s"
1171
1172msgid "Print Quota Low"
1173msgstr "Quota d'Impression Bas"
1174
1175#, python-format
1176msgid "Printing system %s, args=%s"
1177msgstr "Syst� d'impression %s, args=%s"
1178
1179#, python-format
1180msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1181msgstr ""
1182"Impossible de pr�alculer la taille du travail d'impression avec "
1183"l'analyzeur g�rique de PDL : %s"
1184
1185#, python-format
1186msgid "SIGTERM received, job %s cancelled."
1187msgstr "SIGTERM re� travail d'impression %s annul�
1188
1189msgid "Printer hostname undefined, set to 'localhost'"
1190msgstr "Nom d'h�de l'imprimante ind�ni, positionn� 'localhost'"
1191
1192#, python-format
1193msgid "Printing system unknown, args=%s"
1194msgstr "Syst� d'impression inconnu, args=%s"
1195
1196#, python-format
1197msgid ""
1198"Printer %s not registered in the PyKota system, applying external policy (%"
1199"s) for printer %s"
1200msgstr ""
1201"Imprimante %s non enregistr�dans le syst� PyKota, action externe (%s) "
1202"appliqu�sur l'imprimante %s"
1203
1204#, python-format
1205msgid ""
1206"User %s not registered in the PyKota system, applying external policy (%s) "
1207"for printer %s"
1208msgstr ""
1209"Utilisateur %s non enregistr�ans le syst� PyKota, application de "
1210"l'action externe (%s) sur l'imprimante %s"
1211
1212#, python-format
1213msgid ""
1214"User %s doesn't have quota on printer %s in the PyKota system, applying "
1215"external policy (%s) for printer %s"
1216msgstr ""
1217"L'utilisateur %s n'a pas de quota sur l'imprimante %s dans le syst� "
1218"PyKota, application de l'action externe (%s) sur l'imprimante %s"
1219
1220#, python-format
1221msgid ""
1222"External policy %s for printer %s produced an error. Job rejected. Please "
1223"check PyKota's configuration files."
1224msgstr ""
1225"L'action externe %s sur l'imprimante %s a produit une erreur. Job rejet�"
1226"Merci de v�fier les fichiers de configuration de PyKota."
1227
1228#, python-format
1229msgid ""
1230"Printer %s not registered in the PyKota system, applying default policy (%s)"
1231msgstr ""
1232"Imprimante %s non enregistr�dans le syst� PyKota, application de "
1233"l'action par d�ut (%s) "
1234
1235#, python-format
1236msgid ""
1237"User %s not registered in the PyKota system, applying default policy (%s) "
1238"for printer %s"
1239msgstr ""
1240"Utilisateur %s non enregistr�ans le syst� PyKota, application de "
1241"l'action par d�ut (%s) sur l'imprimante %s"
1242
1243#, python-format
1244msgid ""
1245"User %s doesn't have quota on printer %s in the PyKota system, applying "
1246"default policy (%s)"
1247msgstr ""
1248"Utilisateur %s n'a aucun quota sur l'imprimante %s dans le syst� PyKota, "
1249"application de l'action par d�ut (%s)"
1250
1251#, python-format
1252msgid ""
1253"Printer %s still not registered in the PyKota system, job will be rejected"
1254msgstr ""
1255"L'imprimante %s n'est toujours pas enregistr�dans le syst� PyKota, le "
1256"travail d'impression sera rejet�
1257#, python-format
1258msgid ""
1259"User %s still not registered in the PyKota system, job will be rejected on "
1260"printer %s"
1261msgstr ""
1262"L'utilisateur %s n'est toujours pas enregistr�ans le syst� PyKota, le "
1263"travail d'impression sera rejet�e l'imprimante %s"
1264
1265#, python-format
1266msgid ""
1267"User %s still doesn't have quota on printer %s in the PyKota system, job "
1268"will be rejected"
1269msgstr ""
1270"L'utilisateur %s n'a toujours pas de quota sur l'imprimante %s dans le "
1271"syst� PyKota, le travail d'impression sera rejet�
1272#, python-format
1273msgid ""
1274"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1275"double check /etc/pykota/pykota.conf : %s"
1276msgstr ""
1277"La base de recherche %s semble �e inexistante. Probablement une mauvaise "
1278"configuration. Merci de v�fier /etc/pykota/pykota.conf : %s"
1279
1280#, python-format
1281msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1282msgstr "La recherche de %s(%s) depuis %s(scope=%s) n'a renvoy�ucun r�ltat."
1283
1284#, python-format
1285msgid "Problem adding LDAP entry (%s, %s)"
1286msgstr "Probl� durant l'ajout de l'entr�LDAP (%s, %s)"
1287
1288#, python-format
1289msgid "Problem deleting LDAP entry (%s)"
1290msgstr "Probl� durant la suppression de l'entr�LDAP (%s)"
1291
1292#, python-format
1293msgid "Problem modifying LDAP entry (%s, %s)"
1294msgstr "Probl� durant la modification de l'entr�LDAP (%s, %s)"
1295
1296#, python-format
1297msgid ""
1298"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1299"entries manually ?"
1300msgstr ""
1301"Aucun objet pykotaAccountBalance trouv�our l'utilisateur %s. Avez vous "
1302"cr�des entr� LDAP manuellement ?"
1303
1304#, python-format
1305msgid ""
1306"Unable to find an existing objectClass %s entry with %s=%s to attach "
1307"pykotaAccount objectClass"
1308msgstr ""
1309"Impossible de trouver une entr�existante ayant pour objectClass %s avec %s="
1310"%s �aquelle attacher une objectClass pykotaAccount"
1311
1312#, python-format
1313msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1314msgstr ""
1315"Impossible de trouver une entr�existante �aquelle attacher l'objectClass "
1316"pykotaGroup %s"
1317
1318msgid "Totals may be inaccurate if some users are members of several groups."
1319msgstr ""
1320"Les totaux peuvent �e faux si des utilisateurs sont dans plusieurs groupes."
1321
1322#, python-format
1323msgid "Network error while doing SNMP queries on printer %s : %s"
1324msgstr "Erreur r�au durant les requ�s SNMP sur l'imprimante %s : %s"
1325
1326#, python-format
1327msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1328msgstr "Probl� rencontr�urant les requ�s SNMP sur l'imprimante %s : %s"
1329
1330#, python-format
1331msgid "Waiting for printer %s to be idle or printing..."
1332msgstr ""
1333"En attente que l'imprimante %s soit disponible ou en train d'imprimer..."
1334
1335#, python-format
1336msgid "Waiting for printer %s's idle status to stabilize..."
1337msgstr "En attente que l'�t disponible de l'imprimante %s se stabilise..."
1338
1339#, python-format
1340msgid "Problem during connection to %s:%s : %s"
1341msgstr "Probl� durant la connexion �s:%s : %s"
1342
1343#, python-format
1344msgid "Problem while sending PJL query to %s:%s : %s"
1345msgstr "Probl� lors de l'envoi des requ�s PJL �s:%s : %s"
1346
1347#, python-format
1348msgid "A problem occured while reading printer %s's internal page counter."
1349msgstr ""
1350"Un probl� est survenu durant la lecture du compteur de pages internes de "
1351"l'imprimante %s."
1352
1353#, python-format
1354msgid "Retrieving printer %s's page counter from database instead."
1355msgstr ""
1356"R�p�tion du compteur de pages de l'imprimante %s depuis la base de "
1357"donn�."
1358
1359#, python-format
1360msgid ""
1361"Couldn't retrieve printer %s's internal page counter either before or after "
1362"printing."
1363msgstr ""
1364"Impossible de r�p�r le compteur de page internes de l'imprimante avant "
1365"ou apr�l'impression."
1366
1367#, python-format
1368msgid "Job's size forced to 1 page for printer %s."
1369msgstr "Taille du travail forc� 1 page pour l'imprimante %s."
1370
1371#, python-format
1372msgid "No previous job in database for printer %s."
1373msgstr "Aucun travail pr�dent pour l'imprimante %s dans la base de donn�."
1374
1375#, python-format
1376msgid "Inconsistent values for printer %s's internal page counter."
1377msgstr "Valeurs bizarres pour le compteur de pages interne de l'imprimante %s."
1378
1379msgid ""
1380"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
1381"download it from http://pysnmp.sourceforge.net"
1382msgstr ""
1383"Comptage SNMP interne demand�mais Python-SNMP n'est pas disponible. Merci "
1384"de le t�charger depuis http://pysnmp.sourceforge.net"
1385
1386#, python-format
1387msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1388msgstr "Adresse inconnue dans HARDWARE(%s) pour l'imprimante %s"
1389
1390#, python-format
1391msgid "Launching HARDWARE(%s)..."
1392msgstr "Ex�tion de HARDWARE(%s)..."
1393
1394#, python-format
1395msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1396msgstr "SIGTERM a � envoy�u compteur hardware %s (pid: %s)"
1397
1398#, python-format
1399msgid "Line [%s] skipped in accounter's output. Trying again..."
1400msgstr "Ligne [%s] ignor�ans la sortie du compteur. R�sayer..."
1401
1402#, python-format
1403msgid "Hardware accounter %s exit code is %s"
1404msgstr "Le code de sortie du compteur hardware %s est %s"
1405
1406#, python-format
1407msgid "Unable to query printer %s via HARDWARE(%s)"
1408msgstr "Impossible d'interroger l'imprimante %s via HARDWARE(%s)"
1409
1410#, python-format
1411msgid ""
1412"SNMP querying stage interrupted. Using latest value seen for internal page "
1413"counter (%s) on printer %s."
1414msgstr ""
1415"Interrogation SNMP interrompue. Utilisation de la derni� valeur connue du "
1416"compteur (%s) sur l'imprimante %s."
1417
1418#, python-format
1419msgid ""
1420"PJL querying stage interrupted. Using latest value seen for internal page "
1421"counter (%s) on printer %s."
1422msgstr ""
1423"Interrogation PJL interrompue. Utilisation de la derni� valeur connue du "
1424"compteur (%s) sur l'imprimante %s."
1425
1426#, python-format
1427msgid "Launching SOFTWARE(%s)..."
1428msgstr "Ex�tion de SOFTWARE(%s)..."
1429
1430#, python-format
1431msgid "Unable to compute job size with accounter %s"
1432msgstr "Impossible de calculer la taille du job avec le compteur %s"
1433
1434#, python-format
1435msgid "Problem while waiting for software accounter pid %s to exit : %s"
1436msgstr ""
1437"Probl� d�ct�n attendant que le compteur software pid %s se termine : %s"
1438
1439#, python-format
1440msgid "Software accounter %s exit code is %s"
1441msgstr "Le code de sortie du compteur software %s est %s"
1442
1443msgid "PyKota Reports"
1444msgstr "Rapports de Quotas d'Impression PyKota"
1445
1446msgid "Report"
1447msgstr "G�ration du Rapport"
1448
1449msgid "User / Group names mask"
1450msgstr "Masque de noms Utilisateur / Groupe"
1451
1452msgid "Groups report"
1453msgstr "Rapport de groupes"
1454
1455msgid "History"
1456msgstr "Historique des Impressions"
1457
1458msgid "Empty"
1459msgstr "Vide"
1460
1461msgid "Date"
1462msgstr "Date"
1463
1464msgid "Action"
1465msgstr "Action"
1466
1467msgid "User"
1468msgstr "utilisateur"
1469
1470msgid "Printer"
1471msgstr "Imprimante"
1472
1473msgid "Hostname"
1474msgstr "Poste client"
1475
1476msgid "JobId"
1477msgstr "JobId"
1478
1479msgid "JobSize"
1480msgstr "Taille"
1481
1482msgid "JobPrice"
1483msgstr "Co�msgid "Copies"
1484msgstr "Copies"
1485
1486msgid "JobBytes"
1487msgstr "Taille en octets"
1488
1489msgid "PageCounter"
1490msgstr "Compteur de pages"
1491
1492msgid "Title"
1493msgstr "Titre"
1494
1495msgid "Filename"
1496msgstr "Fichier"
1497
1498msgid "Options"
1499msgstr "Options"
1500
1501msgid "Previous page"
1502msgstr "Page pr�dente"
1503
1504msgid "Please click on the above button"
1505msgstr ""
Note: See TracBrowser for help on using the browser.