1 | # PyKota |
---|
2 | # |
---|
3 | # PyKota : Print Quotas for CUPS and LPRng |
---|
4 | # |
---|
5 | # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> |
---|
6 | # This program is free software; you can redistribute it and/or modify |
---|
7 | # it under the terms of the GNU General Public License as published by |
---|
8 | # the Free Software Foundation; either version 2 of the License, or |
---|
9 | # (at your option) any later version. |
---|
10 | # |
---|
11 | # This program is distributed in the hope that it will be useful, |
---|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | # GNU General Public License for more details. |
---|
15 | # |
---|
16 | # You should have received a copy of the GNU General Public License |
---|
17 | # along with this program; if not, write to the Free Software |
---|
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
19 | # |
---|
20 | # $Id$ |
---|
21 | # |
---|
22 | # |
---|
23 | msgid "" |
---|
24 | msgstr "" |
---|
25 | "Project-Id-Version: PyKota v1.20\n" |
---|
26 | "Report-Msgid-Bugs-To: alet@librelogiciel.com\n" |
---|
27 | "POT-Creation-Date: 2004-11-25 10:16+0100\n" |
---|
28 | "PO-Revision-Date: 2004-07-21 15:35:00+0100\n" |
---|
29 | "Last-Translator: Jurandy Martins <jurandy@ic.unicamp.br>\n" |
---|
30 | "Language-Team: Brazilian <jurandy@ic.unicamp.br>\n" |
---|
31 | "MIME-Version: 1.0\n" |
---|
32 | "Content-Type: text/plain; charset=ISO-8859-15\n" |
---|
33 | "Content-Transfer-Encoding: 8bit\n" |
---|
34 | |
---|
35 | #, python-format |
---|
36 | msgid "" |
---|
37 | "autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
38 | "\n" |
---|
39 | "A tool to automate user account creation and initial balance setting.\n" |
---|
40 | "\n" |
---|
41 | "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" |
---|
42 | "\n" |
---|
43 | "command line usage :\n" |
---|
44 | "\n" |
---|
45 | " THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" |
---|
46 | " OF AN external policy IN pykota.conf\n" |
---|
47 | " \n" |
---|
48 | " autopykota { -i | --initbalance value } \n" |
---|
49 | "\n" |
---|
50 | "options :\n" |
---|
51 | "\n" |
---|
52 | " -v | --version Prints autopykota's version number then exits.\n" |
---|
53 | " -h | --help Prints this message then exits.\n" |
---|
54 | " \n" |
---|
55 | " -i | --initbalance b Sets the user's account initial balance value to b.\n" |
---|
56 | " If the user already exists, actual balance is left\n" |
---|
57 | " unmodified. If unset, the default value is 0.\n" |
---|
58 | msgstr "" |
---|
59 | |
---|
60 | #, python-format |
---|
61 | msgid "SIGTERM received, job %s cancelled." |
---|
62 | msgstr "SIGTERM recebida, trabalho %s reiniciado." |
---|
63 | |
---|
64 | msgid "You are not allowed to print at this time." |
---|
65 | msgstr "" |
---|
66 | |
---|
67 | #, python-format |
---|
68 | msgid "Unable to precompute the job's size with the generic PDL analyzer : %s" |
---|
69 | msgstr "" |
---|
70 | "Imposs�l calcular tamanho da tarefa usando analisador gen�o de PDL : %s" |
---|
71 | |
---|
72 | #, python-format |
---|
73 | msgid "Banner generator %s exit code is %s" |
---|
74 | msgstr "" |
---|
75 | |
---|
76 | msgid "Banner won't be printed : maximum number of deny banners reached." |
---|
77 | msgstr "" |
---|
78 | |
---|
79 | #, python-format |
---|
80 | msgid "Beware : computed job size (%s) != precomputed job size (%s)" |
---|
81 | msgstr "" |
---|
82 | |
---|
83 | msgid "" |
---|
84 | "The job size will be trusted anyway according to the 'trustjobsize' directive" |
---|
85 | msgstr "" |
---|
86 | |
---|
87 | #, python-format |
---|
88 | msgid "" |
---|
89 | "The job size will be trusted because it is inferior to the 'trustjobsize' " |
---|
90 | "directive's limit %s" |
---|
91 | msgstr "" |
---|
92 | |
---|
93 | #, python-format |
---|
94 | msgid "" |
---|
95 | "The job size will be modified according to the 'trustjobsize' directive : %s" |
---|
96 | msgstr "" |
---|
97 | |
---|
98 | #, python-format |
---|
99 | msgid "" |
---|
100 | "Printer %s not registered in the PyKota system, applying external policy (%" |
---|
101 | "s) for printer %s" |
---|
102 | msgstr "" |
---|
103 | "Impressora %s n�registada no sistema de impress� foi aplicada a pol�ca " |
---|
104 | "externa (%s) para a impressora %s" |
---|
105 | |
---|
106 | #, python-format |
---|
107 | msgid "" |
---|
108 | "User %s not registered in the PyKota system, applying external policy (%s) " |
---|
109 | "for printer %s" |
---|
110 | msgstr "" |
---|
111 | "Usuario %s n�registrado no sistema PyKota, aplicando pol�ca externa (%s) " |
---|
112 | "para a impressora %s" |
---|
113 | |
---|
114 | #, python-format |
---|
115 | msgid "" |
---|
116 | "User %s doesn't have quota on printer %s in the PyKota system, applying " |
---|
117 | "external policy (%s) for printer %s" |
---|
118 | msgstr "" |
---|
119 | "Utilizador %s n�tem cota na impressora %s, foi aplicada a pol�ca externa " |
---|
120 | "(%s) para a impressora %s" |
---|
121 | |
---|
122 | #, python-format |
---|
123 | msgid "" |
---|
124 | "External policy %s for printer %s produced an error. Job rejected. Please " |
---|
125 | "check PyKota's configuration files." |
---|
126 | msgstr "" |
---|
127 | "Pol�ca externa %s para a impressora %s retornou un error. Trabalho " |
---|
128 | "reiniciado. Por favor verifique os arquivos de configura� do PyKota." |
---|
129 | |
---|
130 | #, python-format |
---|
131 | msgid "" |
---|
132 | "Printer %s not registered in the PyKota system, applying default policy (%s)" |
---|
133 | msgstr "" |
---|
134 | "Impressora %s n�registada no sistema Pykota, foi aplicada por omiss�a " |
---|
135 | "pol�ca (%s)" |
---|
136 | |
---|
137 | #, python-format |
---|
138 | msgid "" |
---|
139 | "User %s not registered in the PyKota system, applying default policy (%s) " |
---|
140 | "for printer %s" |
---|
141 | msgstr "" |
---|
142 | "Usuario %s n�registrado no sistema PyKota, aplicando configura�s padr�" |
---|
143 | "(%s) para a impressora %s" |
---|
144 | |
---|
145 | #, python-format |
---|
146 | msgid "" |
---|
147 | "User %s doesn't have quota on printer %s in the PyKota system, applying " |
---|
148 | "default policy (%s)" |
---|
149 | msgstr "" |
---|
150 | "O utilizador %s n�tem cota na impressora %s, foi aplicada por omiss�a " |
---|
151 | "pol�ca (%s)" |
---|
152 | |
---|
153 | #, python-format |
---|
154 | msgid "" |
---|
155 | "Printer %s still not registered in the PyKota system, job will be rejected" |
---|
156 | msgstr "" |
---|
157 | "A Impressora %s n�se encontra registada no sistema, o pedido ser�ejeitado" |
---|
158 | |
---|
159 | #, python-format |
---|
160 | msgid "" |
---|
161 | "User %s still not registered in the PyKota system, job will be rejected on " |
---|
162 | "printer %s" |
---|
163 | msgstr "" |
---|
164 | "O utilizador %s n�se encontra registado no sistema, o pedido para a " |
---|
165 | "impressora %sser�ejeitado" |
---|
166 | |
---|
167 | #, python-format |
---|
168 | msgid "" |
---|
169 | "User %s still doesn't have quota on printer %s in the PyKota system, job " |
---|
170 | "will be rejected" |
---|
171 | msgstr "" |
---|
172 | "O utilizador %s ainda n�tem cota definida na impressora %s, o pedido ser� |
---|
173 | "rejeitado" |
---|
174 | |
---|
175 | msgid "Job is a dupe" |
---|
176 | msgstr "" |
---|
177 | |
---|
178 | msgid "Printing is denied by configuration" |
---|
179 | msgstr "" |
---|
180 | |
---|
181 | #, python-format |
---|
182 | msgid "Duplicate print jobs are not allowed on printer %s." |
---|
183 | msgstr "" |
---|
184 | |
---|
185 | msgid "Subprocess denied printing of a dupe" |
---|
186 | msgstr "" |
---|
187 | |
---|
188 | #, python-format |
---|
189 | msgid "Duplicate print jobs are not allowed on printer %s at this time." |
---|
190 | msgstr "" |
---|
191 | |
---|
192 | msgid "Subprocess allowed printing of a dupe" |
---|
193 | msgstr "" |
---|
194 | |
---|
195 | #, python-format |
---|
196 | msgid "" |
---|
197 | "\n" |
---|
198 | "\n" |
---|
199 | "Your system administrator :\n" |
---|
200 | "\n" |
---|
201 | "\t%s - <%s>\n" |
---|
202 | msgstr "" |
---|
203 | |
---|
204 | #, python-format |
---|
205 | msgid "Impossible to connect to SMTP server : %s" |
---|
206 | msgstr "N�foi poss�l conectar-se ao servidor SMTP %s" |
---|
207 | |
---|
208 | msgid "Print Quota" |
---|
209 | msgstr "Quota de impre�" |
---|
210 | |
---|
211 | #, python-format |
---|
212 | msgid "Impossible to send mail to %s, error %s : %s" |
---|
213 | msgstr "Imposivel enviar email para %s, erro %s : %s" |
---|
214 | |
---|
215 | msgid "Job contains no data. Printing is denied." |
---|
216 | msgstr "Tarefa n�cont�nenhum dado. Impress�negada" |
---|
217 | |
---|
218 | msgid "Job allowed by printer policy. No accounting will be done." |
---|
219 | msgstr "" |
---|
220 | |
---|
221 | #, python-format |
---|
222 | msgid "Invalid policy %s for printer %s" |
---|
223 | msgstr "Pol�ca inv�da %s para a impressora %s" |
---|
224 | |
---|
225 | #, python-format |
---|
226 | msgid "Precomputed job size (%s pages) too large for printer %s." |
---|
227 | msgstr "" |
---|
228 | |
---|
229 | #, python-format |
---|
230 | msgid "You are not allowed to print so many pages on printer %s at this time." |
---|
231 | msgstr "" |
---|
232 | |
---|
233 | #, python-format |
---|
234 | msgid "User %s is not allowed to print at this time." |
---|
235 | msgstr "" |
---|
236 | |
---|
237 | msgid "Your account settings forbid you to print at this time." |
---|
238 | msgstr "" |
---|
239 | |
---|
240 | #, python-format |
---|
241 | msgid "Print Quota exceeded for user %s on printer %s" |
---|
242 | msgstr "Quota de impress�excedida para o usuario %s na impressora %s" |
---|
243 | |
---|
244 | #, python-format |
---|
245 | msgid "Print Quota low for user %s on printer %s" |
---|
246 | msgstr "Quota de impress�baixa para o usuario %s na impressora %s" |
---|
247 | |
---|
248 | msgid "Job denied, no accounting will be done." |
---|
249 | msgstr "" |
---|
250 | |
---|
251 | msgid "Job accounting begins." |
---|
252 | msgstr "In�o da contagem da tarefa." |
---|
253 | |
---|
254 | msgid "Job denied, no accounting has been done." |
---|
255 | msgstr "" |
---|
256 | |
---|
257 | msgid "Job accounting ends." |
---|
258 | msgstr "Fim da contagem da tarefa." |
---|
259 | |
---|
260 | msgid "Job size forced to 0 because printing is denied." |
---|
261 | msgstr "Tamanho da tarefa zerado porque a impress�foi negada" |
---|
262 | |
---|
263 | #, python-format |
---|
264 | msgid "Job size : %i" |
---|
265 | msgstr "Tamanho da tarefa : %i" |
---|
266 | |
---|
267 | #, python-format |
---|
268 | msgid "User %s's quota on printer %s won't be modified" |
---|
269 | msgstr "" |
---|
270 | |
---|
271 | #, python-format |
---|
272 | msgid "Updating user %s's quota on printer %s" |
---|
273 | msgstr "Atualizando cota do usu�o %s para a impressora %s" |
---|
274 | |
---|
275 | msgid "Job added to history." |
---|
276 | msgstr "Tarefa adicionada ao hist�o" |
---|
277 | |
---|
278 | #, python-format |
---|
279 | msgid "Billing code %s was updated." |
---|
280 | msgstr "" |
---|
281 | |
---|
282 | #, python-format |
---|
283 | msgid "" |
---|
284 | "dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
285 | "\n" |
---|
286 | "Dumps PyKota database's content.\n" |
---|
287 | "\n" |
---|
288 | "command line usage :\n" |
---|
289 | "\n" |
---|
290 | " dumpykota [options] [filterexpr]\n" |
---|
291 | "\n" |
---|
292 | "options :\n" |
---|
293 | "\n" |
---|
294 | " -v | --version Prints dumpykota's version number then exits.\n" |
---|
295 | " -h | --help Prints this message then exits.\n" |
---|
296 | " \n" |
---|
297 | " -d | --data type Dumps 'type' datas. Allowed types are :\n" |
---|
298 | " \n" |
---|
299 | " - history : dumps the jobs history.\n" |
---|
300 | " - users : dumps users.\n" |
---|
301 | " - groups : dumps user groups.\n" |
---|
302 | " - printers : dump printers.\n" |
---|
303 | " - upquotas : dump user quotas.\n" |
---|
304 | " - gpquotas : dump user groups quotas.\n" |
---|
305 | " - payments : dumps user payments.\n" |
---|
306 | " - pmembers : dumps printer groups members.\n" |
---|
307 | " - umembers : dumps user groups members.\n" |
---|
308 | " - billingcodes : dumps billing codes.\n" |
---|
309 | " \n" |
---|
310 | " NB : the -d | --data command line option \n" |
---|
311 | " is MANDATORY.\n" |
---|
312 | " \n" |
---|
313 | " -f | --format fmt Dumps datas in the 'fmt' format. When not specified,\n" |
---|
314 | " the format is to dump datas in the csv format (comma\n" |
---|
315 | " separated values). All data dumped is between double\n" |
---|
316 | " quotes. Allowed formats are :\n" |
---|
317 | " \n" |
---|
318 | " - csv : separate datas with commas\n" |
---|
319 | " - ssv : separate datas with semicolons\n" |
---|
320 | " - tsv : separate datas with tabs\n" |
---|
321 | " - xml : dump data as XML\n" |
---|
322 | " - cups : dump datas in CUPS' page_log format :\n" |
---|
323 | " ONLY AVAILABLE WITH --data history\n" |
---|
324 | " \n" |
---|
325 | " -o | --output fname All datas will be dumped to the file instead of\n" |
---|
326 | " to the standard output. The special '-' filename\n" |
---|
327 | " is the default value and means stdout.\n" |
---|
328 | " WARNING : existing files are truncated !\n" |
---|
329 | "\n" |
---|
330 | " -s | --sum Summarize the selected datas.\n" |
---|
331 | " ONLY AVAILABLE WITH --data history or payments\n" |
---|
332 | "\n" |
---|
333 | " Use the filter expressions to extract only parts of the \n" |
---|
334 | " datas. Allowed filters are of the form :\n" |
---|
335 | " \n" |
---|
336 | " key=value\n" |
---|
337 | " \n" |
---|
338 | " Allowed keys for now are : \n" |
---|
339 | " \n" |
---|
340 | " username User's name\n" |
---|
341 | " groupname Users group's name\n" |
---|
342 | " printername Printer's name\n" |
---|
343 | " pgroupname Printers group's name\n" |
---|
344 | " hostname Client's hostname\n" |
---|
345 | " billingcode Job's billing code\n" |
---|
346 | " start Job's date of printing\n" |
---|
347 | " end Job's date of printing\n" |
---|
348 | " \n" |
---|
349 | " Contrary to other PyKota management tools, wildcard characters are not \n" |
---|
350 | " expanded, so you can't use them.\n" |
---|
351 | " \n" |
---|
352 | " NB : not all keys are allowed for each data type, so the result may be \n" |
---|
353 | " empty if you use a key not available for a particular data type.\n" |
---|
354 | " \n" |
---|
355 | "Examples :\n" |
---|
356 | "\n" |
---|
357 | " $ dumpykota --data history --format csv >myfile.csv\n" |
---|
358 | " \n" |
---|
359 | " This dumps the history in a comma separated values file, for possible\n" |
---|
360 | " use in a spreadsheet.\n" |
---|
361 | " \n" |
---|
362 | " $ dumpykota --data users --format xml -o users.xml\n" |
---|
363 | " \n" |
---|
364 | " Dumps all users datas to the users.xml file.\n" |
---|
365 | " \n" |
---|
366 | " $ dumpykota --data history printername=HP2100 username=jerome\n" |
---|
367 | " \n" |
---|
368 | " Dumps the job history for user jerome on printer HP2100 only.\n" |
---|
369 | " \n" |
---|
370 | " $ dumpykota --data history start=200503 end=20050730234615\n" |
---|
371 | " \n" |
---|
372 | " Dumps all jobs printed between March 1st 2005 at midnight and\n" |
---|
373 | " July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n" |
---|
374 | msgstr "" |
---|
375 | |
---|
376 | msgid "The -d | --data command line option is mandatory, see help." |
---|
377 | msgstr "" |
---|
378 | |
---|
379 | #, python-format |
---|
380 | msgid "" |
---|
381 | "edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
382 | "\n" |
---|
383 | "A Print Quota editor for PyKota.\n" |
---|
384 | "\n" |
---|
385 | "command line usage :\n" |
---|
386 | "\n" |
---|
387 | " edpykota [options] user1 user2 ... userN\n" |
---|
388 | " \n" |
---|
389 | " edpykota [options] group1 group2 ... groupN\n" |
---|
390 | "\n" |
---|
391 | "options :\n" |
---|
392 | "\n" |
---|
393 | " -v | --version Prints edpykota's version number then exits.\n" |
---|
394 | " -h | --help Prints this message then exits.\n" |
---|
395 | " \n" |
---|
396 | " -a | --add Adds users and/or printers if they don't \n" |
---|
397 | " exist on the Quota Storage Server.\n" |
---|
398 | " \n" |
---|
399 | " -d | --delete Deletes users/groups from the quota storage.\n" |
---|
400 | " Printers are never deleted.\n" |
---|
401 | " \n" |
---|
402 | " -c | --charge p[,j] Sets the price per page and per job to charge\n" |
---|
403 | " for a particular printer. Job price is optional.\n" |
---|
404 | " If both are to be set, separate them with a comma.\n" |
---|
405 | " Floating point values are allowed.\n" |
---|
406 | " \n" |
---|
407 | " -o | --overcharge f Sets the overcharging factor applied to the user \n" |
---|
408 | " when computing the cost of a print job. Positive or \n" |
---|
409 | " negative floating point values are allowed,\n" |
---|
410 | " this allows you to do some really creative\n" |
---|
411 | " things like giving money to an user whenever\n" |
---|
412 | " he prints. The number of pages in a print job\n" |
---|
413 | " is not modified by this coefficient, only the\n" |
---|
414 | " cost of the job for a particular user.\n" |
---|
415 | " Only users have a coefficient.\n" |
---|
416 | " \n" |
---|
417 | " -i | --ingroups g1[,g2...] Puts the users into each of the groups\n" |
---|
418 | " listed, separated by commas. The groups\n" |
---|
419 | " must already exist in the Quota Storage.\n" |
---|
420 | " \n" |
---|
421 | " -u | --users Edit users print quotas, this is the default.\n" |
---|
422 | " \n" |
---|
423 | " -P | --printer p Edit quotas on printer p only. Actually p can\n" |
---|
424 | " use wildcards characters to select only\n" |
---|
425 | " some printers. The default value is *, meaning\n" |
---|
426 | " all printers. \n" |
---|
427 | " You can specify several names or wildcards, \n" |
---|
428 | " by separating them with commas.\n" |
---|
429 | " \n" |
---|
430 | " -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" |
---|
431 | " pg1, pg2, etc... which must already exist.\n" |
---|
432 | " A printer group is just like a normal printer,\n" |
---|
433 | " only that it is usually unknown from the printing\n" |
---|
434 | " system. Create printer groups exactly the same\n" |
---|
435 | " way that you create printers, then add other \n" |
---|
436 | " printers to them with this option.\n" |
---|
437 | " Accounting is done on a printer and on all\n" |
---|
438 | " the printer groups it belongs to, quota checking\n" |
---|
439 | " is done on a printer and on all the printer groups\n" |
---|
440 | " it belongs to.\n" |
---|
441 | " \n" |
---|
442 | " -g | --groups Edit users groups print quotas instead of users.\n" |
---|
443 | " \n" |
---|
444 | " -p | --prototype u|g Uses user u or group g as a prototype to set\n" |
---|
445 | " print quotas\n" |
---|
446 | " \n" |
---|
447 | " -n | --noquota Sets both soft and hard limits to None for a\n" |
---|
448 | " particular print quota entry.\n" |
---|
449 | " This is NOT the same as --limitby noquota\n" |
---|
450 | " which acts on ALL print quota entries for a\n" |
---|
451 | " particular user.\n" |
---|
452 | " \n" |
---|
453 | " -r | --reset Resets the actual page counter for the user\n" |
---|
454 | " or group to zero on the specified printers. \n" |
---|
455 | " The life time page counter is kept unchanged.\n" |
---|
456 | " \n" |
---|
457 | " -R | --hardreset Resets the actual and life time page counters\n" |
---|
458 | " for the user or group to zero on the specified \n" |
---|
459 | " printers. This is a shortcut for '--used 0'.\n" |
---|
460 | " \n" |
---|
461 | " -l | --limitby l Choose if the user/group is limited in " |
---|
462 | "printing \n" |
---|
463 | " by its account balance or by its page quota.\n" |
---|
464 | " The default value is 'quota'. Allowed values\n" |
---|
465 | " are 'quota' 'balance' 'noquota' 'noprint' \n" |
---|
466 | " and 'nochange' :\n" |
---|
467 | " \n" |
---|
468 | " - quota : limit by number of pages per printer.\n" |
---|
469 | " - balance : limit by number of credits in account.\n" |
---|
470 | " - noquota : no limit, accounting still done.\n" |
---|
471 | " - nochange : no limit, accounting not done. \n" |
---|
472 | " - noprint : printing is denied. \n" |
---|
473 | " NB : nochange and noprint are not supported for " |
---|
474 | "groups.\n" |
---|
475 | " \n" |
---|
476 | " -b | --balance b Sets the user's account balance to " |
---|
477 | "b. \n" |
---|
478 | " Account balance may be increase or decreased\n" |
---|
479 | " if b is prefixed with + or -.\n" |
---|
480 | " WARNING : when decreasing account balance,\n" |
---|
481 | " the total paid so far by the user is decreased\n" |
---|
482 | " too.\n" |
---|
483 | " Groups don't have a real balance, but the\n" |
---|
484 | " sum of their users' account balance.\n" |
---|
485 | " \n" |
---|
486 | " -C | --comment txt Defines some informational text to be associated\n" |
---|
487 | " with a change to an user's account balance.\n" |
---|
488 | " Only meaningful if -b | --balance is also used.\n" |
---|
489 | " \n" |
---|
490 | " -S | --softlimit sl Sets the quota soft limit to sl " |
---|
491 | "pages. \n" |
---|
492 | " \n" |
---|
493 | " -H | --hardlimit hl Sets the quota hard limit to hl pages.\n" |
---|
494 | " \n" |
---|
495 | " -I | --increase v Increase both Soft and Hard limits by the value\n" |
---|
496 | " of v. You can prefix v with + or -, if no sign is\n" |
---|
497 | " used, + is assumed.\n" |
---|
498 | "\n" |
---|
499 | " -U | --used usage Sets the pagecounters for the user to usage pages;\n" |
---|
500 | " useful for migrating users from a different system\n" |
---|
501 | " where they have already used some pages. Actual\n" |
---|
502 | " and Life Time page counters may be increased or " |
---|
503 | "decreased\n" |
---|
504 | " if usage is prefixed with + or -.\n" |
---|
505 | " WARNING : BOTH page counters are modified in all " |
---|
506 | "cases,\n" |
---|
507 | " so be careful.\n" |
---|
508 | " NB : if 'usage' equals '0', then the action taken is\n" |
---|
509 | " the same as if --hardreset was used.\n" |
---|
510 | "\n" |
---|
511 | " user1 through userN and group1 through groupN can use wildcards\n" |
---|
512 | " if the --add option is not set.\n" |
---|
513 | " \n" |
---|
514 | "examples : \n" |
---|
515 | "\n" |
---|
516 | " $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" |
---|
517 | " \n" |
---|
518 | " This will add users john, paul, george and ringo to the quota\n" |
---|
519 | " database, and set their print quotas to the same values than user \n" |
---|
520 | " jerome. User jerome must already exist.\n" |
---|
521 | " User ringo's email address will also be set to 'ringo@example.com'\n" |
---|
522 | " \n" |
---|
523 | " $ edpykota --printer lp -S 50 -H 60 jerome\n" |
---|
524 | " \n" |
---|
525 | " This will set jerome's print quota on the lp printer to a soft limit\n" |
---|
526 | " of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" |
---|
527 | " printer lp doesn't exist on the Quota Storage Server then nothing is " |
---|
528 | "done.\n" |
---|
529 | "\n" |
---|
530 | " $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" |
---|
531 | " \n" |
---|
532 | " Same as above, but if either user jerome or printer lp doesn't exist \n" |
---|
533 | " on the Quota Storage Server they are automatically added. Also\n" |
---|
534 | " user jerome is put into the groups \"coders\" and \"it\" which must\n" |
---|
535 | " already exist in the Quota Storage.\n" |
---|
536 | " \n" |
---|
537 | " $ edpykota -g -S 500 -H 550 financial support \n" |
---|
538 | " \n" |
---|
539 | " This will set print quota soft limit to 500 pages and hard limit\n" |
---|
540 | " to 550 pages for groups financial and support on all printers.\n" |
---|
541 | " \n" |
---|
542 | " $ edpykota --reset jerome \"jo*\"\n" |
---|
543 | " \n" |
---|
544 | " This will reset jerome's page counter to zero on all printers, as\n" |
---|
545 | " well as every user whose name begins with 'jo'.\n" |
---|
546 | " Their life time page counter on each printer will be kept unchanged.\n" |
---|
547 | " You can also reset the life time page counters by using the\n" |
---|
548 | " --hardreset | -R command line option.\n" |
---|
549 | " \n" |
---|
550 | " $ edpykota --printer hpcolor --noquota jerome\n" |
---|
551 | " \n" |
---|
552 | " This will tell PyKota to not limit jerome when printing on the \n" |
---|
553 | " hpcolor printer. All his jobs will be allowed on this printer, but \n" |
---|
554 | " accounting of the pages he prints will still be kept.\n" |
---|
555 | " Print Quotas for jerome on other printers are unchanged.\n" |
---|
556 | " \n" |
---|
557 | " $ edpykota --limitby balance jerome\n" |
---|
558 | " \n" |
---|
559 | " This will tell PyKota to limit jerome by his account's balance\n" |
---|
560 | " when printing.\n" |
---|
561 | " \n" |
---|
562 | " $ edpykota --balance +10.0 jerome\n" |
---|
563 | " \n" |
---|
564 | " This will increase jerome's account balance by 10.0 (in your\n" |
---|
565 | " own currency). You can decrease the account balance with a\n" |
---|
566 | " dash prefix, and set it to a fixed amount with no prefix.\n" |
---|
567 | " \n" |
---|
568 | " $ edpykota --delete jerome rachel\n" |
---|
569 | " \n" |
---|
570 | " This will completely delete jerome and rachel from the Quota Storage\n" |
---|
571 | " database. All their quotas and jobs will be deleted too.\n" |
---|
572 | " \n" |
---|
573 | " $ edpykota --printer lp --charge 0.1\n" |
---|
574 | " \n" |
---|
575 | " This will set the page price for printer lp to 0.1. Job price\n" |
---|
576 | " will not be changed.\n" |
---|
577 | " \n" |
---|
578 | " $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" |
---|
579 | " \n" |
---|
580 | " This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" |
---|
581 | " When printing either on hplj1 or hplj2, print quota will also be \n" |
---|
582 | " checked and accounted for on virtual printers Laser and HP.\n" |
---|
583 | " \n" |
---|
584 | " $ edpykota --overcharge 2.5 poorstudent\n" |
---|
585 | " \n" |
---|
586 | " This will overcharge the poorstudent user by a factor of 2.5.\n" |
---|
587 | " \n" |
---|
588 | " $ edpykota --overcharge -1 jerome\n" |
---|
589 | " \n" |
---|
590 | " User jerome will actually earn money whenever he prints.\n" |
---|
591 | " \n" |
---|
592 | " $ edpykota --overcharge 0 boss\n" |
---|
593 | " \n" |
---|
594 | " User boss can print at will, it won't cost him anything because the\n" |
---|
595 | " cost of each print job will be multiplied by zero before charging\n" |
---|
596 | " his account.\n" |
---|
597 | msgstr "" |
---|
598 | |
---|
599 | msgid "You're not allowed to use this command." |
---|
600 | msgstr "" |
---|
601 | |
---|
602 | #, python-format |
---|
603 | msgid "Invalid limitby value %s" |
---|
604 | msgstr "Valor do limitby %s inv�do" |
---|
605 | |
---|
606 | #, python-format |
---|
607 | msgid "Invalid used value %s." |
---|
608 | msgstr "" |
---|
609 | |
---|
610 | #, python-format |
---|
611 | msgid "Invalid increase value %s." |
---|
612 | msgstr "" |
---|
613 | |
---|
614 | #, python-format |
---|
615 | msgid "Invalid softlimit value %s." |
---|
616 | msgstr "Valor incorreto para o limite %s." |
---|
617 | |
---|
618 | #, python-format |
---|
619 | msgid "Invalid hardlimit value %s." |
---|
620 | msgstr "Valor incorreto para o limite Maximo %s." |
---|
621 | |
---|
622 | #, python-format |
---|
623 | msgid "Hard limit %i is less than soft limit %i, values will be exchanged." |
---|
624 | msgstr "Limite maximo %i �enor que o limite %i, os valores ser�invertidos." |
---|
625 | |
---|
626 | #, python-format |
---|
627 | msgid "Invalid overcharge value %s" |
---|
628 | msgstr "" |
---|
629 | |
---|
630 | #, python-format |
---|
631 | msgid "Invalid balance value %s" |
---|
632 | msgstr "Valor da media %s inv�do" |
---|
633 | |
---|
634 | #, python-format |
---|
635 | msgid "Invalid charge amount value %s" |
---|
636 | msgstr "Valor de carga: %s inv�do" |
---|
637 | |
---|
638 | #, python-format |
---|
639 | msgid "Impossible to add printer %s" |
---|
640 | msgstr "Imposivel adicionar impressora %s" |
---|
641 | |
---|
642 | #, python-format |
---|
643 | msgid "Invalid printer name %s" |
---|
644 | msgstr "Nome de impressora %s inv�do" |
---|
645 | |
---|
646 | #, python-format |
---|
647 | msgid "There's no printer matching %s" |
---|
648 | msgstr "Impressora %s n�encontrada" |
---|
649 | |
---|
650 | msgid "You have to pass user or group names on the command line" |
---|
651 | msgstr "Voce deve informar usuario ou grupo na linha de comando" |
---|
652 | |
---|
653 | #, python-format |
---|
654 | msgid "Prototype object %s not found in Quota Storage." |
---|
655 | msgstr "Objeto Prototipo %s n�encontrado no banco de dados." |
---|
656 | |
---|
657 | #, python-format |
---|
658 | msgid "Prototype %s not found in Quota Storage for printer %s." |
---|
659 | msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s." |
---|
660 | |
---|
661 | #, python-format |
---|
662 | msgid "Undefined hard limit set to soft limit (%s) on printer %s." |
---|
663 | msgstr "" |
---|
664 | "O limite maximo invalido, configurando o limite minimo (%s) na impressora %s." |
---|
665 | |
---|
666 | #, python-format |
---|
667 | msgid "Undefined soft limit set to hard limit (%s) on printer %s." |
---|
668 | msgstr "Limite indefinido, configurando a l�te maximo (%s) na impressora %s." |
---|
669 | |
---|
670 | #, python-format |
---|
671 | msgid "Invalid email address %s" |
---|
672 | msgstr "Endere�email inv�do" |
---|
673 | |
---|
674 | #, python-format |
---|
675 | msgid "Unknown group %s" |
---|
676 | msgstr "" |
---|
677 | |
---|
678 | #, python-format |
---|
679 | msgid "Unknown user %s" |
---|
680 | msgstr "" |
---|
681 | |
---|
682 | #, python-format |
---|
683 | msgid "Invalid group name %s" |
---|
684 | msgstr "O nome do grupo %s �nv�do" |
---|
685 | |
---|
686 | #, python-format |
---|
687 | msgid "Invalid user name %s" |
---|
688 | msgstr "O nome de usuario %s �nv�do" |
---|
689 | |
---|
690 | #, python-format |
---|
691 | msgid "Quota not found for object %s on printer %s." |
---|
692 | msgstr "Quota n�encontrada para o objeto %s para a impressora %s." |
---|
693 | |
---|
694 | #, python-format |
---|
695 | msgid "You can't increase limits by %s when no limit is set." |
---|
696 | msgstr "" |
---|
697 | |
---|
698 | msgid "You can't set negative limits." |
---|
699 | msgstr "" |
---|
700 | |
---|
701 | #, python-format |
---|
702 | msgid "Group %s not found in the PyKota Storage." |
---|
703 | msgstr "Grupo %s n�encontrado no banco de dados." |
---|
704 | |
---|
705 | #, python-format |
---|
706 | msgid "Nonexistent user %s or missing print quota entry." |
---|
707 | msgstr "" |
---|
708 | |
---|
709 | #, python-format |
---|
710 | msgid "Nonexistent group %s or missing print quota entry." |
---|
711 | msgstr "" |
---|
712 | |
---|
713 | msgid "incompatible options, see help." |
---|
714 | msgstr "O�s incompativeis, veja a ajuda." |
---|
715 | |
---|
716 | #, python-format |
---|
717 | msgid "" |
---|
718 | "repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
719 | "\n" |
---|
720 | "Generates print quota reports.\n" |
---|
721 | "\n" |
---|
722 | "command line usage :\n" |
---|
723 | "\n" |
---|
724 | " repykota [options] \n" |
---|
725 | "\n" |
---|
726 | "options :\n" |
---|
727 | "\n" |
---|
728 | " -v | --version Prints repykota's version number then exits.\n" |
---|
729 | " -h | --help Prints this message then exits.\n" |
---|
730 | " \n" |
---|
731 | " -u | --users Generates a report on users quota, this is \n" |
---|
732 | " the default.\n" |
---|
733 | " \n" |
---|
734 | " -g | --groups Generates a report on group quota instead of users.\n" |
---|
735 | " \n" |
---|
736 | " -i | --ingroups g1[,g2...] Only lists users who are members of these\n" |
---|
737 | " groups. Reserved to PyKota Administrators.\n" |
---|
738 | " \n" |
---|
739 | " -P | --printer p Report quotas on this printer only. Actually p can\n" |
---|
740 | " use wildcards characters to select only\n" |
---|
741 | " some printers. The default value is *, meaning\n" |
---|
742 | " all printers.\n" |
---|
743 | " You can specify several names or wildcards, \n" |
---|
744 | " by separating them with commas.\n" |
---|
745 | " \n" |
---|
746 | "examples : \n" |
---|
747 | "\n" |
---|
748 | " $ repykota --printer lp\n" |
---|
749 | " \n" |
---|
750 | " This will print the quota status for all users who use the lp printer.\n" |
---|
751 | "\n" |
---|
752 | " $ repykota \n" |
---|
753 | " \n" |
---|
754 | " This will print the quota status for all users on all printers.\n" |
---|
755 | " \n" |
---|
756 | " $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" |
---|
757 | " \n" |
---|
758 | " This will print the quota status for user jerome and all users\n" |
---|
759 | " whose name begins with \"jo\" on all printers which name begins\n" |
---|
760 | " with \"laser\" or ends with \"pson\".\n" |
---|
761 | " \n" |
---|
762 | " If launched by an user who is not a PyKota administrator, additionnal\n" |
---|
763 | " arguments representing users or groups names are ignored, and only the\n" |
---|
764 | " current user/group is reported.\n" |
---|
765 | msgstr "" |
---|
766 | |
---|
767 | msgid "Option --ingroups is reserved to PyKota Administrators." |
---|
768 | msgstr "" |
---|
769 | |
---|
770 | #, python-format |
---|
771 | msgid "" |
---|
772 | "warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
773 | "\n" |
---|
774 | "Sends mail to users over print quota.\n" |
---|
775 | "\n" |
---|
776 | "command line usage :\n" |
---|
777 | "\n" |
---|
778 | " warnpykota [options] [names]\n" |
---|
779 | "\n" |
---|
780 | "options :\n" |
---|
781 | "\n" |
---|
782 | " -v | --version Prints warnpykota's version number then exits.\n" |
---|
783 | " -h | --help Prints this message then exits.\n" |
---|
784 | " \n" |
---|
785 | " -u | --users Warns users over their print quota, this is the \n" |
---|
786 | " default.\n" |
---|
787 | " \n" |
---|
788 | " -g | --groups Warns users whose groups quota are over limit.\n" |
---|
789 | " \n" |
---|
790 | " -P | --printer p Verify quotas on this printer only. Actually p can\n" |
---|
791 | " use wildcards characters to select only\n" |
---|
792 | " some printers. The default value is *, meaning\n" |
---|
793 | " all printers.\n" |
---|
794 | " You can specify several names or wildcards, \n" |
---|
795 | " by separating them with commas.\n" |
---|
796 | " \n" |
---|
797 | "examples : \n" |
---|
798 | "\n" |
---|
799 | " $ warnpykota --printer lp\n" |
---|
800 | " \n" |
---|
801 | " This will warn all users of the lp printer who have exceeded their\n" |
---|
802 | " print quota.\n" |
---|
803 | "\n" |
---|
804 | " $ warnpykota \n" |
---|
805 | " \n" |
---|
806 | " This will warn all users who have exceeded their print quota on\n" |
---|
807 | " any printer.\n" |
---|
808 | "\n" |
---|
809 | " $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" |
---|
810 | " \n" |
---|
811 | " This will warn all users of groups which names begins with \"dev\" and\n" |
---|
812 | " who have exceeded their print quota on any printer which name begins \n" |
---|
813 | " with \"laserjet\"\n" |
---|
814 | " \n" |
---|
815 | " If launched by an user who is not a PyKota administrator, additionnal\n" |
---|
816 | " arguments representing users or groups names are ignored, and only the\n" |
---|
817 | " current user/group is reported.\n" |
---|
818 | msgstr "" |
---|
819 | |
---|
820 | #, python-format |
---|
821 | msgid "" |
---|
822 | "pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
823 | "\n" |
---|
824 | "Generates banners.\n" |
---|
825 | "\n" |
---|
826 | "command line usage :\n" |
---|
827 | "\n" |
---|
828 | " pkbanner [options] [more info]\n" |
---|
829 | "\n" |
---|
830 | "options :\n" |
---|
831 | "\n" |
---|
832 | " -v | --version Prints pkbanner's version number then exits.\n" |
---|
833 | " -h | --help Prints this message then exits.\n" |
---|
834 | " \n" |
---|
835 | " -l | --logo img Use the image as the banner's logo. The logo will\n" |
---|
836 | " be drawn at the center top of the page. The default\n" |
---|
837 | " logo is /usr/share/pykota/logos/pykota.jpeg\n" |
---|
838 | " \n" |
---|
839 | " -p | --pagesize sz Sets sz as the page size. Most well known\n" |
---|
840 | " page sizes are recognized, like 'A4' or 'Letter'\n" |
---|
841 | " to name a few. The default size is A4.\n" |
---|
842 | " \n" |
---|
843 | " -s | --savetoner s Sets the text luminosity factor to s%%. This can be \n" |
---|
844 | " used to save toner. The default value is 0, which\n" |
---|
845 | " means that no toner saving will be done.\n" |
---|
846 | " \n" |
---|
847 | " -u | --url u Uses u as an url to be written at the bottom of \n" |
---|
848 | " the banner page. The default url is :\n" |
---|
849 | " http://www.librelogiciel.com/software/\n" |
---|
850 | " \n" |
---|
851 | "examples : \n" |
---|
852 | "\n" |
---|
853 | " Using pkbanner directly from the command line is not recommended,\n" |
---|
854 | " excepted for testing purposes. You should use pkbanner in the\n" |
---|
855 | " 'startingbanner' or 'endingbanner' directives in pykota.conf\n" |
---|
856 | " \n" |
---|
857 | " startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n" |
---|
858 | " \n" |
---|
859 | " With such a setting in pykota.conf, all print jobs will be \n" |
---|
860 | " prefixed with an A4 banner with no logo, and text luminosity will\n" |
---|
861 | " be increased by 75%%. The PostScript output will be directly sent\n" |
---|
862 | " to your printer.\n" |
---|
863 | " \n" |
---|
864 | " You'll find more examples in the sample configuration file included \n" |
---|
865 | " in PyKota.\n" |
---|
866 | msgstr "" |
---|
867 | |
---|
868 | msgid "Unknown" |
---|
869 | msgstr "" |
---|
870 | |
---|
871 | msgid "Username" |
---|
872 | msgstr "" |
---|
873 | |
---|
874 | msgid "More Info" |
---|
875 | msgstr "" |
---|
876 | |
---|
877 | msgid "Job" |
---|
878 | msgstr "" |
---|
879 | |
---|
880 | msgid "Date" |
---|
881 | msgstr "Data" |
---|
882 | |
---|
883 | msgid "Allowed" |
---|
884 | msgstr "" |
---|
885 | |
---|
886 | msgid "Denied" |
---|
887 | msgstr "" |
---|
888 | |
---|
889 | msgid "Allowed with Warning" |
---|
890 | msgstr "" |
---|
891 | |
---|
892 | msgid "Result" |
---|
893 | msgstr "" |
---|
894 | |
---|
895 | msgid "Title" |
---|
896 | msgstr "T�lo" |
---|
897 | |
---|
898 | msgid "Filename" |
---|
899 | msgstr "Nome do arquivo" |
---|
900 | |
---|
901 | #, python-format |
---|
902 | msgid "Pages printed so far on %s" |
---|
903 | msgstr "" |
---|
904 | |
---|
905 | msgid "Account balance" |
---|
906 | msgstr "" |
---|
907 | |
---|
908 | msgid "Soft Limit" |
---|
909 | msgstr "" |
---|
910 | |
---|
911 | msgid "Hard Limit" |
---|
912 | msgstr "" |
---|
913 | |
---|
914 | msgid "Date Limit" |
---|
915 | msgstr "" |
---|
916 | |
---|
917 | msgid "Allowed range is (0..99)" |
---|
918 | msgstr "" |
---|
919 | |
---|
920 | #, python-format |
---|
921 | msgid "Invalid 'savetoner' option %s : %s" |
---|
922 | msgstr "" |
---|
923 | |
---|
924 | #, python-format |
---|
925 | msgid "Invalid 'pagesize' option %s, defaulting to A4." |
---|
926 | msgstr "" |
---|
927 | |
---|
928 | #, python-format |
---|
929 | msgid "" |
---|
930 | "pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
931 | "\n" |
---|
932 | "A billing codes Manager for PyKota.\n" |
---|
933 | "\n" |
---|
934 | "command line usage :\n" |
---|
935 | "\n" |
---|
936 | " pkbcodes [options] code1 code2 code3 ... codeN\n" |
---|
937 | "\n" |
---|
938 | "options :\n" |
---|
939 | "\n" |
---|
940 | " -v | --version Prints pkbcodes version number then exits.\n" |
---|
941 | " -h | --help Prints this message then exits.\n" |
---|
942 | " \n" |
---|
943 | " -a | --add Adds billing codes if they don't exist in PyKota's\n" |
---|
944 | " database. If they exist, they are modified\n" |
---|
945 | " unless -s|--skipexisting is also used.\n" |
---|
946 | "\n" |
---|
947 | " -d | --delete Deletes billing codes from PyKota's database.\n" |
---|
948 | " NB : the history entries with this billing code\n" |
---|
949 | " are not deleted, voluntarily.\n" |
---|
950 | "\n" |
---|
951 | " -D | --description d Adds a textual description to billing codes.\n" |
---|
952 | "\n" |
---|
953 | " -l | --list List informations about the billing codes.\n" |
---|
954 | "\n" |
---|
955 | " -r | --reset Resets the billing codes' balance and page counters\n" |
---|
956 | " to 0.\n" |
---|
957 | "\n" |
---|
958 | " -s | --skipexisting In combination with the --add option above, tells\n" |
---|
959 | " pkbcodes to not modify existing billing codes.\n" |
---|
960 | "\n" |
---|
961 | " code1 through codeN can contain wildcards if the --add option\n" |
---|
962 | " is not set.\n" |
---|
963 | "\n" |
---|
964 | "examples : \n" |
---|
965 | "\n" |
---|
966 | " $ pkbcodes --add -D \"My project\" myproj\n" |
---|
967 | "\n" |
---|
968 | " Will create the myproj billing code with \"My project\"\n" |
---|
969 | " as the description.\n" |
---|
970 | "\n" |
---|
971 | " $ pkbcodes --delete \"*\"\n" |
---|
972 | "\n" |
---|
973 | " This will completely delete all the billing codes, but without\n" |
---|
974 | " removing any matching job from the history. USE WITH CARE ANYWAY !\n" |
---|
975 | " \n" |
---|
976 | " $ pkbcodes --list \"my*\"\n" |
---|
977 | " \n" |
---|
978 | " This will list all billing codes which name begins with 'my'.\n" |
---|
979 | msgstr "" |
---|
980 | |
---|
981 | #, python-format |
---|
982 | msgid "Billing code [%s] already exists, skipping." |
---|
983 | msgstr "" |
---|
984 | |
---|
985 | #, python-format |
---|
986 | msgid "Billing code [%s] already exists, will be modified." |
---|
987 | msgstr "" |
---|
988 | |
---|
989 | #, python-format |
---|
990 | msgid "Impossible to add billingcode %s" |
---|
991 | msgstr "" |
---|
992 | |
---|
993 | #, python-format |
---|
994 | msgid "There's no billingcode matching %s" |
---|
995 | msgstr "" |
---|
996 | |
---|
997 | msgid "pages" |
---|
998 | msgstr "" |
---|
999 | |
---|
1000 | msgid "and" |
---|
1001 | msgstr "" |
---|
1002 | |
---|
1003 | msgid "credits" |
---|
1004 | msgstr "" |
---|
1005 | |
---|
1006 | msgid "You have to pass billing codes on the command line" |
---|
1007 | msgstr "" |
---|
1008 | |
---|
1009 | #, python-format |
---|
1010 | msgid "" |
---|
1011 | "pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1012 | "\n" |
---|
1013 | "Email gateway for PyKota.\n" |
---|
1014 | "\n" |
---|
1015 | "command line usage :\n" |
---|
1016 | "\n" |
---|
1017 | " pkmail [options]\n" |
---|
1018 | "\n" |
---|
1019 | "options :\n" |
---|
1020 | "\n" |
---|
1021 | " -v | --version Prints pkmail's version number then exits.\n" |
---|
1022 | " -h | --help Prints this message then exits.\n" |
---|
1023 | " \n" |
---|
1024 | " \n" |
---|
1025 | " This command is meant to be used from your mail server's aliases file,\n" |
---|
1026 | " as a pipe. It will then accept commands send to it in email messages,\n" |
---|
1027 | " and will send the answer to the command's originator.\n" |
---|
1028 | " \n" |
---|
1029 | " To use this command, create an email alias in /etc/aliases with\n" |
---|
1030 | " the following format :\n" |
---|
1031 | " \n" |
---|
1032 | " pykotacmd: \"|/usr/bin/pkmail\"\n" |
---|
1033 | " \n" |
---|
1034 | " Then run the 'newaliases' command to regenerate the aliases database.\n" |
---|
1035 | " \n" |
---|
1036 | " You can now send commands by email to 'pykotacmd@yourdomain.com', with\n" |
---|
1037 | " the command in the subject.\n" |
---|
1038 | " \n" |
---|
1039 | " List of supported commands :\n" |
---|
1040 | " \n" |
---|
1041 | " report [username]\n" |
---|
1042 | " \n" |
---|
1043 | " NB : For pkmail to work correctly, you may have to put the 'mail'\n" |
---|
1044 | " system user in the 'pykota' system group to ensure this user can\n" |
---|
1045 | " read the /etc/pykota/pykotadmin.conf file, and restart your\n" |
---|
1046 | " mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n" |
---|
1047 | " that you think at least twice before doing this though.\n" |
---|
1048 | " \n" |
---|
1049 | " Use at your own risk !\n" |
---|
1050 | msgstr "" |
---|
1051 | |
---|
1052 | #, python-format |
---|
1053 | msgid "" |
---|
1054 | "pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1055 | "\n" |
---|
1056 | "A Printers Manager for PyKota.\n" |
---|
1057 | "\n" |
---|
1058 | "command line usage :\n" |
---|
1059 | "\n" |
---|
1060 | " pkprinters [options] printer1 printer2 printer3 ... printerN\n" |
---|
1061 | "\n" |
---|
1062 | "options :\n" |
---|
1063 | "\n" |
---|
1064 | " -v | --version Prints pkprinters's version number then exits.\n" |
---|
1065 | " -h | --help Prints this message then exits.\n" |
---|
1066 | " \n" |
---|
1067 | " -a | --add Adds printers if they don't exist on the Quota \n" |
---|
1068 | " Storage Server. If they exist, they are modified\n" |
---|
1069 | " unless -s|--skipexisting is also used.\n" |
---|
1070 | " \n" |
---|
1071 | " -d | --delete Deletes printers from the quota storage.\n" |
---|
1072 | " \n" |
---|
1073 | " -D | --description d Adds a textual description to printers.\n" |
---|
1074 | " \n" |
---|
1075 | " -c | --charge p[,j] Sets the price per page and per job to charge.\n" |
---|
1076 | " Job price is optional.\n" |
---|
1077 | " If both are to be set, separate them with a comma.\n" |
---|
1078 | " Floating point and negative values are allowed.\n" |
---|
1079 | " \n" |
---|
1080 | " -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n" |
---|
1081 | " groups pg1, pg2, etc... which must already exist.\n" |
---|
1082 | " A printer group is just like a normal printer,\n" |
---|
1083 | " only that it is usually unknown from the printing\n" |
---|
1084 | " system. Create printer groups exactly the same\n" |
---|
1085 | " way that you create printers, then add other \n" |
---|
1086 | " printers to them with this option.\n" |
---|
1087 | " Accounting is done on a printer and on all\n" |
---|
1088 | " the printer groups it belongs to, quota checking\n" |
---|
1089 | " is done on a printer and on all the printer groups\n" |
---|
1090 | " it belongs to.\n" |
---|
1091 | " If the --remove option below is not used, the \n" |
---|
1092 | " default action is to add printers to the specified\n" |
---|
1093 | " printer groups.\n" |
---|
1094 | " \n" |
---|
1095 | " -l | --list List informations about the printer(s) and the\n" |
---|
1096 | " printers groups it is a member of.\n" |
---|
1097 | " \n" |
---|
1098 | " -r | --remove In combination with the --groups option " |
---|
1099 | "above, \n" |
---|
1100 | " remove printers from the specified printers groups.\n" |
---|
1101 | " \n" |
---|
1102 | " -s | --skipexisting In combination with the --add option above, tells\n" |
---|
1103 | " pkprinters to not modify existing printers.\n" |
---|
1104 | " \n" |
---|
1105 | " -m | --maxjobsize s Sets the maximum job size allowed on the printer\n" |
---|
1106 | " to s pages.\n" |
---|
1107 | " \n" |
---|
1108 | " -p | --passthrough Activate passthrough mode for the printer. In this\n" |
---|
1109 | " mode, users are allowed to print without any impact\n" |
---|
1110 | " on their quota or account balance.\n" |
---|
1111 | " \n" |
---|
1112 | " -n | --nopassthrough Deactivate passthrough mode for the printer.\n" |
---|
1113 | " Without -p or -n, printers are created in \n" |
---|
1114 | " normal mode, i.e. no passthrough.\n" |
---|
1115 | " \n" |
---|
1116 | " printer1 through printerN can contain wildcards if the --add option \n" |
---|
1117 | " is not set.\n" |
---|
1118 | " \n" |
---|
1119 | "examples : \n" |
---|
1120 | "\n" |
---|
1121 | " $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 " |
---|
1122 | "hp8000\n" |
---|
1123 | " \n" |
---|
1124 | " Will create three printers named hp2100, hp2200 and hp8000.\n" |
---|
1125 | " Their price per page will be set at 0.05 unit, and their price\n" |
---|
1126 | " per job will be set at 0.1 unit. Units are in your own currency,\n" |
---|
1127 | " or whatever you want them to mean.\n" |
---|
1128 | " All of their descriptions will be set to the string \"HP Printer\".\n" |
---|
1129 | " If any of these printers already exists, it will also be modified \n" |
---|
1130 | " unless the -s|--skipexisting command line option is also used.\n" |
---|
1131 | " \n" |
---|
1132 | " $ pkprinters --delete \"*\"\n" |
---|
1133 | " \n" |
---|
1134 | " This will completely delete all printers and associated quota " |
---|
1135 | "information,\n" |
---|
1136 | " as well as their job history. USE WITH CARE !\n" |
---|
1137 | " \n" |
---|
1138 | " $ pkprinters --groups Laser,HP \"hp*\"\n" |
---|
1139 | " \n" |
---|
1140 | " This will put all printers which name matches \"hp*\" into printers " |
---|
1141 | "groups \n" |
---|
1142 | " Laser and HP, which MUST already exist.\n" |
---|
1143 | " \n" |
---|
1144 | " $ pkprinters --groups LexMark --remove hp2200\n" |
---|
1145 | " \n" |
---|
1146 | " This will remove the hp2200 printer from the LexMark printer group.\n" |
---|
1147 | msgstr "" |
---|
1148 | |
---|
1149 | #, python-format |
---|
1150 | msgid "Invalid maximum job size value %s" |
---|
1151 | msgstr "" |
---|
1152 | |
---|
1153 | #, python-format |
---|
1154 | msgid "Printer %s already exists, skipping." |
---|
1155 | msgstr "Impressora %s j�xiste. Ignorando." |
---|
1156 | |
---|
1157 | #, python-format |
---|
1158 | msgid "Printer %s already exists, will be modified." |
---|
1159 | msgstr "Impressora %s j�xiste. Ser�eita uma modifica�." |
---|
1160 | |
---|
1161 | msgid "in" |
---|
1162 | msgstr "em" |
---|
1163 | |
---|
1164 | #, python-format |
---|
1165 | msgid "Passthrough mode : %s" |
---|
1166 | msgstr "" |
---|
1167 | |
---|
1168 | msgid "ON" |
---|
1169 | msgstr "" |
---|
1170 | |
---|
1171 | msgid "OFF" |
---|
1172 | msgstr "" |
---|
1173 | |
---|
1174 | #, python-format |
---|
1175 | msgid "Maximum job size : %s" |
---|
1176 | msgstr "" |
---|
1177 | |
---|
1178 | #, python-format |
---|
1179 | msgid "%s pages" |
---|
1180 | msgstr "" |
---|
1181 | |
---|
1182 | msgid "Unlimited" |
---|
1183 | msgstr "" |
---|
1184 | |
---|
1185 | msgid "You have to pass printer groups names on the command line" |
---|
1186 | msgstr "" |
---|
1187 | "voc�eve passar os nomes dos grupos de impressoras na linha de comando" |
---|
1188 | |
---|
1189 | msgid "You have to pass printer names on the command line" |
---|
1190 | msgstr "Voce deve informar impressora na linha de comando" |
---|
1191 | |
---|
1192 | #, python-format |
---|
1193 | msgid "" |
---|
1194 | "pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1195 | "\n" |
---|
1196 | "A turn key tool for PyKota. When launched, this command will initialize\n" |
---|
1197 | "PyKota's database with all existing print queues and some or all users.\n" |
---|
1198 | "For now, no prices or limits are set, so printing is fully accounted\n" |
---|
1199 | "for, but not limited. That's why you'll probably want to also use\n" |
---|
1200 | "edpykota once the database has been initialized.\n" |
---|
1201 | "\n" |
---|
1202 | "command line usage :\n" |
---|
1203 | "\n" |
---|
1204 | " pkturnkey [options] [printqueues names]\n" |
---|
1205 | "\n" |
---|
1206 | "options :\n" |
---|
1207 | "\n" |
---|
1208 | " -v | --version Prints pkturnkey version number then exits.\n" |
---|
1209 | " -h | --help Prints this message then exits.\n" |
---|
1210 | " \n" |
---|
1211 | " -c | --doconf Give hints about what to put into pykota.conf\n" |
---|
1212 | " \n" |
---|
1213 | " -d | --dousers Manages users accounts as well.\n" |
---|
1214 | " \n" |
---|
1215 | " -D | --dogroups Manages users groups as well.\n" |
---|
1216 | " Implies -d | --dousers.\n" |
---|
1217 | " \n" |
---|
1218 | " -e | --emptygroups Includes empty groups.\n" |
---|
1219 | " \n" |
---|
1220 | " -f | --force Modifies the database instead of printing what\n" |
---|
1221 | " it would do.\n" |
---|
1222 | " \n" |
---|
1223 | " -u | --uidmin uid Only adds users whose uid is greater than or equal " |
---|
1224 | "to\n" |
---|
1225 | " uid. You can pass an username there as well, and its\n" |
---|
1226 | " uid will be used automatically.\n" |
---|
1227 | " If not set, 0 will be used automatically.\n" |
---|
1228 | " Implies -d | --dousers.\n" |
---|
1229 | " \n" |
---|
1230 | " -U | --uidmax uid Only adds users whose uid is lesser than or equal to\n" |
---|
1231 | " uid. You can pass an username there as well, and its\n" |
---|
1232 | " uid will be used automatically.\n" |
---|
1233 | " If not set, a large value will be used " |
---|
1234 | "automatically.\n" |
---|
1235 | " Implies -d | --dousers.\n" |
---|
1236 | "\n" |
---|
1237 | " -g | --gidmin gid Only adds groups whose gid is greater than or equal " |
---|
1238 | "to\n" |
---|
1239 | " gid. You can pass a groupname there as well, and its\n" |
---|
1240 | " gid will be used automatically.\n" |
---|
1241 | " If not set, 0 will be used automatically.\n" |
---|
1242 | " Implies -D | --dogroups.\n" |
---|
1243 | " \n" |
---|
1244 | " -G | --gidmax gid Only adds groups whose gid is lesser than or equal " |
---|
1245 | "to\n" |
---|
1246 | " gid. You can pass a groupname there as well, and its\n" |
---|
1247 | " gid will be used automatically.\n" |
---|
1248 | " If not set, a large value will be used " |
---|
1249 | "automatically.\n" |
---|
1250 | " Implies -D | --dogroups.\n" |
---|
1251 | "\n" |
---|
1252 | "examples : \n" |
---|
1253 | "\n" |
---|
1254 | " $ pkturnkey --dousers --uidmin jerome\n" |
---|
1255 | "\n" |
---|
1256 | " Will simulate the initialization of PyKota's database will all existing\n" |
---|
1257 | " printers and print accounts for all users whose uid is greater than\n" |
---|
1258 | " or equal to jerome's one. Won't manage any users group.\n" |
---|
1259 | " \n" |
---|
1260 | " To REALLY initialize the database instead of simulating it, please\n" |
---|
1261 | " use the -f | --force command line switch.\n" |
---|
1262 | " \n" |
---|
1263 | " You can limit the initialization to only a subset of the existing\n" |
---|
1264 | " printers, by passing their names at the end of the command line.\n" |
---|
1265 | msgstr "" |
---|
1266 | |
---|
1267 | #, python-format |
---|
1268 | msgid "" |
---|
1269 | "Printer %s is not managed by PyKota yet. Please modify printers.conf and " |
---|
1270 | "restart CUPS." |
---|
1271 | msgstr "" |
---|
1272 | |
---|
1273 | msgid "Please be patient..." |
---|
1274 | msgstr "" |
---|
1275 | |
---|
1276 | msgid "Don't worry, the database WILL NOT BE MODIFIED." |
---|
1277 | msgstr "" |
---|
1278 | |
---|
1279 | msgid "Please WORRY NOW, the database WILL BE MODIFIED." |
---|
1280 | msgstr "" |
---|
1281 | |
---|
1282 | msgid "System users will have a print account as well !" |
---|
1283 | msgstr "" |
---|
1284 | |
---|
1285 | #, python-format |
---|
1286 | msgid "Unknown username %s : %s" |
---|
1287 | msgstr "" |
---|
1288 | |
---|
1289 | msgid "System groups will have a print account as well !" |
---|
1290 | msgstr "" |
---|
1291 | |
---|
1292 | #, python-format |
---|
1293 | msgid "Unknown groupname %s : %s" |
---|
1294 | msgstr "" |
---|
1295 | |
---|
1296 | msgid "Simulation terminated." |
---|
1297 | msgstr "" |
---|
1298 | |
---|
1299 | msgid "Database initialized !" |
---|
1300 | msgstr "" |
---|
1301 | |
---|
1302 | msgid "The --uidmin or --uidmax command line option implies --dousers as well." |
---|
1303 | msgstr "" |
---|
1304 | |
---|
1305 | msgid "" |
---|
1306 | "The --gidmin or --gidmax command line option implies --dogroups as well." |
---|
1307 | msgstr "" |
---|
1308 | |
---|
1309 | msgid "The --dogroups command line option implies --dousers as well." |
---|
1310 | msgstr "" |
---|
1311 | |
---|
1312 | #, python-format |
---|
1313 | msgid "" |
---|
1314 | "pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1315 | "\n" |
---|
1316 | "An OSD quota monitor for PyKota.\n" |
---|
1317 | "\n" |
---|
1318 | "command line usage :\n" |
---|
1319 | "\n" |
---|
1320 | " pykosd [options]\n" |
---|
1321 | "\n" |
---|
1322 | "options :\n" |
---|
1323 | "\n" |
---|
1324 | " -v | --version Prints pykosd's version number then exits.\n" |
---|
1325 | " -h | --help Prints this message then exits.\n" |
---|
1326 | " \n" |
---|
1327 | " -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" |
---|
1328 | " triplet, for example #FF0000 is 100%% red.\n" |
---|
1329 | " Defaults to 100%% green (#00FF00).\n" |
---|
1330 | " \n" |
---|
1331 | " -d | --duration d Sets the duration of the display in seconds. \n" |
---|
1332 | " Defaults to 3 seconds.\n" |
---|
1333 | " \n" |
---|
1334 | " -f | --font f Sets the font to use for " |
---|
1335 | "display. \n" |
---|
1336 | " Defaults to the Python OSD library's default.\n" |
---|
1337 | " \n" |
---|
1338 | " -l | --loop n Sets the number of times the info will be displayed.\n" |
---|
1339 | " Defaults to 0, which means loop forever.\n" |
---|
1340 | " \n" |
---|
1341 | " -s | --sleep s Sets the sleeping duration between two displays \n" |
---|
1342 | " in seconds. Defaults to 180 seconds (3 minutes).\n" |
---|
1343 | " \n" |
---|
1344 | " \n" |
---|
1345 | "examples : \n" |
---|
1346 | "\n" |
---|
1347 | " $ pykosd -s 60 --loop 5\n" |
---|
1348 | " \n" |
---|
1349 | " Will launch pykosd. Display will be refreshed every 60 seconds,\n" |
---|
1350 | " and will last for 3 seconds (the default) each time. After five\n" |
---|
1351 | " iterations, the program will exit.\n" |
---|
1352 | msgstr "" |
---|
1353 | |
---|
1354 | #, python-format |
---|
1355 | msgid "Invalid duration option %s" |
---|
1356 | msgstr "Op� %s inv�da para dura�" |
---|
1357 | |
---|
1358 | #, python-format |
---|
1359 | msgid "Invalid loop option %s" |
---|
1360 | msgstr "Op� %s inv�da para loop (la�" |
---|
1361 | |
---|
1362 | #, python-format |
---|
1363 | msgid "Invalid sleep option %s" |
---|
1364 | msgstr "Op� %s inv�da para sleep (sono)" |
---|
1365 | |
---|
1366 | #, python-format |
---|
1367 | msgid "Invalid color option %s" |
---|
1368 | msgstr "Op� %s inv�da para color (cor)" |
---|
1369 | |
---|
1370 | #, python-format |
---|
1371 | msgid "User %s doesn't exist in PyKota's database" |
---|
1372 | msgstr "Usu�o %s n�existe na base de dados do Pykota" |
---|
1373 | |
---|
1374 | #, python-format |
---|
1375 | msgid "Pages used on %s : %s" |
---|
1376 | msgstr "P�nas usadas em %s : %s" |
---|
1377 | |
---|
1378 | #, python-format |
---|
1379 | msgid "PyKota Units left : %.2f" |
---|
1380 | msgstr "Unidades restantes do PyKota : %.2f" |
---|
1381 | |
---|
1382 | #, python-format |
---|
1383 | msgid "" |
---|
1384 | "pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1385 | "\n" |
---|
1386 | "Gives print quotes to users.\n" |
---|
1387 | "\n" |
---|
1388 | "command line usage :\n" |
---|
1389 | "\n" |
---|
1390 | " pykotme [options] [files]\n" |
---|
1391 | "\n" |
---|
1392 | "options :\n" |
---|
1393 | "\n" |
---|
1394 | " -v | --version Prints pykotme's version number then exits.\n" |
---|
1395 | " -h | --help Prints this message then exits.\n" |
---|
1396 | " \n" |
---|
1397 | " -P | --printer p Gives a quote for this printer only. Actually p can\n" |
---|
1398 | " use wildcards characters to select only\n" |
---|
1399 | " some printers. The default value is *, meaning\n" |
---|
1400 | " all printers.\n" |
---|
1401 | " You can specify several names or wildcards, \n" |
---|
1402 | " by separating them with commas.\n" |
---|
1403 | " \n" |
---|
1404 | "examples : \n" |
---|
1405 | "\n" |
---|
1406 | " $ pykotme --printer apple file1.ps file2.ps\n" |
---|
1407 | " \n" |
---|
1408 | " This will give a print quote to the current user. The quote will show\n" |
---|
1409 | " the price and size of a job consisting in file1.ps and file2.ps \n" |
---|
1410 | " which would be sent to the apple printer.\n" |
---|
1411 | " \n" |
---|
1412 | " $ pykotme --printer apple,hplaser <file1.ps\n" |
---|
1413 | " \n" |
---|
1414 | " This will give a print quote to the current user. The quote will show\n" |
---|
1415 | " the price and size of a job consisting in file1.ps as read from\n" |
---|
1416 | " standard input, which would be sent to the apple or hplaser\n" |
---|
1417 | " printer.\n" |
---|
1418 | "\n" |
---|
1419 | " $ pykotme \n" |
---|
1420 | " \n" |
---|
1421 | " This will give a quote for a job consisting of what is on standard \n" |
---|
1422 | " input. The quote will list the job size, and the price the job\n" |
---|
1423 | " would cost on each printer.\n" |
---|
1424 | msgstr "" |
---|
1425 | |
---|
1426 | #, python-format |
---|
1427 | msgid "Your account balance : %.2f" |
---|
1428 | msgstr "Balan�de sua conta : %.2f" |
---|
1429 | |
---|
1430 | #, python-format |
---|
1431 | msgid "Job size : %i pages" |
---|
1432 | msgstr "Tamanho do JOB : %i p�nas" |
---|
1433 | |
---|
1434 | #, python-format |
---|
1435 | msgid "Cost on printer %s : %.2f" |
---|
1436 | msgstr "Custo da impresora %s : %.2f" |
---|
1437 | |
---|
1438 | msgid "PyKota Data Dumper" |
---|
1439 | msgstr "" |
---|
1440 | |
---|
1441 | msgid "Dump" |
---|
1442 | msgstr "" |
---|
1443 | |
---|
1444 | msgid "Please click on the above button" |
---|
1445 | msgstr "" |
---|
1446 | |
---|
1447 | msgid "Data Type" |
---|
1448 | msgstr "" |
---|
1449 | |
---|
1450 | msgid "Output Format" |
---|
1451 | msgstr "" |
---|
1452 | |
---|
1453 | msgid "Filter" |
---|
1454 | msgstr "" |
---|
1455 | |
---|
1456 | msgid "Summarize" |
---|
1457 | msgstr "" |
---|
1458 | |
---|
1459 | msgid "only for payments or history" |
---|
1460 | msgstr "" |
---|
1461 | |
---|
1462 | msgid "PyKota Reports" |
---|
1463 | msgstr "Relat� do Pykota" |
---|
1464 | |
---|
1465 | msgid "Report" |
---|
1466 | msgstr "Relat�" |
---|
1467 | |
---|
1468 | msgid "Printer" |
---|
1469 | msgstr "Impressora" |
---|
1470 | |
---|
1471 | msgid "User / Group names mask" |
---|
1472 | msgstr "M�ara de nomes para Usu�os / Grupos" |
---|
1473 | |
---|
1474 | msgid "Groups report" |
---|
1475 | msgstr "Relat� de Grupos" |
---|
1476 | |
---|
1477 | msgid "History" |
---|
1478 | msgstr "Hist�o" |
---|
1479 | |
---|
1480 | msgid "Empty" |
---|
1481 | msgstr "Vazio" |
---|
1482 | |
---|
1483 | msgid "Action" |
---|
1484 | msgstr "A�" |
---|
1485 | |
---|
1486 | msgid "User" |
---|
1487 | msgstr "Usu�o" |
---|
1488 | |
---|
1489 | msgid "Hostname" |
---|
1490 | msgstr "Nome do computador" |
---|
1491 | |
---|
1492 | msgid "JobId" |
---|
1493 | msgstr "Id da Tarefa" |
---|
1494 | |
---|
1495 | msgid "Number of pages" |
---|
1496 | msgstr "" |
---|
1497 | |
---|
1498 | msgid "Cost" |
---|
1499 | msgstr "" |
---|
1500 | |
---|
1501 | msgid "Copies" |
---|
1502 | msgstr "C�s" |
---|
1503 | |
---|
1504 | msgid "Number of bytes" |
---|
1505 | msgstr "" |
---|
1506 | |
---|
1507 | msgid "Printer's internal counter" |
---|
1508 | msgstr "" |
---|
1509 | |
---|
1510 | msgid "Options" |
---|
1511 | msgstr "Op�s" |
---|
1512 | |
---|
1513 | msgid "MD5Sum" |
---|
1514 | msgstr "" |
---|
1515 | |
---|
1516 | msgid "Billing code" |
---|
1517 | msgstr "" |
---|
1518 | |
---|
1519 | msgid "Precomputed number of pages" |
---|
1520 | msgstr "" |
---|
1521 | |
---|
1522 | msgid "Precomputed cost" |
---|
1523 | msgstr "" |
---|
1524 | |
---|
1525 | msgid "Pages details" |
---|
1526 | msgstr "" |
---|
1527 | |
---|
1528 | msgid "(not supported yet)" |
---|
1529 | msgstr "" |
---|
1530 | |
---|
1531 | msgid "Previous page" |
---|
1532 | msgstr "P�na anterior" |
---|
1533 | |
---|
1534 | msgid "PyKota Quotes" |
---|
1535 | msgstr "" |
---|
1536 | |
---|
1537 | msgid "Quote" |
---|
1538 | msgstr "" |
---|
1539 | |
---|
1540 | msgid "" |
---|
1541 | "The exact cost of a print job can only be determined for a particular user. " |
---|
1542 | "Please retry while logged-in." |
---|
1543 | msgstr "" |
---|
1544 | |
---|
1545 | #, python-format |
---|
1546 | msgid "Unsupported accounter backend %s" |
---|
1547 | msgstr "Accounter Backend %s n�suportado" |
---|
1548 | |
---|
1549 | #, python-format |
---|
1550 | msgid "" |
---|
1551 | "Configuration file %s can't be read. Please check that the file exists and " |
---|
1552 | "that your permissions are sufficient." |
---|
1553 | msgstr "" |
---|
1554 | |
---|
1555 | #, python-format |
---|
1556 | msgid "Configuration file %s not found." |
---|
1557 | msgstr "Arquivo de configura� %s n�encontrado." |
---|
1558 | |
---|
1559 | #, python-format |
---|
1560 | msgid "Option %s not found in section global of %s" |
---|
1561 | msgstr "Op� %s n�encontrada na se� global de %s" |
---|
1562 | |
---|
1563 | #, python-format |
---|
1564 | msgid "Option %s not found in section %s of %s" |
---|
1565 | msgstr "Op� %s n�encontrada na se� %s de %s" |
---|
1566 | |
---|
1567 | #, python-format |
---|
1568 | msgid "Option ldaptls is set, but certificate %s is not readable." |
---|
1569 | msgstr "" |
---|
1570 | |
---|
1571 | #, python-format |
---|
1572 | msgid "Option logger only supports values in %s" |
---|
1573 | msgstr "a op� logger s�porta valores em %s" |
---|
1574 | |
---|
1575 | #, python-format |
---|
1576 | msgid "Invalid accounter %s for printer %s" |
---|
1577 | msgstr "Contador de p�nas %s inv�do, para a impressora %s" |
---|
1578 | |
---|
1579 | #, python-format |
---|
1580 | msgid "Option accounter in section %s only supports values in %s" |
---|
1581 | msgstr "A op� accounter na se� %s s�porta valores em %s" |
---|
1582 | |
---|
1583 | #, python-format |
---|
1584 | msgid "Invalid unknown_billingcode directive %s for printer %s" |
---|
1585 | msgstr "" |
---|
1586 | |
---|
1587 | #, python-format |
---|
1588 | msgid "Directive unknown_billingcode in section %s only supports values in %s" |
---|
1589 | msgstr "" |
---|
1590 | |
---|
1591 | #, python-format |
---|
1592 | msgid "Option enforcement in section %s only supports values in %s" |
---|
1593 | msgstr "Op� enforcement (refor� na se� %s s�porta valores em %s" |
---|
1594 | |
---|
1595 | #, python-format |
---|
1596 | msgid "Option onaccountererror in section %s only supports values in %s" |
---|
1597 | msgstr "" |
---|
1598 | |
---|
1599 | #, python-format |
---|
1600 | msgid "Option policy in section %s only supports values in %s" |
---|
1601 | msgstr "A op� policy na se� %s s�porta valores em %s" |
---|
1602 | |
---|
1603 | #, python-format |
---|
1604 | msgid "Invalid option mailto %s for printer %s" |
---|
1605 | msgstr "Op� mailto %s inv�da, para a impressora %s" |
---|
1606 | |
---|
1607 | #, python-format |
---|
1608 | msgid "Option mailto in section %s only supports values in %s" |
---|
1609 | msgstr "a op� mailto na se� %s s�porta valores em %s" |
---|
1610 | |
---|
1611 | #, python-format |
---|
1612 | msgid "Invalid maximal deny banners counter %s" |
---|
1613 | msgstr "" |
---|
1614 | |
---|
1615 | #, python-format |
---|
1616 | msgid "Invalid grace delay %s" |
---|
1617 | msgstr "Tiempo gartis %s inv�do" |
---|
1618 | |
---|
1619 | #, python-format |
---|
1620 | msgid "Invalid poor man's threshold %s" |
---|
1621 | msgstr "Valor 'poor man' %s inv�do" |
---|
1622 | |
---|
1623 | msgid "" |
---|
1624 | "Your Print Quota account balance is Low.\n" |
---|
1625 | "Soon you'll not be allowed to print anymore.\n" |
---|
1626 | "Please contact the Print Quota Administrator to solve the problem." |
---|
1627 | msgstr "" |
---|
1628 | "A media de sua quota de impress�est�aixa.\n" |
---|
1629 | "voce n�pode imprimir .\n" |
---|
1630 | "Por favor entre em contato com o administrador das Impressoras para resolver " |
---|
1631 | "o problema." |
---|
1632 | |
---|
1633 | #, python-format |
---|
1634 | msgid "" |
---|
1635 | "You are not allowed to print anymore because\n" |
---|
1636 | "your Print Quota is exceeded on printer %s." |
---|
1637 | msgstr "" |
---|
1638 | "Voce n�pode imprimir porque\n" |
---|
1639 | "sua quota de impress�foi excedida, na impressora %s." |
---|
1640 | |
---|
1641 | #, python-format |
---|
1642 | msgid "" |
---|
1643 | "You will soon be forbidden to print anymore because\n" |
---|
1644 | "your Print Quota is almost reached on printer %s." |
---|
1645 | msgstr "" |
---|
1646 | "Sua impress�est�loqueada porque\n" |
---|
1647 | "sua quota de impress�foi atingida, na impressora %s." |
---|
1648 | |
---|
1649 | #, python-format |
---|
1650 | msgid "Option accountbanner in section %s only supports values in %s" |
---|
1651 | msgstr "" |
---|
1652 | |
---|
1653 | #, python-format |
---|
1654 | msgid "Option trustjobsize for printer %s is incorrect" |
---|
1655 | msgstr "" |
---|
1656 | |
---|
1657 | msgid "Users" |
---|
1658 | msgstr "" |
---|
1659 | |
---|
1660 | msgid "Groups" |
---|
1661 | msgstr "" |
---|
1662 | |
---|
1663 | msgid "Printers" |
---|
1664 | msgstr "" |
---|
1665 | |
---|
1666 | msgid "Users Print Quotas" |
---|
1667 | msgstr "" |
---|
1668 | |
---|
1669 | msgid "Users Groups Print Quotas" |
---|
1670 | msgstr "" |
---|
1671 | |
---|
1672 | msgid "History of Payments" |
---|
1673 | msgstr "" |
---|
1674 | |
---|
1675 | msgid "Printers Groups Membership" |
---|
1676 | msgstr "" |
---|
1677 | |
---|
1678 | msgid "Users Groups Membership" |
---|
1679 | msgstr "" |
---|
1680 | |
---|
1681 | msgid "Billing Codes" |
---|
1682 | msgstr "" |
---|
1683 | |
---|
1684 | msgid "Comma Separated Values" |
---|
1685 | msgstr "" |
---|
1686 | |
---|
1687 | msgid "Semicolon Separated Values" |
---|
1688 | msgstr "" |
---|
1689 | |
---|
1690 | msgid "Tabulation Separated Values" |
---|
1691 | msgstr "" |
---|
1692 | |
---|
1693 | msgid "eXtensible Markup Language" |
---|
1694 | msgstr "" |
---|
1695 | |
---|
1696 | msgid "CUPS' page_log" |
---|
1697 | msgstr "" |
---|
1698 | |
---|
1699 | #, python-format |
---|
1700 | msgid "Invalid filter value [%s], see help." |
---|
1701 | msgstr "" |
---|
1702 | |
---|
1703 | #, python-format |
---|
1704 | msgid "Invalid modifier [%s] for --data command line option, see help." |
---|
1705 | msgstr "" |
---|
1706 | |
---|
1707 | #, python-format |
---|
1708 | msgid "Invalid modifier [%s] for --format command line option, see help." |
---|
1709 | msgstr "" |
---|
1710 | |
---|
1711 | msgid "XML output is disabled because the jaxml module is not available." |
---|
1712 | msgstr "" |
---|
1713 | |
---|
1714 | #, python-format |
---|
1715 | msgid "Invalid data type [%s] for --sum command line option, see help." |
---|
1716 | msgstr "" |
---|
1717 | |
---|
1718 | msgid "PyKota data dumper failed : I/O error" |
---|
1719 | msgstr "" |
---|
1720 | |
---|
1721 | #, python-format |
---|
1722 | msgid "Unsupported logging subsystem %s" |
---|
1723 | msgstr "Sistema de log %s n�suportado" |
---|
1724 | |
---|
1725 | #, python-format |
---|
1726 | msgid "Report for %s quota on printer %s" |
---|
1727 | msgstr "Relatorio de quota %s para a impressora %s" |
---|
1728 | |
---|
1729 | #, python-format |
---|
1730 | msgid "Pages grace time: %i days" |
---|
1731 | msgstr "Tempo de cortesia : %i d�" |
---|
1732 | |
---|
1733 | #, python-format |
---|
1734 | msgid "Price per job: %.3f" |
---|
1735 | msgstr "Pre�por impress� %.3f" |
---|
1736 | |
---|
1737 | #, python-format |
---|
1738 | msgid "Price per page: %.3f" |
---|
1739 | msgstr "Pre�por p�na: %.3f" |
---|
1740 | |
---|
1741 | msgid "" |
---|
1742 | "Group overcharge used soft hard balance grace " |
---|
1743 | "total paid warn" |
---|
1744 | msgstr "" |
---|
1745 | |
---|
1746 | msgid "" |
---|
1747 | "User overcharge used soft hard balance grace " |
---|
1748 | "total paid warn" |
---|
1749 | msgstr "" |
---|
1750 | |
---|
1751 | msgid "unknown" |
---|
1752 | msgstr "Desconhecido" |
---|
1753 | |
---|
1754 | #, python-format |
---|
1755 | msgid "Real : %s" |
---|
1756 | msgstr "Real : %s" |
---|
1757 | |
---|
1758 | #, python-format |
---|
1759 | msgid "Total : %9i" |
---|
1760 | msgstr "Total : %9i" |
---|
1761 | |
---|
1762 | msgid "N/A" |
---|
1763 | msgstr "" |
---|
1764 | |
---|
1765 | #, python-format |
---|
1766 | msgid "Unsupported reporter backend %s" |
---|
1767 | msgstr "Reporter backend %s n�suportado" |
---|
1768 | |
---|
1769 | #, python-format |
---|
1770 | msgid "Unsupported quota storage backend %s" |
---|
1771 | msgstr "o banco de dados: %s n�suportado" |
---|
1772 | |
---|
1773 | #, python-format |
---|
1774 | msgid "Strange problem with uid(%s) : %s" |
---|
1775 | msgstr "" |
---|
1776 | |
---|
1777 | #, python-format |
---|
1778 | msgid "Running as user '%s'." |
---|
1779 | msgstr "" |
---|
1780 | |
---|
1781 | msgid "No user named 'pykota'. Not dropping priviledges." |
---|
1782 | msgstr "" |
---|
1783 | |
---|
1784 | #, python-format |
---|
1785 | msgid "Impossible to drop priviledges : %s" |
---|
1786 | msgstr "" |
---|
1787 | |
---|
1788 | msgid "Priviledges dropped. Now running as user 'pykota'." |
---|
1789 | msgstr "" |
---|
1790 | |
---|
1791 | #, python-format |
---|
1792 | msgid "Impossible to regain priviledges : %s" |
---|
1793 | msgstr "" |
---|
1794 | |
---|
1795 | msgid "Regained priviledges. Now running as root." |
---|
1796 | msgstr "" |
---|
1797 | |
---|
1798 | msgid "Please report bugs to :" |
---|
1799 | msgstr "" |
---|
1800 | |
---|
1801 | #, python-format |
---|
1802 | msgid "" |
---|
1803 | "\n" |
---|
1804 | "\n" |
---|
1805 | "Please contact your system administrator :\n" |
---|
1806 | "\n" |
---|
1807 | "\t%s - <%s>\n" |
---|
1808 | msgstr "" |
---|
1809 | "\n" |
---|
1810 | "\n" |
---|
1811 | "Por favor contacte a seu administrador de sistemas:\n" |
---|
1812 | "\n" |
---|
1813 | "\t%s - <%s>\n" |
---|
1814 | |
---|
1815 | #, python-format |
---|
1816 | msgid "Unable to match user %s on printer %s, applying default policy (%s)" |
---|
1817 | msgstr "" |
---|
1818 | "Imposivel encontrar o usu�o %s para impressorao %s, aplicando politica " |
---|
1819 | "padr�(%s)" |
---|
1820 | |
---|
1821 | #, python-format |
---|
1822 | msgid "" |
---|
1823 | "Unable to find user %s's account balance, applying default policy (%s) for " |
---|
1824 | "printer %s" |
---|
1825 | msgstr "" |
---|
1826 | "Imposivel encontrar a media da conta do usuario %s, configurando o valor " |
---|
1827 | "padr�(%s) para a impressora %s" |
---|
1828 | |
---|
1829 | #, python-format |
---|
1830 | msgid "User %s will not be charged for printing." |
---|
1831 | msgstr "" |
---|
1832 | |
---|
1833 | #, python-format |
---|
1834 | msgid "Print Quota exceeded for group %s on printer %s" |
---|
1835 | msgstr "Quota de impress�excedida para o grupo %s na impressora %s" |
---|
1836 | |
---|
1837 | msgid "Print Quota Exceeded" |
---|
1838 | msgstr "Quota de Impress�Excedida" |
---|
1839 | |
---|
1840 | #, python-format |
---|
1841 | msgid "Print Quota low for group %s on printer %s" |
---|
1842 | msgstr "Quota de impressora baixa para o grupo %s na impresora %s" |
---|
1843 | |
---|
1844 | msgid "Print Quota Low" |
---|
1845 | msgstr "Quota de impress�baixa" |
---|
1846 | |
---|
1847 | #, python-format |
---|
1848 | msgid "A problem occured while reading printer %s's internal page counter." |
---|
1849 | msgstr "" |
---|
1850 | |
---|
1851 | #, python-format |
---|
1852 | msgid "Retrieving printer %s's page counter from database instead." |
---|
1853 | msgstr "" |
---|
1854 | |
---|
1855 | #, python-format |
---|
1856 | msgid "" |
---|
1857 | "Couldn't retrieve printer %s's internal page counter either before or after " |
---|
1858 | "printing." |
---|
1859 | msgstr "" |
---|
1860 | |
---|
1861 | #, python-format |
---|
1862 | msgid "Job's size forced to 1 page for printer %s." |
---|
1863 | msgstr "" |
---|
1864 | |
---|
1865 | #, python-format |
---|
1866 | msgid "No previous job in database for printer %s." |
---|
1867 | msgstr "" |
---|
1868 | |
---|
1869 | #, python-format |
---|
1870 | msgid "Inconsistent values for printer %s's internal page counter." |
---|
1871 | msgstr "" |
---|
1872 | |
---|
1873 | #, python-format |
---|
1874 | msgid "Unknown printer address in HARDWARE(%s) for printer %s" |
---|
1875 | msgstr "Endere�invalido em HARDWARE(%s) para a impressora %s" |
---|
1876 | |
---|
1877 | #, python-format |
---|
1878 | msgid "Launching HARDWARE(%s)..." |
---|
1879 | msgstr "Tentando identifica� f�ca(%s)..." |
---|
1880 | |
---|
1881 | #, python-format |
---|
1882 | msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" |
---|
1883 | msgstr "Sinal SIGTERM enviado para contador f�co %s (pid : %s)" |
---|
1884 | |
---|
1885 | #, python-format |
---|
1886 | msgid "Line [%s] skipped in accounter's output. Trying again..." |
---|
1887 | msgstr "" |
---|
1888 | |
---|
1889 | #, python-format |
---|
1890 | msgid "Hardware accounter %s exit code is %s" |
---|
1891 | msgstr "" |
---|
1892 | |
---|
1893 | #, python-format |
---|
1894 | msgid "Unable to query printer %s via HARDWARE(%s)" |
---|
1895 | msgstr "Imposive consultar a impressora %s via HARDWARE(%s)" |
---|
1896 | |
---|
1897 | #, python-format |
---|
1898 | msgid "Problem during connection to %s:%s : %s" |
---|
1899 | msgstr "" |
---|
1900 | |
---|
1901 | #, python-format |
---|
1902 | msgid "Problem while sending PJL query to %s:%s : %s" |
---|
1903 | msgstr "" |
---|
1904 | |
---|
1905 | #, python-format |
---|
1906 | msgid "Problem while receiving PJL answer from %s:%s : %s" |
---|
1907 | msgstr "" |
---|
1908 | |
---|
1909 | #, python-format |
---|
1910 | msgid "Waiting for printer %s to be printing..." |
---|
1911 | msgstr "" |
---|
1912 | |
---|
1913 | #, python-format |
---|
1914 | msgid "Waiting for printer %s's idle status to stabilize..." |
---|
1915 | msgstr "" |
---|
1916 | |
---|
1917 | #, python-format |
---|
1918 | msgid "" |
---|
1919 | "PJL querying stage interrupted. Using latest value seen for internal page " |
---|
1920 | "counter (%s) on printer %s." |
---|
1921 | msgstr "" |
---|
1922 | |
---|
1923 | #, python-format |
---|
1924 | msgid "Network error while doing SNMP queries on printer %s : %s" |
---|
1925 | msgstr "" |
---|
1926 | |
---|
1927 | #, python-format |
---|
1928 | msgid "SNMP message decoding error for printer %s : %s" |
---|
1929 | msgstr "" |
---|
1930 | |
---|
1931 | #, python-format |
---|
1932 | msgid "Problem encountered while doing SNMP queries on printer %s : %s" |
---|
1933 | msgstr "" |
---|
1934 | |
---|
1935 | #, python-format |
---|
1936 | msgid "" |
---|
1937 | "SNMP querying stage interrupted. Using latest value seen for internal page " |
---|
1938 | "counter (%s) on printer %s." |
---|
1939 | msgstr "" |
---|
1940 | |
---|
1941 | #, python-format |
---|
1942 | msgid "Launching SOFTWARE(%s)..." |
---|
1943 | msgstr "Tentando identifica� l�a (%s)..." |
---|
1944 | |
---|
1945 | #, python-format |
---|
1946 | msgid "Unable to compute job size with accounter %s" |
---|
1947 | msgstr "Impossivel calcular o tamanho do trabalho com o contador %s" |
---|
1948 | |
---|
1949 | #, python-format |
---|
1950 | msgid "Problem while waiting for software accounter pid %s to exit : %s" |
---|
1951 | msgstr "Problema ao aguardar encerramento do contador l�o de pid %s : %s" |
---|
1952 | |
---|
1953 | #, python-format |
---|
1954 | msgid "Software accounter %s exit code is %s" |
---|
1955 | msgstr "C�o de erro para contador l�o %s : %s" |
---|
1956 | |
---|
1957 | msgid "Totals may be inaccurate if some users are members of several groups." |
---|
1958 | msgstr "" |
---|
1959 | "O Total pode n�ser exato se os usuarios forem mebros de varios grupos." |
---|
1960 | |
---|
1961 | #, python-format |
---|
1962 | msgid "" |
---|
1963 | "Search base %s doesn't seem to exist. Probable misconfiguration. Please " |
---|
1964 | "double check /etc/pykota/pykota.conf : %s" |
---|
1965 | msgstr "" |
---|
1966 | "Base de busca %s parece n�existir, provavelmente por causa de m� |
---|
1967 | "configura�.Por favor, verifique as configura�s do arquivo /etc/pykota/" |
---|
1968 | "pykota.conf : %s" |
---|
1969 | |
---|
1970 | #, python-format |
---|
1971 | msgid "Search for %s(%s) from %s(scope=%s) returned no answer." |
---|
1972 | msgstr "Buscar por %s(%s) apartir de %s(scope=%s) nenhum registro encontrado." |
---|
1973 | |
---|
1974 | #, python-format |
---|
1975 | msgid "Problem adding LDAP entry (%s, %s)" |
---|
1976 | msgstr "Problema adicionando entrada LDAP (%s, %s)" |
---|
1977 | |
---|
1978 | #, python-format |
---|
1979 | msgid "Problem deleting LDAP entry (%s)" |
---|
1980 | msgstr "Problema apagando entrada LDAP (%s)" |
---|
1981 | |
---|
1982 | #, python-format |
---|
1983 | msgid "Problem modifying LDAP entry (%s, %s)" |
---|
1984 | msgstr "Problema modificando entrada LDAP (%s, %s)" |
---|
1985 | |
---|
1986 | #, python-format |
---|
1987 | msgid "" |
---|
1988 | "No pykotaAccountBalance object found for user %s. Did you create LDAP " |
---|
1989 | "entries manually ?" |
---|
1990 | msgstr "" |
---|
1991 | |
---|
1992 | msgid "Hidden because of privacy concerns" |
---|
1993 | msgstr "" |
---|
1994 | |
---|
1995 | #, python-format |
---|
1996 | msgid "" |
---|
1997 | "Unable to find an existing objectClass %s entry with %s=%s to attach " |
---|
1998 | "pykotaAccount objectClass" |
---|
1999 | msgstr "" |
---|
2000 | "Imposs�l encontrar uma entrada objectClass %s existente com %s=%s " |
---|
2001 | "paraanexar objectClass pykotaAccount" |
---|
2002 | |
---|
2003 | #, python-format |
---|
2004 | msgid "%s. A new entry will be created instead." |
---|
2005 | msgstr "" |
---|
2006 | |
---|
2007 | #, python-format |
---|
2008 | msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" |
---|
2009 | msgstr "" |
---|
2010 | "Imposs�l encontrar uma entrada existente para anexar ao objectClass " |
---|
2011 | "pykotaGroup %s" |
---|
2012 | |
---|
2013 | msgid "ALLOW" |
---|
2014 | msgstr "" |
---|
2015 | |
---|
2016 | msgid "WARN" |
---|
2017 | msgstr "" |
---|
2018 | |
---|
2019 | msgid "DENY" |
---|
2020 | msgstr "" |
---|
2021 | |
---|
2022 | msgid "won't be charged, printer is in passthrough mode" |
---|
2023 | msgstr "" |
---|
2024 | |
---|
2025 | msgid "won't be charged, your account is immutable" |
---|
2026 | msgstr "" |
---|
2027 | |
---|
2028 | msgid "Printing denied." |
---|
2029 | msgstr "" |
---|
2030 | |
---|
2031 | msgid "Printing not limited." |
---|
2032 | msgstr "" |
---|
2033 | |
---|
2034 | msgid "Printing not limited, no accounting." |
---|
2035 | msgstr "" |
---|
2036 | |
---|
2037 | msgid "No Accounting" |
---|
2038 | msgstr "" |
---|
2039 | |
---|
2040 | msgid "No Limit" |
---|
2041 | msgstr "" |
---|
2042 | |
---|
2043 | msgid "Forbidden" |
---|
2044 | msgstr "" |
---|
2045 | |
---|
2046 | msgid "Printing Mode" |
---|
2047 | msgstr "" |
---|
2048 | |
---|
2049 | #~ msgid "File number %s unregistered twice from polling object, ignored." |
---|
2050 | #~ msgstr "" |
---|
2051 | #~ "Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado" |
---|
2052 | |
---|
2053 | #~ msgid "SIGTERM was sent to real backend %s (pid: %s)" |
---|
2054 | #~ msgstr "SIGTERM foi emitida a real backend %s (pid: %s)" |
---|
2055 | |
---|
2056 | #~ msgid "CUPS backend %s died abnormally." |
---|
2057 | #~ msgstr "Backend CUPS morreu anormalmente." |
---|
2058 | |
---|
2059 | #~ msgid "Software accounting already done in first pass. Ignoring." |
---|
2060 | #~ msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando." |
---|
2061 | |
---|
2062 | #~ msgid "Hardware accounting already done in first pass. Ignoring." |
---|
2063 | #~ msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando" |
---|
2064 | |
---|
2065 | #~ msgid "Invalid DeviceURI : %s" |
---|
2066 | #~ msgstr "DeviceURI inv�do : %s" |
---|
2067 | |
---|
2068 | #~ msgid "" |
---|
2069 | #~ "\n" |
---|
2070 | #~ "Please wait while pkhint analyzes your printing system's configuration..." |
---|
2071 | #~ msgstr "" |
---|
2072 | #~ "\n" |
---|
2073 | #~ "Por favor, aguarde enquanto pkhint analisa as configura�s de seu " |
---|
2074 | #~ "sistema de impress�.." |
---|
2075 | |
---|
2076 | #~ msgid "Unknown device %s for printer %s" |
---|
2077 | #~ msgstr "Dispositivo %s inv�do para a impressora %s" |
---|
2078 | |
---|
2079 | #~ msgid "" |
---|
2080 | #~ "\n" |
---|
2081 | #~ "Put the following lines into your /etc/pykota/pykota.conf file :\n" |
---|
2082 | #~ msgstr "" |
---|
2083 | #~ "\n" |
---|
2084 | #~ "Pondo as seguintes linhas no arquivo /etc/pykota/pykota.conf : \n" |
---|
2085 | |
---|
2086 | #~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean" |
---|
2087 | #~ msgstr "# CUIDADO : se o contador l�o for sugerido, isto n�significa" |
---|
2088 | |
---|
2089 | #~ msgid "" |
---|
2090 | #~ "# that hardware accounting wouldn't work, this only means that PyKota" |
---|
2091 | #~ msgstr "" |
---|
2092 | #~ "# que o contador l�o poder��funcionar. Isto significa somente que " |
---|
2093 | #~ "o Pykota" |
---|
2094 | |
---|
2095 | #~ msgid "# wasn't able to autodetect which hardware accounting method to use." |
---|
2096 | #~ msgstr "" |
---|
2097 | #~ "# n�foi capaz de detectar automaticamente o m�do de contagem f�ca a " |
---|
2098 | #~ "ser utilizado" |
---|
2099 | |
---|
2100 | #~ msgid "JobSize" |
---|
2101 | #~ msgstr "Tamanho da Tarefa" |
---|
2102 | |
---|
2103 | #~ msgid "JobPrice" |
---|
2104 | #~ msgstr "Pre�da Tarefa" |
---|
2105 | |
---|
2106 | #~ msgid "JobBytes" |
---|
2107 | #~ msgstr "Tamanho da Tarefa em Bytes" |
---|
2108 | |
---|
2109 | #~ msgid "PageCounter" |
---|
2110 | #~ msgstr "Contador de p�nas" |
---|
2111 | |
---|
2112 | #~ msgid "Printing system %s, args=%s" |
---|
2113 | #~ msgstr "Sistema de impress�%s, argumentos=%s" |
---|
2114 | |
---|
2115 | #~ msgid "Printer hostname undefined, set to 'localhost'" |
---|
2116 | #~ msgstr "" |
---|
2117 | #~ "Nome do servidor de impress�n�definido, configurando para 'localhost'" |
---|
2118 | |
---|
2119 | #~ msgid "Printing system unknown, args=%s" |
---|
2120 | #~ msgstr "Sistema de impress�desconhecido, args=%s" |
---|
2121 | |
---|
2122 | #~ msgid "" |
---|
2123 | #~ "Group used soft hard balance grace total " |
---|
2124 | #~ "paid" |
---|
2125 | #~ msgstr "" |
---|
2126 | #~ "Grupo usado Minimo Maximo media gratis total " |
---|
2127 | #~ "pago" |
---|
2128 | |
---|
2129 | #~ msgid "" |
---|
2130 | #~ "User used soft hard balance grace total " |
---|
2131 | #~ "paid" |
---|
2132 | #~ msgstr "" |
---|
2133 | #~ "Usuario usado Minimo Maximo media gratis total " |
---|
2134 | #~ "pago" |
---|