1 | # PyKota |
---|
2 | # |
---|
3 | # PyKota : Print Quotas for CUPS and LPRng |
---|
4 | # |
---|
5 | # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> |
---|
6 | # This program is free software; you can redistribute it and/or modify |
---|
7 | # it under the terms of the GNU General Public License as published by |
---|
8 | # the Free Software Foundation; either version 2 of the License, or |
---|
9 | # (at your option) any later version. |
---|
10 | # |
---|
11 | # This program is distributed in the hope that it will be useful, |
---|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | # GNU General Public License for more details. |
---|
15 | # |
---|
16 | # You should have received a copy of the GNU General Public License |
---|
17 | # along with this program; if not, write to the Free Software |
---|
18 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. |
---|
19 | # |
---|
20 | # $Id$ |
---|
21 | # |
---|
22 | # PyKota french translation file. |
---|
23 | # Copyright (c) 2003-2004 Conseil Internet & Logiciels Libres |
---|
24 | # Jerome Alet <alet@librelogiciel.com>, 2003-2004. |
---|
25 | # |
---|
26 | msgid "" |
---|
27 | msgstr "" |
---|
28 | "Project-Id-Version: PyKota v1.19\n" |
---|
29 | "Report-Msgid-Bugs-To: alet@librelogiciel.com\n" |
---|
30 | "POT-Creation-Date: 2004-10-11 14:49+0200\n" |
---|
31 | "PO-Revision-Date: 2004-07-21 15:55:00+0100\n" |
---|
32 | "Last-Translator: Jerome Alet <alet@librelogiciel.com>\n" |
---|
33 | "Language-Team: French <alet@librelogiciel.com>\n" |
---|
34 | "MIME-Version: 1.0\n" |
---|
35 | "Content-Type: text/plain; charset=ISO-8859-15\n" |
---|
36 | "Content-Transfer-Encoding: 8bit\n" |
---|
37 | |
---|
38 | #, python-format |
---|
39 | msgid "" |
---|
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" |
---|
76 | msgstr "" |
---|
77 | |
---|
78 | #, python-format |
---|
79 | msgid "" |
---|
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" |
---|
257 | msgstr "" |
---|
258 | |
---|
259 | msgid "You're not allowed to use this command." |
---|
260 | msgstr "" |
---|
261 | |
---|
262 | #, python-format |
---|
263 | msgid "Invalid softlimit value %s." |
---|
264 | msgstr "Valeur %s invalide pour la limite souple." |
---|
265 | |
---|
266 | #, python-format |
---|
267 | msgid "Invalid hardlimit value %s." |
---|
268 | msgstr "Valeur %s invalide pour la limite dure." |
---|
269 | |
---|
270 | #, python-format |
---|
271 | msgid "Hard limit %i is less than soft limit %i, values will be exchanged." |
---|
272 | msgstr "" |
---|
273 | "Limite dure %i est inf�eure �a limite souple %i, les valeurs seront " |
---|
274 | "�ang�. " |
---|
275 | |
---|
276 | #, python-format |
---|
277 | msgid "Invalid balance value %s" |
---|
278 | msgstr "Valeur %s du solde invalide" |
---|
279 | |
---|
280 | #, python-format |
---|
281 | msgid "Invalid charge amount value %s" |
---|
282 | msgstr "Montant �omptabiliser %s invalide" |
---|
283 | |
---|
284 | #, python-format |
---|
285 | msgid "Invalid limitby value %s" |
---|
286 | msgstr "Valeur de l'option limitby %s invalide" |
---|
287 | |
---|
288 | #, python-format |
---|
289 | msgid "Impossible to add printer %s" |
---|
290 | msgstr "Impossible d'ajouter l'imprimante %s" |
---|
291 | |
---|
292 | #, python-format |
---|
293 | msgid "Invalid printer name %s" |
---|
294 | msgstr "Nom d'imprimante %s invalide" |
---|
295 | |
---|
296 | #, python-format |
---|
297 | msgid "There's no printer matching %s" |
---|
298 | msgstr "Aucune imprimante ne correspond �s" |
---|
299 | |
---|
300 | msgid "You have to pass user or group names on the command line" |
---|
301 | msgstr "" |
---|
302 | "Vous devez passer des noms d'utilisateurs ou de groupes sur la ligne de " |
---|
303 | "commande" |
---|
304 | |
---|
305 | #, python-format |
---|
306 | msgid "Prototype %s not found in Quota Storage for printer %s." |
---|
307 | msgstr "Prototype %s non trouv�ans le Quota Storage pour l'imprimante %s." |
---|
308 | |
---|
309 | #, python-format |
---|
310 | msgid "Prototype object %s not found in Quota Storage." |
---|
311 | msgstr "Objet prototype %s introuvable dans le Quota Storage." |
---|
312 | |
---|
313 | #, python-format |
---|
314 | msgid "Undefined hard limit set to soft limit (%s) on printer %s." |
---|
315 | msgstr "" |
---|
316 | "Limite dure ind�nie, positionn��a limite souple (%s) sur l'imprimante %" |
---|
317 | "s." |
---|
318 | |
---|
319 | #, python-format |
---|
320 | msgid "Undefined soft limit set to hard limit (%s) on printer %s." |
---|
321 | msgstr "" |
---|
322 | "Limite souple ind�nie, positionn��a limite dure (%s) sur l'imprimante %" |
---|
323 | "s." |
---|
324 | |
---|
325 | #, python-format |
---|
326 | msgid "Invalid email address %s" |
---|
327 | msgstr "Adresse �ctronique %s invalide" |
---|
328 | |
---|
329 | #, python-format |
---|
330 | msgid "Invalid group name %s" |
---|
331 | msgstr "Nom de groupe %s invalide" |
---|
332 | |
---|
333 | #, python-format |
---|
334 | msgid "Invalid user name %s" |
---|
335 | msgstr "Nom d'utilisateur %s invalide" |
---|
336 | |
---|
337 | #, python-format |
---|
338 | msgid "Quota not found for object %s on printer %s." |
---|
339 | msgstr "Quota non trouv�our l'objet %s sur l'imprimante %s." |
---|
340 | |
---|
341 | #, python-format |
---|
342 | msgid "Group %s not found in the PyKota Storage." |
---|
343 | msgstr "Groupe %s non trouv�ans le Quota Storage." |
---|
344 | |
---|
345 | msgid "incompatible options, see help." |
---|
346 | msgstr "options incompatibles, voir l'aide." |
---|
347 | |
---|
348 | #, python-format |
---|
349 | msgid "" |
---|
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" |
---|
403 | msgstr "" |
---|
404 | |
---|
405 | #, python-format |
---|
406 | msgid "Invalid duration option %s" |
---|
407 | msgstr "Option duration %s invalide" |
---|
408 | |
---|
409 | #, python-format |
---|
410 | msgid "Invalid loop option %s" |
---|
411 | msgstr "Option loop %s invalide" |
---|
412 | |
---|
413 | #, python-format |
---|
414 | msgid "Invalid sleep option %s" |
---|
415 | msgstr "Option sleep %s invalide" |
---|
416 | |
---|
417 | #, python-format |
---|
418 | msgid "Invalid color option %s" |
---|
419 | msgstr "Option color %s invalide" |
---|
420 | |
---|
421 | #, python-format |
---|
422 | msgid "User %s doesn't exist in PyKota's database" |
---|
423 | msgstr "L'utilisateur %s n'existe pas dans la base PyKota" |
---|
424 | |
---|
425 | #, python-format |
---|
426 | msgid "Pages used on %s : %s" |
---|
427 | msgstr "Pages utilisees sur %s : %s" |
---|
428 | |
---|
429 | #, python-format |
---|
430 | msgid "PyKota Units left : %.2f" |
---|
431 | msgstr "Unites PyKota restantes : %.2f" |
---|
432 | |
---|
433 | #, python-format |
---|
434 | msgid "" |
---|
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" |
---|
497 | msgstr "" |
---|
498 | |
---|
499 | msgid "Job contains no data. Printing is denied." |
---|
500 | msgstr "" |
---|
501 | "Le travail d'impression ne contient aucune donn� L'impression est rejet�" |
---|
502 | |
---|
503 | msgid "Job accounting begins." |
---|
504 | msgstr "D�t du d�mpte pour le travail d'impression" |
---|
505 | |
---|
506 | msgid "Job accounting ends." |
---|
507 | msgstr "Fin du d�mpte pour le travail d'impression" |
---|
508 | |
---|
509 | msgid "Job size forced to 0 because printing is denied." |
---|
510 | msgstr "" |
---|
511 | "Taille du travail d'impression forc�� car l'impression est rejet�" |
---|
512 | |
---|
513 | #, python-format |
---|
514 | msgid "Job size : %i" |
---|
515 | msgstr "Taille du travail d'impression : %i" |
---|
516 | |
---|
517 | #, python-format |
---|
518 | msgid "Updating user %s's quota on printer %s" |
---|
519 | msgstr "Mise �our du quota de l'utilisateur %s sur l'imprimante %s" |
---|
520 | |
---|
521 | msgid "Job added to history." |
---|
522 | msgstr "Travail d'impression ajout� l'historique." |
---|
523 | |
---|
524 | #, python-format |
---|
525 | msgid "File number %s unregistered twice from polling object, ignored." |
---|
526 | msgstr "" |
---|
527 | "Le fichier num� %s a � retir�eux fois de l'objet poll, action ignor�" |
---|
528 | |
---|
529 | #, python-format |
---|
530 | msgid "SIGTERM was sent to real backend %s (pid: %s)" |
---|
531 | msgstr "SIGTERM a � envoy�u vrai backend %s (pid: %s)" |
---|
532 | |
---|
533 | #, python-format |
---|
534 | msgid "CUPS backend %s died abnormally." |
---|
535 | msgstr "Le backend CUPS %s est sorti anormalement." |
---|
536 | |
---|
537 | #, python-format |
---|
538 | msgid "" |
---|
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" |
---|
608 | msgstr "" |
---|
609 | |
---|
610 | #, python-format |
---|
611 | msgid "Invalid modifier [%s] for --data command line option, see help." |
---|
612 | msgstr "" |
---|
613 | |
---|
614 | #, python-format |
---|
615 | msgid "Invalid modifier [%s] for --format command line option, see help." |
---|
616 | msgstr "" |
---|
617 | |
---|
618 | msgid "XML output is disabled because the jaxml module is not available." |
---|
619 | msgstr "" |
---|
620 | |
---|
621 | msgid "PyKota data dumper failed : I/O error" |
---|
622 | msgstr "" |
---|
623 | |
---|
624 | msgid "The -d | --data command line option is mandatory, see help." |
---|
625 | msgstr "" |
---|
626 | |
---|
627 | msgid "Too many arguments, see help." |
---|
628 | msgstr "" |
---|
629 | |
---|
630 | msgid "Software accounting already done in first pass. Ignoring." |
---|
631 | msgstr "D�mpte logiciel d� effectu�urant la premi� phase. Ignor� |
---|
632 | |
---|
633 | msgid "Hardware accounting already done in first pass. Ignoring." |
---|
634 | msgstr "D�mpte mat�el d� effectu�urant la premi� phase. Ignor� |
---|
635 | |
---|
636 | #, python-format |
---|
637 | msgid "" |
---|
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" |
---|
676 | msgstr "" |
---|
677 | |
---|
678 | #, python-format |
---|
679 | msgid "Invalid DeviceURI : %s" |
---|
680 | msgstr "DeviceURI invalide : %s" |
---|
681 | |
---|
682 | msgid "" |
---|
683 | "\n" |
---|
684 | "Please wait while pkhint analyzes your printing system's configuration..." |
---|
685 | msgstr "" |
---|
686 | "\n" |
---|
687 | "Merci de patienter pendant que pkhint analyse la configuration de votre " |
---|
688 | "syst� d'impression..." |
---|
689 | |
---|
690 | #, python-format |
---|
691 | msgid "Unknown device %s for printer %s" |
---|
692 | msgstr "P�ph�que %s inconnu pour l'imprimante %s" |
---|
693 | |
---|
694 | msgid "" |
---|
695 | "\n" |
---|
696 | "Put the following lines into your /etc/pykota/pykota.conf file :\n" |
---|
697 | msgstr "" |
---|
698 | "\n" |
---|
699 | "Mettez les lignes suivantes dans votre fichier /etc/pykota/pykota.conf :\n" |
---|
700 | |
---|
701 | msgid "# BEWARE : if software accounting is suggested, this doesn't mean" |
---|
702 | msgstr "" |
---|
703 | "# ATTENTION : si le d�mpte software est sugg�, cela ne veut pas dire" |
---|
704 | |
---|
705 | msgid "# that hardware accounting wouldn't work, this only means that PyKota" |
---|
706 | msgstr "" |
---|
707 | "# que le d�mpte hardware ne fonctionnerait pas, cela veut seulement dire " |
---|
708 | "que PyKota" |
---|
709 | |
---|
710 | msgid "# wasn't able to autodetect which hardware accounting method to use." |
---|
711 | msgstr "" |
---|
712 | "# n'a pas � capable de d�cter automatiquement quelle m�ode de d�mpte " |
---|
713 | "hardware utiliser." |
---|
714 | |
---|
715 | #, python-format |
---|
716 | msgid "" |
---|
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" |
---|
814 | msgstr "" |
---|
815 | |
---|
816 | #, python-format |
---|
817 | msgid "Printer %s already exists, skipping." |
---|
818 | msgstr "L'imprimante %s existe d�, ignor�" |
---|
819 | |
---|
820 | #, python-format |
---|
821 | msgid "Printer %s already exists, will be modified." |
---|
822 | msgstr "L'imprimante %s existe d�, elle sera modifi�" |
---|
823 | |
---|
824 | msgid "in" |
---|
825 | msgstr "dans" |
---|
826 | |
---|
827 | msgid "You have to pass printer groups names on the command line" |
---|
828 | msgstr "" |
---|
829 | "Vous devez passer des noms de groupes d'imprimantes sur la ligne de commande" |
---|
830 | |
---|
831 | msgid "You have to pass printer names on the command line" |
---|
832 | msgstr "Vous devez passer des noms d'imprimantes sur la ligne de commande" |
---|
833 | |
---|
834 | #, python-format |
---|
835 | msgid "" |
---|
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" |
---|
892 | msgstr "" |
---|
893 | |
---|
894 | #, python-format |
---|
895 | msgid "Your account balance : %.2f" |
---|
896 | msgstr "Votre solde : %.2f" |
---|
897 | |
---|
898 | #, python-format |
---|
899 | msgid "Job size : %i pages" |
---|
900 | msgstr "Taille du job : %i pages" |
---|
901 | |
---|
902 | #, python-format |
---|
903 | msgid "Cost on printer %s : %.2f" |
---|
904 | msgstr "Co�r l'imprimante %s : %.2f" |
---|
905 | |
---|
906 | #, python-format |
---|
907 | msgid "" |
---|
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" |
---|
968 | msgstr "" |
---|
969 | |
---|
970 | #, python-format |
---|
971 | msgid "Unsupported accounter backend %s" |
---|
972 | msgstr "Backend accounter %s non support� |
---|
973 | #, python-format |
---|
974 | msgid "Configuration file %s not found." |
---|
975 | msgstr "Fichier de configuration %s non trouv� |
---|
976 | |
---|
977 | #, python-format |
---|
978 | msgid "Option %s not found in section global of %s" |
---|
979 | msgstr "Option %s non trouv�dans la section global de %s" |
---|
980 | |
---|
981 | #, python-format |
---|
982 | msgid "Option %s not found in section %s of %s" |
---|
983 | msgstr "Option %s non trouv�dans la section %s de %s" |
---|
984 | |
---|
985 | #, python-format |
---|
986 | msgid "Option logger only supports values in %s" |
---|
987 | msgstr "L'option logger supporte seulement les valeurs %s" |
---|
988 | |
---|
989 | #, python-format |
---|
990 | msgid "Invalid accounter %s for printer %s" |
---|
991 | msgstr "Compteur de pages %s invalide pour l'imprimante %s" |
---|
992 | |
---|
993 | #, python-format |
---|
994 | msgid "Option accounter in section %s only supports values in %s" |
---|
995 | msgstr "" |
---|
996 | "L'option accounter pour l'imprimante %s supporte seulement les valeurs %s" |
---|
997 | |
---|
998 | #, python-format |
---|
999 | msgid "Option enforcement in section %s only supports values in %s" |
---|
1000 | msgstr "" |
---|
1001 | "L'option enforcement pour l'imprimante %s supporte seulement les valeurs %s" |
---|
1002 | |
---|
1003 | #, python-format |
---|
1004 | msgid "Option onaccountererror in section %s only supports values in %s" |
---|
1005 | msgstr "" |
---|
1006 | |
---|
1007 | #, python-format |
---|
1008 | msgid "Invalid policy %s for printer %s" |
---|
1009 | msgstr "Option policy %s invalide pour l'imprimante %s" |
---|
1010 | |
---|
1011 | #, python-format |
---|
1012 | msgid "Option policy in section %s only supports values in %s" |
---|
1013 | msgstr "L'option policy dans la section %s supporte seulement les valeurs %s" |
---|
1014 | |
---|
1015 | #, python-format |
---|
1016 | msgid "Invalid option mailto %s for printer %s" |
---|
1017 | msgstr "Option mailto %s invalide pour l'imprimante %s" |
---|
1018 | |
---|
1019 | #, python-format |
---|
1020 | msgid "Option mailto in section %s only supports values in %s" |
---|
1021 | msgstr "L'option mailto dans la section %s supporte seulement les valeurs %s" |
---|
1022 | |
---|
1023 | #, python-format |
---|
1024 | msgid "Invalid grace delay %s" |
---|
1025 | msgstr "D�i de gr� %s invalide" |
---|
1026 | |
---|
1027 | #, python-format |
---|
1028 | msgid "Invalid poor man's threshold %s" |
---|
1029 | msgstr "Valeur 'pauvre homme' %s invalide" |
---|
1030 | |
---|
1031 | msgid "" |
---|
1032 | "Your Print Quota account balance is Low.\n" |
---|
1033 | "Soon you'll not be allowed to print anymore.\n" |
---|
1034 | "Please contact the Print Quota Administrator to solve the problem." |
---|
1035 | msgstr "" |
---|
1036 | "Le solde de votre compte d'impression est Bas.\n" |
---|
1037 | "Bient�ous ne serez plus autoris�) �mprimer.\n" |
---|
1038 | "Merci de contacter l'Administrateur de Quota d'Impression pour r�udre ce " |
---|
1039 | "probl�." |
---|
1040 | |
---|
1041 | #, python-format |
---|
1042 | msgid "" |
---|
1043 | "You are not allowed to print anymore because\n" |
---|
1044 | "your Print Quota is exceeded on printer %s." |
---|
1045 | msgstr "" |
---|
1046 | "Vous n'�s plus autoris� imprimer car\n" |
---|
1047 | "votre Quota d'Impression est d�ss�ur l'imprimante %s." |
---|
1048 | |
---|
1049 | #, python-format |
---|
1050 | msgid "" |
---|
1051 | "You will soon be forbidden to print anymore because\n" |
---|
1052 | "your Print Quota is almost reached on printer %s." |
---|
1053 | msgstr "" |
---|
1054 | "Vous n'aurez bient�lus le droit d'imprimer car\n" |
---|
1055 | "votre Quota d'Impression sur l'imprimante %s est presque atteint." |
---|
1056 | |
---|
1057 | #, python-format |
---|
1058 | msgid "Unsupported logging subsystem %s" |
---|
1059 | msgstr "Syst� de log %s non support� |
---|
1060 | #, python-format |
---|
1061 | msgid "Report for %s quota on printer %s" |
---|
1062 | msgstr "Rapport pour le quota %s sur l'imprimante %s" |
---|
1063 | |
---|
1064 | #, python-format |
---|
1065 | msgid "Pages grace time: %i days" |
---|
1066 | msgstr "D�i de gr�: %i jours" |
---|
1067 | |
---|
1068 | #, python-format |
---|
1069 | msgid "Price per job: %.3f" |
---|
1070 | msgstr "Prix par job: %.3f" |
---|
1071 | |
---|
1072 | #, python-format |
---|
1073 | msgid "Price per page: %.3f" |
---|
1074 | msgstr "Prix par page: %.3f" |
---|
1075 | |
---|
1076 | msgid "" |
---|
1077 | "Group used soft hard balance grace total " |
---|
1078 | "paid" |
---|
1079 | msgstr "" |
---|
1080 | "Groupe util soft hard solde gr� total " |
---|
1081 | "pay� |
---|
1082 | msgid "" |
---|
1083 | "User used soft hard balance grace total " |
---|
1084 | "paid" |
---|
1085 | msgstr "" |
---|
1086 | "Utilisateur util soft hard solde gr� total " |
---|
1087 | "pay� |
---|
1088 | msgid "unknown" |
---|
1089 | msgstr "inconnu" |
---|
1090 | |
---|
1091 | #, python-format |
---|
1092 | msgid "Real : %s" |
---|
1093 | msgstr "R� : %s" |
---|
1094 | |
---|
1095 | #, python-format |
---|
1096 | msgid "Total : %9i" |
---|
1097 | msgstr "Total : %9i" |
---|
1098 | |
---|
1099 | #, python-format |
---|
1100 | msgid "Unsupported reporter backend %s" |
---|
1101 | msgstr "backend reporter %s non support� |
---|
1102 | #, python-format |
---|
1103 | msgid "Unsupported quota storage backend %s" |
---|
1104 | msgstr "Backend de stockage de quota %s non support� |
---|
1105 | #, python-format |
---|
1106 | msgid "Impossible to connect to SMTP server : %s" |
---|
1107 | msgstr "Impossible de se connecter au serveur SMTP : %s" |
---|
1108 | |
---|
1109 | #, python-format |
---|
1110 | msgid "Impossible to send mail to %s, error %s : %s" |
---|
1111 | msgstr "Impossible d'envoyer un message �s, erreur %s : %s" |
---|
1112 | |
---|
1113 | #, python-format |
---|
1114 | msgid "" |
---|
1115 | "\n" |
---|
1116 | "\n" |
---|
1117 | "Please contact your system administrator :\n" |
---|
1118 | "\n" |
---|
1119 | "\t%s - <%s>\n" |
---|
1120 | msgstr "" |
---|
1121 | "\n" |
---|
1122 | "\n" |
---|
1123 | "Merci de contacter votre administrateur syst� :\n" |
---|
1124 | "\n" |
---|
1125 | "\t%s - <%s>\n" |
---|
1126 | |
---|
1127 | #, python-format |
---|
1128 | msgid "Unable to match user %s on printer %s, applying default policy (%s)" |
---|
1129 | msgstr "" |
---|
1130 | "Impossible de trouver l'utilisateur %s sur l'imprimante %s, action par " |
---|
1131 | "d�ut (%s) appliqu� |
---|
1132 | |
---|
1133 | #, python-format |
---|
1134 | msgid "" |
---|
1135 | "Unable to find user %s's account balance, applying default policy (%s) for " |
---|
1136 | "printer %s" |
---|
1137 | msgstr "" |
---|
1138 | "Impossible de trouver le solde du compte de l'utilisateur %s, action par " |
---|
1139 | "d�ut (%s) appliqu�sur l'imprimante %s" |
---|
1140 | |
---|
1141 | #, python-format |
---|
1142 | msgid "Print Quota exceeded for group %s on printer %s" |
---|
1143 | msgstr "" |
---|
1144 | "D�ssement de Quota d'impression pour le groupe %s sur l'imprimante %s" |
---|
1145 | |
---|
1146 | msgid "Print Quota" |
---|
1147 | msgstr "Quota d'Impression" |
---|
1148 | |
---|
1149 | msgid "Print Quota Exceeded" |
---|
1150 | msgstr "D�ssement de Quota d'Impression" |
---|
1151 | |
---|
1152 | #, python-format |
---|
1153 | msgid "Print Quota low for group %s on printer %s" |
---|
1154 | msgstr "Quota d'Impression faible pour le groupe %s sur l'imprimante %s" |
---|
1155 | |
---|
1156 | #, python-format |
---|
1157 | msgid "Print Quota exceeded for user %s on printer %s" |
---|
1158 | msgstr "" |
---|
1159 | "D�ssement de Quota d'Impression pour l'utilisateur %s sur l'imprimante %s" |
---|
1160 | |
---|
1161 | #, python-format |
---|
1162 | msgid "Print Quota low for user %s on printer %s" |
---|
1163 | msgstr "Quota d'Impression faible pour l'utilisateur %s sur l'imprimante %s" |
---|
1164 | |
---|
1165 | msgid "Print Quota Low" |
---|
1166 | msgstr "Quota d'Impression Bas" |
---|
1167 | |
---|
1168 | #, python-format |
---|
1169 | msgid "Printing system %s, args=%s" |
---|
1170 | msgstr "Syst� d'impression %s, args=%s" |
---|
1171 | |
---|
1172 | #, python-format |
---|
1173 | msgid "Unable to precompute the job's size with the generic PDL analyzer : %s" |
---|
1174 | msgstr "" |
---|
1175 | "Impossible de pr�alculer la taille du travail d'impression avec " |
---|
1176 | "l'analyzeur g�rique de PDL : %s" |
---|
1177 | |
---|
1178 | #, python-format |
---|
1179 | msgid "SIGTERM received, job %s cancelled." |
---|
1180 | msgstr "SIGTERM re� travail d'impression %s annul� |
---|
1181 | |
---|
1182 | msgid "Printer hostname undefined, set to 'localhost'" |
---|
1183 | msgstr "Nom d'h�de l'imprimante ind�ni, positionn� 'localhost'" |
---|
1184 | |
---|
1185 | #, python-format |
---|
1186 | msgid "Printing system unknown, args=%s" |
---|
1187 | msgstr "Syst� d'impression inconnu, args=%s" |
---|
1188 | |
---|
1189 | #, python-format |
---|
1190 | msgid "" |
---|
1191 | "Printer %s not registered in the PyKota system, applying external policy (%" |
---|
1192 | "s) for printer %s" |
---|
1193 | msgstr "" |
---|
1194 | "Imprimante %s non enregistr�dans le syst� PyKota, action externe (%s) " |
---|
1195 | "appliqu�sur l'imprimante %s" |
---|
1196 | |
---|
1197 | #, python-format |
---|
1198 | msgid "" |
---|
1199 | "User %s not registered in the PyKota system, applying external policy (%s) " |
---|
1200 | "for printer %s" |
---|
1201 | msgstr "" |
---|
1202 | "Utilisateur %s non enregistr�ans le syst� PyKota, application de " |
---|
1203 | "l'action externe (%s) sur l'imprimante %s" |
---|
1204 | |
---|
1205 | #, python-format |
---|
1206 | msgid "" |
---|
1207 | "User %s doesn't have quota on printer %s in the PyKota system, applying " |
---|
1208 | "external policy (%s) for printer %s" |
---|
1209 | msgstr "" |
---|
1210 | "L'utilisateur %s n'a pas de quota sur l'imprimante %s dans le syst� " |
---|
1211 | "PyKota, application de l'action externe (%s) sur l'imprimante %s" |
---|
1212 | |
---|
1213 | #, python-format |
---|
1214 | msgid "" |
---|
1215 | "External policy %s for printer %s produced an error. Job rejected. Please " |
---|
1216 | "check PyKota's configuration files." |
---|
1217 | msgstr "" |
---|
1218 | "L'action externe %s sur l'imprimante %s a produit une erreur. Job rejet�" |
---|
1219 | "Merci de v�fier les fichiers de configuration de PyKota." |
---|
1220 | |
---|
1221 | #, python-format |
---|
1222 | msgid "" |
---|
1223 | "Printer %s not registered in the PyKota system, applying default policy (%s)" |
---|
1224 | msgstr "" |
---|
1225 | "Imprimante %s non enregistr�dans le syst� PyKota, application de " |
---|
1226 | "l'action par d�ut (%s) " |
---|
1227 | |
---|
1228 | #, python-format |
---|
1229 | msgid "" |
---|
1230 | "User %s not registered in the PyKota system, applying default policy (%s) " |
---|
1231 | "for printer %s" |
---|
1232 | msgstr "" |
---|
1233 | "Utilisateur %s non enregistr�ans le syst� PyKota, application de " |
---|
1234 | "l'action par d�ut (%s) sur l'imprimante %s" |
---|
1235 | |
---|
1236 | #, python-format |
---|
1237 | msgid "" |
---|
1238 | "User %s doesn't have quota on printer %s in the PyKota system, applying " |
---|
1239 | "default policy (%s)" |
---|
1240 | msgstr "" |
---|
1241 | "Utilisateur %s n'a aucun quota sur l'imprimante %s dans le syst� PyKota, " |
---|
1242 | "application de l'action par d�ut (%s)" |
---|
1243 | |
---|
1244 | #, python-format |
---|
1245 | msgid "" |
---|
1246 | "Printer %s still not registered in the PyKota system, job will be rejected" |
---|
1247 | msgstr "" |
---|
1248 | "L'imprimante %s n'est toujours pas enregistr�dans le syst� PyKota, le " |
---|
1249 | "travail d'impression sera rejet� |
---|
1250 | #, python-format |
---|
1251 | msgid "" |
---|
1252 | "User %s still not registered in the PyKota system, job will be rejected on " |
---|
1253 | "printer %s" |
---|
1254 | msgstr "" |
---|
1255 | "L'utilisateur %s n'est toujours pas enregistr�ans le syst� PyKota, le " |
---|
1256 | "travail d'impression sera rejet�e l'imprimante %s" |
---|
1257 | |
---|
1258 | #, python-format |
---|
1259 | msgid "" |
---|
1260 | "User %s still doesn't have quota on printer %s in the PyKota system, job " |
---|
1261 | "will be rejected" |
---|
1262 | msgstr "" |
---|
1263 | "L'utilisateur %s n'a toujours pas de quota sur l'imprimante %s dans le " |
---|
1264 | "syst� PyKota, le travail d'impression sera rejet� |
---|
1265 | #, python-format |
---|
1266 | msgid "" |
---|
1267 | "Search base %s doesn't seem to exist. Probable misconfiguration. Please " |
---|
1268 | "double check /etc/pykota/pykota.conf : %s" |
---|
1269 | msgstr "" |
---|
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 |
---|
1274 | msgid "Search for %s(%s) from %s(scope=%s) returned no answer." |
---|
1275 | msgstr "La recherche de %s(%s) depuis %s(scope=%s) n'a renvoy�ucun r�ltat." |
---|
1276 | |
---|
1277 | #, python-format |
---|
1278 | msgid "Problem adding LDAP entry (%s, %s)" |
---|
1279 | msgstr "Probl� durant l'ajout de l'entr�LDAP (%s, %s)" |
---|
1280 | |
---|
1281 | #, python-format |
---|
1282 | msgid "Problem deleting LDAP entry (%s)" |
---|
1283 | msgstr "Probl� durant la suppression de l'entr�LDAP (%s)" |
---|
1284 | |
---|
1285 | #, python-format |
---|
1286 | msgid "Problem modifying LDAP entry (%s, %s)" |
---|
1287 | msgstr "Probl� durant la modification de l'entr�LDAP (%s, %s)" |
---|
1288 | |
---|
1289 | #, python-format |
---|
1290 | msgid "" |
---|
1291 | "No pykotaAccountBalance object found for user %s. Did you create LDAP " |
---|
1292 | "entries manually ?" |
---|
1293 | msgstr "" |
---|
1294 | |
---|
1295 | #, python-format |
---|
1296 | msgid "" |
---|
1297 | "Unable to find an existing objectClass %s entry with %s=%s to attach " |
---|
1298 | "pykotaAccount objectClass" |
---|
1299 | msgstr "" |
---|
1300 | "Impossible de trouver une entr�existante ayant pour objectClass %s avec %s=" |
---|
1301 | "%s �aquelle attacher une objectClass pykotaAccount" |
---|
1302 | |
---|
1303 | #, python-format |
---|
1304 | msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" |
---|
1305 | msgstr "" |
---|
1306 | "Impossible de trouver une entr�existante �aquelle attacher l'objectClass " |
---|
1307 | "pykotaGroup %s" |
---|
1308 | |
---|
1309 | msgid "Totals may be inaccurate if some users are members of several groups." |
---|
1310 | msgstr "" |
---|
1311 | "Les totaux peuvent �e faux si des utilisateurs sont dans plusieurs groupes." |
---|
1312 | |
---|
1313 | #, python-format |
---|
1314 | msgid "Network error while doing SNMP queries on printer %s : %s" |
---|
1315 | msgstr "" |
---|
1316 | |
---|
1317 | #, python-format |
---|
1318 | msgid "Problem encountered while doing SNMP queries on printer %s : %s" |
---|
1319 | msgstr "" |
---|
1320 | |
---|
1321 | #, python-format |
---|
1322 | msgid "Waiting for printer %s to be idle or printing..." |
---|
1323 | msgstr "" |
---|
1324 | |
---|
1325 | #, python-format |
---|
1326 | msgid "Waiting for printer %s's idle status to stabilize..." |
---|
1327 | msgstr "" |
---|
1328 | |
---|
1329 | #, python-format |
---|
1330 | msgid "Problem during connection to %s:%s : %s" |
---|
1331 | msgstr "" |
---|
1332 | |
---|
1333 | #, python-format |
---|
1334 | msgid "Problem while sending PJL query to %s:%s : %s" |
---|
1335 | msgstr "" |
---|
1336 | |
---|
1337 | #, python-format |
---|
1338 | msgid "A problem occured while reading printer %s's internal page counter." |
---|
1339 | msgstr "" |
---|
1340 | |
---|
1341 | #, python-format |
---|
1342 | msgid "Retrieving printer %s's page counter from database instead." |
---|
1343 | msgstr "" |
---|
1344 | |
---|
1345 | #, python-format |
---|
1346 | msgid "" |
---|
1347 | "Couldn't retrieve printer %s's internal page counter either before or after " |
---|
1348 | "printing." |
---|
1349 | msgstr "" |
---|
1350 | |
---|
1351 | #, python-format |
---|
1352 | msgid "Job's size forced to 1 page for printer %s." |
---|
1353 | msgstr "" |
---|
1354 | |
---|
1355 | #, python-format |
---|
1356 | msgid "No previous job in database for printer %s." |
---|
1357 | msgstr "" |
---|
1358 | |
---|
1359 | #, python-format |
---|
1360 | msgid "Inconsistent values for printer %s's internal page counter." |
---|
1361 | msgstr "" |
---|
1362 | |
---|
1363 | msgid "" |
---|
1364 | "Internal SNMP accounting asked, but Python-SNMP is not available. Please " |
---|
1365 | "download it from http://pysnmp.sourceforge.net" |
---|
1366 | msgstr "" |
---|
1367 | |
---|
1368 | #, python-format |
---|
1369 | msgid "Unknown printer address in HARDWARE(%s) for printer %s" |
---|
1370 | msgstr "Adresse inconnue dans HARDWARE(%s) pour l'imprimante %s" |
---|
1371 | |
---|
1372 | #, python-format |
---|
1373 | msgid "Launching HARDWARE(%s)..." |
---|
1374 | msgstr "Ex�tion de HARDWARE(%s)..." |
---|
1375 | |
---|
1376 | #, python-format |
---|
1377 | msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" |
---|
1378 | msgstr "SIGTERM a � envoy�u compteur hardware %s (pid: %s)" |
---|
1379 | |
---|
1380 | #, python-format |
---|
1381 | msgid "Line [%s] skipped in accounter's output. Trying again..." |
---|
1382 | msgstr "" |
---|
1383 | |
---|
1384 | #, python-format |
---|
1385 | msgid "Hardware accounter %s exit code is %s" |
---|
1386 | msgstr "" |
---|
1387 | |
---|
1388 | #, python-format |
---|
1389 | msgid "Unable to query printer %s via HARDWARE(%s)" |
---|
1390 | msgstr "Impossible d'interroger l'imprimante %s via HARDWARE(%s)" |
---|
1391 | |
---|
1392 | #, python-format |
---|
1393 | msgid "" |
---|
1394 | "SNMP querying stage interrupted. Using latest value seen for internal page " |
---|
1395 | "counter (%s) on printer %s." |
---|
1396 | msgstr "" |
---|
1397 | |
---|
1398 | #, python-format |
---|
1399 | msgid "" |
---|
1400 | "PJL querying stage interrupted. Using latest value seen for internal page " |
---|
1401 | "counter (%s) on printer %s." |
---|
1402 | msgstr "" |
---|
1403 | |
---|
1404 | #, python-format |
---|
1405 | msgid "Launching SOFTWARE(%s)..." |
---|
1406 | msgstr "Ex�tion de SOFTWARE(%s)..." |
---|
1407 | |
---|
1408 | #, python-format |
---|
1409 | msgid "Unable to compute job size with accounter %s" |
---|
1410 | msgstr "Impossible de calculer la taille du job avec le compteur %s" |
---|
1411 | |
---|
1412 | #, python-format |
---|
1413 | msgid "Problem while waiting for software accounter pid %s to exit : %s" |
---|
1414 | msgstr "" |
---|
1415 | "Probl� d�ct�n attendant que le compteur software pid %s se termine : %s" |
---|
1416 | |
---|
1417 | #, python-format |
---|
1418 | msgid "Software accounter %s exit code is %s" |
---|
1419 | msgstr "Le code de sortie du compteur software %s est %s" |
---|
1420 | |
---|
1421 | msgid "PyKota Reports" |
---|
1422 | msgstr "Rapports de Quotas d'Impression PyKota" |
---|
1423 | |
---|
1424 | msgid "Report" |
---|
1425 | msgstr "G�ration du Rapport" |
---|
1426 | |
---|
1427 | msgid "User / Group names mask" |
---|
1428 | msgstr "Masque de noms Utilisateur / Groupe" |
---|
1429 | |
---|
1430 | msgid "Groups report" |
---|
1431 | msgstr "Rapport de groupes" |
---|
1432 | |
---|
1433 | msgid "History" |
---|
1434 | msgstr "Historique des Impressions" |
---|
1435 | |
---|
1436 | msgid "Empty" |
---|
1437 | msgstr "Vide" |
---|
1438 | |
---|
1439 | msgid "Date" |
---|
1440 | msgstr "Date" |
---|
1441 | |
---|
1442 | msgid "Action" |
---|
1443 | msgstr "Action" |
---|
1444 | |
---|
1445 | msgid "User" |
---|
1446 | msgstr "utilisateur" |
---|
1447 | |
---|
1448 | msgid "Printer" |
---|
1449 | msgstr "Imprimante" |
---|
1450 | |
---|
1451 | msgid "Hostname" |
---|
1452 | msgstr "Poste client" |
---|
1453 | |
---|
1454 | msgid "JobId" |
---|
1455 | msgstr "JobId" |
---|
1456 | |
---|
1457 | msgid "JobSize" |
---|
1458 | msgstr "Taille" |
---|
1459 | |
---|
1460 | msgid "JobPrice" |
---|
1461 | msgstr "Co�msgid "Copies" |
---|
1462 | msgstr "Copies" |
---|
1463 | |
---|
1464 | msgid "JobBytes" |
---|
1465 | msgstr "Taille en octets" |
---|
1466 | |
---|
1467 | msgid "PageCounter" |
---|
1468 | msgstr "Compteur de pages" |
---|
1469 | |
---|
1470 | msgid "Title" |
---|
1471 | msgstr "Titre" |
---|
1472 | |
---|
1473 | msgid "Filename" |
---|
1474 | msgstr "Fichier" |
---|
1475 | |
---|
1476 | msgid "Options" |
---|
1477 | msgstr "Options" |
---|
1478 | |
---|
1479 | msgid "Previous page" |
---|
1480 | msgstr "Page pr�dente" |
---|
1481 | |
---|
1482 | #~ msgid "Incorrect answer : %s" |
---|
1483 | #~ msgstr "R�nse incorrecte : %s" |
---|