root / pykota / trunk / po / fr / pykota.po @ 2825

Revision 2825, 146.9 kB (checked in by jerome, 18 years ago)

Fixed pknotify's documentation again.
Finished pknotify's documentation french translation.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS and LPRng
4#
5# (c) 2003, 2004, 2005, 2006 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19#
20# $Id$
21#
22# PyKota french translation file.
23#
24msgid ""
25msgstr ""
26"Project-Id-Version: PyKota v1.24\n"
27"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
28"POT-Creation-Date: 2006-03-30 22:00+0200\n"
29"PO-Revision-Date: 2006-03-26 11:23:00+0100\n"
30"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
31"Language-Team: French <alet@librelogiciel.com>\n"
32"MIME-Version: 1.0\n"
33"Content-Type: text/plain; charset=ISO-8859-15\n"
34"Content-Transfer-Encoding: 8bit\n"
35
36#, python-format
37msgid ""
38"autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
39"\n"
40"A tool to automate user account creation and initial balance setting.\n"
41"\n"
42"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
43"\n"
44"command line usage :\n"
45"\n"
46"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
47"  OF AN external policy IN pykota.conf\n"
48"  \n"
49"  autopykota { -i | --initbalance value } \n"
50"\n"
51"options :\n"
52"\n"
53"  -v | --version       Prints autopykota's version number then exits.\n"
54"  -h | --help          Prints this message then exits.\n"
55"  \n"
56"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
57"                       If the user already exists, actual balance is left\n"
58"                       unmodified. If unset, the default value is 0.\n"
59msgstr ""
60"autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
61"\n"
62"Un outil pour automatiser la cr�ion des comptes et l'initialisation\n"
63"du solde.\n"
64"\n"
65"CET OUTIL NE DOIT PAS �RE UTILIS�SI VOUS LIMITEZ VOS UTILISATEURS PAR\n"
66"QUOTA !\n"
67"\n"
68"ligne de commande :\n"
69"\n"
70"  CET OUTIL NE DOIT PAS �RE UTILIS�DEPUIS LA LIGNE DE COMMANDE MAIS\n"
71"  SEULEMENT DANS UNE external policy DANS pykota.conf\n"
72"  \n"
73"  autopykota { -i | --initbalance valeur } \n"
74"\n"
75"options :\n"
76"\n"
77"  -v | --version       Affiche la version d'autopykota et quitte.\n"
78"  -h | --help          Affiche ce message et quitte.\n"
79"  \n"
80"  -i | --initbalance b Positionne le solde initial de l'utilisateur �.\n"
81"                       Si l'utilisateur existe d�, le solde actuel reste\n"
82"                       inchang�Si non indiqu�la valeur par d�ut est "
83"0.\n"
84
85#, python-format
86msgid ""
87"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
88"\n"
89"A Print Quota editor for PyKota.\n"
90"\n"
91"command line usage :\n"
92"\n"
93"  edpykota [options] user1 user2 ... userN\n"
94"  \n"
95"  edpykota [options] group1 group2 ... groupN\n"
96"\n"
97"options :\n"
98"\n"
99"  -v | --version       Prints edpykota's version number then exits.\n"
100"  -h | --help          Prints this message then exits.\n"
101"  \n"
102"  -a | --add           Adds users or groups print quota entries if\n"
103"                       they don't exist in database.\n"
104"                       \n"
105"  -d | --delete        Deletes users or groups print quota entries.\n"
106"                       Users or groups are never deleted, you have\n"
107"                       to use the pkusers command to delete them.\n"
108"                       The history will be purge from all matching\n"
109"                       jobs, unless -g | --groups is used.\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 | --groups        Edit groups print quota entries instead of \n"
119"                       users print quota entries.\n"
120"                          \n"
121"  -L | --list          Lists users or groups print quota entries.\n"
122"  \n"
123"  -n | --noquota       Sets both soft and hard limits to None for users\n"
124"                       or groups print quota entries.\n"
125"  \n"
126"  -r | --reset         Resets the actual page counter for the user\n"
127"                       or group to zero on the specified printers. \n"
128"                       The life time page counter is kept unchanged.\n"
129"                       \n"
130"  -R | --hardreset     Resets the actual and life time page counters\n"
131"                       for the user or group to zero on the specified \n"
132"                       printers. This is a shortcut for '--used 0'.\n"
133"                       \n"
134"  -s | --skipexisting  In combination with the --add option above, tells\n"
135"                       edpykota to not modify existing print quota entries.\n"
136"                       \n"
137"  -S | --softlimit sl  Sets the quota soft limit to sl "
138"pages.                       \n"
139"  \n"
140"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
141"  \n"
142"  -I | --increase v    Increase existing Soft and Hard limits by the value\n"
143"                       of v. You can prefix v with + or -, if no sign is\n"
144"                       used, + is assumed.\n"
145"\n"
146"  -U | --used u        Sets the page counters for the user u pages on\n"
147"                       the selected printers. Doesn't work for groups, "
148"since\n"
149"                       their page counters are the sum of all their "
150"members'\n"
151"                       page counters.\n"
152"                       Useful for migrating users from a different system\n"
153"                       where they have already used some pages. Actual\n"
154"                       and Life Time page counters may be increased or "
155"decreased\n"
156"                       if u is prefixed with + or -.\n"
157"                       WARNING : BOTH page counters are modified in all "
158"cases,\n"
159"                       so be careful.\n"
160"                       NB : if u equals '0', then the action taken is\n"
161"                       the same as if --hardreset was used.\n"
162"\n"
163"  user1 through userN and group1 through groupN can use wildcards\n"
164"  if the --add option is not set.\n"
165"  \n"
166"examples :                              \n"
167"\n"
168"  $ edpykota --add john paul george ringo\n"
169"  \n"
170"  This will create print quota entries for users john, paul, george\n"
171"  and ringo on all printers. These print quota entries will have no\n"
172"  limit set.\n"
173"  \n"
174"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
175"  \n"
176"  This will set jerome's print quota on the lp printer to a soft limit\n"
177"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n"
178"  printer lp have been previously created with the pkusers and pkprinters\n"
179"  commands, respectively.\n"
180"\n"
181"  $ edpykota -g -S 500 -H 550 financial support            \n"
182"  \n"
183"  This will set print quota soft limit to 500 pages and hard limit\n"
184"  to 550 pages for groups financial and support on all printers.\n"
185"  \n"
186"  $ edpykota --reset jerome \"jo*\"\n"
187"  \n"
188"  This will reset jerome's page counter to zero on all printers, as\n"
189"  well as every user whose name begins with 'jo'.\n"
190"  Their life time page counter on each printer will be kept unchanged.\n"
191"  You can also reset the life time page counters by using the\n"
192"  --hardreset | -R command line option.\n"
193"  \n"
194"  $ edpykota --printer hpcolor --noquota jerome\n"
195"  \n"
196"  This will tell PyKota to not limit jerome when printing on the \n"
197"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
198"  accounting of the pages he prints will still be kept.\n"
199"  Print Quotas for jerome on other printers are unchanged.\n"
200"  \n"
201"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n"
202"  \n"
203"  This will delete users jerome and rachel's print quota\n"
204"  entries on all printers which name begin with 'HP' or\n"
205"  'XER'. The jobs printed by these users on these printers\n"
206"  will be deleted from the history.\n"
207msgstr ""
208
209#, python-format
210msgid "You can't set negative limits for %s"
211msgstr "Vous ne pouvez pas indiquer de limites n�tives pour %s"
212
213msgid "Extracting datas"
214msgstr "Extraction des donn�"
215
216#, python-format
217msgid "Page counter : %s"
218msgstr "Compteur de pages : %s"
219
220#, python-format
221msgid "Lifetime page counter : %s"
222msgstr "Compteur de pages �rnel : %s"
223
224#, python-format
225msgid "Soft limit : %s"
226msgstr "Limite souple : %s"
227
228#, python-format
229msgid "Hard limit : %s"
230msgstr "Limite dure : %s"
231
232#, python-format
233msgid "Date limit : %s"
234msgstr "Date limite : %s"
235
236#, python-format
237msgid "Maximum job size : %s"
238msgstr "Taille maximale : %s"
239
240#, python-format
241msgid "%s pages"
242msgstr "%s pages"
243
244msgid "Unlimited"
245msgstr "Illimit�
246
247#, python-format
248msgid "Warning banners printed : %s"
249msgstr "Banni�s d'avertissement imprim� : %s"
250
251msgid "Deletion"
252msgstr "Suppression"
253
254#, python-format
255msgid "Invalid used value %s."
256msgstr "Valeur %s invalide pour le nombre de pages utilis�."
257
258#, python-format
259msgid "Invalid increase value %s."
260msgstr "Valeur d'incr�nt %s invalide."
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 "Undefined hard limit set to soft limit (%s)."
278msgstr ""
279"Valeur de limite dure non d�nie, positionn� �a limite souple (%s)."
280
281#, python-format
282msgid "Undefined soft limit set to hard limit (%s)."
283msgstr ""
284"Valeur de limite souple non d�nie, positionn� �a limite dure (%s)."
285
286msgid "Creation"
287msgstr "Cr�ion"
288
289#, python-format
290msgid ""
291"Impossible to create print quota entries if the user or group object '%s' "
292"doesn't already exist. Please use pkusers to create it first."
293msgstr ""
294"Impossible de cr� des entr� de quota d'impression si l'utilisateur ou le "
295"groupe '%s' n'existe pas d�. Veuillez utiliser pkusers pour le cr� au "
296"pr�able."
297
298msgid "Modification"
299msgstr "Modification"
300
301msgid "incompatible options, see help."
302msgstr "options incompatibles, voir l'aide."
303
304msgid "You have to pass user or group names on the command line"
305msgstr ""
306"Vous devez passer des noms d'utilisateurs ou de groupes sur la ligne de "
307"commande"
308
309#, python-format
310msgid ""
311"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
312"\n"
313"Generates banners.\n"
314"\n"
315"command line usage :\n"
316"\n"
317"  pkbanner  [options]  [more info]\n"
318"\n"
319"options :\n"
320"\n"
321"  -v | --version       Prints pkbanner's version number then exits.\n"
322"  -h | --help          Prints this message then exits.\n"
323"  \n"
324"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
325"                       be drawn at the center top of the page. The default\n"
326"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
327"                       \n"
328"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
329"                       page sizes are recognized, like 'A4' or 'Letter'\n"
330"                       to name a few. The default size is A4.\n"
331"  \n"
332"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
333"                       used to save toner. The default value is 0, which\n"
334"                       means that no toner saving will be done.\n"
335"  \n"
336"  -u | --url u         Uses u as an url to be written at the bottom of \n"
337"                       the banner page. The default url is :\n"
338"                       http://www.librelogiciel.com/software/\n"
339"  \n"
340"examples :                              \n"
341"\n"
342"  Using pkbanner directly from the command line is not recommended,\n"
343"  excepted for testing purposes. You should use pkbanner in the\n"
344"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
345"  \n"
346"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
347"  \n"
348"      With such a setting in pykota.conf, all print jobs will be \n"
349"      prefixed with an A4 banner with no logo, and text luminosity will\n"
350"      be increased by 75%%. The PostScript output will be directly sent\n"
351"      to your printer.\n"
352"      \n"
353"  You'll find more examples in the sample configuration file included    \n"
354"  in PyKota.\n"
355msgstr ""
356"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
357"\n"
358"G�re des banni�s.\n"
359"\n"
360"ligne de commande :\n"
361"\n"
362"  pkbanner  [options]  [plus d'info]\n"
363"\n"
364"options :\n"
365"\n"
366"  -v | --version       Affiche le num� de version de pkbanner et quitte.\n"
367"  -h | --help          Affiche ce message et quitte.\n"
368"  \n"
369"  -l | --logo img      Utilise l'image img comme logo pour la banni�.\n"
370"                       Le logo sera dessin�n haut et au centre de la "
371"page.\n"
372"                       Le logo par d�ut est\n"
373"                               /usr/share/pykota/logos/pykota.jpeg\n"
374"                       \n"
375"  -p | --pagesize sz   Positionne la taille de la page �z. La plupart des\n"
376"                       tailles sont reconnues, comme 'A4' ou 'Letter' par\n"
377"                       exemple. La taille par d�ut est A4.\n"
378"  \n"
379"  -s | --savetoner s   Positionne le facteur de luminosit�u texte �%%.\n"
380"                       Cela peut �e utilis�our �nomiser du toner. La\n"
381"                       valeur par d�ut est 0, qui signifie qu'aucune\n"
382"                       �nomie de toner ne sera r�is�\n"
383"  \n"
384"  -u | --url u         Utilise u comme une url qui sera imprim�en base de\n"
385"                       la page banni�. L'url par d�ut est :\n"
386"                               http://www.librelogiciel.com/software/\n"
387"  \n"
388"exemples :\n"
389"\n"
390"  L'utilisation directe de pkbanner depuis la ligne de commande n'est pas\n"
391"  conseill� sauf pour effectuer des tests. Vous devriez plut�tiliser\n"
392"  pkbanner depuis les directives 'startingbanner' ou 'endingbanner' du\n"
393"  fichier pykota.conf\n"
394"  \n"
395"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
396"  \n"
397"      Avec une telle configuration dans pykota.conf, tous les travaux\n"
398"      d'impression seront pr�d�d'une banni� au format A4 sans logo,\n"
399"      et la luminosit�u texte sera accrue de 75%%. La sortie PostScript\n"
400"      de cette commande sera directement envoy��otre imprimante.\n"
401"      \n"
402"  Vous trouverez plus d'exemples dans le fichier de configuration exemple\n"
403"  qui est inclus dans PyKota.\n"
404
405msgid "Unknown"
406msgstr "Inconnu"
407
408msgid "Username"
409msgstr "Utilisateur"
410
411msgid "More Info"
412msgstr "Plus d'info"
413
414msgid "Job"
415msgstr "Travail"
416
417msgid "Date"
418msgstr "Date"
419
420msgid "Allowed"
421msgstr "Autoris�
422msgid "Denied"
423msgstr "Rejet�
424msgid "Allowed with Warning"
425msgstr "Autoris�vec Avertissement"
426
427msgid "Problem"
428msgstr "Probl�"
429
430msgid "Cancelled"
431msgstr "Annul�
432msgid "Result"
433msgstr "R�ltat"
434
435msgid "Title"
436msgstr "Titre"
437
438msgid "Filename"
439msgstr "Fichier"
440
441#, python-format
442msgid "Pages printed so far on %s"
443msgstr "Pages d� imprim� sur %s"
444
445msgid "Account balance"
446msgstr "Solde"
447
448msgid "Soft Limit"
449msgstr "Limite Souple"
450
451msgid "Hard Limit"
452msgstr "Limite Dure"
453
454msgid "Date Limit"
455msgstr "Date Limite"
456
457msgid "No Limit"
458msgstr "Aucune Limite"
459
460msgid "No Accounting"
461msgstr "Aucun D�mpte"
462
463msgid "Forbidden"
464msgstr "Interdit"
465
466msgid "Printing Mode"
467msgstr "Mode d'Impression"
468
469msgid "Allowed range is (0..99)"
470msgstr "L'intervalle permis est (0..99)"
471
472#, python-format
473msgid "Invalid 'savetoner' option %s : %s"
474msgstr "Valeur %s invalide pour l'option 'savetoner' : %s"
475
476#, python-format
477msgid "Invalid 'pagesize' option %s, defaulting to A4."
478msgstr "Valeur %s invalide pour l'option 'pagesize', utilisation de A4."
479
480#, python-format
481msgid ""
482"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
483"\n"
484"Email gateway for PyKota.\n"
485"\n"
486"command line usage :\n"
487"\n"
488"  pkmail  [options]\n"
489"\n"
490"options :\n"
491"\n"
492"  -v | --version       Prints pkmail's version number then exits.\n"
493"  -h | --help          Prints this message then exits.\n"
494"  \n"
495"    \n"
496"  This command is meant to be used from your mail server's aliases file,\n"
497"  as a pipe. It will then accept commands send to it in email messages,\n"
498"  and will send the answer to the command's originator.\n"
499"  \n"
500"  To use this command, create an email alias in /etc/aliases with\n"
501"  the following format :\n"
502"  \n"
503"    pykotacmd: \"|/usr/bin/pkmail\"\n"
504"    \n"
505"  Then run the 'newaliases' command to regenerate the aliases database.\n"
506"  \n"
507"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
508"  the command in the subject.\n"
509"  \n"
510"  List of supported commands :\n"
511"  \n"
512"        report [username]\n"
513"  \n"
514"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
515"  system user in the 'pykota' system group to ensure this user can\n"
516"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
517"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
518"  that you think at least twice before doing this though.\n"
519"  \n"
520"  Use at your own risk !\n"
521msgstr ""
522"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
523"\n"
524"Passerelle courrier �ctronique pour PyKota.\n"
525"\n"
526"ligne de commande :\n"
527"\n"
528"  pkmail  [options]\n"
529"\n"
530"options :\n"
531"\n"
532"  -v | --version       Affiche la version de pkmail et quitte.\n"
533"  -h | --help          Affiche ce message et quitte.\n"
534"  \n"
535"    \n"
536"  Cette commande est faite pour �e utilis�depuis la base de donn�\n"
537"  d'alias de votre serveur de courrier �ctronique, en tant que pipe.\n"
538"  Elle va accepter les commandes qui lui sont envoy� dans des messages\n"
539"  et renverra sa r�nse �'exp�teur de la demande.\n"
540"  \n"
541"  Pour utiliser cette commande, cr� un alias email dans /etc/aliases\n"
542"  avec le format suivant :\n"
543"  \n"
544"    pykotacmd: \"|/usr/bin/pkmail\"\n"
545"    \n"
546"  Puis lancez la commande 'newaliases' pour r�n�r la base de donn�\n"
547"  d'alias.\n"
548"  \n"
549"  Vous pouvez maintenant envoyer vos demandes par email �'adresse\n"
550"  'pykotacmd@yourdomain.com', avec la commande dans le champ sujet.\n"
551"  \n"
552"  Liste des commandes support� :\n"
553"  \n"
554"        report [utilisateur]\n"
555"  \n"
556"  NB : Pour que pkmail fonctionne correctement, il se peut que vous ayez �"
557"  mettre l'utilisateur 'mail' dans le groupe syst� 'pykota' afin "
558"d'assurer\n"
559"  que cet utilisateur puisse lire le fichier /etc/pykota/pykotadmin.conf,\n"
560"  et de relancer votre serveur de courrier �ctronique (par exemple\n"
561"  /etc/init.d/exim restart). Cependant, il est fortement conseill�ue vous\n"
562"  r��issiez plut�eux fois qu'une avant de faire ceci.\n"
563"  \n"
564"  Utilisez �os risques et p�ls !\n"
565
566#, python-format
567msgid ""
568"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
569"\n"
570"A turn key tool for PyKota. When launched, this command will initialize\n"
571"PyKota's database with all existing print queues and some or all users.\n"
572"For now, no prices or limits are set, so printing is fully accounted\n"
573"for, but not limited. That's why you'll probably want to also use\n"
574"edpykota once the database has been initialized.\n"
575"\n"
576"command line usage :\n"
577"\n"
578"  pkturnkey [options] [printqueues names]\n"
579"\n"
580"options :\n"
581"\n"
582"  -v | --version       Prints pkturnkey version number then exits.\n"
583"  -h | --help          Prints this message then exits.\n"
584"  \n"
585"  -c | --doconf        Give hints about what to put into pykota.conf\n"
586"  \n"
587"  -d | --dousers       Manages users accounts as well.\n"
588"  \n"
589"  -D | --dogroups      Manages users groups as well.\n"
590"                       Implies -d | --dousers.\n"
591"  \n"
592"  -e | --emptygroups   Includes empty groups.\n"
593"  \n"
594"  -f | --force         Modifies the database instead of printing what\n"
595"                       it would do.\n"
596"                       \n"
597"  -u | --uidmin uid    Only adds users whose uid is greater than or equal "
598"to\n"
599"                       uid. You can pass an username there as well, and its\n"
600"                       uid will be used automatically.\n"
601"                       If not set, 0 will be used automatically.\n"
602"                       Implies -d | --dousers.\n"
603"                       \n"
604"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n"
605"                       uid. You can pass an username there as well, and its\n"
606"                       uid will be used automatically.\n"
607"                       If not set, a large value will be used "
608"automatically.\n"
609"                       Implies -d | --dousers.\n"
610"\n"
611"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal "
612"to\n"
613"                       gid. You can pass a groupname there as well, and its\n"
614"                       gid will be used automatically.\n"
615"                       If not set, 0 will be used automatically.\n"
616"                       Implies -D | --dogroups.\n"
617"                       \n"
618"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal "
619"to\n"
620"                       gid. You can pass a groupname there as well, and its\n"
621"                       gid will be used automatically.\n"
622"                       If not set, a large value will be used "
623"automatically.\n"
624"                       Implies -D | --dogroups.\n"
625"\n"
626"examples :                              \n"
627"\n"
628"  $ pkturnkey --dousers --uidmin jerome\n"
629"\n"
630"  Will simulate the initialization of PyKota's database will all existing\n"
631"  printers and print accounts for all users whose uid is greater than\n"
632"  or equal to jerome's one. Won't manage any users group.\n"
633"  \n"
634"  To REALLY initialize the database instead of simulating it, please\n"
635"  use the -f | --force command line switch.\n"
636"  \n"
637"  You can limit the initialization to only a subset of the existing\n"
638"  printers, by passing their names at the end of the command line.\n"
639msgstr ""
640"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
641"\n"
642"Un outil pour transformer PyKota en une solution clefs en main.\n"
643"Lorsqu'elle est lanc� cette commande va initialiser la base de donn�\n"
644"de PyKota avec toutes les files d'impressions et plusieurs ou tous les\n"
645"utilisateurs. Pour l'instant aucun quota n'est d�ni, aussi les "
646"impressions\n"
647"sont bien d�mpt�, mais non limit�. C'est pourquoi vous voudrez sans\n"
648"doute aussi utiliser edpykota une fois la base de donn� initialis�\n"
649"\n"
650"ligne de commande :\n"
651"\n"
652"  pkturnkey [options] [noms des files d'impression]\n"
653"\n"
654"options :\n"
655"\n"
656"  -v | --version       Affiche le num� de version de pkturnkey et quitte.\n"
657"  -h | --help          Affiche ce message et quitte.\n"
658"  \n"
659"  -c | --doconf        Donne des conseils sur quoi mettre dans pykota.conf\n"
660"  \n"
661"  -d | --dousers       G� aussi les comptes utilisateurs.\n"
662"  \n"
663"  -D | --dogroups      G� aussi les groupes d'utilisateurs.\n"
664"                       Implique -d | --dousers.\n"
665"  \n"
666"  -e | --emptygroups   Inclure m� les groupes vides.\n"
667"  \n"
668"  -f | --force         Modifie la base de donn� plut�ue d'afficher ce\n"
669"                       qui serait fait.\n"
670"                       \n"
671"  -u | --uidmin uid    Ajoute seulement les utilisateurs dont l'uid est\n"
672"                       sup�eur ou �l �a valeur de uid. Vous pouvez\n"
673"                       aussi indiquer un nom d'utilisateur, et sont uid "
674"sera\n"
675"                       utilis�utomatiquement.\n"
676"                       Si non positionn�0 sera utilis�utomatiquement.\n"
677"                       Implique -d | --dousers.\n"
678"                       \n"
679"  -U | --uidmax uid    Ajoute seulement les utilisateurs dont l'uid est\n"
680"                       inf�eur ou �l �a valeur de uid. Vous pouvez\n"
681"                       aussi indiquer un nom d'utilisateur, et sont uid "
682"sera\n"
683"                       utilis�utomatiquement.\n"
684"                       Si non positionn�une grande valeur sera utilis�n"
685"                       automatiquement.\n"
686"                       Implique -d | --dousers.\n"
687"\n"
688"  -g | --gidmin gid    Ajoute seulement les groupes dont le gid est\n"
689"                       sup�eur ou �l �a valeur de gid. Vous pouvez\n"
690"                       aussi indiquer un nom de groupe, et sont gid sera\n"
691"                       utilis�utomatiquement.\n"
692"                       Si non positionn�0 sera utilis�utomatiquement.\n"
693"                       Implique -D | --dogroups.\n"
694"                       \n"
695"  -G | --gidmax gid    Ajoute seulement les groupes dont le gid est\n"
696"                       inf�eur ou �l �a valeur de gid. Vous pouvez\n"
697"                       aussi indiquer un nom de groupe, et sont gid sera\n"
698"                       utilis�utomatiquement.\n"
699"                       Si non positionn�une grande valeur sera utilis�n"
700"                       automatiquement.\n"
701"                       Implique -D | --dogroups.\n"
702"\n"
703"exemples :                              \n"
704"\n"
705"  $ pkturnkey --dousers --uidmin jerome\n"
706"\n"
707"  Ceci va simuler l'initialisation de la base de donn� de PyKota avec\n"
708"  toutes les files d'impression existantes et les comptes d'impression pour\n"
709"  tous les utilisateurs ayant un uid sup�eur ou �l �elui de jerome.\n"
710"  Aucun groupe ne sera cr�\n"
711"  \n"
712"  Pour VRAIMENT initialiser la base de donn� plut�ue de le simuler,\n"
713"  vous voudrez bien utiliser l'option de ligne de commande -f|--force.\n"
714"  \n"
715"  Vous pouvez limiter l'initialisation �n sous ensemble des files\n"
716"  d'impression, en passant leurs noms �a fin de la ligne de commande.\n"
717
718#, python-format
719msgid ""
720"Printer %s is not managed by PyKota yet. Please modify printers.conf and "
721"restart CUPS."
722msgstr ""
723"L'imprimante %s n'est pas encore g�e par PyKota. Veuillez modifier "
724"printers.conf et relancer CUPS."
725
726msgid "You're not allowed to use this command."
727msgstr "Vous n'�s pas autoris�) �tiliser cette commande."
728
729msgid "Please be patient..."
730msgstr "Merci de patienter..."
731
732msgid "Don't worry, the database WILL NOT BE MODIFIED."
733msgstr "Aucune inqui�de, la base de donn� NE SERA PAS MODIFIEE."
734
735msgid "Please WORRY NOW, the database WILL BE MODIFIED."
736msgstr "Merci de vous INQUIETER MAINTENANT, la base de donn� SERA MODIFIEE."
737
738msgid "System users will have a print account as well !"
739msgstr "Les utilisateurs syst� auront �lement un compte d'impression !"
740
741#, python-format
742msgid "Unknown username %s : %s"
743msgstr "Utilisateur %s inconnu : %s"
744
745msgid "System groups will have a print account as well !"
746msgstr "Les groupes syst� auront �lement un compte d'impression !"
747
748#, python-format
749msgid "Unknown groupname %s : %s"
750msgstr "Groupe %s inconnu : %s"
751
752msgid "Simulation terminated."
753msgstr "Simulation termin�"
754
755msgid "Database initialized !"
756msgstr "Base de donn� initialis�!"
757
758msgid "The --uidmin or --uidmax command line option implies --dousers as well."
759msgstr ""
760"L'option de ligne de commande --uidmin ou --uidmax implique aussi --dousers."
761
762msgid ""
763"The --gidmin or --gidmax command line option implies --dogroups as well."
764msgstr ""
765"L'option de ligne de commande --gidmin ou --gidmax implique aussi --dogroups."
766
767msgid "The --dogroups command line option implies --dousers as well."
768msgstr "L'option de ligne de commande --dogroups implique aussi --dousers."
769
770#, python-format
771msgid ""
772"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
773"\n"
774"An OSD quota monitor for PyKota.\n"
775"\n"
776"command line usage :\n"
777"\n"
778"  pykosd [options]\n"
779"\n"
780"options :\n"
781"\n"
782"  -v | --version       Prints pykosd's version number then exits.\n"
783"  -h | --help          Prints this message then exits.\n"
784"  \n"
785"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
786"                       triplet, for example #FF0000 is 100%% red.\n"
787"                       Defaults to 100%% green (#00FF00).\n"
788"                       \n"
789"  -d | --duration d    Sets the duration of the display in seconds. \n"
790"                       Defaults to 3 seconds.\n"
791"                       \n"
792"  -f | --font f        Sets the font to use for "
793"display.                      \n"
794"                       Defaults to the Python OSD library's default.\n"
795"  \n"
796"  -l | --loop n        Sets the number of times the info will be displayed.\n"
797"                       Defaults to 0, which means loop forever.\n"
798"                       \n"
799"  -s | --sleep s       Sets the sleeping duration between two displays \n"
800"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
801"                       \n"
802"  \n"
803"examples :                              \n"
804"\n"
805"  $ pykosd -s 60 --loop 5\n"
806"  \n"
807"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
808"  and will last for 3 seconds (the default) each time. After five\n"
809"  iterations, the program will exit.\n"
810msgstr ""
811"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
812"\n"
813"Un afficheur OSD de quota d'impression pour PyKota.\n"
814"\n"
815"ligne de commande :\n"
816"\n"
817"  pykosd [options]\n"
818"\n"
819"options :\n"
820"\n"
821"  -v | --version       Affiche la version de pykosd et quitte.\n"
822"  -h | --help          Affiche ce message et quitte.\n"
823"  \n"
824"  -c | --color #rrggbb Fixe la couleur �tiliser pour l'affichage �n\n"
825"                       triplet hexadecimal, par exemple #FF0000 est 100%%\n"
826"                       de rouge.\n"
827"                       La valeur par d�ut est 100%% de vert (#00FF00).\n"
828"                       \n"
829"  -d | --duration d    Fixe la dur�de l'affichage en secondes. \n"
830"                       La valeur par d�ut est de 3 secondes.\n"
831"                       \n"
832"  -f | --font f        Fixe la police de caract�s �tiliser pour\n"
833"                       l'affichage.\n"
834"                       La valeur par d�ut est celle de la librairie\n"
835"                       Python OSD.\n"
836"                       \n"
837"  -l | --loop n        Fixe le nombre de fois o�nformation sera "
838"affich�\n"
839"                       La valeur par d�ut est 0, qui indique un nombre\n"
840"                       d'affichages infini.\n"
841"                       \n"
842"  -s | --sleep s       Fixe la dur�en secondes de sommeil entre deux\n"
843"                       affichages. La valeur par d�ut est 180 (3 "
844"minutes).\n"
845"\n"
846"\n"
847"exemples :\n"
848"\n"
849"  $ pykosd -s 60 --loop 5\n"
850"  \n"
851"  Lance pykosd. L'affichage sera rafra�it toutes les 60 secondes,\n"
852"  et persistera pendant 3 secondes (la valeur par d�ut) �haque fois.\n"
853"  Apr�5 it�tions, le programme se terminera.\n"
854
855#, python-format
856msgid "Invalid duration option %s"
857msgstr "Option duration %s invalide"
858
859#, python-format
860msgid "Invalid loop option %s"
861msgstr "Option loop %s invalide"
862
863#, python-format
864msgid "Invalid sleep option %s"
865msgstr "Option sleep %s invalide"
866
867#, python-format
868msgid "Invalid color option %s"
869msgstr "Option color %s invalide"
870
871#, python-format
872msgid "User %s doesn't exist in PyKota's database"
873msgstr "L'utilisateur %s n'existe pas dans la base PyKota"
874
875#, python-format
876msgid "Pages used on %s : %s"
877msgstr "Pages utilis� sur %s : %s"
878
879#, python-format
880msgid "PyKota Units left : %.2f"
881msgstr "Unites PyKota restantes : %.2f"
882
883msgid "Printing denied."
884msgstr "Impression interdite."
885
886msgid "Printing not limited."
887msgstr "Impression illimit�"
888
889msgid "Printing not limited, no accounting."
890msgstr "Impression illimit� aucun d�mpte."
891
892#, python-format
893msgid ""
894"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
895"\n"
896"Generates print quota reports.\n"
897"\n"
898"command line usage :\n"
899"\n"
900"  repykota [options] \n"
901"\n"
902"options :\n"
903"\n"
904"  -v | --version       Prints repykota's version number then exits.\n"
905"  -h | --help          Prints this message then exits.\n"
906"  \n"
907"  -u | --users         Generates a report on users quota, this is \n"
908"                       the default.\n"
909"  \n"
910"  -g | --groups        Generates a report on group quota instead of users.\n"
911"  \n"
912"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n"
913"                              groups. Reserved to PyKota Administrators.\n"
914"  \n"
915"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
916"                       use wildcards characters to select only\n"
917"                       some printers. The default value is *, meaning\n"
918"                       all printers.\n"
919"                       You can specify several names or wildcards, \n"
920"                       by separating them with commas.\n"
921"  \n"
922"examples :                              \n"
923"\n"
924"  $ repykota --printer lp\n"
925"  \n"
926"  This will print the quota status for all users who use the lp printer.\n"
927"\n"
928"  $ repykota \n"
929"  \n"
930"  This will print the quota status for all users on all printers.\n"
931"  \n"
932"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
933"  \n"
934"  This will print the quota status for user jerome and all users\n"
935"  whose name begins with \"jo\" on all printers which name begins\n"
936"  with \"laser\" or ends with \"pson\".\n"
937"  \n"
938"  If launched by an user who is not a PyKota administrator, additionnal\n"
939"  arguments representing users or groups names are ignored, and only the\n"
940"  current user/group is reported.\n"
941msgstr ""
942"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
943"\n"
944"G�re des rapports de quotas d'impression.\n"
945"\n"
946"ligne de commande :\n"
947"\n"
948"  repykota [options] \n"
949"\n"
950"options :\n"
951"\n"
952"  -v | --version       Affiche la version de repykota et quitte.\n"
953"  -h | --help          Affiche ce message et quitte.\n"
954"  \n"
955"  -u | --users         G�re un rapport sur les quotas des utilisateurs,\n"
956"                       c'est la valeur par d�ut.\n"
957"  \n"
958"  -g | --groups        G�re un rapport sur les quotas de groupes plut�"
959"                       que sur ceux des utilisateurs.\n"
960"  \n"
961"  -i | --ingroups g1[,g2...]  Liste seulement les utilisateurs membres de "
962"ces\n"
963"                              groupes. Reserv�ux Administrateurs PyKota\n"
964"  \n"
965"  -P | --printer p     Renvoie les quotas pour cette imprimante seulement.\n"
966"                       En fait p peut contenir des caract�s jokers pour\n"
967"                       s�ctionner certaines imprimantes seulement.\n"
968"                       La valeur par d�ut est *, qui signifie de v�fier\n"
969"                       les quotas sur toutes les imprimantes.\n"
970"                       Vous pouvez pr�ser plusieurs noms ou jokers,\n"
971"                       en les s�rant avec des virgules.\n"
972"\n"
973"exemples :                              \n"
974"\n"
975"  $ repykota --printer lp\n"
976"  \n"
977"  Ceci va afficher un rapport de quotas pour tous les utilisateurs de\n"
978"  l'imprimante lp.\n"
979"\n"
980"  $ repykota \n"
981"  \n"
982"  Ceci va afficher un rapport pour tous les utilisateurs sur toutes les\n"
983"  imprimantes.\n"
984"  \n"
985"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
986"  \n"
987"  Ceci va afficher un rapport pour l'utilisateur jerome et tous les\n"
988"  utilisateurs dont le nom commence par \"jo\" sur toutes les imprimantes\n"
989"  dont le nom commence par \"laser\" ou se termine par \"pson\".\n"
990"  \n"
991"  Si cette commande est lanc�par un utilisateur qui n'est pas un\n"
992"  administrateur PyKota, les arguments additionnels repr�ntant des noms\n"
993"  d'utilisateurs ou de groupes sont ignor� et un rapport traitant "
994"seulement\n"
995"  de l'utilisateur ou du groupe courant est g�r�n"
996
997msgid "Option --ingroups is reserved to PyKota Administrators."
998msgstr "L'option --ingroupes est r�rv�aux Administrateurs de PyKota."
999
1000#, python-format
1001msgid "There's no printer matching %s"
1002msgstr "Aucune imprimante ne correspond �s"
1003
1004#, python-format
1005msgid "SIGTERM received, job %s cancelled."
1006msgstr "SIGTERM re� travail d'impression %s annul�
1007
1008msgid "You are not allowed to print at this time."
1009msgstr "Vous n'avez pas le droit d'imprimer pour l'instant."
1010
1011msgid "Print job cancelled."
1012msgstr "Travail d'impression annul�
1013
1014#, python-format
1015msgid "Banner generator %s exit code is %s"
1016msgstr "Le code de sortie du g�rateur de banni�s %s est %s"
1017
1018msgid "Banner won't be printed : maximum number of deny banners reached."
1019msgstr ""
1020"La banni� ne sera pas imprim�: compteur maximum de banni�s rejet� "
1021"atteint."
1022
1023#, python-format
1024msgid "Beware : computed job size (%s) != precomputed job size (%s)"
1025msgstr ""
1026"Attention : taille calcul�du travail d'impression (%s) != taille "
1027"pr�lcul�du travail d'impression (%s)"
1028
1029msgid ""
1030"The job size will be trusted anyway according to the 'trustjobsize' directive"
1031msgstr ""
1032"La taille du travail d'impression sera utilis�quand m�, en accord avec "
1033"la directive 'trustjobsize'"
1034
1035#, python-format
1036msgid ""
1037"The job size will be trusted because it is inferior to the 'trustjobsize' "
1038"directive's limit %s"
1039msgstr ""
1040"La taille du travail d'impression sera utilis�car elle est inf�eure �a "
1041"limite %s de la directive 'trustjobsize'"
1042
1043#, python-format
1044msgid ""
1045"The job size will be modified according to the 'trustjobsize' directive : %s"
1046msgstr ""
1047"La taille du travail d'impression sera modifi�en accord avec la directive "
1048"'trustjobsize' : %s"
1049
1050#, python-format
1051msgid ""
1052"Printer %s not registered in the PyKota system, applying external policy (%"
1053"s) for printer %s"
1054msgstr ""
1055"Imprimante %s non enregistr�dans le syst� PyKota, action externe (%s) "
1056"appliqu�sur l'imprimante %s"
1057
1058#, python-format
1059msgid ""
1060"User %s not registered in the PyKota system, applying external policy (%s) "
1061"for printer %s"
1062msgstr ""
1063"Utilisateur %s non enregistr�ans le syst� PyKota, application de "
1064"l'action externe (%s) sur l'imprimante %s"
1065
1066#, python-format
1067msgid ""
1068"User %s doesn't have quota on printer %s in the PyKota system, applying "
1069"external policy (%s) for printer %s"
1070msgstr ""
1071"L'utilisateur %s n'a pas de quota sur l'imprimante %s dans le syst� "
1072"PyKota, application de l'action externe (%s) sur l'imprimante %s"
1073
1074#, python-format
1075msgid ""
1076"External policy %s for printer %s produced an error. Job rejected. Please "
1077"check PyKota's configuration files."
1078msgstr ""
1079"L'action externe %s sur l'imprimante %s a produit une erreur. Job rejet�"
1080"Merci de v�fier les fichiers de configuration de PyKota."
1081
1082#, python-format
1083msgid ""
1084"Printer %s not registered in the PyKota system, applying default policy (%s)"
1085msgstr ""
1086"Imprimante %s non enregistr�dans le syst� PyKota, application de "
1087"l'action par d�ut (%s) "
1088
1089#, python-format
1090msgid ""
1091"User %s not registered in the PyKota system, applying default policy (%s) "
1092"for printer %s"
1093msgstr ""
1094"Utilisateur %s non enregistr�ans le syst� PyKota, application de "
1095"l'action par d�ut (%s) sur l'imprimante %s"
1096
1097#, python-format
1098msgid ""
1099"User %s doesn't have quota on printer %s in the PyKota system, applying "
1100"default policy (%s)"
1101msgstr ""
1102"Utilisateur %s n'a aucun quota sur l'imprimante %s dans le syst� PyKota, "
1103"application de l'action par d�ut (%s)"
1104
1105#, python-format
1106msgid ""
1107"Printer %s still not registered in the PyKota system, job will be rejected"
1108msgstr ""
1109"L'imprimante %s n'est toujours pas enregistr�dans le syst� PyKota, le "
1110"travail d'impression sera rejet�
1111#, python-format
1112msgid ""
1113"User %s still not registered in the PyKota system, job will be rejected on "
1114"printer %s"
1115msgstr ""
1116"L'utilisateur %s n'est toujours pas enregistr�ans le syst� PyKota, le "
1117"travail d'impression sera rejet�e l'imprimante %s"
1118
1119#, python-format
1120msgid ""
1121"User %s still doesn't have quota on printer %s in the PyKota system, job "
1122"will be rejected"
1123msgstr ""
1124"L'utilisateur %s n'a toujours pas de quota sur l'imprimante %s dans le "
1125"syst� PyKota, le travail d'impression sera rejet�
1126msgid "Job is a dupe"
1127msgstr "Ce travail d'impression est un doublon"
1128
1129msgid "Printing is denied by configuration"
1130msgstr "Impression interdite par la configuration"
1131
1132#, python-format
1133msgid "Duplicate print jobs are not allowed on printer %s."
1134msgstr ""
1135"Les travaux d'impression en double ne sont pas autoris�sur l'imprimante %s."
1136
1137msgid "Subprocess denied printing of a dupe"
1138msgstr "Un sous-processus a interdit l'impression d'un travail en double"
1139
1140#, python-format
1141msgid "Duplicate print jobs are not allowed on printer %s at this time."
1142msgstr ""
1143"Les travaux d'impression en double ne sont pas autoris�sur l'imprimante %s "
1144"pour l'instant."
1145
1146msgid "Subprocess allowed printing of a dupe"
1147msgstr "Un sous-processus a autoris�'impression d'un travail en double"
1148
1149#, python-format
1150msgid ""
1151"\n"
1152"\n"
1153"Your system administrator :\n"
1154"\n"
1155"\t%s - <%s>\n"
1156msgstr ""
1157"\n"
1158"\n"
1159"Votre administrateur syst� :\n"
1160"\n"
1161"\t%s - <%s>\n"
1162
1163#, python-format
1164msgid "Impossible to connect to SMTP server : %s"
1165msgstr "Impossible de se connecter au serveur SMTP : %s"
1166
1167msgid "Print Quota"
1168msgstr "Quota d'Impression"
1169
1170#, python-format
1171msgid "Impossible to send mail to %s, error %s : %s"
1172msgstr "Impossible d'envoyer un message �s, erreur %s : %s"
1173
1174msgid "Job contains no data. Printing is denied."
1175msgstr ""
1176"Le travail d'impression ne contient aucune donn� L'impression est rejet�"
1177
1178msgid "Error in external policy script. Printing is denied."
1179msgstr "Erreur dans le script de r�e externe. Impression interdite."
1180
1181#, python-format
1182msgid ""
1183"Still no print quota entry for user %s on printer %s after external policy. "
1184"Printing is denied."
1185msgstr ""
1186"Toujours pas d'entr�de quota d'impression pour l'utilisateur %s sur "
1187"l'imprimante %s apr�la r�e externe. Impression interdite."
1188
1189msgid "Printing is denied by printer policy."
1190msgstr "Impression interdite par la r�e de l'imprimante."
1191
1192msgid "Job allowed by printer policy. No accounting will be done."
1193msgstr ""
1194"Travail autoris�ar la r�e de cette imprimante. Aucun d�mpte ne sera "
1195"effectu�
1196
1197#, python-format
1198msgid "Invalid policy %s for printer %s"
1199msgstr "Option policy %s invalide pour l'imprimante %s"
1200
1201#, python-format
1202msgid "Precomputed job size (%s pages) too large for printer %s."
1203msgstr "Taille pr�lcul�(%s pages) trop grosse pour l'imprimante %s."
1204
1205#, python-format
1206msgid "You are not allowed to print so many pages on printer %s at this time."
1207msgstr ""
1208"Vous n'avez pas le droit d'imprimer autant de pages sur l'imprimante %s pour "
1209"l'instant."
1210
1211#, python-format
1212msgid "User %s is not allowed to print at this time."
1213msgstr "L'utilisateur %s n'a pas le droit d'imprimer pour l'instant."
1214
1215msgid "Your account settings forbid you to print at this time."
1216msgstr ""
1217"La configuration de votre compte vous interdit d'imprimer pour l'instant."
1218
1219#, python-format
1220msgid "Print Quota exceeded for user %s on printer %s"
1221msgstr ""
1222"D�ssement de Quota d'Impression pour l'utilisateur %s sur l'imprimante %s"
1223
1224#, python-format
1225msgid "Print Quota low for user %s on printer %s"
1226msgstr "Quota d'Impression faible pour l'utilisateur %s sur l'imprimante %s"
1227
1228msgid "Job denied, no accounting will be done."
1229msgstr "Travail rejet�aucun d�mpte ne sera effectu�
1230
1231msgid "Job cancelled, no accounting will be done."
1232msgstr "Travail annul�aucun d�mpte ne sera effectu�
1233
1234msgid "Job accounting begins."
1235msgstr "D�t du d�mpte pour le travail d'impression."
1236
1237msgid "Job denied, no accounting has been done."
1238msgstr "Travail rejet�aucun d�mpte n'a � effectu�
1239
1240msgid "Job cancelled, no accounting has been done."
1241msgstr "Travail annul�aucun d�mpte n'a � effectu�
1242
1243msgid "Job accounting ends."
1244msgstr "Fin du d�mpte pour le travail d'impression."
1245
1246msgid ""
1247"Job size forced to 0 because the real CUPS backend failed. No accounting "
1248"will be done."
1249msgstr ""
1250"Taille du travail forc�� car le vrai backend CUPS a failli. Aucun "
1251"d�mpte ne sera effectu�
1252
1253msgid "The real CUPS backend failed, but the job will be accounted for anyway."
1254msgstr ""
1255"Le vrai backend CUPS a failli, mais le travail sera d�mpt�uand m�."
1256
1257msgid "Job size forced to 0 because printing is denied."
1258msgstr ""
1259"Taille du travail d'impression forc�� car l'impression est rejet�"
1260
1261msgid "Job size forced to 0 because printing was cancelled."
1262msgstr "Taille du travail forc�� car l'impression a � annul�"
1263
1264#, python-format
1265msgid "Job size : %i"
1266msgstr "Taille du travail d'impression : %i"
1267
1268#, python-format
1269msgid "User %s's quota on printer %s won't be modified"
1270msgstr "Le quota de l'utilisateur %s sur l'imprimante %s ne sera pas modifi�
1271#, python-format
1272msgid "Updating user %s's quota on printer %s"
1273msgstr "Mise �our du quota de l'utilisateur %s sur l'imprimante %s"
1274
1275msgid "Job added to history."
1276msgstr "Travail d'impression ajout� l'historique."
1277
1278#, python-format
1279msgid "Billing code %s was updated."
1280msgstr "Le code de facturation %s a � modifi�
1281
1282#, python-format
1283msgid "Incorrect value for the 'onbackenderror' directive in section [%s]"
1284msgstr ""
1285"Valeur incorrecte pour la directive 'onbackenderror' dans la section [%s]"
1286
1287#, python-format
1288msgid "The real backend produced an error, we will try again in %s seconds."
1289msgstr ""
1290"Le vrai backend a produit une erreur, nous r�saierons dans %s secondes."
1291
1292#, python-format
1293msgid "Job %s interrupted by the administrator !"
1294msgstr "Travail %s interrompu par l'administrateur !"
1295
1296#, python-format
1297msgid ""
1298"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1299"\n"
1300"A billing codes Manager for PyKota.\n"
1301"\n"
1302"command line usage :\n"
1303"\n"
1304"  pkbcodes [options] code1 code2 code3 ... codeN\n"
1305"\n"
1306"options :\n"
1307"\n"
1308"  -v | --version       Prints pkbcodes version number then exits.\n"
1309"  -h | --help          Prints this message then exits.\n"
1310"  \n"
1311"  -a | --add           Adds billing codes if they don't exist in PyKota's\n"
1312"                       database. If they exist, they are modified\n"
1313"                       unless -s|--skipexisting is also used.\n"
1314"\n"
1315"  -d | --delete        Deletes billing codes from PyKota's database.\n"
1316"                       NB : the history entries with this billing code\n"
1317"                       are not deleted, voluntarily.\n"
1318"\n"
1319"  -D | --description d Adds a textual description to billing codes.\n"
1320"\n"
1321"  -l | --list          List informations about the billing codes.\n"
1322"\n"
1323"  -r | --reset         Resets the billing codes' balance and page counters\n"
1324"                       to 0.\n"
1325"\n"
1326"  -s | --skipexisting  In combination with the --add option above, tells\n"
1327"                       pkbcodes to not modify existing billing codes.\n"
1328"\n"
1329"  code1 through codeN can contain wildcards if the --add option\n"
1330"  is not set.\n"
1331"\n"
1332"examples :                              \n"
1333"\n"
1334"  $ pkbcodes --add -D \"My project\" myproj\n"
1335"\n"
1336"  Will create the myproj billing code with \"My project\"\n"
1337"  as the description.\n"
1338"\n"
1339"  $ pkbcodes --delete \"*\"\n"
1340"\n"
1341"  This will completely delete all the billing codes, but without\n"
1342"  removing any matching job from the history. USE WITH CARE ANYWAY !\n"
1343"  \n"
1344"  $ pkbcodes --list \"my*\"\n"
1345"  \n"
1346"  This will list all billing codes which name begins with 'my'.\n"
1347msgstr ""
1348"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1349"\n"
1350"Un gestionnaire de codes de facturation pour PyKota.\n"
1351"\n"
1352"ligne de commande :\n"
1353"\n"
1354"  pkbcodes [options] code1 code2 code3 ... codeN\n"
1355"\n"
1356"options :\n"
1357"\n"
1358"  -v | --version       Affiche le num� de version de pkbcodes et quitte.\n"
1359"  -h | --help          Affiche ce message et quitte.\n"
1360"  \n"
1361"  -a | --add           Ajoute les codes de facturations s'ils n'existent "
1362"pas\n"
1363"                       d� dans la base de donn� de PyKota.\n"
1364"                       S'ils existent d�, ils sont modifi�sauf si vous\n"
1365"                       utilisez aussi -s|--skipexisting.\n"
1366"\n"
1367"  -d | --delete        Efface les codes de facturation de la base de "
1368"donn�\n"
1369"                       de PyKota.\n"
1370"                       NB : les entr� de l'historique correspondant �es\n"
1371"                       codes de facturation ne sont volontairement pas\n"
1372"                       effac�.\n"
1373"\n"
1374"  -D | --description d Ajoute un texte descriptif �n code de facturation.\n"
1375"\n"
1376"  -l | --list          Liste les informations sur les codes de facturation.\n"
1377"\n"
1378"  -r | --reset         R�itialise � le solde et le compteur de pages "
1379"des\n"
1380"                       codes de facturation.\n"
1381"\n"
1382"  -s | --skipexisting  Combin� l'option --add ci-dessus, indique �
1383"pkbcodes\n"
1384"                       de ne pas modifier les codes de facturation "
1385"existants.\n"
1386"\n"
1387"  Les codes de facturation peuvent contenir des caract�s jokers si "
1388"l'option\n"
1389"  --add n'est pas utilis�\n"
1390"\n"
1391"exemples :                              \n"
1392"\n"
1393"  $ pkbcodes --add -D \"Mon projet\" monproj\n"
1394"\n"
1395"  Va cr� le code de facturation monproj avec \"Mon projet\"\n"
1396"  comme descriptif.\n"
1397"\n"
1398"  $ pkbcodes --delete \"*\"\n"
1399"\n"
1400"  Ceci va compl�ment effacer tous les codes de facturation, mais sans\n"
1401"  effacer aucune entr�de l'historique. UTILISEZ QUAND MEME AVEC "
1402"PARCIMONIE !\n"
1403"  \n"
1404"  $ pkbcodes --list \"mo*\"\n"
1405"  \n"
1406"  Ceci va lister tous les codes de facturation dont le nom commence par "
1407"'mo'.\n"
1408
1409#, python-format
1410msgid "There's no billingcode matching %s"
1411msgstr "Aucun code de facturation correspondant �s"
1412
1413msgid "pages"
1414msgstr "pages"
1415
1416msgid "and"
1417msgstr "et"
1418
1419msgid "credits"
1420msgstr "cr�ts"
1421
1422#, python-format
1423msgid "Billing code [%s] already exists, skipping."
1424msgstr "Le code de facturation [%s] existe d� et sera ignor�
1425
1426#, python-format
1427msgid "Billing code [%s] already exists, will be modified."
1428msgstr "Le code de facturation [%s] existe d� et sera modifi�
1429
1430msgid "You have to pass billing codes on the command line"
1431msgstr "Vous devez indiquer des codes de facturation sur la ligne de commande"
1432
1433#, python-format
1434msgid ""
1435"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1436"\n"
1437"Notifies or ask questions to end users who launched the PyKotIcon "
1438"application.\n"
1439"\n"
1440"command line usage :\n"
1441"\n"
1442"  pknotify  [options]  [arguments]\n"
1443"\n"
1444"options :\n"
1445"\n"
1446"  -v | --version             Prints pknotify's version number then exits.\n"
1447"  -h | --help                Prints this message then exits.\n"
1448"  \n"
1449"  -d | --destination h[:p]   Sets the destination hostname and optional\n"
1450"                             port onto which contact the remote PyKotIcon\n"
1451"                             application. This option is mandatory.\n"
1452"                             When not specified, the port defaults to 7654.\n"
1453"                             \n"
1454"  -a | --ask                 Tells pknotify to ask something to the end\n"
1455"                             user. Then pknotify will output the result.\n"
1456"                       \n"
1457"  -C | --checkauth           When --ask is used and both an 'username' and "
1458"a\n"
1459"                             'password' are asked to the end user, then\n"
1460"                             pknotify will try to authenticate the user\n"
1461"                             through PAM. If authentified, this program\n"
1462"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n"
1463"                             If a field is missing, \"AUTH=IMPOSSIBLE\" "
1464"will\n"
1465"                             be printed. If the user is authenticated, then\n"
1466"                             \"USERNAME=xxxx\" will be printed as well.\n"
1467"                             \n"
1468"  -c | --confirm             Tells pknotify to ask for either a "
1469"confirmation                       \n"
1470"                             or abortion.\n"
1471"                             \n"
1472"  -D | --denyafter N         With --checkauth above, makes pknotify "
1473"loop                           \n"
1474"                             up to N times if the password is incorrect.\n"
1475"                             After having reached the limit, \"DENY\" will\n"
1476"                             be printed, which effectively rejects the job.\n"
1477"                             The default value of N is 1, meaning the job\n"
1478"                             is denied after the first unsuccessful try.\n"
1479"                             \n"
1480"  -n | --notify              Tells pknotify to send an informational "
1481"message\n"
1482"                             to the end user.\n"
1483"                             \n"
1484"  -q | --quit                Tells pknotify to send a message asking the\n"
1485"                             PyKotIcon application to exit. This option can\n"
1486"                             be combined with the other ones to make "
1487"PyKotIcon\n"
1488"                             exit after having sent the answer from the "
1489"dialog.\n"
1490"                             \n"
1491"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1492"if\n"
1493"                             it comes past T seconds after the dialog box "
1494"being\n"
1495"                             opened. The default value is 0 seconds, which \n"
1496"                             tells pknotify to wait indefinitely.\n"
1497"                             Use this option to avoid having an user who\n"
1498"                             leaved his computer stall a whole print queue.\n"
1499"                             \n"
1500"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1501"\n"
1502"  arguments :             \n"
1503"  \n"
1504"    -a | --ask : Several arguments are accepted, of the form\n"
1505"                 \"label:varname:defaultvalue\". The result will\n"
1506"                 be printed to stdout in the following format :\n"
1507"                 VAR1NAME=VAR1VALUE\n"
1508"                 VAR2NAME=VAR2VALUE\n"
1509"                 ...\n"
1510"                 If the dialog was cancelled, nothing will be\n"
1511"                 printed. If one of the varname is 'password'\n"
1512"                 then this field is asked as a password (you won't\n"
1513"                 see what you type in), and is NOT printed. Although\n"
1514"                 it is not printed, it will be used to check if\n"
1515"                 authentication is valid if you specify --checkauth.\n"
1516"                 \n"
1517"    -c | --confirm : A single argument is expected, representing the\n"
1518"                     message to display. If the dialog is confirmed\n"
1519"                     then pknotify will print OK, else CANCEL.\n"
1520"                     \n"
1521"    -n | --notify : A single argument is expected, representing "
1522"the                 \n"
1523"                    message to display. In this case pknotify will\n"
1524"                    always print OK.\n"
1525"                    \n"
1526"examples :                    \n"
1527"\n"
1528"  pknotify -d client:7654 --confirm \"This job costs :\n"
1529"10 credits !\"\n"
1530"  \n"
1531"  Would display the cost of a print job and asks for confirmation.\n"
1532"  \n"
1533"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1534"           --checkauth --ask \"Your name:username:\" \"Your password:"
1535"password:\"\n"
1536"           \n"
1537"  Asks an username and password, and checks if they are valid.         \n"
1538"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1539"  only set if you launch pknotify from cupspykota through a directive\n"
1540"  in ~pykota/pykota.conf\n"
1541"  \n"
1542"  The TCP port you'll use must be reachable on the client from the\n"
1543"  print server.\n"
1544msgstr ""
1545"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1546"\n"
1547"Notifie ou pose des questions aux utilisateurs finaux qui ont lanc�
1548"l'application PyKotIcon.\n"
1549"\n"
1550"ligne de commande :\n"
1551"\n"
1552"  pknotify  [options]  [arguments]\n"
1553"\n"
1554"options :\n"
1555"\n"
1556"  -v | --version             Affiche le num� de version de pknotify et "
1557"quitte.\n"
1558"  -h | --help                Affiche ce message et quitte.\n"
1559"  \n"
1560"  -d | --destination h[:p]   Indique l'h�destination et le port optionel\n"
1561"                             sur lesquels contacter l'application distante\n"
1562"                             PyKotIcon. Cette option est obligatoire.\n"
1563"                             S'il n'est pas sp�fi�le port par d�ut\n"
1564"                             est 7654.\n"
1565"                             \n"
1566"  -a | --ask                 Indique �knotify de demander quelque chose �"
1567"                             l'utilisateur distant. Ensuite pknotify va\n"
1568"                             afficher le r�ltat.\n"
1569"\n"
1570"  -C | --checkauth           Quand --ask est utilis�t qu'�a fois un\n"
1571"                             champ 'username' et un champ 'password' sont\n"
1572"                             demand��'utilisateur final, alors pkotify\n"
1573"                             tentera d'authentifier l'utilisateur avec\n"
1574"                             PAM. Si l'authentification r�sit, ce "
1575"programme\n"
1576"                             affichera \"AUTH=YES\", sinon \"AUTH=NO\".\n"
1577"                             Si un champ manque, \"AUTH=IMPOSSIBLE\" sera\n"
1578"                             affich�Si l'utilisateur est authentifi�"
1579"alors\n"
1580"                             \"USERNAME=xxxx\" sera �lement affich�n"
1581"                             \n"
1582"  -c | --confirm             Indique �knotify de demander si "
1583"l'utilisateur\n"
1584"                             veut confirmer ou annuler.\n"
1585"                             \n"
1586"  -D | --denyafter N         Avec l'option --checkauth ci-dessus, indique �"
1587"                             pknotify de faire jusqu'� tentatives tant "
1588"que\n"
1589"                             le mot de passe est incorrect.\n"
1590"                             Apr�avoir atteint la limite, \"DENY\" sera\n"
1591"                             affich�ce qui rejettera en fait le travail.\n"
1592"                             La valeur par d�ut de N est 1, qui indique\n"
1593"                             que le travail sera rejet��la premi�\n"
1594"                             tentative infructueuse.\n"
1595"\n"
1596"  -n | --notify              Indique �knotify d'envoyer un message\n"
1597"                             d'information �'utilisateur final.\n"
1598"                             \n"
1599"  -q | --quit                Indique �knotify d'envoyer un message "
1600"demandant\n"
1601"                             �'application PyKotIcon de quitter. Cette "
1602"option\n"
1603"                             peut �e combin�avec les autres pour faire "
1604"en\n"
1605"                             sort que PyKotIcon quitte apr�avoir renvoy�
1606"la\n"
1607"                             r�nse de la boite de dialogue.\n"
1608"                             \n"
1609"  -t | --timeout T           Indique �knotify d'ignorer la r�nse venant "
1610"de\n"
1611"                             l'utilisateur s'il a mis plus de T secondes �"
1612"                             r�ndre apr�que la boite de dialogue ait "
1613"�\n"
1614"                             ouverte. La valeur par d�ut est 0 seconde, "
1615"qui\n"
1616"                             indique �knotify d'attendre ind�niment.\n"
1617"                             Utilisez cette option pour �ter qu'un\n"
1618"                             utilisateur qui a quitt�on ordinateur ne\n"
1619"                             bloque inutilement la file d'impression.\n"
1620"                             \n"
1621"  Vous DEVEZ sp�fier soit --ask, --confirm, --notify ou --quit.\n"
1622"\n"
1623"  arguments :             \n"
1624"  \n"
1625"    -a | --ask : Plusieurs arguments sont accept� de la forme\n"
1626"                 \"label:varname:defaultvalue\". Le r�ltat sera\n"
1627"                 envoy�ur stdout dans le format suivant :\n"
1628"                 NOMVARIABLE1=VALEURVARIABLE1\n"
1629"                 NOMVARIABLE2=VALEURVARIABLE2\n"
1630"                 ...\n"
1631"                 Si le dialogue �t�nnul�rien ne sera affich�n"
1632"                 Si l'un des noms de variables est 'password'\n"
1633"                 alors ce champ sera saisi comme un mot de passe (vous ne\n"
1634"                 verrez pas ce que vous tapez), et il NE SERA PAS affich�n"
1635"                 Bien qu'il ne soit pas affich�il sera utilis�our\n"
1636"                 v�fier si l'authentification est valide si vous avez\n"
1637"                 utilis�-checkauth.\n"
1638"                 \n"
1639"    -c | --confirm : Un unique argument est attendu, qui repr�nte le\n"
1640"                     message �fficher. Si le dialogue est confirm�"
1641"                     alors pknotify affichera OK, sinon CANCEL.\n"
1642"                     \n"
1643"    -n | --notify : Un unique argument est attendu, qui repr�nte le\n"
1644"                    message �fficher. Dans ce cas pknotify affichera\n"
1645"                    toujours OK.\n"
1646"                    \n"
1647"exemples :                    \n"
1648"\n"
1649"  pknotify -d client:7654 --confirm \"Ce job co�\n"
1650"10 cr�ts !\"\n"
1651"  \n"
1652"  Affichera le co� travail et demandera une confirmation.\n"
1653"  \n"
1654"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1655"           --checkauth --ask \"Votre nom:username:\" \"Votre mot de passe:"
1656"password:\"\n"
1657"           \n"
1658"  Demandera un nom d'utilisateur et un mot de passe, et v�fiera s'ils "
1659"sont\n"
1660"  valides.\n"
1661"  NB : La variable d'environnement PYKOTAJOBORIGINATINGHOSTNAME est\n"
1662"  seulement positionn�lorsque vous lancez pknotify depuis cupspykota\n"
1663"  gr� �ne directive de ~pykota/pykota.conf\n"
1664"  \n"
1665"  Le port TCP que vous utiliserez doit �e ouvert sur le client et "
1666"joignable\n"
1667"  depuis le serveur d'impression.\n"
1668
1669msgid "You MUST install PyPAM for this functionnality to work !"
1670msgstr "Vous DEVEZ installer PyPAM pour que cette fonctionnalit�arche !"
1671
1672#, python-format
1673msgid "Authentication error for user %s : %s"
1674msgstr "Erreur d'authentification pour l'utilisateur %s : %s"
1675
1676#, python-format
1677msgid "Internal error : can't authenticate user %s"
1678msgstr "Erreur interne : ne peut authentifier l'utilisateur %s"
1679
1680#, python-format
1681msgid "Password correct for user %s"
1682msgstr "Mot de passe correct pour l'utilisateur %s"
1683
1684#, python-format
1685msgid ""
1686"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1687"cancelled."
1688msgstr ""
1689"L'utilisateur final �s:%s n'a pas r�ndu dans les %i secondes. Le travail "
1690"d'impression sera annul�
1691
1692msgid "Connection error"
1693msgstr "Erreur de connexion"
1694
1695msgid "some options are mandatory, see help."
1696msgstr "certaines options sont obligatoires, voir l'aide."
1697
1698msgid "some options require arguments, see help."
1699msgstr "certaines options n�ssitent un argument, voir l'aide."
1700
1701#, python-format
1702msgid ""
1703"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1704"\n"
1705"An Users and Groups Manager for PyKota.\n"
1706"\n"
1707"command line usage :\n"
1708"\n"
1709"  pkusers [options] user1 user2 user3 ... userN\n"
1710"  \n"
1711"or :  \n"
1712"\n"
1713"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1714"\n"
1715"options :\n"
1716"\n"
1717"  -v | --version       Prints pkusers's version number then exits.\n"
1718"  -h | --help          Prints this message then exits.\n"
1719"  \n"
1720"  -a | --add           Adds users if they don't exist on the database.\n"
1721"                       If they exist, they are modified unless\n"
1722"                       -s|--skipexisting is also used.\n"
1723"                       \n"
1724"  -d | --delete        Deletes users from the quota storage.\n"
1725"  \n"
1726"  -D | --description d Adds a textual description to users or groups.\n"
1727"                       \n"
1728"  -g | --groups        Edit users groups instead of users.\n"
1729"                          \n"
1730"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1731"                       when computing the cost of a print job. Positive or \n"
1732"                       negative floating point values are allowed,\n"
1733"                       this allows you to do some really creative\n"
1734"                       things like giving money to an user whenever\n"
1735"                       he prints. The number of pages in a print job\n"
1736"                       is not modified by this coefficient, only the\n"
1737"                       cost of the job for a particular user.\n"
1738"                       Only users have such a coefficient.\n"
1739"  \n"
1740"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1741"                              listed, separated by commas. The groups\n"
1742"                              must already exist in the Quota Storage.\n"
1743"                       \n"
1744"  -L | --list          Lists users or groups.\n"
1745"  \n"
1746"  -l | --limitby l     Choose if the user/group is limited in "
1747"printing                     \n"
1748"                       by its account balance or by its page quota.\n"
1749"                       The default value is 'quota'. Allowed values\n"
1750"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1751"                       and 'nochange' :\n"
1752"                       \n"
1753"                         - quota : limit by number of pages per printer.\n"
1754"                         - balance : limit by number of credits in account.\n"
1755"                         - noquota : no limit, accounting still done.\n"
1756"                         - nochange : no limit, accounting not done. \n"
1757"                         - noprint : printing is denied. \n"
1758"                       NB : nochange and noprint are not supported for "
1759"groups.\n"
1760"                       \n"
1761"  -b | --balance b     Sets the user's account balance to "
1762"b.                     \n"
1763"                       Account balance may be increase or decreased\n"
1764"                       if b is prefixed with + or -.\n"
1765"                       WARNING : when decreasing account balance,\n"
1766"                       the total paid so far by the user is decreased\n"
1767"                       too.\n"
1768"                       Groups don't have a real balance, but the\n"
1769"                       sum of their users' account balance.\n"
1770"                       \n"
1771"  -C | --comment txt   Defines some informational text to be associated\n"
1772"                       with a change to an user's account balance.\n"
1773"                       Only meaningful if -b | --balance is also used.\n"
1774"                       \n"
1775"                       \n"
1776"  -r | --remove        In combination with the --ingroups option "
1777"above,                       \n"
1778"                       remove users from the specified users groups.\n"
1779"                       \n"
1780"  -s | --skipexisting  In combination with the --add option above, tells\n"
1781"                       pkusers to not modify existing users.\n"
1782"                       \n"
1783"  user1 through userN and group1 through groupN can use wildcards\n"
1784"  if the --add option is not set.\n"
1785"  \n"
1786"examples :                              \n"
1787"\n"
1788"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1789"  \n"
1790"  This will add users john, paul, george and ringo to the quota\n"
1791"  database. User ringo's email address will also be set to \n"
1792"  'ringo@example.com'\n"
1793"  \n"
1794"  $ pkusers --ingroups coders,it jerome\n"
1795"  \n"
1796"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1797"  already exist in the quota database.\n"
1798"            \n"
1799"  $ pkusers --limitby balance jerome\n"
1800"  \n"
1801"  This will tell PyKota to limit jerome by his account's balance\n"
1802"  when printing.\n"
1803"  \n"
1804"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1805"  \n"
1806"  This will increase jerome's account balance by 10.0 (in your\n"
1807"  own currency). You can decrease the account balance with a\n"
1808"  dash prefix, and set it to a fixed amount with no prefix.\n"
1809"  A comment will be stored for this balance change.\n"
1810"  \n"
1811"  $ pkusers --delete jerome rachel\n"
1812"  \n"
1813"  This will completely delete jerome and rachel from the quota\n"
1814"  database. All their quotas and jobs will be deleted too.\n"
1815"  \n"
1816"  $ pkusers --overcharge 2.5 poorstudent\n"
1817"  \n"
1818"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1819"  \n"
1820"  $ pkusers --overcharge -1 jerome\n"
1821"  \n"
1822"  User jerome will actually earn money whenever he prints.\n"
1823"  \n"
1824"  $ pkusers --overcharge 0 boss\n"
1825"  \n"
1826"  User boss can print at will, it won't cost him anything because the\n"
1827"  cost of each print job will be multiplied by zero before charging\n"
1828"  his account.\n"
1829msgstr ""
1830
1831#, python-format
1832msgid "There's no %s matching %s"
1833msgstr "Il n'y a aucun %s correspondant �s"
1834
1835#, python-format
1836msgid "Limited by : %s"
1837msgstr "Limit�ar : %s"
1838
1839#, python-format
1840msgid "Account balance : %.2f"
1841msgstr "Solde du compte : %.2f"
1842
1843#, python-format
1844msgid "Total paid so far : %.2f"
1845msgstr "Total vers� %.2f"
1846
1847#, python-format
1848msgid "Overcharging factor : %.2f"
1849msgstr "Facteur de surtaxe : %.2f"
1850
1851#, python-format
1852msgid "Group balance : %.2f"
1853msgstr "Solde du groupe : %.2f"
1854
1855#, python-format
1856msgid "Invalid limitby value %s"
1857msgstr "Valeur de l'option limitby %s invalide"
1858
1859#, python-format
1860msgid "Invalid overcharge value %s"
1861msgstr "Valeur %s invalide pour la surtaxe"
1862
1863#, python-format
1864msgid "Invalid balance value %s"
1865msgstr "Valeur %s du solde invalide"
1866
1867#, python-format
1868msgid "There's no users group matching %s"
1869msgstr "Il n'y a aucun groupe d'utilisateurs correspondant �s"
1870
1871#, python-format
1872msgid "Invalid email address %s"
1873msgstr "Adresse �ctronique %s invalide"
1874
1875#, python-format
1876msgid "Unknown group %s"
1877msgstr "Groupe %s inconnu"
1878
1879#, python-format
1880msgid "Unknown user %s"
1881msgstr "Utilisateur %s inconnu"
1882
1883#, python-format
1884msgid "%s %s already exists, skipping."
1885msgstr "%s %s existe d�, ne sera pas modifi�
1886
1887#, python-format
1888msgid "%s %s already exists, will be modified."
1889msgstr "%s %s existe d�, sera modifi�
1890
1891#, python-format
1892msgid "Invalid name %s"
1893msgstr "Nom invalide %s"
1894
1895msgid "You have to pass user groups names on the command line"
1896msgstr ""
1897"Vous devez passer des noms de groupes d'utilisateurs sur la ligne de commande"
1898
1899#, python-format
1900msgid ""
1901"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1902"\n"
1903"Gives print quotes to users.\n"
1904"\n"
1905"command line usage :\n"
1906"\n"
1907"  pykotme  [options]  [files]\n"
1908"\n"
1909"options :\n"
1910"\n"
1911"  -v | --version       Prints pykotme's version number then exits.\n"
1912"  -h | --help          Prints this message then exits.\n"
1913"  \n"
1914"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1915"                       use wildcards characters to select only\n"
1916"                       some printers. The default value is *, meaning\n"
1917"                       all printers.\n"
1918"                       You can specify several names or wildcards, \n"
1919"                       by separating them with commas.\n"
1920"  \n"
1921"examples :                              \n"
1922"\n"
1923"  $ pykotme --printer apple file1.ps file2.ps\n"
1924"  \n"
1925"  This will give a print quote to the current user. The quote will show\n"
1926"  the price and size of a job consisting in file1.ps and file2.ps \n"
1927"  which would be sent to the apple printer.\n"
1928"  \n"
1929"  $ pykotme --printer apple,hplaser <file1.ps\n"
1930"  \n"
1931"  This will give a print quote to the current user. The quote will show\n"
1932"  the price and size of a job consisting in file1.ps as read from\n"
1933"  standard input, which would be sent to the apple or hplaser\n"
1934"  printer.\n"
1935"\n"
1936"  $ pykotme \n"
1937"  \n"
1938"  This will give a quote for a job consisting of what is on standard \n"
1939"  input. The quote will list the job size, and the price the job\n"
1940"  would cost on each printer.\n"
1941msgstr ""
1942"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1943"\n"
1944"Fait des devis d'impression aux utilisateurs.\n"
1945"\n"
1946"ligne de commande :\n"
1947"\n"
1948"  pykotme  [options]  [fichiers]\n"
1949"\n"
1950"options :\n"
1951"\n"
1952"  -v | --version       Affiche la version de pykotme et quitte.\n"
1953"  -h | --help          Affiche ce message et quitte.\n"
1954"  \n"
1955"  -P | --printer p     Fait un devis sur cette imprimante seulement.\n"
1956"                       En fait p peut contenir des caract�s jokers\n"
1957"                       pour s�ctionner seulement certaines imprimantes.\n"
1958"                       La valeur par d�ut est *, qui signifie toutes les\n"
1959"                       imprimantes. \n"
1960"                       Vous pouvez sp�fier plusieurs noms ou jokers,\n"
1961"                       en les s�rant avec des virgules.\n"
1962"  \n"
1963"exemples :                              \n"
1964"\n"
1965"  $ pykotme --printer apple fichier1.ps fichier2.ps\n"
1966"  \n"
1967"  Ceci va �blir un devis d'impression pour l'utilisateur courant.\n"
1968"  Ce devis indiquera la taille et le co�r l'imprimante apple d'un\n"
1969"  travail d'impression consitant en fichier1.ps et fichier2.ps\n"
1970"  \n"
1971"  $ pykotme --printer apple,hplaser <fichier1.ps\n"
1972"  \n"
1973"  Ceci va �blir un devis d'impression pour l'utilisateur courant.\n"
1974"  Ce devis indiquera la taille et le co�un travail provenant de "
1975"l'entr�n"
1976"  standard dans laquelle on redirigerait le fichier fichier1.ps et qui\n"
1977"  serait envoy�sur les imprimantes apple ou hplaser.\n"
1978"\n"
1979"  $ pykotme \n"
1980"  Ceci va �blir un devis d'impression pour l'utilisateur courant.\n"
1981"  Ce devis indiquera la taille et le co�un travail provenant de "
1982"l'entr�n"
1983"  standard, et ce pour chaque imprimante.\n"
1984
1985#, python-format
1986msgid "Your account balance : %.2f"
1987msgstr "Votre solde : %.2f"
1988
1989#, python-format
1990msgid "Job size : %i pages"
1991msgstr "Taille du job : %i pages"
1992
1993#, python-format
1994msgid "Cost on printer %s : %.2f"
1995msgstr "Co�r l'imprimante %s : %.2f"
1996
1997msgid "won't be charged, printer is in passthrough mode"
1998msgstr "non d�mpt�imprimante en mode 'passthrough'"
1999
2000msgid "won't be charged, your account is immutable"
2001msgstr "non d�mpt�votre compte est immuable"
2002
2003#, python-format
2004msgid ""
2005"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
2006"\n"
2007"Sends mail to users over print quota.\n"
2008"\n"
2009"command line usage :\n"
2010"\n"
2011"  warnpykota  [options]  [names]\n"
2012"\n"
2013"options :\n"
2014"\n"
2015"  -v | --version       Prints warnpykota's version number then exits.\n"
2016"  -h | --help          Prints this message then exits.\n"
2017"  \n"
2018"  -u | --users         Warns users over their print quota, this is the \n"
2019"                       default.\n"
2020"  \n"
2021"  -g | --groups        Warns users whose groups quota are over limit.\n"
2022"  \n"
2023"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
2024"                       use wildcards characters to select only\n"
2025"                       some printers. The default value is *, meaning\n"
2026"                       all printers.\n"
2027"                       You can specify several names or wildcards, \n"
2028"                       by separating them with commas.\n"
2029"  \n"
2030"examples :                              \n"
2031"\n"
2032"  $ warnpykota --printer lp\n"
2033"  \n"
2034"  This will warn all users of the lp printer who have exceeded their\n"
2035"  print quota.\n"
2036"\n"
2037"  $ warnpykota \n"
2038"  \n"
2039"  This will warn all users  who have exceeded their print quota on\n"
2040"  any printer.\n"
2041"\n"
2042"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
2043"  \n"
2044"  This will warn all users of groups which names begins with \"dev\" and\n"
2045"  who have exceeded their print quota on any printer which name begins \n"
2046"  with \"laserjet\"\n"
2047"  \n"
2048"  If launched by an user who is not a PyKota administrator, additionnal\n"
2049"  arguments representing users or groups names are ignored, and only the\n"
2050"  current user/group is reported.\n"
2051msgstr ""
2052"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
2053"\n"
2054"Pr�ent les utilisateurs ayant atteint leurs limites.\n"
2055"\n"
2056"ligne de commande :\n"
2057"\n"
2058"  warnpykota  [options]  [noms]\n"
2059"\n"
2060"options :\n"
2061"\n"
2062"  -v | --version       Affiche la version de warnpykota et quitte.\n"
2063"  -h | --help          Affiche ce message et quitte.\n"
2064"  \n"
2065"  -u | --users         Pr�ent les utilisateur ayant atteint leurs "
2066"limites,\n"
2067"                       c'est la valeur par d�ult.\n"
2068"  \n"
2069"  -g | --groups        Pr�ent les utilisateurs dont les groupes auxquels\n"
2070"                       ils appartiennent ont atteint leurs limites.\n"
2071"  \n"
2072"  -P | --printer p     Verifie les quotas sur cette imprimante seulement.\n"
2073"                       En fait p peut contenir des caract�s jokers pour\n"
2074"                       s�ctionner certaines imprimantes seulement.\n"
2075"                       La valeur par d�ut est *, qui signifie de v�fier\n"
2076"                       les quotas sur toutes les imprimantes.\n"
2077"                       Vous pouvez pr�ser plusieurs noms ou jokers,\n"
2078"                       en les s�rant avec des virgules.\n"
2079"  \n"
2080"exemples :\n"
2081"\n"
2082"  $ warnpykota --printer lp\n"
2083"  \n"
2084"  Ceci va pr�nir tous les utilisateurs ayant atteint leur limite sur\n"
2085"  l'imprimante lp.\n"
2086"\n"
2087"  $ warnpykota \n"
2088"  \n"
2089"  Ceci va pr�nir tous les utilisateurs ayant atteint leurs limites quelle\n"
2090"  que soit l'imprimanter.\n"
2091"\n"
2092"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
2093"  \n"
2094"  Ceci va pr�nir tous les membres des groupes dont les noms commencent\n"
2095"  par \"dev\" et qui ont atteints leurs limites sur toutes les imprimantes\n"
2096"  dont le nom commence par \"laserjet\".\n"
2097"  \n"
2098"  Si cette commande est lanc�par un utilisateur qui n'est pas un\n"
2099"  administrateur PyKota, les arguments additionnels repr�ntant des noms\n"
2100"  d'utilisateurs ou de groupes sont ignor� et seulement l'utilisateur ou\n"
2101"  le groupe courant est pr�nu.\n"
2102
2103#, python-format
2104msgid ""
2105"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
2106"\n"
2107"Dumps PyKota database's content.\n"
2108"\n"
2109"command line usage :\n"
2110"\n"
2111"  dumpykota [options] [filterexpr]\n"
2112"\n"
2113"options :\n"
2114"\n"
2115"  -v | --version       Prints dumpykota's version number then exits.\n"
2116"  -h | --help          Prints this message then exits.\n"
2117"  \n"
2118"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
2119"                       \n"
2120"                         - history : dumps the jobs history.\n"
2121"                         - users : dumps users.\n"
2122"                         - groups : dumps user groups.\n"
2123"                         - printers : dump printers.\n"
2124"                         - upquotas : dump user quotas.\n"
2125"                         - gpquotas : dump user groups quotas.\n"
2126"                         - payments : dumps user payments.\n"
2127"                         - pmembers : dumps printer groups members.\n"
2128"                         - umembers : dumps user groups members.\n"
2129"                         - billingcodes : dumps billing codes.\n"
2130"                         - all : dumps all PyKota datas. The output format\n"
2131"                                 is always XML in this case.\n"
2132"                         \n"
2133"                       NB : the -d | --data command line option   \n"
2134"                       is MANDATORY.\n"
2135"  \n"
2136"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
2137"                       the format is to dump datas in the csv format (comma\n"
2138"                       separated values). All data dumped is between double\n"
2139"                       quotes. Allowed formats are :\n"
2140"                       \n"
2141"                         - csv : separate datas with commas\n"
2142"                         - ssv : separate datas with semicolons\n"
2143"                         - tsv : separate datas with tabs\n"
2144"                         - xml : dump data as XML \n"
2145"                         - cups : dump datas in CUPS' page_log format :\n"
2146"                                  ONLY AVAILABLE WITH --data history\n"
2147"                         \n"
2148"  -o | --output fname  All datas will be dumped to the file instead of\n"
2149"                       to the standard output. The special '-' filename\n"
2150"                       is the default value and means stdout.\n"
2151"                       WARNING : existing files are truncated !\n"
2152"\n"
2153"  -s | --sum           Summarize the selected datas.\n"
2154"                           ONLY AVAILABLE WITH --data history or payments\n"
2155"\n"
2156"  Use the filter expressions to extract only parts of the \n"
2157"  datas. Allowed filters are of the form :\n"
2158"                \n"
2159"         key=value\n"
2160"                         \n"
2161"  Allowed keys for now are :  \n"
2162"                       \n"
2163"         username       User's name\n"
2164"         groupname      Users group's name\n"
2165"         printername    Printer's name\n"
2166"         pgroupname     Printers group's name\n"
2167"         hostname       Client's hostname\n"
2168"         billingcode    Job's billing code\n"
2169"         start          Job's date of printing\n"
2170"         end            Job's date of printing\n"
2171"         \n"
2172"  Contrary to other PyKota management tools, wildcard characters are not \n"
2173"  expanded, so you can't use them.\n"
2174"  \n"
2175"  NB : not all keys are allowed for each data type, so the result may be \n"
2176"  empty if you use a key not available for a particular data type.\n"
2177"  \n"
2178"Examples :\n"
2179"\n"
2180"  $ dumpykota --data history --format csv >myfile.csv\n"
2181"  \n"
2182"  This dumps the history in a comma separated values file, for possible\n"
2183"  use in a spreadsheet.\n"
2184"  \n"
2185"  $ dumpykota --data users --format xml -o users.xml\n"
2186"  \n"
2187"  Dumps all users datas to the users.xml file.\n"
2188"  \n"
2189"  $ dumpykota --data history printername=HP2100 username=jerome\n"
2190"  \n"
2191"  Dumps the job history for user jerome on printer HP2100 only.\n"
2192"  \n"
2193"  $ dumpykota --data history start=200503 end=20050730234615\n"
2194"  \n"
2195"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
2196"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
2197msgstr ""
2198
2199msgid "The -d | --data command line option is mandatory, see help."
2200msgstr ""
2201"L'option de ligne de commande -d | --data est obligatoire, voir l'aide."
2202
2203#, python-format
2204msgid ""
2205"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
2206"\n"
2207"An invoice generator for PyKota.\n"
2208"\n"
2209"command line usage :\n"
2210"\n"
2211"  pkinvoice [options] user1 user2 ... userN\n"
2212"\n"
2213"options :\n"
2214"\n"
2215"  -v | --version       Prints pkinvoice's version number then exits.\n"
2216"  -h | --help          Prints this message then exits.\n"
2217"  \n"
2218"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
2219"                       be drawn at the center top of the page. The default\n"
2220"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
2221"                       \n"
2222"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
2223"                       page sizes are recognized, like 'A4' or 'Letter'\n"
2224"                       to name a few. The default size is A4.\n"
2225"                       \n"
2226"  -n | --number N      Sets the number of the first invoice. This number\n"
2227"                       will automatically be incremented for each invoice.\n"
2228"                       \n"
2229"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
2230"                       be generated as a PDF document. If not set or\n"
2231"                       set to '-', the PDF document is sent to standard\n"
2232"                       output. \n"
2233"                       \n"
2234"  -u | --unit u        Defines the name of the unit to use on the "
2235"invoice.                       \n"
2236"                       The default unit is 'Credits', optionally translated\n"
2237"                       to your native language if it is supported by "
2238"PyKota.\n"
2239"  \n"
2240"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
2241"                       exposed. The default is 0.0, meaning no VAT\n"
2242"                       information will be included.\n"
2243"                       \n"
2244"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
2245"  \n"
2246"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
2247"                       \n"
2248"  user1 through userN can use wildcards if needed. If no user argument is\n"
2249"  used, a wildcard of '*' is assumed, meaning include all users.\n"
2250"  \n"
2251"  Dates formating with --start and --end :\n"
2252"  \n"
2253"    YYYY : year boundaries\n"
2254"    YYYYMM : month boundaries\n"
2255"    YYYYMMDD : day boundaries\n"
2256"    YYYYMMDDhh : hour boundaries\n"
2257"    YYYYMMDDhhmm : minute boundaries\n"
2258"    YYYYMMDDhhmmss : second boundaries\n"
2259"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
2260"15)\n"
2261"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
2262"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
2263"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
2264"\n"
2265"  'now' and 'today' are not exactly the same since today represents the "
2266"first\n"
2267"  or last second of the day depending on if it's used in a start= or end=\n"
2268"  date expression. The utility to be able to specify dates in the future is\n"
2269"  a question which remains to be answered :-)\n"
2270"                                        \n"
2271"examples :                       \n"
2272"\n"
2273"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
2274"  \n"
2275"  Will generate a PDF document containing invoices for all users\n"
2276"  who have spent some credits last month. Invoices will be done in\n"
2277"  EURO.  No VAT information will be included.\n"
2278msgstr ""
2279"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
2280"\n"
2281"Un g�rateur de factures pour PyKota.\n"
2282"\n"
2283"ligne de commande :\n"
2284"\n"
2285"  pkinvoice [options] utilisateur1 utilisateur2 ... utilisateurN\n"
2286"\n"
2287"options :\n"
2288"\n"
2289"  -v | --version       Affiche la version de pkinvoice et quitte.\n"
2290"  -h | --help          Affiche ce message et quitte.\n"
2291"  \n"
2292"  -l | --logo img      Utilise cette image comme logo sur la facture. Le "
2293"logo\n"
2294"                       sera dessin�u centre et en haut de la page. Le "
2295"logo\n"
2296"                       par d�ut est /usr/share/pykota/logos/pykota.jpeg\n"
2297"                       \n"
2298"  -p | --pagesize sz   Positionne la taille de page �z. La plupart des\n"
2299"                       tailles standard sont reconnues, comme 'A4' ou "
2300"'Letter'\n"
2301"                       par exemple. La taille par d�ut est A4.\n"
2302"                       \n"
2303"  -n | --number N      Indique le num� de la premi� facture. Ce num�\n"
2304"                       sera automatiquement incr�nt� chaque facture.\n"
2305"                       \n"
2306"  -o | --output f.pdf  D�nit le nom du fichier PDF qui contiendra les\n"
2307"                       factures. S'il n'est pas pr�s�u positionn� '-'\n"
2308"                       alors le document sera envoy�ur la sortie "
2309"standard.\n"
2310"                       \n"
2311"  -u | --unit u        D�nit le nom de l'unit� utiliser sur la facture.\n"
2312"                       Le nom par d�ut est 'Credits', ou sa traduction\n"
2313"                       �ntuelle dans votre langage pr�r�i PyKota\n"
2314"                       le supporte.\n"
2315"  \n"
2316"  -V | --vat p         Indique le taux de TVA applicable qui sera indiqu�n"
2317"                       La valeur par d�ut est 0.0, qui fait qu'aucune\n"
2318"                       information sur la TVA ne sera indiqu�\n"
2319"                       \n"
2320"  -s | --start date    Indique la date de d�t des travaux d'impression\n"
2321"                       qui seront factur�\n"
2322"  \n"
2323"  -e | --end date      Indique la date de fin des travaux d'impression\n"
2324"                       qui seront factur�\n"
2325"                       \n"
2326"  utilisateur1 jusqu'�tilisateurN peuvent contenir des caract�s jokers\n"
2327"  au besoin. Si aucun nom d'utilisateur n'est indiqu�c'est comme si un\n"
2328"  joker '*' �it pr�s�ce qui veut dire inclure tous les utilisateurs.\n"
2329"  \n"
2330"  Formatage des dates avec --start et --end :\n"
2331"  \n"
2332"    AAAA : limites d'ann�n"
2333"    AAAAMM : limites de mois\n"
2334"    AAAAMMJJ : limites de jour\n"
2335"    AAAAMMJJhh : limites d'heures\n"
2336"    AAAAMMJJhhmm : limites de minutes\n"
2337"    AAAAMMJJhhmmss : limites de secondes\n"
2338"    yesterday[+-NbJours] : hier plus ou moins N jours (ex : yesterday-15)\n"
2339"    today[+-NbJours] : aujoud'hui plus ou moins N jours (ex : today-15)\n"
2340"    tomorrow[+-NbJours] : demain plus ou moins N jours (ex : tomorrow-15)\n"
2341"    now[+-NbJours] : maintenant plus ou moins N jours (ex : now-15)\n"
2342"\n"
2343"  'now' et 'today' ne sont pas exactement identiques car today repr�nte\n"
2344"  la premi� ou la derni� seconde du jour selon qu'il soit utilis�vec\n"
2345"  une expression de type start= ou end=.\n"
2346"  L'utilit�e pouvoir sp�fier une date dans le future est une question\n"
2347"  qui reste ouverte :-)\n"
2348"\n"
2349"exemples :\n"
2350"\n"
2351"  $ pkinvoice --unit EURO --output factures.pdf --start=now-30\n"
2352"  \n"
2353"  G�rera un document PDF contenant les factures de tous les utilisateurs\n"
2354"  qui ont d�ns�es cr�ts durant le mois �ul�Les factures seront en\n"
2355"  EURO. Aucune information de TVA ne sera incluse.\n"
2356
2357msgid "Invoice"
2358msgstr "Facture"
2359
2360msgid "Since"
2361msgstr "Depuis"
2362
2363msgid "Until"
2364msgstr "Jusqu'au"
2365
2366msgid "Edited on"
2367msgstr "Edit�le"
2368
2369msgid "Number of pages printed"
2370msgstr "Nombre de pages imprim�"
2371
2372msgid "Amount due"
2373msgstr "Montant d�sgid "Included VAT"
2374msgstr "TVA incluse"
2375
2376msgid "Here's the invoice for your printouts"
2377msgstr "Voici la facture pour vos impressions"
2378
2379#, python-format
2380msgid "Incorrect value '%s' for the --vat command line option"
2381msgstr "Valeur '%s' incorrecte pour l'option de ligne de commande --vat"
2382
2383#, python-format
2384msgid "Incorrect value '%s' for the --number command line option"
2385msgstr "Valeur '%s' incorrecte pour l'option de ligne de commande --number"
2386
2387msgid "Generating invoices"
2388msgstr "Generation des factures"
2389
2390msgid "Credits"
2391msgstr "Cr�ts"
2392
2393#, python-format
2394msgid ""
2395"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
2396"\n"
2397"A Printers Manager for PyKota.\n"
2398"\n"
2399"command line usage :\n"
2400"\n"
2401"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
2402"\n"
2403"options :\n"
2404"\n"
2405"  -v | --version       Prints pkprinters's version number then exits.\n"
2406"  -h | --help          Prints this message then exits.\n"
2407"  \n"
2408"  -a | --add           Adds printers if they don't exist on the Quota \n"
2409"                       Storage Server. If they exist, they are modified\n"
2410"                       unless -s|--skipexisting is also used.\n"
2411"                       \n"
2412"  -d | --delete        Deletes printers from the quota storage.\n"
2413"  \n"
2414"  -D | --description d Adds a textual description to printers.\n"
2415"                       \n"
2416"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
2417"                       Job price is optional.\n"
2418"                       If both are to be set, separate them with a comma.\n"
2419"                       Floating point and negative values are allowed.\n"
2420"  \n"
2421"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
2422"                       groups pg1, pg2, etc... which must already exist.\n"
2423"                       A printer group is just like a normal printer,\n"
2424"                       only that it is usually unknown from the printing\n"
2425"                       system. Create printer groups exactly the same\n"
2426"                       way that you create printers, then add other \n"
2427"                       printers to them with this option.\n"
2428"                       Accounting is done on a printer and on all\n"
2429"                       the printer groups it belongs to, quota checking\n"
2430"                       is done on a printer and on all the printer groups\n"
2431"                       it belongs to.\n"
2432"                       If the --remove option below is not used, the \n"
2433"                       default action is to add printers to the specified\n"
2434"                       printer groups.\n"
2435"                       \n"
2436"  -l | --list          List informations about the printer(s) and the\n"
2437"                       printers groups it is a member of.\n"
2438"                       \n"
2439"  -r | --remove        In combination with the --groups option "
2440"above,                       \n"
2441"                       remove printers from the specified printers groups.\n"
2442"                       \n"
2443"  -s | --skipexisting  In combination with the --add option above, tells\n"
2444"                       pkprinters to not modify existing printers.\n"
2445"                       \n"
2446"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
2447"                       to s pages.\n"
2448"                       \n"
2449"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
2450"                       mode, users are allowed to print without any impact\n"
2451"                       on their quota or account balance.\n"
2452"                       \n"
2453"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
2454"                       Without -p or -n, printers are created in \n"
2455"                       normal mode, i.e. no passthrough.\n"
2456"  \n"
2457"  printer1 through printerN can contain wildcards if the --add option \n"
2458"  is not set.\n"
2459"  \n"
2460"examples :                              \n"
2461"\n"
2462"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
2463"hp8000\n"
2464"  \n"
2465"  Will create three printers named hp2100, hp2200 and hp8000.\n"
2466"  Their price per page will be set at 0.05 unit, and their price\n"
2467"  per job will be set at 0.1 unit. Units are in your own currency,\n"
2468"  or whatever you want them to mean.\n"
2469"  All of their descriptions will be set to the string \"HP Printer\".\n"
2470"  If any of these printers already exists, it will also be modified \n"
2471"  unless the -s|--skipexisting command line option is also used.\n"
2472"            \n"
2473"  $ pkprinters --delete \"*\"\n"
2474"  \n"
2475"  This will completely delete all printers and associated quota "
2476"information,\n"
2477"  as well as their job history. USE WITH CARE !\n"
2478"  \n"
2479"  $ pkprinters --groups Laser,HP \"hp*\"\n"
2480"  \n"
2481"  This will put all printers which name matches \"hp*\" into printers "
2482"groups \n"
2483"  Laser and HP, which MUST already exist.\n"
2484"  \n"
2485"  $ pkprinters --groups LexMark --remove hp2200\n"
2486"  \n"
2487"  This will remove the hp2200 printer from the LexMark printer group.\n"
2488msgstr ""
2489"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
2490"\n"
2491"Un gestionnaire d'imprimantes pour PyKota.\n"
2492"\n"
2493"ligne de commande :\n"
2494"\n"
2495"  pkprinters [options] impr1 impr2 impr3 ... imprN\n"
2496"\n"
2497"options :\n"
2498"\n"
2499"  -v | --version       Affiche la version de pkprinters et quitte.\n"
2500"  -h | --help          Affiche ce message et quitte.\n"
2501"  \n"
2502"  -a | --add           Ajoute les imprimantes si elles n'existent pas d�\n"
2503"                       dans la base de donn�. Si elles existent, alors\n"
2504"                       elles sont modifi� sauf si l'option de ligne de\n"
2505"                       commande -s|--skipexisting est aussi utilis�\n"
2506"                       \n"
2507"  -d | --delete        Supprime les imprimantes de la base de donn�.\n"
2508"  \n"
2509"  -D | --description d Ajoute une description textuelle aux imprimantes.\n"
2510"                       \n"
2511"  -c | --charge p[,j]  Fixes les co�ar page et par travail.\n"
2512"                       Le co�r travail d'impression est optionnel.\n"
2513"                       Si les deux sont utilis� s�rez les nombres par\n"
2514"                       une virgule.\n"
2515"                       Les nombres n�tifs ou avec d�males sont "
2516"autoris�\n"
2517"  \n"
2518"  -g | --groups pg1[,pg2...] Ajoute ou supprime les imprimantes des groupes\n"
2519"                       pg1, pg2, etc... qui doivent d� exister.\n"
2520"                       Un groupe d'imprimantes est comme une imprimante\n"
2521"                       normale mais est inconnu du syst� d'impression.\n"
2522"                       On cr�les groupes d'imprimantes de la m� mani�\n"
2523"                       que l'on cr�des imprimantes, et ensuite on leur\n"
2524"                       ajoute des imprimantes avec cette option.\n"
2525"                       Le d�mpte et la v�fication sont effectu�sur\n"
2526"                       une imprimante et sur tous les groupes auxquels elle\n"
2527"                       appartient.\n"
2528"                       Si l'option --remove ci-dessous n'est pas utilis�\n"
2529"                       l'action par d�ut est d'ajouter les imprimantes "
2530"aux\n"
2531"                       groupes d'imprimantes sp�fi�\n"
2532"                       \n"
2533"  -l | --list          Liste les informations sur les imprimantes et les\n"
2534"                       groupes dont elles sont membres.\n"
2535"                       \n"
2536"  -r | --remove        Combin�avec l'option --groups ci-dessus, supprime\n"
2537"                       les imprimantes des groupes sp�fi�\n"
2538"                       \n"
2539"  -s | --skipexisting  Combin�avec l'option --add ci-dessus, indique\n"
2540"                       �kprinters de ne pas modifier les imprimantes\n"
2541"                       existantes.\n"
2542"  \n"
2543"  -m | --maxjobsize s  Positionne la taille maximale autoris�d'un travail\n"
2544"                       d'impression sur l'imprimante � pages.\n"
2545"                       \n"
2546"  -p | --passthrough   Active le mode 'passthrough' pour l'imprimante. Dans\n"
2547"                       ce mode, les utilisateurs peuvent imprimer sans "
2548"impact\n"
2549"                       sur leur quota ou sur le solde de leur compte.\n"
2550"                       \n"
2551"  -n | --nopassthrough D�ctive le mode 'passthrough' pour l'imprimante.\n"
2552"                       Sans -p ou -n, les imprimantes sont cr�s en mode\n"
2553"                       normal, c'est �ire non 'passthrough'.\n"
2554"  \n"
2555"  Les noms d'imprimantes peuvent contenir des caract�s jokers si l'option\n"
2556"  --add n'est pas utilis�\n"
2557"  \n"
2558"exemples :                              \n"
2559"\n"
2560"  $ pkprinters --add -D \"Imprimante HP\" --charge 0.05,0.1 hp2100 hp2200 "
2561"hp8000\n"
2562"  \n"
2563"  Ceci va cr� les trois imprimantes hp2100, hp2200 and hp8000.\n"
2564"  Leur co�r page sera fix� 0.05 unit�et leur co�r travail sera\n"
2565"  fix� 0.1 unit�Les unit�sont dans votre propre monnaie,\n"
2566"  ou dans ce que vous voulez qu'elles signifient.\n"
2567"  Leurs descriptions seront positionn� �"Imprimante HP\".\n"
2568"  Si l'une de ces imprimantes existe d�, elle sera modifi��oins que\n"
2569"  l'option -s|--skipexisting ne soit aussi utilis�\n"
2570"            \n"
2571"  $ pkprinters --delete \"*\"\n"
2572"  \n"
2573"  Ceci va compl�ment effacer toutes les imprimantes, leurs informations\n"
2574"  de quota ainsi que leurs historiques des travaux. SOYEZ PRUDENTS !\n"
2575"  \n"
2576"  $ pkprinters --groups Laser,HP \"hp*\"\n"
2577"  \n"
2578"  Ceci ba mettre toutes les imprimantes dont le nom correspond �"hp*\"\n"
2579"  dans les groupes Laser et HP, qui DOIVENT d� exister.\n"
2580"  \n"
2581"  $ pkprinters --groups LexMark --remove hp2200\n"
2582"  \n"
2583"  Ceci va enlever l'imprimante hp2200 du groupe LexMark.\n"
2584
2585#, python-format
2586msgid "Passthrough mode : %s"
2587msgstr "Mode 'passthrough' : %s"
2588
2589msgid "ON"
2590msgstr "ACTIF"
2591
2592msgid "OFF"
2593msgstr "INACTIF"
2594
2595msgid "in"
2596msgstr "dans"
2597
2598#, python-format
2599msgid "Invalid charge amount value %s"
2600msgstr "Montant �omptabiliser %s invalide"
2601
2602#, python-format
2603msgid "Invalid maximum job size value %s"
2604msgstr "Valeur %s invalide pour la taille maximale d'un travail d'impression"
2605
2606#, python-format
2607msgid "Printer %s already exists, skipping."
2608msgstr "L'imprimante %s existe d�, ignor�"
2609
2610#, python-format
2611msgid "Printer %s already exists, will be modified."
2612msgstr "L'imprimante %s existe d�, elle sera modifi�"
2613
2614#, python-format
2615msgid "Invalid printer name %s"
2616msgstr "Nom d'imprimante %s invalide"
2617
2618msgid "You have to pass printer groups names on the command line"
2619msgstr ""
2620"Vous devez passer des noms de groupes d'imprimantes sur la ligne de commande"
2621
2622msgid "You have to pass printer names on the command line"
2623msgstr "Vous devez passer des noms d'imprimantes sur la ligne de commande"
2624
2625#, python-format
2626msgid "Unsupported accounter backend %s"
2627msgstr "Backend accounter %s non support�
2628#, python-format
2629msgid ""
2630"Configuration file %s can't be read. Please check that the file exists and "
2631"that your permissions are sufficient."
2632msgstr ""
2633"Le fichier de configuration %s ne peut pas �e lu. Merci de v�fier que le "
2634"fichier existe et que vos permissions sont suffisantes."
2635
2636#, python-format
2637msgid "Configuration file %s not found."
2638msgstr "Fichier de configuration %s non trouv�
2639
2640#, python-format
2641msgid "Option %s not found in section global of %s"
2642msgstr "Option %s non trouv�dans la section global de %s"
2643
2644#, python-format
2645msgid "Option %s not found in section %s of %s"
2646msgstr "Option %s non trouv�dans la section %s de %s"
2647
2648#, python-format
2649msgid "Option ldaptls is set, but certificate %s is not readable."
2650msgstr ""
2651"Option ldaptls positionn� mais le certificat %s n'est pas disponible."
2652
2653#, python-format
2654msgid "Option logger only supports values in %s"
2655msgstr "L'option logger supporte seulement les valeurs %s"
2656
2657#, python-format
2658msgid "Invalid preaccounter %s for printer %s"
2659msgstr "Option 'preaccounter' %s invalide pour l'imprimante %s"
2660
2661#, python-format
2662msgid "Option preaccounter in section %s only supports values in %s"
2663msgstr ""
2664"L'option 'preaccounter' dans la section %s supporte seulement les valeurs "
2665"dans %s"
2666
2667#, python-format
2668msgid "Invalid accounter %s for printer %s"
2669msgstr "Compteur de pages %s invalide pour l'imprimante %s"
2670
2671#, python-format
2672msgid "Option accounter in section %s only supports values in %s"
2673msgstr ""
2674"L'option accounter pour l'imprimante %s supporte seulement les valeurs %s"
2675
2676#, python-format
2677msgid "Invalid unknown_billingcode directive %s for printer %s"
2678msgstr ""
2679"Le contenu %s de la directive unknown_billingcode pour l'imprimante %s est "
2680"invalide"
2681
2682#, python-format
2683msgid "Directive unknown_billingcode in section %s only supports values in %s"
2684msgstr ""
2685"La directive unknown_billingcode dans la section %s supporte seulement les "
2686"valeurs comprises dans %s"
2687
2688#, python-format
2689msgid "Option enforcement in section %s only supports values in %s"
2690msgstr ""
2691"L'option enforcement pour l'imprimante %s supporte seulement les valeurs %s"
2692
2693#, python-format
2694msgid ""
2695"Option onbackenderror in section %s only supports values 'charge', "
2696"'nocharge', and 'retry:num:delay'"
2697msgstr ""
2698"L'option 'onbackenderror' dans la section %s supporte seulement les valeurs "
2699"'charge', 'nocharge', et 'retry:num:d�i'"
2700
2701#, python-format
2702msgid "Option onaccountererror in section %s only supports values in %s"
2703msgstr ""
2704"L'option onaccountererror pour l'imprimante %s supporte seulement les "
2705"valeurs %s"
2706
2707#, python-format
2708msgid "Option policy in section %s only supports values in %s"
2709msgstr "L'option policy dans la section %s supporte seulement les valeurs %s"
2710
2711#, python-format
2712msgid "Invalid option mailto %s for printer %s"
2713msgstr "Option mailto %s invalide pour l'imprimante %s"
2714
2715#, python-format
2716msgid "Option mailto in section %s only supports values in %s"
2717msgstr "L'option mailto dans la section %s supporte seulement les valeurs %s"
2718
2719#, python-format
2720msgid "Invalid maximal deny banners counter %s"
2721msgstr "Compteur maximal de banni�s refus� %s invalide"
2722
2723#, python-format
2724msgid "Invalid grace delay %s"
2725msgstr "D�i de gr� %s invalide"
2726
2727#, python-format
2728msgid "Invalid poor man's threshold %s"
2729msgstr "Valeur 'pauvre homme' %s invalide"
2730
2731#, python-format
2732msgid "Invalid balancezero value %s"
2733msgstr "Valeur %s invalide pour 'balancezero'"
2734
2735msgid ""
2736"Your Print Quota account balance is Low.\n"
2737"Soon you'll not be allowed to print anymore.\n"
2738"Please contact the Print Quota Administrator to solve the problem."
2739msgstr ""
2740"Le solde de votre compte d'impression est Bas.\n"
2741"Bient�ous ne serez plus autoris�) �mprimer.\n"
2742"Merci de contacter l'Administrateur de Quota d'Impression pour r�udre ce "
2743"probl�."
2744
2745#, python-format
2746msgid ""
2747"You are not allowed to print anymore because\n"
2748"your Print Quota is exceeded on printer %s."
2749msgstr ""
2750"Vous n'�s plus autoris� imprimer car\n"
2751"votre Quota d'Impression est d�ss�ur l'imprimante %s."
2752
2753#, python-format
2754msgid ""
2755"You will soon be forbidden to print anymore because\n"
2756"your Print Quota is almost reached on printer %s."
2757msgstr ""
2758"Vous n'aurez bient�lus le droit d'imprimer car\n"
2759"votre Quota d'Impression sur l'imprimante %s est presque atteint."
2760
2761#, python-format
2762msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
2763msgstr ""
2764"Valeur %s incorrecte pour la directive 'duplicatesdelay' dans la section %s"
2765
2766#, python-format
2767msgid "Option accountbanner in section %s only supports values in %s"
2768msgstr ""
2769"L'option accountbanner dans la section %s supporte seulement les valeurs %s"
2770
2771#, python-format
2772msgid "Option trustjobsize for printer %s is incorrect"
2773msgstr "L'option trustjobsize pour l'imprimante %s est incorrecte"
2774
2775msgid "History"
2776msgstr "Historique des Impressions"
2777
2778msgid "Users"
2779msgstr "Utilisateurs"
2780
2781msgid "Groups"
2782msgstr "Groupes"
2783
2784msgid "Printers"
2785msgstr "Imprimantes"
2786
2787msgid "Users Print Quotas"
2788msgstr "Quotas d'Impression Utilisateurs"
2789
2790msgid "Users Groups Print Quotas"
2791msgstr "Quotas d'Impression de Groupes d'Utilisateurs"
2792
2793msgid "History of Payments"
2794msgstr "Historique des Paiements"
2795
2796msgid "Printers Groups Membership"
2797msgstr "Membres des Groupes d'Imprimantes"
2798
2799msgid "Users Groups Membership"
2800msgstr "Membres des Groupes d'Utilisateurs"
2801
2802msgid "Billing Codes"
2803msgstr "Codes de Facturation"
2804
2805msgid "All"
2806msgstr "Tout"
2807
2808msgid "Comma Separated Values"
2809msgstr "Valeurs s�r� par des virgules"
2810
2811msgid "Semicolon Separated Values"
2812msgstr "Valeurs s�r� par des points virgules"
2813
2814msgid "Tabulation Separated Values"
2815msgstr "Valeurs s�r� par des tabulations"
2816
2817msgid "eXtensible Markup Language"
2818msgstr "eXtensible Markup Language"
2819
2820msgid "CUPS' page_log"
2821msgstr "page_log de CUPS"
2822
2823#, python-format
2824msgid "Invalid modifier [%s] for --data command line option, see help."
2825msgstr ""
2826"Le modificateur [%s] pour l'option de ligne de commande --data est invalide, "
2827"voir l'aide."
2828
2829msgid ""
2830"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2831"filters."
2832msgstr ""
2833"Exporter toutes les donn� de PyKota force le format �ML et interdit --"
2834"sum et les filtres."
2835
2836#, python-format
2837msgid "Invalid filter value [%s], see help."
2838msgstr "Valeur du filtre [%s] invalide, voir l'aide."
2839
2840#, python-format
2841msgid "Invalid modifier [%s] for --format command line option, see help."
2842msgstr ""
2843"Le modificateur [%s] pour l'option de ligne de commande --format est "
2844"invalide, voir l'aide."
2845
2846msgid "XML output is disabled because the jaxml module is not available."
2847msgstr "La sortie XML est d�ctiv�car le module jaxml n'est pas disponible."
2848
2849#, python-format
2850msgid "Invalid data type [%s] for --sum command line option, see help."
2851msgstr ""
2852"Le type de donn� [%s] est invalide pour l'option de ligne de commande --"
2853"sum, voir l'aide."
2854
2855msgid "PyKota data dumper failed : I/O error"
2856msgstr "Erreur de l'exporteur de donn� de PyKota : erreur d'entr�sortie"
2857
2858#, python-format
2859msgid "Unsupported logging subsystem %s"
2860msgstr "Syst� de log %s non support�
2861#, python-format
2862msgid "Report for %s quota on printer %s"
2863msgstr "Rapport pour le quota %s sur l'imprimante %s"
2864
2865#, python-format
2866msgid "Pages grace time: %i days"
2867msgstr "D�i de gr�: %i jours"
2868
2869#, python-format
2870msgid "Price per job: %.3f"
2871msgstr "Prix par job: %.3f"
2872
2873#, python-format
2874msgid "Price per page: %.3f"
2875msgstr "Prix par page: %.3f"
2876
2877msgid ""
2878"Group          overcharge   used    soft    hard    balance grace         "
2879"total       paid warn"
2880msgstr ""
2881"Groupe           surtaxe    util    soft    hard    balance grace         "
2882"total       pay�arn"
2883
2884msgid ""
2885"User           overcharge   used    soft    hard    balance grace         "
2886"total       paid warn"
2887msgstr ""
2888"Utilisateur      surtaxe    util    soft    hard    balance grace         "
2889"total       pay�arn"
2890
2891msgid "unknown"
2892msgstr "inconnu"
2893
2894#, python-format
2895msgid "Real : %s"
2896msgstr "R� : %s"
2897
2898#, python-format
2899msgid "Total : %9i"
2900msgstr "Total : %9i"
2901
2902msgid "N/A"
2903msgstr "N/A"
2904
2905#, python-format
2906msgid "Unsupported reporter backend %s"
2907msgstr "backend reporter %s non support�
2908#, python-format
2909msgid "Unsupported quota storage backend %s"
2910msgstr "Backend de stockage de quota %s non support�
2911msgid "Done"
2912msgstr "Termin�
2913msgid "Average speed"
2914msgstr "Vitesse moyenne"
2915
2916msgid "entries per second"
2917msgstr "entr� par seconde"
2918
2919#, python-format
2920msgid "Strange problem with uid(%s) : %s"
2921msgstr "Probl� �ange avec uid(%s) : %s"
2922
2923#, python-format
2924msgid "Running as user '%s'."
2925msgstr "Fonctionne en tant qu'utilisateur '%s'."
2926
2927msgid "No user named 'pykota'. Not dropping priviledges."
2928msgstr "Aucun utilisateur appel�pykota'. Pas de restriction des privil�s."
2929
2930#, python-format
2931msgid "Impossible to drop priviledges : %s"
2932msgstr "Impossible de restreindre les privil�s : %s"
2933
2934msgid "Priviledges dropped. Now running as user 'pykota'."
2935msgstr ""
2936"Privil�s restreints. Fonctionne maintenant en tant qu'utilisateur 'pykota'."
2937
2938#, python-format
2939msgid "Impossible to regain priviledges : %s"
2940msgstr "Impossible de r�p�r les privil�s : %s"
2941
2942msgid "Regained priviledges. Now running as root."
2943msgstr "Privil�s r�p�s. Fonctionne maintenant en tant que root."
2944
2945msgid "Please report bugs to :"
2946msgstr "Merci d'envoyer les rapports de bugs �"
2947
2948#, python-format
2949msgid ""
2950"\n"
2951"\n"
2952"Please contact your system administrator :\n"
2953"\n"
2954"\t%s - <%s>\n"
2955msgstr ""
2956"\n"
2957"\n"
2958"Merci de contacter votre administrateur syst� :\n"
2959"\n"
2960"\t%s - <%s>\n"
2961
2962#, python-format
2963msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2964msgstr ""
2965"Impossible de trouver l'utilisateur %s sur l'imprimante %s, action par "
2966"d�ut (%s) appliqu�
2967
2968#, python-format
2969msgid ""
2970"Unable to find user %s's account balance, applying default policy (%s) for "
2971"printer %s"
2972msgstr ""
2973"Impossible de trouver le solde du compte de l'utilisateur %s, action par "
2974"d�ut (%s) appliqu�sur l'imprimante %s"
2975
2976#, python-format
2977msgid "User %s will not be charged for printing."
2978msgstr "L'utilisateur %s ne paiera pas ses impressions."
2979
2980#, python-format
2981msgid "Print Quota exceeded for group %s on printer %s"
2982msgstr ""
2983"D�ssement de Quota d'impression pour le groupe %s sur l'imprimante %s"
2984
2985msgid "Print Quota Exceeded"
2986msgstr "D�ssement de Quota d'Impression"
2987
2988#, python-format
2989msgid "Print Quota low for group %s on printer %s"
2990msgstr "Quota d'Impression faible pour le groupe %s sur l'imprimante %s"
2991
2992msgid "Print Quota Low"
2993msgstr "Quota d'Impression Bas"
2994
2995#, python-format
2996msgid ""
2997"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2998"double check /etc/pykota/pykota.conf : %s"
2999msgstr ""
3000"La base de recherche %s semble �e inexistante. Probablement une mauvaise "
3001"configuration. Merci de v�fier /etc/pykota/pykota.conf : %s"
3002
3003#, python-format
3004msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
3005msgstr "La recherche de %s(%s) depuis %s(scope=%s) n'a renvoy�ucun r�ltat."
3006
3007#, python-format
3008msgid "Problem adding LDAP entry (%s, %s)"
3009msgstr "Probl� durant l'ajout de l'entr�LDAP (%s, %s)"
3010
3011#, python-format
3012msgid "Problem deleting LDAP entry (%s)"
3013msgstr "Probl� durant la suppression de l'entr�LDAP (%s)"
3014
3015#, python-format
3016msgid "Problem modifying LDAP entry (%s, %s)"
3017msgstr "Probl� durant la modification de l'entr�LDAP (%s, %s)"
3018
3019#, python-format
3020msgid ""
3021"No pykotaAccountBalance object found for user %s. Did you create LDAP "
3022"entries manually ?"
3023msgstr ""
3024"Aucun objet pykotaAccountBalance trouv�our l'utilisateur %s. Avez vous "
3025"cr�des entr� LDAP manuellement ?"
3026
3027msgid "Hidden because of privacy concerns"
3028msgstr "Cach�ar respect de la vie priv�
3029
3030#, python-format
3031msgid ""
3032"Unable to find an existing objectClass %s entry with %s=%s to attach "
3033"pykotaAccount objectClass"
3034msgstr ""
3035"Impossible de trouver une entr�existante ayant pour objectClass %s avec %s="
3036"%s �aquelle attacher une objectClass pykotaAccount"
3037
3038#, python-format
3039msgid "%s. A new entry will be created instead."
3040msgstr "%s. Une nouvelle entr�sera cr� �a place."
3041
3042#, python-format
3043msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
3044msgstr ""
3045"Impossible de trouver une entr�existante �aquelle attacher l'objectClass "
3046"pykotaGroup %s"
3047
3048#, python-format
3049msgid "A problem occured while reading printer %s's internal page counter."
3050msgstr ""
3051"Un probl� est survenu durant la lecture du compteur de pages internes de "
3052"l'imprimante %s."
3053
3054#, python-format
3055msgid "Retrieving printer %s's page counter from database instead."
3056msgstr ""
3057"R�p�tion du compteur de pages de l'imprimante %s depuis la base de "
3058"donn�."
3059
3060#, python-format
3061msgid ""
3062"Couldn't retrieve printer %s's internal page counter either before or after "
3063"printing."
3064msgstr ""
3065"Impossible de r�p�r le compteur de page internes de l'imprimante avant "
3066"ou apr�l'impression."
3067
3068#, python-format
3069msgid "Job's size forced to 1 page for printer %s."
3070msgstr "Taille du travail forc� 1 page pour l'imprimante %s."
3071
3072#, python-format
3073msgid "No previous job in database for printer %s."
3074msgstr "Aucun travail pr�dent pour l'imprimante %s dans la base de donn�."
3075
3076#, python-format
3077msgid "Inconsistent values for printer %s's internal page counter."
3078msgstr "Valeurs bizarres pour le compteur de pages interne de l'imprimante %s."
3079
3080#, python-format
3081msgid "Unknown printer address in HARDWARE(%s) for printer %s"
3082msgstr "Adresse inconnue dans HARDWARE(%s) pour l'imprimante %s"
3083
3084#, python-format
3085msgid "Launching HARDWARE(%s)..."
3086msgstr "Ex�tion de HARDWARE(%s)..."
3087
3088#, python-format
3089msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
3090msgstr "SIGTERM a � envoy�u compteur hardware %s (pid: %s)"
3091
3092#, python-format
3093msgid "Line [%s] skipped in accounter's output. Trying again..."
3094msgstr "Ligne [%s] ignor�ans la sortie du compteur. R�sayer..."
3095
3096#, python-format
3097msgid "Hardware accounter %s exit code is %s"
3098msgstr "Le code de sortie du compteur hardware %s est %s"
3099
3100#, python-format
3101msgid "Unable to query printer %s via HARDWARE(%s)"
3102msgstr "Impossible d'interroger l'imprimante %s via HARDWARE(%s)"
3103
3104#, python-format
3105msgid "Problem during connection to %s:%s : %s"
3106msgstr "Probl� durant la connexion �s:%s : %s"
3107
3108#, python-format
3109msgid "Problem while sending PJL query to %s:%s : %s"
3110msgstr "Probl� lors de l'envoi des requ�s PJL �s:%s : %s"
3111
3112#, python-format
3113msgid "Problem while receiving PJL answer from %s:%s : %s"
3114msgstr "Probl� lors de la r�ption de la r�nse PJL depuis %s:%s : %s"
3115
3116#, python-format
3117msgid "Waiting for printer %s to be printing..."
3118msgstr "En attente que l'imprimante %s soit en train d'imprimer..."
3119
3120#, python-format
3121msgid "Waiting for printer %s's idle status to stabilize..."
3122msgstr "En attente que l'�t disponible de l'imprimante %s se stabilise..."
3123
3124#, python-format
3125msgid ""
3126"PJL querying stage interrupted. Using latest value seen for internal page "
3127"counter (%s) on printer %s."
3128msgstr ""
3129"Interrogation PJL interrompue. Utilisation de la derni� valeur connue du "
3130"compteur (%s) sur l'imprimante %s."
3131
3132#, python-format
3133msgid "Network error while doing SNMP queries on printer %s : %s"
3134msgstr "Erreur r�au durant les requ�s SNMP sur l'imprimante %s : %s"
3135
3136#, python-format
3137msgid "SNMP message decoding error for printer %s : %s"
3138msgstr "Erreur de d�dage de message SNMP pour l'imprimante %s : %s"
3139
3140#, python-format
3141msgid "Problem encountered while doing SNMP queries on printer %s : %s"
3142msgstr "Probl� rencontr�urant les requ�s SNMP sur l'imprimante %s : %s"
3143
3144#, python-format
3145msgid ""
3146"SNMP querying stage interrupted. Using latest value seen for internal page "
3147"counter (%s) on printer %s."
3148msgstr ""
3149"Interrogation SNMP interrompue. Utilisation de la derni� valeur connue du "
3150"compteur (%s) sur l'imprimante %s."
3151
3152#, python-format
3153msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
3154msgstr ""
3155"Impossible de pr�alculer la taille du travail d'impression avec "
3156"l'analyzeur g�rique de PDL : %s"
3157
3158#, python-format
3159msgid "Launching SOFTWARE(%s)..."
3160msgstr "Ex�tion de SOFTWARE(%s)..."
3161
3162#, python-format
3163msgid "Unable to compute job size with accounter %s"
3164msgstr "Impossible de calculer la taille du job avec le compteur %s"
3165
3166#, python-format
3167msgid "Problem while waiting for software accounter pid %s to exit : %s"
3168msgstr ""
3169"Probl� d�ct�n attendant que le compteur software pid %s se termine : %s"
3170
3171#, python-format
3172msgid "Software accounter %s exit code is %s"
3173msgstr "Le code de sortie du compteur software %s est %s"
3174
3175msgid "Totals may be inaccurate if some users are members of several groups."
3176msgstr ""
3177"Les totaux peuvent �e faux si des utilisateurs sont dans plusieurs groupes."
3178
3179#~ msgid ""
3180#~ "dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
3181#~ "\n"
3182#~ "Dumps PyKota database's content.\n"
3183#~ "\n"
3184#~ "command line usage :\n"
3185#~ "\n"
3186#~ "  dumpykota [options] [filterexpr]\n"
3187#~ "\n"
3188#~ "options :\n"
3189#~ "\n"
3190#~ "  -v | --version       Prints dumpykota's version number then exits.\n"
3191#~ "  -h | --help          Prints this message then exits.\n"
3192#~ "  \n"
3193#~ "  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
3194#~ "                       \n"
3195#~ "                         - history : dumps the jobs history.\n"
3196#~ "                         - users : dumps users.\n"
3197#~ "                         - groups : dumps user groups.\n"
3198#~ "                         - printers : dump printers.\n"
3199#~ "                         - upquotas : dump user quotas.\n"
3200#~ "                         - gpquotas : dump user groups quotas.\n"
3201#~ "                         - payments : dumps user payments.\n"
3202#~ "                         - pmembers : dumps printer groups members.\n"
3203#~ "                         - umembers : dumps user groups members.\n"
3204#~ "                         - billingcodes : dumps billing codes.\n"
3205#~ "                         \n"
3206#~ "                       NB : the -d | --data command line option   \n"
3207#~ "                       is MANDATORY.\n"
3208#~ "  \n"
3209#~ "  -f | --format fmt    Dumps datas in the 'fmt' format. When not "
3210#~ "specified,\n"
3211#~ "                       the format is to dump datas in the csv format "
3212#~ "(comma\n"
3213#~ "                       separated values). All data dumped is between "
3214#~ "double\n"
3215#~ "                       quotes. Allowed formats are :\n"
3216#~ "                       \n"
3217#~ "                         - csv : separate datas with commas\n"
3218#~ "                         - ssv : separate datas with semicolons\n"
3219#~ "                         - tsv : separate datas with tabs\n"
3220#~ "                         - xml : dump data as XML\n"
3221#~ "                         - cups : dump datas in CUPS' page_log format :\n"
3222#~ "                                  ONLY AVAILABLE WITH --data history\n"
3223#~ "                         \n"
3224#~ "  -o | --output fname  All datas will be dumped to the file instead of\n"
3225#~ "                       to the standard output. The special '-' filename\n"
3226#~ "                       is the default value and means stdout.\n"
3227#~ "                       WARNING : existing files are truncated !\n"
3228#~ "\n"
3229#~ "  -s | --sum           Summarize the selected datas.\n"
3230#~ "                           ONLY AVAILABLE WITH --data history or "
3231#~ "payments\n"
3232#~ "\n"
3233#~ "  Use the filter expressions to extract only parts of the \n"
3234#~ "  datas. Allowed filters are of the form :\n"
3235#~ "                \n"
3236#~ "         key=value\n"
3237#~ "                         \n"
3238#~ "  Allowed keys for now are :  \n"
3239#~ "                       \n"
3240#~ "         username       User's name\n"
3241#~ "         groupname      Users group's name\n"
3242#~ "         printername    Printer's name\n"
3243#~ "         pgroupname     Printers group's name\n"
3244#~ "         hostname       Client's hostname\n"
3245#~ "         billingcode    Job's billing code\n"
3246#~ "         start          Job's date of printing\n"
3247#~ "         end            Job's date of printing\n"
3248#~ "         \n"
3249#~ "  Contrary to other PyKota management tools, wildcard characters are "
3250#~ "not \n"
3251#~ "  expanded, so you can't use them.\n"
3252#~ "  \n"
3253#~ "  NB : not all keys are allowed for each data type, so the result may "
3254#~ "be \n"
3255#~ "  empty if you use a key not available for a particular data type.\n"
3256#~ "  \n"
3257#~ "Examples :\n"
3258#~ "\n"
3259#~ "  $ dumpykota --data history --format csv >myfile.csv\n"
3260#~ "  \n"
3261#~ "  This dumps the history in a comma separated values file, for possible\n"
3262#~ "  use in a spreadsheet.\n"
3263#~ "  \n"
3264#~ "  $ dumpykota --data users --format xml -o users.xml\n"
3265#~ "  \n"
3266#~ "  Dumps all users datas to the users.xml file.\n"
3267#~ "  \n"
3268#~ "  $ dumpykota --data history printername=HP2100 username=jerome\n"
3269#~ "  \n"
3270#~ "  Dumps the job history for user jerome on printer HP2100 only.\n"
3271#~ "  \n"
3272#~ "  $ dumpykota --data history start=200503 end=20050730234615\n"
3273#~ "  \n"
3274#~ "  Dumps all jobs printed between March 1st 2005 at midnight and\n"
3275#~ "  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
3276#~ msgstr ""
3277#~ "dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
3278#~ "\n"
3279#~ "Exporte le contenu de la base de donn� de PyKota.\n"
3280#~ "\n"
3281#~ "ligne de commande :\n"
3282#~ "\n"
3283#~ "  dumpykota [options] [exprfiltre]\n"
3284#~ "\n"
3285#~ "options :\n"
3286#~ "\n"
3287#~ "  -v | --version       Affiche la version de dumpykota et quitte.\n"
3288#~ "  -h | --help          Affiche ce message et quitte.\n"
3289#~ "  \n"
3290#~ "  -d | --data type     Exporte les donn� de type 'type'.\n"
3291#~ "                       Les types autoris�sont :\n"
3292#~ "                       \n"
3293#~ "                         - history : exporte l'historique des travaux.\n"
3294#~ "                         - users : exporte les utilisateurs.\n"
3295#~ "                         - groups : exporte les groupes d'utilisateurs.\n"
3296#~ "                         - printers : exporte les imprimantes.\n"
3297#~ "                         - upquotas : exporte les quotas des "
3298#~ "utilisateurs.\n"
3299#~ "                         - gpquotas : exporte les quotas des groupes.\n"
3300#~ "                         - payments : exporte l'historique des "
3301#~ "paiements.\n"
3302#~ "                         - pmembers : exporte les membres des groupes\n"
3303#~ "                                      d'imprimantes.\n"
3304#~ "                         - umembers : exporte les membres des groupes\n"
3305#~ "                                      d'utilisateurs.\n"
3306#~ "                         - billingcodes : exporte les codes de "
3307#~ "facturation.\n"
3308#~ "                         \n"
3309#~ "                       NB : l'option de ligne de commande -d | --data "
3310#~ "est\n"
3311#~ "                       OBLIGATOIRE.\n"
3312#~ "  \n"
3313#~ "  -f | --format fmt    Exporte les donn� dans le format 'fmt' "
3314#~ "sp�fi�n"
3315#~ "                       Si non pr�s�le format sera csv (champs "
3316#~ "s�r�n"
3317#~ "                       par des virgules).\n"
3318#~ "                       Toutes les donn� sont export� entre double "
3319#~ "quotes.\n"
3320#~ "                       Les formats autoris�sont :\n"
3321#~ "                       \n"
3322#~ "                         - csv : donn� s�r� par des virgules\n"
3323#~ "                         - ssv : donn� s�r� par des point-virgules\n"
3324#~ "                         - tsv : donn� s�r�par des tabulations\n"
3325#~ "                         - xml : donn� export� au format XML\n"
3326#~ "                         - cups : donn� export� au format page_log\n"
3327#~ "                                  de CUPS : DISPONIBLE SEULEMENT\n"
3328#~ "                                            AVEC --data history\n"
3329#~ "                         \n"
3330#~ "  -o | --output nomf   Toutes les donn� seront export� vers un "
3331#~ "fichier\n"
3332#~ "                       plut�ue vers la sortie standard. Le nom sp�al "
3333#~ "'-'\n"
3334#~ "                       est la valeur par d�ut indiquant la sortie "
3335#~ "standard.\n"
3336#~ "                       ATTENTION : les fichiers existants sont "
3337#~ "tronqu�!\n"
3338#~ "\n"
3339#~ "  -s | --sum           Effectue la somme des donn� s�ctionn�.\n"
3340#~ "                         DISPONIBLE SEULEMENT AVEC --data history ou "
3341#~ "payments\n"
3342#~ "\n"
3343#~ "  Utilisez les expressions de filtrage pour extraire seulement "
3344#~ "certaines \n"
3345#~ "  parties des donn�. Les filtres autoris�sont de la forme :\n"
3346#~ "                \n"
3347#~ "         cl�aleur\n"
3348#~ "                         \n"
3349#~ "  Les cl�autoris� pour l'instant sont : \n"
3350#~ "                       \n"
3351#~ "         username       Nom de l'utilisateur\n"
3352#~ "         groupname      Nom du groupe d'utilisateurs\n"
3353#~ "         printername    Nom de l'imprimante\n"
3354#~ "         pgroupname     Nom du groupe d'imprimantes\n"
3355#~ "         hostname       Nom d'h�de la machine cliente\n"
3356#~ "         billingcode    Code de facturation du travail d'impression\n"
3357#~ "         start          Date du travail d'impression\n"
3358#~ "         end            Date du travail d'impression\n"
3359#~ "         \n"
3360#~ "  Contrairement aux autres outils d'administration de PyKota, les "
3361#~ "caract�s\n"
3362#~ "  jokers ne sont pas expans� aussi vous ne pouvez pas les utiliser.\n"
3363#~ "  \n"
3364#~ "  NB : toutes les cl�ne sont pas autoris� pour chaque type de "
3365#~ "donn�, \n"
3366#~ "  aussi le r�ltat peut �e vide si vous utilisez une cl�
3367#~ "indisponible \n"
3368#~ "  pour un type de donn� particulier.\n"
3369#~ "  \n"
3370#~ "Exemples :\n"
3371#~ "\n"
3372#~ "  $ dumpykota --data history --format csv >monfichier.csv\n"
3373#~ "  \n"
3374#~ "  Ceci va exporter l'historique dans un fichier �hamps s�r�par des\n"
3375#~ "  virgules, par exemple pour r�portation dans un tableur.\n"
3376#~ "  \n"
3377#~ "  $ dumpykota --data users --format xml -o util.xml\n"
3378#~ "  \n"
3379#~ "  Exporte toutes les donn� des utilisateurs dans le fichier util.xml\n"
3380#~ "  \n"
3381#~ "  $ dumpykota --data history printername=HP2100 username=jerome\n"
3382#~ "  \n"
3383#~ "  Exporte l'historique des travaux de l'utilisateur jerome sur "
3384#~ "l'imprimante\n"
3385#~ "  HP2100 seulement.\n"
3386#~ "  \n"
3387#~ "  $ dumpykota --data history start=200503 end=20050730234615\n"
3388#~ "  \n"
3389#~ "  Exporte tous les travaux imprim�entre le 1er Mars 2005 �inuit et\n"
3390#~ "  le 30 Juillet 2005 �3 heures 46 minutes et 15 secondes inclus.\n"
3391
3392#~ msgid ""
3393#~ "edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
3394#~ "\n"
3395#~ "A Print Quota editor for PyKota.\n"
3396#~ "\n"
3397#~ "command line usage :\n"
3398#~ "\n"
3399#~ "  edpykota [options] user1 user2 ... userN\n"
3400#~ "  \n"
3401#~ "  edpykota [options] group1 group2 ... groupN\n"
3402#~ "\n"
3403#~ "options :\n"
3404#~ "\n"
3405#~ "  -v | --version       Prints edpykota's version number then exits.\n"
3406#~ "  -h | --help          Prints this message then exits.\n"
3407#~ "  \n"
3408#~ "  -a | --add           Adds users and/or printers if they don't \n"
3409#~ "                       exist on the Quota Storage Server.\n"
3410#~ "                       \n"
3411#~ "  -d | --delete        Deletes users/groups from the quota storage.\n"
3412#~ "                       Printers are never deleted.\n"
3413#~ "                       \n"
3414#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
3415#~ "                       for a particular printer. Job price is optional.\n"
3416#~ "                       If both are to be set, separate them with a "
3417#~ "comma.\n"
3418#~ "                       Floating point values are allowed.\n"
3419#~ "                       \n"
3420#~ "  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
3421#~ "                       when computing the cost of a print job. Positive "
3422#~ "or \n"
3423#~ "                       negative floating point values are allowed,\n"
3424#~ "                       this allows you to do some really creative\n"
3425#~ "                       things like giving money to an user whenever\n"
3426#~ "                       he prints. The number of pages in a print job\n"
3427#~ "                       is not modified by this coefficient, only the\n"
3428#~ "                       cost of the job for a particular user.\n"
3429#~ "                       Only users have a coefficient.\n"
3430#~ "  \n"
3431#~ "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
3432#~ "                              listed, separated by commas. The groups\n"
3433#~ "                              must already exist in the Quota Storage.\n"
3434#~ "  \n"
3435#~ "  -u | --users         Edit users print quotas, this is the default.\n"
3436#~ "  \n"
3437#~ "  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
3438#~ "                       use wildcards characters to select only\n"
3439#~ "                       some printers. The default value is *, meaning\n"
3440#~ "                       all printers. \n"
3441#~ "                       You can specify several names or wildcards, \n"
3442#~ "                       by separating them with commas.\n"
3443#~ "  \n"
3444#~ "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
3445#~ "                       pg1, pg2, etc... which must already exist.\n"
3446#~ "                       A printer group is just like a normal printer,\n"
3447#~ "                       only that it is usually unknown from the printing\n"
3448#~ "                       system. Create printer groups exactly the same\n"
3449#~ "                       way that you create printers, then add other \n"
3450#~ "                       printers to them with this option.\n"
3451#~ "                       Accounting is done on a printer and on all\n"
3452#~ "                       the printer groups it belongs to, quota checking\n"
3453#~ "                       is done on a printer and on all the printer "
3454#~ "groups\n"
3455#~ "                       it belongs to.\n"
3456#~ "  \n"
3457#~ "  -g | --groups        Edit users groups print quotas instead of users.\n"
3458#~ "                          \n"
3459#~ "  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
3460#~ "                       print quotas\n"
3461#~ "                       \n"
3462#~ "  -n | --noquota       Sets both soft and hard limits to None for a\n"
3463#~ "                       particular print quota entry.\n"
3464#~ "                       This is NOT the same as --limitby noquota\n"
3465#~ "                       which acts on ALL print quota entries for a\n"
3466#~ "                       particular user.\n"
3467#~ "  \n"
3468#~ "  -r | --reset         Resets the actual page counter for the user\n"
3469#~ "                       or group to zero on the specified printers. \n"
3470#~ "                       The life time page counter is kept unchanged.\n"
3471#~ "                       \n"
3472#~ "  -R | --hardreset     Resets the actual and life time page counters\n"
3473#~ "                       for the user or group to zero on the specified \n"
3474#~ "                       printers. This is a shortcut for '--used 0'.\n"
3475#~ "                       \n"
3476#~ "  -l | --limitby l     Choose if the user/group is limited in "
3477#~ "printing                     \n"
3478#~ "                       by its account balance or by its page quota.\n"
3479#~ "                       The default value is 'quota'. Allowed values\n"
3480#~ "                       are 'quota' 'balance' 'noquota' 'noprint' \n"
3481#~ "                       and 'nochange' :\n"
3482#~ "                       \n"
3483#~ "                         - quota : limit by number of pages per printer.\n"
3484#~ "                         - balance : limit by number of credits in "
3485#~ "account.\n"
3486#~ "                         - noquota : no limit, accounting still done.\n"
3487#~ "                         - nochange : no limit, accounting not done. \n"
3488#~ "                         - noprint : printing is denied. \n"
3489#~ "                       NB : nochange and noprint are not supported for "
3490#~ "groups.\n"
3491#~ "                       \n"
3492#~ "  -b | --balance b     Sets the user's account balance to "
3493#~ "b.                     \n"
3494#~ "                       Account balance may be increase or decreased\n"
3495#~ "                       if b is prefixed with + or -.\n"
3496#~ "                       WARNING : when decreasing account balance,\n"
3497#~ "                       the total paid so far by the user is decreased\n"
3498#~ "                       too.\n"
3499#~ "                       Groups don't have a real balance, but the\n"
3500#~ "                       sum of their users' account balance.\n"
3501#~ "                       \n"
3502#~ "  -C | --comment txt   Defines some informational text to be associated\n"
3503#~ "                       with a change to an user's account balance.\n"
3504#~ "                       Only meaningful if -b | --balance is also used.\n"
3505#~ "                       \n"
3506#~ "  -S | --softlimit sl  Sets the quota soft limit to sl "
3507#~ "pages.                       \n"
3508#~ "  \n"
3509#~ "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
3510#~ "  \n"
3511#~ "  -I | --increase v    Increase both Soft and Hard limits by the value\n"
3512#~ "                       of v. You can prefix v with + or -, if no sign is\n"
3513#~ "                       used, + is assumed.\n"
3514#~ "\n"
3515#~ "  -U | --used usage    Sets the pagecounters for the user to usage "
3516#~ "pages;\n"
3517#~ "                       useful for migrating users from a different "
3518#~ "system\n"
3519#~ "                       where they have already used some pages. Actual\n"
3520#~ "                       and Life Time page counters may be increased or "
3521#~ "decreased\n"
3522#~ "                       if usage is prefixed with + or -.\n"
3523#~ "                       WARNING : BOTH page counters are modified in all "
3524#~ "cases,\n"
3525#~ "                       so be careful.\n"
3526#~ "                       NB : if 'usage' equals '0', then the action taken "
3527#~ "is\n"
3528#~ "                       the same as if --hardreset was used.\n"
3529#~ "\n"
3530#~ "  user1 through userN and group1 through groupN can use wildcards\n"
3531#~ "  if the --add option is not set.\n"
3532#~ "  \n"
3533#~ "examples :                              \n"
3534#~ "\n"
3535#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
3536#~ "  \n"
3537#~ "  This will add users john, paul, george and ringo to the quota\n"
3538#~ "  database, and set their print quotas to the same values than user \n"
3539#~ "  jerome. User jerome must already exist.\n"
3540#~ "  User ringo's email address will also be set to 'ringo@example.com'\n"
3541#~ "  \n"
3542#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
3543#~ "  \n"
3544#~ "  This will set jerome's print quota on the lp printer to a soft limit\n"
3545#~ "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
3546#~ "  printer lp doesn't exist on the Quota Storage Server then nothing is "
3547#~ "done.\n"
3548#~ "\n"
3549#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
3550#~ "  \n"
3551#~ "  Same as above, but if either user jerome or printer lp doesn't exist \n"
3552#~ "  on the Quota Storage Server they are automatically added. Also\n"
3553#~ "  user jerome is put into the groups \"coders\" and \"it\" which must\n"
3554#~ "  already exist in the Quota Storage.\n"
3555#~ "            \n"
3556#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
3557#~ "  \n"
3558#~ "  This will set print quota soft limit to 500 pages and hard limit\n"
3559#~ "  to 550 pages for groups financial and support on all printers.\n"
3560#~ "  \n"
3561#~ "  $ edpykota --reset jerome \"jo*\"\n"
3562#~ "  \n"
3563#~ "  This will reset jerome's page counter to zero on all printers, as\n"
3564#~ "  well as every user whose name begins with 'jo'.\n"
3565#~ "  Their life time page counter on each printer will be kept unchanged.\n"
3566#~ "  You can also reset the life time page counters by using the\n"
3567#~ "  --hardreset | -R command line option.\n"
3568#~ "  \n"
3569#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
3570#~ "  \n"
3571#~ "  This will tell PyKota to not limit jerome when printing on the \n"
3572#~ "  hpcolor printer. All his jobs will be allowed on this printer, but \n"
3573#~ "  accounting of the pages he prints will still be kept.\n"
3574#~ "  Print Quotas for jerome on other printers are unchanged.\n"
3575#~ "  \n"
3576#~ "  $ edpykota --limitby balance jerome\n"
3577#~ "  \n"
3578#~ "  This will tell PyKota to limit jerome by his account's balance\n"
3579#~ "  when printing.\n"
3580#~ "  \n"
3581#~ "  $ edpykota --balance +10.0 jerome\n"
3582#~ "  \n"
3583#~ "  This will increase jerome's account balance by 10.0 (in your\n"
3584#~ "  own currency). You can decrease the account balance with a\n"
3585#~ "  dash prefix, and set it to a fixed amount with no prefix.\n"
3586#~ "  \n"
3587#~ "  $ edpykota --delete jerome rachel\n"
3588#~ "  \n"
3589#~ "  This will completely delete jerome and rachel from the Quota Storage\n"
3590#~ "  database. All their quotas and jobs will be deleted too.\n"
3591#~ "  \n"
3592#~ "  $ edpykota --printer lp --charge 0.1\n"
3593#~ "  \n"
3594#~ "  This will set the page price for printer lp to 0.1. Job price\n"
3595#~ "  will not be changed.\n"
3596#~ "  \n"
3597#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3598#~ "  \n"
3599#~ "  This will put printers hplj1 and hplj2 in printers groups Laser and "
3600#~ "HP.\n"
3601#~ "  When printing either on hplj1 or hplj2, print quota will also be \n"
3602#~ "  checked and accounted for on virtual printers Laser and HP.\n"
3603#~ "  \n"
3604#~ "  $ edpykota --overcharge 2.5 poorstudent\n"
3605#~ "  \n"
3606#~ "  This will overcharge the poorstudent user by a factor of 2.5.\n"
3607#~ "  \n"
3608#~ "  $ edpykota --overcharge -1 jerome\n"
3609#~ "  \n"
3610#~ "  User jerome will actually earn money whenever he prints.\n"
3611#~ "  \n"
3612#~ "  $ edpykota --overcharge 0 boss\n"
3613#~ "  \n"
3614#~ "  User boss can print at will, it won't cost him anything because the\n"
3615#~ "  cost of each print job will be multiplied by zero before charging\n"
3616#~ "  his account.\n"
3617#~ msgstr ""
3618#~ "edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
3619#~ "\n"
3620#~ "Un �teur de quotas pour PyKota.\n"
3621#~ "\n"
3622#~ "ligne de commande :\n"
3623#~ "\n"
3624#~ "  edpykota [options] utilisateur1 utilisateur2 ... utilisateurN\n"
3625#~ "  \n"
3626#~ "  edpykota [options] groupe1 groupe2 ... groupeN\n"
3627#~ "\n"
3628#~ "options :\n"
3629#~ "\n"
3630#~ "  -v | --version       Affiche la version d'edpykota et quitte.\n"
3631#~ "  -h | --help          Affiche ce message et quitte.\n"
3632#~ "  \n"
3633#~ "  -a | --add           Ajoute des utilisateurs et/ou des imprimantes\n"
3634#~ "                       s'ils n'existent pas d� dans la base de "
3635#~ "donn�.\n"
3636#~ "                       \n"
3637#~ "  -d | --delete        Efface des utilisateurs ou des groupes depuis\n"
3638#~ "                       la base de donn�.                       Les "
3639#~ "imprimantes ne sont jamais effac�.\n"
3640#~ "                       \n"
3641#~ "  -c | --charge p[,j]  Positionne le co�r page et par travail\n"
3642#~ "                       sur l'imprimante. Le prix par travail est "
3643#~ "optionel.\n"
3644#~ "                       Si les deux sont positionn� il faut les s�rer\n"
3645#~ "                       par une virgule. Les nombres r�s sont "
3646#~ "autoris�\n"
3647#~ "                       \n"
3648#~ "  -o | --overcharge f  Positionne le facteur de surtaxe qui sera appliqu�
3649#~ "�"
3650#~ "                       l'utilisateur lors du calcul du co�un travail\n"
3651#~ "                       d'impression. Les valeurs r�les positives ou\n"
3652#~ "                       n�tives sont autoris�, ce qui permet de faire\n"
3653#~ "                       des choses tr�cr�ives comme donner de "
3654#~ "l'argent\n"
3655#~ "                       �n utilisateur chaque fois qu'il imprime.\n"
3656#~ "                       Le nombre de pages d'un travail d'impression "
3657#~ "n'est\n"
3658#~ "                       pas modifi�ar ce coefficient, seulement le co�#~ "du\n"
3659#~ "                       travail pour un utilisateur particulier.\n"
3660#~ "                       Seuls les utilisateurs ont un tel coefficient.\n"
3661#~ "  \n"
3662#~ "  -i | --ingroups g1[,g2...] Place les utilisateurs dans chacun des "
3663#~ "groupes\n"
3664#~ "                             list� separ�par des virgules. Les "
3665#~ "groupes\n"
3666#~ "                             doivent d� exister dans la base de "
3667#~ "donn�.\n"
3668#~ "  \n"
3669#~ "  -u | --users         Modifie les quotas utilisateur, c'est la valeur\n"
3670#~ "                       par d�ut.\n"
3671#~ "  \n"
3672#~ "  -P | --printer p     Modifie les quotas sur l'imprimante p seulement.\n"
3673#~ "                       En fait p peut contenir des caract�s jokers\n"
3674#~ "                       pour s�ctionner seulement certaines "
3675#~ "imprimantes.\n"
3676#~ "                       La valeur par d�ut est *, qui signifie toutes "
3677#~ "les\n"
3678#~ "                       imprimantes. \n"
3679#~ "                       Vous pouvez sp�fier plusieurs noms ou jokers,\n"
3680#~ "                       en les s�rant avec des virgules.\n"
3681#~ "  \n"
3682#~ "  -G | --pgroups pg1[,pg2...] Ajoute l'imprimante aux groupes "
3683#~ "d'imprimantes\n"
3684#~ "                       pg1, pg2, etc... qui doivent d� exister.\n"
3685#~ "                       Un groupe d'imprimantes est comme une imprimante\n"
3686#~ "                       normale, sauf que celle-ci est inconnue du "
3687#~ "syst�\n"
3688#~ "                       d'impression. On cr�des groupes d'imprimantes de "
3689#~ "la\n"
3690#~ "                       m� mani� que des imprimantes normales, et "
3691#~ "ensuite\n"
3692#~ "                       on y ajoute d'autres imprimantes avec cette "
3693#~ "option.\n"
3694#~ "                       Le d�mpte est fait sur une imprimante et sur "
3695#~ "tous\n"
3696#~ "                       les groupes d'imprimantes auxquels elle "
3697#~ "appartient,\n"
3698#~ "                       la v�fication de quota est faite sur une "
3699#~ "imprimante\n"
3700#~ "                       et sur tous les groupes d'imprimantes auxquels "
3701#~ "elle\n"
3702#~ "                       appartient.\n"
3703#~ "  \n"
3704#~ "  -g | --groups        Modifie les quotas de groupes plut�ue ceux des\n"
3705#~ "                       utilisateurs.\n"
3706#~ "                       \n"
3707#~ "  -p | --prototype u|g Prend l'utilisateur u ou le groupe g comme mod�\n"
3708#~ "                       pour positionner le quota d'impression.\n"
3709#~ "                       \n"
3710#~ "  -n | --noquota       Fixe les limites souples et dures �one pour une\n"
3711#~ "                       entr�de quota d'impression particuli�.\n"
3712#~ "                       NE FAIT PAS la m� chose que --limitby noquota "
3713#~ "qui\n"
3714#~ "                       agit sur toutes les entr� de quotas "
3715#~ "d'impression\n"
3716#~ "                       d'un utilisateur donn�n"
3717#~ "  \n"
3718#~ "  -r | --reset         Remet �� le compteur de pages courant pour\n"
3719#~ "                       l'utilisateur ou le groupe sur les imprimantes\n"
3720#~ "                       sp�fi�.\n"
3721#~ "                       Le compteur de pages '�rnel' est inchang�n"
3722#~ "                       \n"
3723#~ "  -R | --hardreset     Remet �� les compteurs de pages courant et\n"
3724#~ "                       '�rnel' pour l'utilisateur ou le groupe sur les\n"
3725#~ "                       imprimantes sp�fi�. Ceci est un raccourci\n"
3726#~ "                       pour '--used 0'.\n"
3727#~ "                       \n"
3728#~ "  -l | --limitby l     D�nit le facteur de limitation pour "
3729#~ "l'utilisateur\n"
3730#~ "                       ou le groupe : soit par le solde du compte "
3731#~ "(balance),\n"
3732#~ "                       soit par le quota par pages.\n"
3733#~ "                       La valeur par d�ut est 'quota'. Les valeurs\n"
3734#~ "                       autoris� sont 'quota' 'balance' 'noquota' "
3735#~ "'noprint'\n"
3736#~ "                       et 'nochange' :\n"
3737#~ "                       \n"
3738#~ "                         - quota : limite par le nombre de pages sur "
3739#~ "chaque\n"
3740#~ "                                   imprimante.\n"
3741#~ "                         - balance : limite par le nombre de cr�ts.\n"
3742#~ "                         - noquota : aucune limite, d�mpte effectu�n"
3743#~ "                         - nochange : aucune limite, d�mpte non "
3744#~ "effectu�n"
3745#~ "                         - noprint : imprimer est interdit.\n"
3746#~ "                       NB : nochange et noprint ne sont pas support�"
3747#~ "pour\n"
3748#~ "                            les groupes.\n"
3749#~ "                       \n"
3750#~ "  -b | --balance b     Fixe le solde de l'utiliateur �a valeur b.\n"
3751#~ "                       Le solde peut aussi �e incr�nt�u d��nt�"
3752#~ "                       si b est pr�d�'un signe + ou -.\n"
3753#~ "                       ATTENTION : si on d��nte le solde, le total\n"
3754#~ "                       r��ar l'utilisateur est d��nt�ussi.\n"
3755#~ "                       Les groupes n'ont pas de solde, leur solde est la\n"
3756#~ "                       somme des soldes des utilisateurs membres.\n"
3757#~ "                       \n"
3758#~ "  -S | --softlimit sl  Fixe la limite souple �l pages.\n"
3759#~ "  \n"
3760#~ "  -H | --hardlimit hl  Fixe la limite dure �l pages.\n"
3761#~ "\n"
3762#~ "  -I | --increase v    Incr�nte �a fois les limites souple et dure de "
3763#~ "la\n"
3764#~ "                       valeur de v. Vous pouvez pr�xer v avec + ou -, "
3765#~ "si\n"
3766#~ "                       aucun signe n'est pr�nt, + est utilis�n"
3767#~ "\n"
3768#~ "  -U | --used usage    Positionne les compteurs de pages de l'utilisateur "
3769#~ "�"
3770#~ "                       la valeur usage; utile pour migrer des "
3771#~ "utilisateurs\n"
3772#~ "                       depuis un logiciel diff�nt dans lequel ils ont "
3773#~ "d�\n"
3774#~ "                       imprim�uelques pages. Les compteurs de pages "
3775#~ "actuels\n"
3776#~ "                       et globaux peuvent �e incr�nt�ou d��nt�"
3777#~ "si\n"
3778#~ "                       usage est pr�x�'un signe + ou -.\n"
3779#~ "                       ATTENTION : LES DEUX compteurs de pages sont "
3780#~ "modifi�n"
3781#~ "                       dans tous les cas, donc soyez prudents.\n"
3782#~ "                       NB : si 'usage' vaut '0', alors l'action "
3783#~ "effectu�n"
3784#~ "                       est identique �elle effectu�avec --hardreset.\n"
3785#~ "  \n"
3786#~ "  les noms d'utilisateurs ou de groupes peuvent contenir des caract�s\n"
3787#~ "  joker si l'option --add n'est pas utilis�\n"
3788#~ "  \n"
3789#~ "exemples :                              \n"
3790#~ "\n"
3791#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
3792#~ "  \n"
3793#~ "  Ceci va ajouter les utilisateurs john, paul, george and ringo �a "
3794#~ "base\n"
3795#~ "  de donn�, et fixer leur quota par pages �a m� valeur que\n"
3796#~ "  l'utilisateur jerome. L'utilisateur jerome doit exister.\n"
3797#~ "  L'adresse email de ringo sera fix��ringo@example.com'\n"
3798#~ "  \n"
3799#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
3800#~ "  \n"
3801#~ "  Ceci va fixer une limite souple de 50 pages et une limite dure de 60 "
3802#~ "pages\n"
3803#~ "  pour l'utilisteur jerome sur l'imprimante lp.\n"
3804#~ "  Si l'utilisateur jerome ou l'imprimante lp n'existent pas dans la base "
3805#~ "de\n"
3806#~ "  donn�alors aucune modification n'est effectu�\n"
3807#~ "\n"
3808#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
3809#~ "  \n"
3810#~ "  Comme ci-dessus, mais l'utilisateur jerome et l'imprimante lp sont "
3811#~ "ajout�n"
3812#~ "  automatiquement s'ils n'existaient pas. L'utilisateur jerome est aussi\n"
3813#~ "  ajout�aux groupes \"coders\" et \"it\" quoi doivent d� exister "
3814#~ "dans\n"
3815#~ "  la base de donn�.\n"
3816#~ "            \n"
3817#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
3818#~ "  \n"
3819#~ "  Ceci va fixer une limite souple de 500 pages et une limite dure de 550\n"
3820#~ "  pages pour les groupes financial et support sur toutes les "
3821#~ "imprimantes.\n"
3822#~ "  \n"
3823#~ "  $ edpykota --reset jerome \"jo*\"\n"
3824#~ "  \n"
3825#~ "  Ceci va remettre �� le compteur de pages courant de jerome sur "
3826#~ "toutes\n"
3827#~ "  les imprimantes, ainsi que pour chaque utilisateur dont le nom "
3828#~ "commence\n"
3829#~ "  par 'jo'.\n"
3830#~ "  Leurs compteurs '�rnels' ne seront pas modifi�\n"
3831#~ "  Vous pouvez �lement remettre �� les compteurs '�rnels' gr� �"
3832#~ "  l'option --hardreset | -R de la ligne de commande.\n"
3833#~ "  \n"
3834#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
3835#~ "  \n"
3836#~ "  Ceci indique �yKota de ne pas limiter jerome lorsqu'il va imprimer\n"
3837#~ "  sur l'imprimante hpcolor. Tous ses travaux seront autoris�sur cette\n"
3838#~ "  imprimantes, mais la comptabilit�e ses impressions sera quand m�\n"
3839#~ "  tenue. Les quotas des autres utilisateurs sont inchang�\n"
3840#~ "  \n"
3841#~ "  $ edpykota --limitby balance jerome\n"
3842#~ "  \n"
3843#~ "  Ceci indique �yKota de limiter jerome par le solde de son compte\n"
3844#~ "  lorsqu'il imprime.\n"
3845#~ "  \n"
3846#~ "  $ edpykota --balance +10.0 jerome\n"
3847#~ "  \n"
3848#~ "  Ceci va incr�nter le solde de jerome de 10.0 unit�(dans votre\n"
3849#~ "  propre monnaie). Vous pouvez d��nter ce solde en utilisant le "
3850#~ "signe\n"
3851#~ "  n�tif, et positionner la valeur en n'utilisant aucun signe.\n"
3852#~ "  \n"
3853#~ "  $ edpykota --delete jerome rachel\n"
3854#~ "  \n"
3855#~ "  Ceci va compl�ment effacer les utilisateurs jerome et rachel de la "
3856#~ "base\n"
3857#~ "  de donn�. Tous leurs quotas et leurs historiques seront aussi "
3858#~ "effac�\n"
3859#~ "  \n"
3860#~ "  $ edpykota --printer lp --charge 0.1\n"
3861#~ "  \n"
3862#~ "  Ceci va fixer le co�r page �.1 unit�ur l'imprimante lp. Le "
3863#~ "co�
3864#~ "  d'un travail ne sera pas modifi�n"
3865#~ "  \n"
3866#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3867#~ "  \n"
3868#~ "  Ceci va ajouter les imprimantes hplj1 et hplj2 dans les groupes\n"
3869#~ "  d'imprimantes Laser et HP.\n"
3870#~ "  En imprimant sur hplj1 ou hplj2, les quotas seront �lement v�fi�n"
3871#~ "  et comptabilis�sur les imprimantes virtuelles Laser et HP.\n"
3872#~ "  \n"
3873#~ "  $ edpykota --overcharge 2.5 pauvreetudiant\n"
3874#~ "  \n"
3875#~ "  Ceci va surtaxer l'utilisateur pauvreetudiant par un facteur de 2.5.\n"
3876#~ "  \n"
3877#~ "  $ edpykota --overcharge -1 jerome\n"
3878#~ "  \n"
3879#~ "  L'utilisateur jerome va gagner de l'argent �haque fois qu'il "
3880#~ "imprimera.\n"
3881#~ "  \n"
3882#~ "  $ edpykota --overcharge 0 patron\n"
3883#~ "  \n"
3884#~ "  L'utilisateur patron peut imprimer �olont�cela ne lui co� rien\n"
3885#~ "  car le co� chaque travail d'impression sera multipli�ar z� "
3886#~ "avant\n"
3887#~ "  de d�ter son compte.\n"
Note: See TracBrowser for help on using the browser.