Show
Ignore:
Timestamp:
10/11/04 14:54:57 (20 years ago)
Author:
jalet
Message:

Updated translations file which now include all commands' help

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/po/be/pykota.po

    r1741 r1798  
    2828"Project-Id-Version: PyKota v1.19\n" 
    2929"Report-Msgid-Bugs-To: alet@librelogiciel.com\n" 
    30 "POT-Creation-Date: 2004-07-21 15:35:00+0100\n" 
     30"POT-Creation-Date: 2004-10-11 14:49+0200\n" 
    3131"PO-Revision-Date: 2004-07-21 15:55:00+0100\n" 
    3232"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n" 
     
    3737 
    3838#, python-format 
     39msgid "" 
     40"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     41"A tool to automate user account creation and initial balance setting.\n" 
     42"\n" 
     43"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
     44"\n" 
     45"command line usage :\n" 
     46"\n" 
     47"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
     48"  OF AN external policy IN pykota.conf\n" 
     49"  \n" 
     50"  autopykota { -i | --initbalance value } \n" 
     51"\n" 
     52"options :\n" 
     53"\n" 
     54"  -v | --version       Prints edpykota's version number then exits.\n" 
     55"  -h | --help          Prints this message then exits.\n" 
     56"  \n" 
     57"  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
     58"                       If the user already exists, actual balance is left\n" 
     59"                       unmodified. If unset, the default value is 0.\n" 
     60"                       \n" 
     61"This program is free software; you can redistribute it and/or modify\n" 
     62"it under the terms of the GNU General Public License as published by\n" 
     63"the Free Software Foundation; either version 2 of the License, or\n" 
     64"(at your option) any later version.\n" 
     65"\n" 
     66"This program is distributed in the hope that it will be useful,\n" 
     67"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     68"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     69"GNU General Public License for more details.\n" 
     70"\n" 
     71"You should have received a copy of the GNU General Public License\n" 
     72"along with this program; if not, write to the Free Software\n" 
     73"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     74"\n" 
     75"Please e-mail bugs to: %s" 
     76msgstr "" 
     77 
     78#, python-format 
     79msgid "" 
     80"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     81"A Print Quota editor for PyKota.\n" 
     82"\n" 
     83"command line usage :\n" 
     84"\n" 
     85"  edpykota [options] user1 user2 ... userN\n" 
     86"  \n" 
     87"  edpykota [options] group1 group2 ... groupN\n" 
     88"\n" 
     89"options :\n" 
     90"\n" 
     91"  -v | --version       Prints edpykota's version number then exits.\n" 
     92"  -h | --help          Prints this message then exits.\n" 
     93"  \n" 
     94"  -a | --add           Adds users and/or printers if they don't \n" 
     95"                       exist on the Quota Storage Server.\n" 
     96"                       \n" 
     97"  -d | --delete        Deletes users/groups from the quota storage.\n" 
     98"                       Printers are never deleted.\n" 
     99"                       \n" 
     100"  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     101"                       for a particular printer. Job price is optional.\n" 
     102"                       If both are to be set, separate them with a comma.\n" 
     103"                       Floating point values are allowed.\n" 
     104"  \n" 
     105"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     106"                              listed, separated by commas. The groups\n" 
     107"                              must already exist in the Quota Storage.\n" 
     108"  \n" 
     109"  -u | --users         Edit users print quotas, this is the default.\n" 
     110"  \n" 
     111"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     112"                       use wildcards characters to select only\n" 
     113"                       some printers. The default value is *, meaning\n" 
     114"                       all printers. \n" 
     115"                       You can specify several names or wildcards, \n" 
     116"                       by separating them with commas.\n" 
     117"  \n" 
     118"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     119"                       pg1, pg2, etc... which must already exist.\n" 
     120"                       A printer group is just like a normal printer,\n" 
     121"                       only that it is usually unknown from the printing\n" 
     122"                       system. Create printer groups exactly the same\n" 
     123"                       way that you create printers, then add other \n" 
     124"                       printers to them with this option.\n" 
     125"                       Accounting is done on a printer and on all\n" 
     126"                       the printer groups it belongs to, quota checking\n" 
     127"                       is done on a printer and on all the printer groups\n" 
     128"                       it belongs to.\n" 
     129"  \n" 
     130"  -g | --groups        Edit users groups print quotas instead of users.\n" 
     131"                          \n" 
     132"  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     133"                       print quotas\n" 
     134"                       \n" 
     135"  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
     136"  \n" 
     137"  -r | --reset         Resets the actual page counter for the user\n" 
     138"                       or group to zero on the specified printers. \n" 
     139"                       The life time page counter is kept unchanged.\n" 
     140"                       \n" 
     141"  -R | --hardreset     Resets the actual and life time page counters\n" 
     142"                       for the user or group to zero on the specified \n" 
     143"                       printers. \n" 
     144"                       \n" 
     145"  -l | --limitby l     Choose if the user/group is limited in " 
     146"printing                     \n" 
     147"                       by its account balance or by its page quota.\n" 
     148"                       The default value is 'quota'. Allowed values\n" 
     149"                       are 'quota' 'balance' 'quota-then-balance' and\n" 
     150"                       'balance-then-quota'.\n" 
     151"                       WARNING : quota-then-balance and balance-then-quota\n" 
     152"                       are not yet implemented.\n" 
     153"                       \n" 
     154"  -b | --balance b     Sets the user's account balance to " 
     155"b.                     \n" 
     156"                       Account balance may be increase or decreased\n" 
     157"                       if b is prefixed with + or -.\n" 
     158"                       WARNING : when decreasing account balance,\n" 
     159"                       the total paid so far by the user is decreased\n" 
     160"                       too.\n" 
     161"                       Groups don't have a real balance, but the\n" 
     162"                       sum of their users' account balance.\n" 
     163"                       \n" 
     164"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     165"pages.                       \n" 
     166"  \n" 
     167"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     168"  \n" 
     169"  user1 through userN and group1 through groupN can use wildcards\n" 
     170"  if the --add option is not set.\n" 
     171"  \n" 
     172"examples :                              \n" 
     173"\n" 
     174"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     175"  \n" 
     176"  This will add users john, paul, george and ringo to the quota\n" 
     177"  database, and set their print quotas to the same values than user \n" 
     178"  jerome. User jerome must already exist.\n" 
     179"  User ringo's email address will also be set to 'ringo@example.com'\n" 
     180"  \n" 
     181"  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     182"  \n" 
     183"  This will set jerome's print quota on the lp printer to a soft limit\n" 
     184"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
     185"  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     186"done.\n" 
     187"\n" 
     188"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     189"  \n" 
     190"  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     191"  on the Quota Storage Server they are automatically added. Also\n" 
     192"  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     193"  already exist in the Quota Storage.\n" 
     194"            \n" 
     195"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     196"  \n" 
     197"  This will set print quota soft limit to 500 pages and hard limit\n" 
     198"  to 550 pages for groups financial and support on all printers.\n" 
     199"  \n" 
     200"  $ edpykota --reset jerome \"jo*\"\n" 
     201"  \n" 
     202"  This will reset jerome's page counter to zero on all printers, as\n" 
     203"  well as every user whose name begins with 'jo'.\n" 
     204"  Their life time page counter on each printer will be kept unchanged.\n" 
     205"  You can also reset the life time page counters by using the\n" 
     206"  --hardreset | -R command line option.\n" 
     207"  \n" 
     208"  $ edpykota --printer hpcolor --noquota jerome\n" 
     209"  \n" 
     210"  This will tell PyKota to not limit jerome when printing on the \n" 
     211"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     212"  accounting of the pages he prints will still be kept.\n" 
     213"  Print Quotas for jerome on other printers are unchanged.\n" 
     214"  \n" 
     215"  $ edpykota --limitby balance jerome\n" 
     216"  \n" 
     217"  This will tell PyKota to limit jerome by his account's balance\n" 
     218"  when printing.\n" 
     219"  \n" 
     220"  $ edpykota --balance +10.0 jerome\n" 
     221"  \n" 
     222"  This will increase jerome's account balance by 10.0 (in your\n" 
     223"  own currency). You can decrease the account balance with a\n" 
     224"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     225"  \n" 
     226"  $ edpykota --delete jerome rachel\n" 
     227"  \n" 
     228"  This will completely delete jerome and rachel from the Quota Storage\n" 
     229"  database. All their quotas and jobs will be deleted too.\n" 
     230"  \n" 
     231"  $ edpykota --printer lp --charge 0.1\n" 
     232"  \n" 
     233"  This will set the page price for printer lp to 0.1. Job price\n" 
     234"  will not be changed.\n" 
     235"  \n" 
     236"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     237"  \n" 
     238"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
     239"  When printing either on hplj1 or hplj2, print quota will also be \n" 
     240"  checked and accounted for on virtual printers Laser and HP.\n" 
     241"\n" 
     242"This program is free software; you can redistribute it and/or modify\n" 
     243"it under the terms of the GNU General Public License as published by\n" 
     244"the Free Software Foundation; either version 2 of the License, or\n" 
     245"(at your option) any later version.\n" 
     246"\n" 
     247"This program is distributed in the hope that it will be useful,\n" 
     248"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     249"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     250"GNU General Public License for more details.\n" 
     251"\n" 
     252"You should have received a copy of the GNU General Public License\n" 
     253"along with this program; if not, write to the Free Software\n" 
     254"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     255"\n" 
     256"Please e-mail bugs to: %s" 
     257msgstr "" 
     258 
     259msgid "You're not allowed to use this command." 
     260msgstr "" 
     261 
     262#, python-format 
     263msgid "Invalid softlimit value %s." 
     264msgstr "Valeur %s invalide pour la limite souple." 
     265 
     266#, python-format 
     267msgid "Invalid hardlimit value %s." 
     268msgstr "Valeur %s invalide pour la limite dure." 
     269 
     270#, python-format 
     271msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     272msgstr "" 
     273"Limite dure %i est inf�eure �a limite souple %i, les valeurs seront " 
     274"�ang�. " 
     275 
     276#, python-format 
     277msgid "Invalid balance value %s" 
     278msgstr "Valeur %s du solde invalide" 
     279 
     280#, python-format 
     281msgid "Invalid charge amount value %s" 
     282msgstr "Montant �omptabiliser %s invalide" 
     283 
     284#, python-format 
     285msgid "Invalid limitby value %s" 
     286msgstr "Valeur de l'option limitby %s invalide" 
     287 
     288#, python-format 
     289msgid "Impossible to add printer %s" 
     290msgstr "Impossible d'ajouter l'imprimante %s" 
     291 
     292#, python-format 
     293msgid "Invalid printer name %s" 
     294msgstr "Nom d'imprimante %s invalide" 
     295 
     296#, python-format 
     297msgid "There's no printer matching %s" 
     298msgstr "Aucune imprimante ne correspond �s" 
     299 
     300msgid "You have to pass user or group names on the command line" 
     301msgstr "" 
     302"Vous devez passer des noms d'utilisateurs ou de groupes sur la ligne de " 
     303"commande" 
     304 
     305#, python-format 
     306msgid "Prototype %s not found in Quota Storage for printer %s." 
     307msgstr "Prototype %s non trouv�ans le Quota Storage pour l'imprimante %s." 
     308 
     309#, python-format 
     310msgid "Prototype object %s not found in Quota Storage." 
     311msgstr "Objet prototype %s introuvable dans le Quota Storage." 
     312 
     313#, python-format 
     314msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     315msgstr "" 
     316"Limite dure ind�nie, positionn��a limite souple (%s) sur l'imprimante %" 
     317"s." 
     318 
     319#, python-format 
     320msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     321msgstr "" 
     322"Limite souple ind�nie, positionn��a limite dure (%s) sur l'imprimante %" 
     323"s." 
     324 
     325#, python-format 
     326msgid "Invalid email address %s" 
     327msgstr "Adresse �ctronique %s invalide" 
     328 
     329#, python-format 
     330msgid "Invalid group name %s" 
     331msgstr "Nom de groupe %s invalide" 
     332 
     333#, python-format 
     334msgid "Invalid user name %s" 
     335msgstr "Nom d'utilisateur %s invalide" 
     336 
     337#, python-format 
     338msgid "Quota not found for object %s on printer %s." 
     339msgstr "Quota non trouv�our l'objet %s sur l'imprimante %s." 
     340 
     341#, python-format 
     342msgid "Group %s not found in the PyKota Storage." 
     343msgstr "Groupe %s non trouv�ans le Quota Storage." 
     344 
     345msgid "incompatible options, see help." 
     346msgstr "options incompatibles, voir l'aide." 
     347 
     348#, python-format 
     349msgid "" 
     350"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     351"An OSD quota monitor for PyKota.\n" 
     352"\n" 
     353"command line usage :\n" 
     354"\n" 
     355"  pykosd [options]\n" 
     356"\n" 
     357"options :\n" 
     358"\n" 
     359"  -v | --version       Prints pkprinters's version number then exits.\n" 
     360"  -h | --help          Prints this message then exits.\n" 
     361"  \n" 
     362"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     363"                       triplet, for example #FF0000 is 100%% red.\n" 
     364"                       Defaults to 100%% green (#00FF00).\n" 
     365"                       \n" 
     366"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     367"                       Defaults to 3 seconds.\n" 
     368"                       \n" 
     369"  -f | --font f        Sets the font to use for " 
     370"display.                      \n" 
     371"                       Defaults to the Python OSD library's default.\n" 
     372"  \n" 
     373"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     374"                       Defaults to 0, which means loop forever.\n" 
     375"                       \n" 
     376"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     377"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     378"                       \n" 
     379"  \n" 
     380"examples :                              \n" 
     381"\n" 
     382"  $ pykosd -s 60 --loop 5\n" 
     383"  \n" 
     384"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     385"  and will last for 3 seconds (the default) each time. After five\n" 
     386"  iterations, the program will exit.\n" 
     387"  \n" 
     388"This program is free software; you can redistribute it and/or modify\n" 
     389"it under the terms of the GNU General Public License as published by\n" 
     390"the Free Software Foundation; either version 2 of the License, or\n" 
     391"(at your option) any later version.\n" 
     392"\n" 
     393"This program is distributed in the hope that it will be useful,\n" 
     394"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     395"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     396"GNU General Public License for more details.\n" 
     397"\n" 
     398"You should have received a copy of the GNU General Public License\n" 
     399"along with this program; if not, write to the Free Software\n" 
     400"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     401"\n" 
     402"Please e-mail bugs to: %s" 
     403msgstr "" 
     404 
     405#, python-format 
     406msgid "Invalid duration option %s" 
     407msgstr "Option duration %s invalide" 
     408 
     409#, python-format 
     410msgid "Invalid loop option %s" 
     411msgstr "Option loop %s invalide" 
     412 
     413#, python-format 
     414msgid "Invalid sleep option %s" 
     415msgstr "Option sleep %s invalide" 
     416 
     417#, python-format 
     418msgid "Invalid color option %s" 
     419msgstr "Option color %s invalide" 
     420 
     421#, python-format 
     422msgid "User %s doesn't exist in PyKota's database" 
     423msgstr "L'utilisateur %s n'existe pas dans la base PyKota" 
     424 
     425#, python-format 
     426msgid "Pages used on %s : %s" 
     427msgstr "Pages utilisees sur %s : %s" 
     428 
     429#, python-format 
     430msgid "PyKota Units left : %.2f" 
     431msgstr "Unites PyKota restantes : %.2f" 
     432 
     433#, python-format 
     434msgid "" 
     435"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     436"\n" 
     437"Sends mail to users over print quota.\n" 
     438"\n" 
     439"command line usage :\n" 
     440"\n" 
     441"  warnpykota  [options]  [names]\n" 
     442"\n" 
     443"options :\n" 
     444"\n" 
     445"  -v | --version       Prints warnpykota's version number then exits.\n" 
     446"  -h | --help          Prints this message then exits.\n" 
     447"  \n" 
     448"  -u | --users         Warns users over their print quota, this is the \n" 
     449"                       default.\n" 
     450"  \n" 
     451"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     452"  \n" 
     453"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     454"                       use wildcards characters to select only\n" 
     455"                       some printers. The default value is *, meaning\n" 
     456"                       all printers.\n" 
     457"                       You can specify several names or wildcards, \n" 
     458"                       by separating them with commas.\n" 
     459"  \n" 
     460"examples :                              \n" 
     461"\n" 
     462"  $ warnpykota --printer lp\n" 
     463"  \n" 
     464"  This will warn all users of the lp printer who have exceeded their\n" 
     465"  print quota.\n" 
     466"\n" 
     467"  $ warnpykota \n" 
     468"  \n" 
     469"  This will warn all users  who have exceeded their print quota on\n" 
     470"  any printer.\n" 
     471"\n" 
     472"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     473"  \n" 
     474"  This will warn all users of groups which names begins with \"dev\" and\n" 
     475"  who have exceeded their print quota on any printer which name begins \n" 
     476"  with \"laserjet\"\n" 
     477"  \n" 
     478"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     479"  arguments representing users or groups names are ignored, and only the\n" 
     480"  current user/group is reported.\n" 
     481"\n" 
     482"This program is free software; you can redistribute it and/or modify\n" 
     483"it under the terms of the GNU General Public License as published by\n" 
     484"the Free Software Foundation; either version 2 of the License, or\n" 
     485"(at your option) any later version.\n" 
     486"\n" 
     487"This program is distributed in the hope that it will be useful,\n" 
     488"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     489"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     490"GNU General Public License for more details.\n" 
     491"\n" 
     492"You should have received a copy of the GNU General Public License\n" 
     493"along with this program; if not, write to the Free Software\n" 
     494"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     495"\n" 
     496"Please e-mail bugs to: %s" 
     497msgstr "" 
     498 
     499msgid "Job contains no data. Printing is denied." 
     500msgstr "" 
     501"Le travail d'impression ne contient aucune donn� L'impression est rejet�" 
     502 
     503msgid "Job accounting begins." 
     504msgstr "D�t du d�mpte pour le travail d'impression" 
     505 
     506msgid "Job accounting ends." 
     507msgstr "Fin du d�mpte pour le travail d'impression" 
     508 
     509msgid "Job size forced to 0 because printing is denied." 
     510msgstr "" 
     511"Taille du travail d'impression forc�� car l'impression est rejet�" 
     512 
     513#, python-format 
     514msgid "Job size : %i" 
     515msgstr "Taille du travail d'impression : %i" 
     516 
     517#, python-format 
     518msgid "Updating user %s's quota on printer %s" 
     519msgstr "Mise �our du quota de l'utilisateur %s sur l'imprimante %s" 
     520 
     521msgid "Job added to history." 
     522msgstr "Travail d'impression ajout� l'historique." 
     523 
     524#, python-format 
     525msgid "File number %s unregistered twice from polling object, ignored." 
     526msgstr "" 
     527"Le fichier num� %s a � retir�eux fois de l'objet poll, action ignor�" 
     528 
     529#, python-format 
     530msgid "SIGTERM was sent to real backend %s (pid: %s)" 
     531msgstr "SIGTERM a � envoy�u vrai backend %s (pid: %s)" 
     532 
     533#, python-format 
     534msgid "CUPS backend %s died abnormally." 
     535msgstr "Le backend CUPS %s est sorti anormalement." 
     536 
     537#, python-format 
     538msgid "" 
     539"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     540"\n" 
     541"Dumps PyKota database's content.\n" 
     542"\n" 
     543"command line usage :\n" 
     544"\n" 
     545"  dumpykota [options] \n" 
     546"\n" 
     547"options :\n" 
     548"\n" 
     549"  -v | --version       Prints dumpykota's version number then exits.\n" 
     550"  -h | --help          Prints this message then exits.\n" 
     551"  \n" 
     552"  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
     553"                       \n" 
     554"                         - history : dumps the jobs history.\n" 
     555"                         - users : dumps users.\n" 
     556"                         - groups : dumps user groups.\n" 
     557"                         - printers : dump printers.\n" 
     558"                         - upquotas : dump user quotas.\n" 
     559"                         - gpquotas : dump user groups quotas.\n" 
     560"                         - payments : dumps user payments.\n" 
     561"                         - pmembers : dumps printer groups members.\n" 
     562"                         - umembers : dumps user groups members.\n" 
     563"                         \n" 
     564"                       NB : the -d | --data command line option   \n" 
     565"                       is MANDATORY.\n" 
     566"  \n" 
     567"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
     568"                       the format is to dump datas in the csv format (comma\n" 
     569"                       separated values). All data dumped is between double\n" 
     570"                       quotes. Allowed formats are :\n" 
     571"                       \n" 
     572"                         - csv : separate datas with commas\n" 
     573"                         - ssv : separate datas with semicolons\n" 
     574"                         - tsv : separate datas with tabs\n" 
     575"                         - xml : dump data as XML\n" 
     576"                         \n" 
     577"  -o | --output fname  All datas will be dumped to the file instead of\n" 
     578"                       to the standard output. The special '-' filename\n" 
     579"                       is the default value and means stdout.\n" 
     580"                       WARNING : existing files are truncated !\n" 
     581"  \n" 
     582"Examples :\n" 
     583"\n" 
     584"  $ dumpykota --data history --format csv >myfile.csv\n" 
     585"  \n" 
     586"  This dumps the history in a comma separated values file, for possible\n" 
     587"  use in a spreadsheet.\n" 
     588"  \n" 
     589"  $ dumpykota --data users --format xml -o users.xml\n" 
     590"  \n" 
     591"  Dumps all users datas to the users.xml file.\n" 
     592"  \n" 
     593"This program is free software; you can redistribute it and/or modify\n" 
     594"it under the terms of the GNU General Public License as published by\n" 
     595"the Free Software Foundation; either version 2 of the License, or\n" 
     596"(at your option) any later version.\n" 
     597"\n" 
     598"This program is distributed in the hope that it will be useful,\n" 
     599"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     600"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     601"GNU General Public License for more details.\n" 
     602"\n" 
     603"You should have received a copy of the GNU General Public License\n" 
     604"along with this program; if not, write to the Free Software\n" 
     605"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     606"\n" 
     607"Please e-mail bugs to: %s" 
     608msgstr "" 
     609 
     610#, python-format 
     611msgid "Invalid modifier [%s] for --data command line option, see help." 
     612msgstr "" 
     613 
     614#, python-format 
     615msgid "Invalid modifier [%s] for --format command line option, see help." 
     616msgstr "" 
     617 
     618msgid "XML output is disabled because the jaxml module is not available." 
     619msgstr "" 
     620 
     621msgid "PyKota data dumper failed : I/O error" 
     622msgstr "" 
     623 
     624msgid "The -d | --data command line option is mandatory, see help." 
     625msgstr "" 
     626 
     627msgid "Too many arguments, see help." 
     628msgstr "" 
     629 
     630msgid "Software accounting already done in first pass. Ignoring." 
     631msgstr "D�mpte logiciel d� effectu�urant la premi� phase. Ignor� 
     632 
     633msgid "Hardware accounting already done in first pass. Ignoring." 
     634msgstr "D�mpte mat�el d� effectu�urant la premi� phase. Ignor� 
     635 
     636#, python-format 
     637msgid "" 
     638"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     639"A tool to give hints on what accounting method is best for each printer.\n" 
     640"\n" 
     641"command line usage :\n" 
     642"\n" 
     643"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n" 
     644"\n" 
     645"options :\n" 
     646"\n" 
     647"  -v | --version       Prints pkhint's version number then exits.\n" 
     648"  -h | --help          Prints this message then exits.\n" 
     649"  \n" 
     650"examples :                              \n" 
     651"\n" 
     652"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 
     653"  \n" 
     654"  Will analyze your printing system to test which accounter\n" 
     655"  is the best for each of the defined printer which\n" 
     656"  name matches one of the parameters.\n" 
     657"  \n" 
     658"  If you don't pass any argument on the command line, all\n" 
     659"  printers will be analyzed.\n" 
     660"  \n" 
     661"This program is free software; you can redistribute it and/or modify\n" 
     662"it under the terms of the GNU General Public License as published by\n" 
     663"the Free Software Foundation; either version 2 of the License, or\n" 
     664"(at your option) any later version.\n" 
     665"\n" 
     666"This program is distributed in the hope that it will be useful,\n" 
     667"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     668"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     669"GNU General Public License for more details.\n" 
     670"\n" 
     671"You should have received a copy of the GNU General Public License\n" 
     672"along with this program; if not, write to the Free Software\n" 
     673"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     674"\n" 
     675"Please e-mail bugs to: %s" 
     676msgstr "" 
     677 
     678#, python-format 
     679msgid "Invalid DeviceURI : %s" 
     680msgstr "DeviceURI invalide : %s" 
     681 
     682msgid "" 
     683"\n" 
     684"Please wait while pkhint analyzes your printing system's configuration..." 
     685msgstr "" 
     686"\n" 
     687"Merci de patienter pendant que pkhint analyse la configuration de votre " 
     688"syst� d'impression..." 
     689 
     690#, python-format 
     691msgid "Unknown device %s for printer %s" 
     692msgstr "P�ph�que %s inconnu pour l'imprimante %s" 
     693 
     694msgid "" 
     695"\n" 
     696"Put the following lines into your /etc/pykota/pykota.conf file :\n" 
     697msgstr "" 
     698"\n" 
     699"Mettez les lignes suivantes dans votre fichier /etc/pykota/pykota.conf :\n" 
     700 
     701msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
     702msgstr "" 
     703"# ATTENTION : si le d�mpte software est sugg�, cela ne veut pas dire" 
     704 
     705msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
     706msgstr "" 
     707"# que le d�mpte hardware ne fonctionnerait pas, cela veut seulement dire " 
     708"que PyKota" 
     709 
     710msgid "# wasn't able to autodetect which hardware accounting method to use." 
     711msgstr "" 
     712"# n'a pas � capable de d�cter automatiquement quelle m�ode de d�mpte " 
     713"hardware utiliser." 
     714 
     715#, python-format 
     716msgid "" 
     717"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     718"A Printers Manager for PyKota.\n" 
     719"\n" 
     720"command line usage :\n" 
     721"\n" 
     722"  pkprinters [options] printer1 printer2 printer3 ... printerN\n" 
     723"\n" 
     724"options :\n" 
     725"\n" 
     726"  -v | --version       Prints pkprinters's version number then exits.\n" 
     727"  -h | --help          Prints this message then exits.\n" 
     728"  \n" 
     729"  -a | --add           Adds printers if they don't exist on the Quota \n" 
     730"                       Storage Server. If they exist, they are modified\n" 
     731"                       unless -s|--skipexisting is also used.\n" 
     732"                       \n" 
     733"  -d | --delete        Deletes printers from the quota storage.\n" 
     734"  \n" 
     735"  -D | --description   Adds a textual description to printers.\n" 
     736"                       \n" 
     737"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n" 
     738"                       Job price is optional.\n" 
     739"                       If both are to be set, separate them with a comma.\n" 
     740"                       Floating point and negative values are allowed.\n" 
     741"  \n" 
     742"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n" 
     743"                       groups pg1, pg2, etc... which must already exist.\n" 
     744"                       A printer group is just like a normal printer,\n" 
     745"                       only that it is usually unknown from the printing\n" 
     746"                       system. Create printer groups exactly the same\n" 
     747"                       way that you create printers, then add other \n" 
     748"                       printers to them with this option.\n" 
     749"                       Accounting is done on a printer and on all\n" 
     750"                       the printer groups it belongs to, quota checking\n" 
     751"                       is done on a printer and on all the printer groups\n" 
     752"                       it belongs to.\n" 
     753"                       If the --remove option below is not used, the \n" 
     754"                       default action is to add printers to the specified\n" 
     755"                       printer groups.\n" 
     756"                       \n" 
     757"  -l | --list          List informations about the printer(s) and the\n" 
     758"                       printers groups it is a member of.\n" 
     759"                       \n" 
     760"  -r | --remove        In combination with the --groups option " 
     761"above,                       \n" 
     762"                       remove printers from the specified printers groups.\n" 
     763"                       \n" 
     764"  -s | --skipexisting  In combination with the --add option above, tells\n" 
     765"                       pkprinters to not modify existing printers.\n" 
     766"  \n" 
     767"  printer1 through printerN can contain wildcards if the --add option \n" 
     768"  is not set.\n" 
     769"  \n" 
     770"examples :                              \n" 
     771"\n" 
     772"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 " 
     773"hp8000\n" 
     774"  \n" 
     775"  Will create three printers named hp2100, hp2200 and hp8000.\n" 
     776"  Their price per page will be set at 0.05 unit, and their price\n" 
     777"  per job will be set at 0.1 unit. Units are in your own currency,\n" 
     778"  or whatever you want them to mean.\n" 
     779"  All of their descriptions will be set to the string \"HP Printer\".\n" 
     780"  If any of these printers already exists, it will also be modified \n" 
     781"  unless the -s|--skipexisting command line option is also used.\n" 
     782"            \n" 
     783"  $ pkprinters --delete \"*\"\n" 
     784"  \n" 
     785"  This will completely delete all printers and associated quota " 
     786"information,\n" 
     787"  as well as their job history. USE WITH CARE !\n" 
     788"  \n" 
     789"  $ pkprinters --groups Laser,HP \"hp*\"\n" 
     790"  \n" 
     791"  This will put all printers which name matches \"hp*\" into printers " 
     792"groups \n" 
     793"  Laser and HP, which MUST already exist.\n" 
     794"  \n" 
     795"  $ pkprinters --groups LexMark --remove hp2200\n" 
     796"  \n" 
     797"  This will remove the hp2200 printer from the LexMark printer group.\n" 
     798"  \n" 
     799"This program is free software; you can redistribute it and/or modify\n" 
     800"it under the terms of the GNU General Public License as published by\n" 
     801"the Free Software Foundation; either version 2 of the License, or\n" 
     802"(at your option) any later version.\n" 
     803"\n" 
     804"This program is distributed in the hope that it will be useful,\n" 
     805"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     806"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     807"GNU General Public License for more details.\n" 
     808"\n" 
     809"You should have received a copy of the GNU General Public License\n" 
     810"along with this program; if not, write to the Free Software\n" 
     811"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     812"\n" 
     813"Please e-mail bugs to: %s" 
     814msgstr "" 
     815 
     816#, python-format 
     817msgid "Printer %s already exists, skipping." 
     818msgstr "L'imprimante %s existe d�, ignor�" 
     819 
     820#, python-format 
     821msgid "Printer %s already exists, will be modified." 
     822msgstr "L'imprimante %s existe d�, elle sera modifi�" 
     823 
     824msgid "in" 
     825msgstr "dans" 
     826 
     827msgid "You have to pass printer groups names on the command line" 
     828msgstr "" 
     829"Vous devez passer des noms de groupes d'imprimantes sur la ligne de commande" 
     830 
     831msgid "You have to pass printer names on the command line" 
     832msgstr "Vous devez passer des noms d'imprimantes sur la ligne de commande" 
     833 
     834#, python-format 
     835msgid "" 
     836"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     837"\n" 
     838"Gives print quotes to users.\n" 
     839"\n" 
     840"command line usage :\n" 
     841"\n" 
     842"  pykotme  [options]  [files]\n" 
     843"\n" 
     844"options :\n" 
     845"\n" 
     846"  -v | --version       Prints pykotme's version number then exits.\n" 
     847"  -h | --help          Prints this message then exits.\n" 
     848"  \n" 
     849"  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
     850"                       use wildcards characters to select only\n" 
     851"                       some printers. The default value is *, meaning\n" 
     852"                       all printers.\n" 
     853"                       You can specify several names or wildcards, \n" 
     854"                       by separating them with commas.\n" 
     855"  \n" 
     856"examples :                              \n" 
     857"\n" 
     858"  $ pykotme --printer apple file1.ps file2.ps\n" 
     859"  \n" 
     860"  This will give a print quote to the current user. The quote will show\n" 
     861"  the price and size of a job consisting in file1.ps and file2.ps \n" 
     862"  which would be sent to the apple printer.\n" 
     863"  \n" 
     864"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     865"  \n" 
     866"  This will give a print quote to the current user. The quote will show\n" 
     867"  the price and size of a job consisting in file1.ps as read from\n" 
     868"  standard input, which would be sent to the apple or hplaser\n" 
     869"  printer.\n" 
     870"\n" 
     871"  $ pykotme \n" 
     872"  \n" 
     873"  This will give a quote for a job consisting of what is on standard \n" 
     874"  input. The quote will list the job size, and the price the job\n" 
     875"  would cost on each printer.\n" 
     876"\n" 
     877"This program is free software; you can redistribute it and/or modify\n" 
     878"it under the terms of the GNU General Public License as published by\n" 
     879"the Free Software Foundation; either version 2 of the License, or\n" 
     880"(at your option) any later version.\n" 
     881"\n" 
     882"This program is distributed in the hope that it will be useful,\n" 
     883"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     884"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     885"GNU General Public License for more details.\n" 
     886"\n" 
     887"You should have received a copy of the GNU General Public License\n" 
     888"along with this program; if not, write to the Free Software\n" 
     889"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     890"\n" 
     891"Please e-mail bugs to: %s" 
     892msgstr "" 
     893 
     894#, python-format 
     895msgid "Your account balance : %.2f" 
     896msgstr "Votre solde : %.2f" 
     897 
     898#, python-format 
     899msgid "Job size : %i pages" 
     900msgstr "Taille du job : %i pages" 
     901 
     902#, python-format 
     903msgid "Cost on printer %s : %.2f" 
     904msgstr "Co�r l'imprimante %s : %.2f" 
     905 
     906#, python-format 
     907msgid "" 
     908"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     909"\n" 
     910"Generates print quota reports.\n" 
     911"\n" 
     912"command line usage :\n" 
     913"\n" 
     914"  repykota [options] \n" 
     915"\n" 
     916"options :\n" 
     917"\n" 
     918"  -v | --version       Prints repykota's version number then exits.\n" 
     919"  -h | --help          Prints this message then exits.\n" 
     920"  \n" 
     921"  -u | --users         Generates a report on users quota, this is \n" 
     922"                       the default.\n" 
     923"  \n" 
     924"  -g | --groups        Generates a report on group quota instead of users.\n" 
     925"  \n" 
     926"  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
     927"                       use wildcards characters to select only\n" 
     928"                       some printers. The default value is *, meaning\n" 
     929"                       all printers.\n" 
     930"                       You can specify several names or wildcards, \n" 
     931"                       by separating them with commas.\n" 
     932"  \n" 
     933"examples :                              \n" 
     934"\n" 
     935"  $ repykota --printer lp\n" 
     936"  \n" 
     937"  This will print the quota status for all users who use the lp printer.\n" 
     938"\n" 
     939"  $ repykota \n" 
     940"  \n" 
     941"  This will print the quota status for all users on all printers.\n" 
     942"  \n" 
     943"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     944"  \n" 
     945"  This will print the quota status for user jerome and all users\n" 
     946"  whose name begins with \"jo\" on all printers which name begins\n" 
     947"  with \"laser\" or ends with \"pson\".\n" 
     948"  \n" 
     949"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     950"  arguments representing users or groups names are ignored, and only the\n" 
     951"  current user/group is reported.\n" 
     952"\n" 
     953"This program is free software; you can redistribute it and/or modify\n" 
     954"it under the terms of the GNU General Public License as published by\n" 
     955"the Free Software Foundation; either version 2 of the License, or\n" 
     956"(at your option) any later version.\n" 
     957"\n" 
     958"This program is distributed in the hope that it will be useful,\n" 
     959"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     960"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     961"GNU General Public License for more details.\n" 
     962"\n" 
     963"You should have received a copy of the GNU General Public License\n" 
     964"along with this program; if not, write to the Free Software\n" 
     965"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     966"\n" 
     967"Please e-mail bugs to: %s" 
     968msgstr "" 
     969 
     970#, python-format 
    39971msgid "Unsupported accounter backend %s" 
    40972msgstr "Backend accounter %s non support� 
     
    681000msgstr "" 
    691001"L'option enforcement pour l'imprimante %s supporte seulement les valeurs %s" 
     1002 
     1003#, python-format 
     1004msgid "Option onaccountererror in section %s only supports values in %s" 
     1005msgstr "" 
    701006 
    711007#, python-format 
     
    3271263"L'utilisateur %s n'a toujours pas de quota sur l'imprimante %s dans le " 
    3281264"syst� PyKota, le travail d'impression sera rejet� 
     1265#, python-format 
     1266msgid "" 
     1267"Search base %s doesn't seem to exist. Probable misconfiguration. Please " 
     1268"double check /etc/pykota/pykota.conf : %s" 
     1269msgstr "" 
     1270"La base de recherche %s semble �e inexistante. Probablement une mauvaise " 
     1271"configuration. Merci de v�fier /etc/pykota/pykota.conf : %s" 
     1272 
     1273#, python-format 
     1274msgid "Search for %s(%s) from %s(scope=%s) returned no answer." 
     1275msgstr "La recherche de %s(%s) depuis %s(scope=%s) n'a renvoy�ucun r�ltat." 
     1276 
     1277#, python-format 
     1278msgid "Problem adding LDAP entry (%s, %s)" 
     1279msgstr "Probl� durant l'ajout de l'entr�LDAP (%s, %s)" 
     1280 
     1281#, python-format 
     1282msgid "Problem deleting LDAP entry (%s)" 
     1283msgstr "Probl� durant la suppression de l'entr�LDAP (%s)" 
     1284 
     1285#, python-format 
     1286msgid "Problem modifying LDAP entry (%s, %s)" 
     1287msgstr "Probl� durant la modification de l'entr�LDAP (%s, %s)" 
     1288 
     1289#, python-format 
     1290msgid "" 
     1291"No pykotaAccountBalance object found for user %s. Did you create LDAP " 
     1292"entries manually ?" 
     1293msgstr "" 
     1294 
     1295#, python-format 
     1296msgid "" 
     1297"Unable to find an existing objectClass %s entry with %s=%s to attach " 
     1298"pykotaAccount objectClass" 
     1299msgstr "" 
     1300"Impossible de trouver une entr�existante ayant pour objectClass %s avec %s=" 
     1301"%s �aquelle attacher une objectClass pykotaAccount" 
     1302 
     1303#, python-format 
     1304msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" 
     1305msgstr "" 
     1306"Impossible de trouver une entr�existante �aquelle attacher l'objectClass " 
     1307"pykotaGroup %s" 
     1308 
    3291309msgid "Totals may be inaccurate if some users are members of several groups." 
    3301310msgstr "" 
    3311311"Les totaux peuvent �e faux si des utilisateurs sont dans plusieurs groupes." 
     1312 
     1313#, python-format 
     1314msgid "Network error while doing SNMP queries on printer %s : %s" 
     1315msgstr "" 
     1316 
     1317#, python-format 
     1318msgid "Problem encountered while doing SNMP queries on printer %s : %s" 
     1319msgstr "" 
     1320 
     1321#, python-format 
     1322msgid "Waiting for printer %s to be idle or printing..." 
     1323msgstr "" 
     1324 
     1325#, python-format 
     1326msgid "Waiting for printer %s's idle status to stabilize..." 
     1327msgstr "" 
     1328 
     1329#, python-format 
     1330msgid "Problem during connection to %s:%s : %s" 
     1331msgstr "" 
     1332 
     1333#, python-format 
     1334msgid "Problem while sending PJL query to %s:%s : %s" 
     1335msgstr "" 
     1336 
     1337#, python-format 
     1338msgid "A problem occured while reading printer %s's internal page counter." 
     1339msgstr "" 
     1340 
     1341#, python-format 
     1342msgid "Retrieving printer %s's page counter from database instead." 
     1343msgstr "" 
     1344 
     1345#, python-format 
     1346msgid "" 
     1347"Couldn't retrieve printer %s's internal page counter either before or after " 
     1348"printing." 
     1349msgstr "" 
     1350 
     1351#, python-format 
     1352msgid "Job's size forced to 1 page for printer %s." 
     1353msgstr "" 
     1354 
     1355#, python-format 
     1356msgid "No previous job in database for printer %s." 
     1357msgstr "" 
     1358 
     1359#, python-format 
     1360msgid "Inconsistent values for printer %s's internal page counter." 
     1361msgstr "" 
     1362 
     1363msgid "" 
     1364"Internal SNMP accounting asked, but Python-SNMP is not available. Please " 
     1365"download it from http://pysnmp.sourceforge.net" 
     1366msgstr "" 
    3321367 
    3331368#, python-format 
     
    3401375 
    3411376#, python-format 
    342 msgid "Incorrect answer : %s" 
    343 msgstr "R�nse incorrecte : %s" 
    344  
    345 #, python-format 
    3461377msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
    3471378msgstr "SIGTERM a � envoy�u compteur hardware %s (pid: %s)" 
    3481379 
    3491380#, python-format 
     1381msgid "Line [%s] skipped in accounter's output. Trying again..." 
     1382msgstr "" 
     1383 
     1384#, python-format 
     1385msgid "Hardware accounter %s exit code is %s" 
     1386msgstr "" 
     1387 
     1388#, python-format 
    3501389msgid "Unable to query printer %s via HARDWARE(%s)" 
    3511390msgstr "Impossible d'interroger l'imprimante %s via HARDWARE(%s)" 
    3521391 
    3531392#, python-format 
     1393msgid "" 
     1394"SNMP querying stage interrupted. Using latest value seen for internal page " 
     1395"counter (%s) on printer %s." 
     1396msgstr "" 
     1397 
     1398#, python-format 
     1399msgid "" 
     1400"PJL querying stage interrupted. Using latest value seen for internal page " 
     1401"counter (%s) on printer %s." 
     1402msgstr "" 
     1403 
     1404#, python-format 
    3541405msgid "Launching SOFTWARE(%s)..." 
    3551406msgstr "Ex�tion de SOFTWARE(%s)..." 
     
    3671418msgid "Software accounter %s exit code is %s" 
    3681419msgstr "Le code de sortie du compteur software %s est %s" 
    369  
    370 #, python-format 
    371 msgid "" 
    372 "Search base %s doesn't seem to exist. Probable misconfiguration. Please " 
    373 "double check /etc/pykota/pykota.conf : %s" 
    374 msgstr "" 
    375 "La base de recherche %s semble �e inexistante. Probablement une mauvaise " 
    376 "configuration. Merci de v�fier /etc/pykota/pykota.conf : %s" 
    377  
    378 #, python-format 
    379 msgid "Search for %s(%s) from %s(scope=%s) returned no answer." 
    380 msgstr "La recherche de %s(%s) depuis %s(scope=%s) n'a renvoy�ucun r�ltat." 
    381  
    382 #, python-format 
    383 msgid "Problem adding LDAP entry (%s, %s)" 
    384 msgstr "Probl� durant l'ajout de l'entr�LDAP (%s, %s)" 
    385  
    386 #, python-format 
    387 msgid "Problem deleting LDAP entry (%s)" 
    388 msgstr "Probl� durant la suppression de l'entr�LDAP (%s)" 
    389  
    390 #, python-format 
    391 msgid "Problem modifying LDAP entry (%s, %s)" 
    392 msgstr "Probl� durant la modification de l'entr�LDAP (%s, %s)" 
    393  
    394 #, python-format 
    395 msgid "" 
    396 "Unable to find an existing objectClass %s entry with %s=%s to attach " 
    397 "pykotaAccount objectClass" 
    398 msgstr "" 
    399 "Impossible de trouver une entr�existante ayant pour objectClass %s avec %s=" 
    400 "%s �aquelle attacher une objectClass pykotaAccount" 
    401  
    402 #, python-format 
    403 msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" 
    404 msgstr "" 
    405 "Impossible de trouver une entr�existante �aquelle attacher l'objectClass " 
    406 "pykotaGroup %s" 
    4071420 
    4081421msgid "PyKota Reports" 
     
    4641477msgstr "Options" 
    4651478 
    466 msgid "Job contains no data. Printing is denied." 
    467 msgstr "" 
    468 "Le travail d'impression ne contient aucune donn� L'impression est rejet�" 
    469  
    470 msgid "Job accounting begins." 
    471 msgstr "D�t du d�mpte pour le travail d'impression" 
    472  
    473 msgid "Job accounting ends." 
    474 msgstr "Fin du d�mpte pour le travail d'impression" 
    475  
    476 msgid "Job size forced to 0 because printing is denied." 
    477 msgstr "" 
    478 "Taille du travail d'impression forc�� car l'impression est rejet�" 
    479  
    480 #, python-format 
    481 msgid "Job size : %i" 
    482 msgstr "Taille du travail d'impression : %i" 
    483  
    484 #, python-format 
    485 msgid "Updating user %s's quota on printer %s" 
    486 msgstr "Mise �our du quota de l'utilisateur %s sur l'imprimante %s" 
    487  
    488 msgid "Job added to history." 
    489 msgstr "Travail d'impression ajout� l'historique." 
    490  
    491 #, python-format 
    492 msgid "File number %s unregistered twice from polling object, ignored." 
    493 msgstr "" 
    494 "Le fichier num� %s a � retir�eux fois de l'objet poll, action ignor�" 
    495  
    496 #, python-format 
    497 msgid "SIGTERM was sent to real backend %s (pid: %s)" 
    498 msgstr "SIGTERM a � envoy�u vrai backend %s (pid: %s)" 
    499  
    500 #, python-format 
    501 msgid "CUPS backend %s died abnormally." 
    502 msgstr "Le backend CUPS %s est sorti anormalement." 
    503  
    504 #, python-format 
    505 msgid "Invalid softlimit value %s." 
    506 msgstr "Valeur %s invalide pour la limite souple." 
    507  
    508 #, python-format 
    509 msgid "Invalid hardlimit value %s." 
    510 msgstr "Valeur %s invalide pour la limite dure." 
    511  
    512 #, python-format 
    513 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    514 msgstr "" 
    515 "Limite dure %i est inf�eure �a limite souple %i, les valeurs seront " 
    516 "�ang�. " 
    517  
    518 #, python-format 
    519 msgid "Invalid balance value %s" 
    520 msgstr "Valeur %s du solde invalide" 
    521  
    522 #, python-format 
    523 msgid "Invalid charge amount value %s" 
    524 msgstr "Montant �omptabiliser %s invalide" 
    525  
    526 #, python-format 
    527 msgid "Invalid limitby value %s" 
    528 msgstr "Valeur de l'option limitby %s invalide" 
    529  
    530 #, python-format 
    531 msgid "Impossible to add printer %s" 
    532 msgstr "Impossible d'ajouter l'imprimante %s" 
    533  
    534 #, python-format 
    535 msgid "Invalid printer name %s" 
    536 msgstr "Nom d'imprimante %s invalide" 
    537  
    538 #, python-format 
    539 msgid "There's no printer matching %s" 
    540 msgstr "Aucune imprimante ne correspond �s" 
    541  
    542 msgid "You have to pass user or group names on the command line" 
    543 msgstr "" 
    544 "Vous devez passer des noms d'utilisateurs ou de groupes sur la ligne de " 
    545 "commande" 
    546  
    547 #, python-format 
    548 msgid "Prototype %s not found in Quota Storage for printer %s." 
    549 msgstr "Prototype %s non trouv�ans le Quota Storage pour l'imprimante %s." 
    550  
    551 #, python-format 
    552 msgid "Prototype object %s not found in Quota Storage." 
    553 msgstr "Objet prototype %s introuvable dans le Quota Storage." 
    554  
    555 #, python-format 
    556 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    557 msgstr "" 
    558 "Limite dure ind�nie, positionn��a limite souple (%s) sur l'imprimante %" 
    559 "s." 
    560  
    561 #, python-format 
    562 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    563 msgstr "" 
    564 "Limite souple ind�nie, positionn��a limite dure (%s) sur l'imprimante %" 
    565 "s." 
    566  
    567 #, python-format 
    568 msgid "Invalid email address %s" 
    569 msgstr "Adresse �ctronique %s invalide" 
    570  
    571 #, python-format 
    572 msgid "Invalid group name %s" 
    573 msgstr "Nom de groupe %s invalide" 
    574  
    575 #, python-format 
    576 msgid "Invalid user name %s" 
    577 msgstr "Nom d'utilisateur %s invalide" 
    578  
    579 #, python-format 
    580 msgid "Quota not found for object %s on printer %s." 
    581 msgstr "Quota non trouv�our l'objet %s sur l'imprimante %s." 
    582  
    583 #, python-format 
    584 msgid "Group %s not found in the PyKota Storage." 
    585 msgstr "Groupe %s non trouv�ans le Quota Storage." 
    586  
    587 msgid "incompatible options, see help." 
    588 msgstr "options incompatibles, voir l'aide." 
    589  
    590 #, python-format 
    591 msgid "Printer %s already exists, skipping." 
    592 msgstr "L'imprimante %s existe d�, ignor�" 
    593  
    594 #, python-format 
    595 msgid "Printer %s already exists, will be modified." 
    596 msgstr "L'imprimante %s existe d�, elle sera modifi�" 
    597  
    598 msgid "in" 
    599 msgstr "dans" 
    600  
    601 msgid "You have to pass printer groups names on the command line" 
    602 msgstr "" 
    603 "Vous devez passer des noms de groupes d'imprimantes sur la ligne de commande" 
    604  
    605 msgid "You have to pass printer names on the command line" 
    606 msgstr "Vous devez passer des noms d'imprimantes sur la ligne de commande" 
    607  
    608 msgid "Software accounting already done in first pass. Ignoring." 
    609 msgstr "D�mpte logiciel d� effectu�urant la premi� phase. Ignor� 
    610  
    611 msgid "Hardware accounting already done in first pass. Ignoring." 
    612 msgstr "D�mpte mat�el d� effectu�urant la premi� phase. Ignor� 
    613  
    614 #, python-format 
    615 msgid "Invalid DeviceURI : %s" 
    616 msgstr "DeviceURI invalide : %s" 
    617  
    618 msgid "" 
    619 "\n" 
    620 "Please wait while pkhint analyzes your printing system's configuration..." 
    621 msgstr "" 
    622 "\n" 
    623 "Merci de patienter pendant que pkhint analyse la configuration de votre " 
    624 "syst� d'impression..." 
    625  
    626 #, python-format 
    627 msgid "Unknown device %s for printer %s" 
    628 msgstr "P�ph�que %s inconnu pour l'imprimante %s" 
    629  
    630 msgid "" 
    631 "\n" 
    632 "Put the following lines into your /etc/pykota/pykota.conf file :\n" 
    633 msgstr "" 
    634 "\n" 
    635 "Mettez les lignes suivantes dans votre fichier /etc/pykota/pykota.conf :\n" 
    636  
    637 msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
    638 msgstr "" 
    639 "# ATTENTION : si le d�mpte software est sugg�, cela ne veut pas dire" 
    640  
    641 msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
    642 msgstr "" 
    643 "# que le d�mpte hardware ne fonctionnerait pas, cela veut seulement dire " 
    644 "que PyKota" 
    645  
    646 msgid "# wasn't able to autodetect which hardware accounting method to use." 
    647 msgstr "" 
    648 "# n'a pas � capable de d�cter automatiquement quelle m�ode de d�mpte " 
    649 "hardware utiliser." 
    650  
    651 #, python-format 
    652 msgid "Invalid duration option %s" 
    653 msgstr "Option duration %s invalide" 
    654  
    655 #, python-format 
    656 msgid "Invalid loop option %s" 
    657 msgstr "Option loop %s invalide" 
    658  
    659 #, python-format 
    660 msgid "Invalid sleep option %s" 
    661 msgstr "Option sleep %s invalide" 
    662  
    663 #, python-format 
    664 msgid "Invalid color option %s" 
    665 msgstr "Option color %s invalide" 
    666  
    667 #, python-format 
    668 msgid "User %s doesn't exist in PyKota's database" 
    669 msgstr "L'utilisateur %s n'existe pas dans la base PyKota" 
    670  
    671 #, python-format 
    672 msgid "Pages used on %s : %s" 
    673 msgstr "Pages utilisees sur %s : %s" 
    674  
    675 #, python-format 
    676 msgid "PyKota Units left : %.2f" 
    677 msgstr "Unites PyKota restantes : %.2f" 
    678  
    679 #, python-format 
    680 msgid "Your account balance : %.2f" 
    681 msgstr "Votre solde : %.2f" 
    682  
    683 #, python-format 
    684 msgid "Job size : %i pages" 
    685 msgstr "Taille du job : %i pages" 
    686  
    687 #, python-format 
    688 msgid "Cost on printer %s : %.2f" 
    689 msgstr "Co�r l'imprimante %s : %.2f" 
    690  
    691 #, python-format 
    6921479msgid "Previous page" 
    6931480msgstr "Page pr�dente" 
     1481 
     1482#~ msgid "Incorrect answer : %s" 
     1483#~ msgstr "R�nse incorrecte : %s"