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 | # |
---|
23 | msgid "" |
---|
24 | msgstr "" |
---|
25 | "Project-Id-Version: PyKota v1.19\n" |
---|
26 | "Report-Msgid-Bugs-To: alet@librelogiciel.com\n" |
---|
27 | "POT-Creation-Date: 2004-07-21 15:35:00+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 "Unsupported accounter backend %s" |
---|
37 | msgstr "Accounter Backend %s n�suportado" |
---|
38 | |
---|
39 | #, python-format |
---|
40 | msgid "Configuration file %s not found." |
---|
41 | msgstr "Arquivo de configura� %s n�encontrado." |
---|
42 | |
---|
43 | #, python-format |
---|
44 | msgid "Option %s not found in section global of %s" |
---|
45 | msgstr "Op� %s n�encontrada na se� global de %s" |
---|
46 | |
---|
47 | #, python-format |
---|
48 | msgid "Option %s not found in section %s of %s" |
---|
49 | msgstr "Op� %s n�encontrada na se� %s de %s" |
---|
50 | |
---|
51 | #, python-format |
---|
52 | msgid "Option logger only supports values in %s" |
---|
53 | msgstr "a op� logger s�porta valores em %s" |
---|
54 | |
---|
55 | #, python-format |
---|
56 | msgid "Invalid accounter %s for printer %s" |
---|
57 | msgstr "Contador de p�nas %s inv�do, para a impressora %s" |
---|
58 | |
---|
59 | #, python-format |
---|
60 | msgid "Option accounter in section %s only supports values in %s" |
---|
61 | msgstr "A op� accounter na se� %s s�porta valores em %s" |
---|
62 | |
---|
63 | #, python-format |
---|
64 | msgid "Option enforcement in section %s only supports values in %s" |
---|
65 | msgstr "Op� enforcement (refor� na se� %s s�porta valores em %s" |
---|
66 | |
---|
67 | #, python-format |
---|
68 | msgid "Invalid policy %s for printer %s" |
---|
69 | msgstr "Pol�ca inv�da %s para a impressora %s" |
---|
70 | |
---|
71 | #, python-format |
---|
72 | msgid "Option policy in section %s only supports values in %s" |
---|
73 | msgstr "A op� policy na se� %s s�porta valores em %s" |
---|
74 | |
---|
75 | #, python-format |
---|
76 | msgid "Invalid option mailto %s for printer %s" |
---|
77 | msgstr "Op� mailto %s inv�da, para a impressora %s" |
---|
78 | |
---|
79 | #, python-format |
---|
80 | msgid "Option mailto in section %s only supports values in %s" |
---|
81 | msgstr "a op� mailto na se� %s s�porta valores em %s" |
---|
82 | |
---|
83 | #, python-format |
---|
84 | msgid "Invalid grace delay %s" |
---|
85 | msgstr "Tiempo gartis %s inv�do" |
---|
86 | |
---|
87 | #, python-format |
---|
88 | msgid "Invalid poor man's threshold %s" |
---|
89 | msgstr "Valor 'poor man' %s inv�do" |
---|
90 | |
---|
91 | msgid "" |
---|
92 | "Your Print Quota account balance is Low.\n" |
---|
93 | "Soon you'll not be allowed to print anymore.\n" |
---|
94 | "Please contact the Print Quota Administrator to solve the problem." |
---|
95 | msgstr "" |
---|
96 | "A media de sua quota de impress�est�aixa.\n" |
---|
97 | "voce n�pode imprimir .\n" |
---|
98 | "Por favor entre em contato com o administrador das Impressoras para resolver " |
---|
99 | "o problema." |
---|
100 | |
---|
101 | #, python-format |
---|
102 | msgid "" |
---|
103 | "You are not allowed to print anymore because\n" |
---|
104 | "your Print Quota is exceeded on printer %s." |
---|
105 | msgstr "" |
---|
106 | "Voce n�pode imprimir porque\n" |
---|
107 | "sua quota de impress�foi excedida, na impressora %s." |
---|
108 | |
---|
109 | #, python-format |
---|
110 | msgid "" |
---|
111 | "You will soon be forbidden to print anymore because\n" |
---|
112 | "your Print Quota is almost reached on printer %s." |
---|
113 | msgstr "" |
---|
114 | "Sua impress�est�loqueada porque\n" |
---|
115 | "sua quota de impress�foi atingida, na impressora %s." |
---|
116 | |
---|
117 | #, python-format |
---|
118 | msgid "Unsupported logging subsystem %s" |
---|
119 | msgstr "Sistema de log %s n�suportado" |
---|
120 | |
---|
121 | #, python-format |
---|
122 | msgid "Report for %s quota on printer %s" |
---|
123 | msgstr "Relatorio de quota %s para a impressora %s" |
---|
124 | |
---|
125 | #, python-format |
---|
126 | msgid "Pages grace time: %i days" |
---|
127 | msgstr "Tempo de cortesia : %i d�" |
---|
128 | |
---|
129 | #, python-format |
---|
130 | msgid "Price per job: %.3f" |
---|
131 | msgstr "Pre�por impress� %.3f" |
---|
132 | |
---|
133 | #, python-format |
---|
134 | msgid "Price per page: %.3f" |
---|
135 | msgstr "Pre�por p�na: %.3f" |
---|
136 | |
---|
137 | msgid "" |
---|
138 | "Group used soft hard balance grace total " |
---|
139 | "paid" |
---|
140 | msgstr "" |
---|
141 | "Grupo usado Minimo Maximo media gratis total " |
---|
142 | "pago" |
---|
143 | |
---|
144 | msgid "" |
---|
145 | "User used soft hard balance grace total " |
---|
146 | "paid" |
---|
147 | msgstr "" |
---|
148 | "Usuario usado Minimo Maximo media gratis total " |
---|
149 | "pago" |
---|
150 | |
---|
151 | msgid "unknown" |
---|
152 | msgstr "Desconhecido" |
---|
153 | |
---|
154 | #, python-format |
---|
155 | msgid "Real : %s" |
---|
156 | msgstr "Real : %s" |
---|
157 | |
---|
158 | #, python-format |
---|
159 | msgid "Total : %9i" |
---|
160 | msgstr "Total : %9i" |
---|
161 | |
---|
162 | #, python-format |
---|
163 | msgid "Unsupported reporter backend %s" |
---|
164 | msgstr "Reporter backend %s n�suportado" |
---|
165 | |
---|
166 | #, python-format |
---|
167 | msgid "Unsupported quota storage backend %s" |
---|
168 | msgstr "o banco de dados: %s n�suportado" |
---|
169 | |
---|
170 | #, python-format |
---|
171 | msgid "Impossible to connect to SMTP server : %s" |
---|
172 | msgstr "N�foi poss�l conectar-se ao servidor SMTP %s" |
---|
173 | |
---|
174 | #, python-format |
---|
175 | msgid "Impossible to send mail to %s, error %s : %s" |
---|
176 | msgstr "Imposivel enviar email para %s, erro %s : %s" |
---|
177 | |
---|
178 | #, python-format |
---|
179 | msgid "" |
---|
180 | "\n" |
---|
181 | "\n" |
---|
182 | "Please contact your system administrator :\n" |
---|
183 | "\n" |
---|
184 | "\t%s - <%s>\n" |
---|
185 | msgstr "" |
---|
186 | "\n" |
---|
187 | "\n" |
---|
188 | "Por favor contacte a seu administrador de sistemas:\n" |
---|
189 | "\n" |
---|
190 | "\t%s - <%s>\n" |
---|
191 | |
---|
192 | #, python-format |
---|
193 | msgid "Unable to match user %s on printer %s, applying default policy (%s)" |
---|
194 | msgstr "" |
---|
195 | "Imposivel encontrar o usu�o %s para impressorao %s, aplicando politica " |
---|
196 | "padr�(%s)" |
---|
197 | |
---|
198 | #, python-format |
---|
199 | msgid "" |
---|
200 | "Unable to find user %s's account balance, applying default policy (%s) for " |
---|
201 | "printer %s" |
---|
202 | msgstr "" |
---|
203 | "Imposivel encontrar a media da conta do usuario %s, configurando o valor " |
---|
204 | "padr�(%s) para a impressora %s" |
---|
205 | |
---|
206 | #, python-format |
---|
207 | msgid "Print Quota exceeded for group %s on printer %s" |
---|
208 | msgstr "Quota de impress�excedida para o grupo %s na impressora %s" |
---|
209 | |
---|
210 | msgid "Print Quota" |
---|
211 | msgstr "Quota de impre�" |
---|
212 | |
---|
213 | msgid "Print Quota Exceeded" |
---|
214 | msgstr "Quota de Impress�Excedida" |
---|
215 | |
---|
216 | #, python-format |
---|
217 | msgid "Print Quota low for group %s on printer %s" |
---|
218 | msgstr "Quota de impressora baixa para o grupo %s na impresora %s" |
---|
219 | |
---|
220 | #, python-format |
---|
221 | msgid "Print Quota exceeded for user %s on printer %s" |
---|
222 | msgstr "Quota de impress�excedida para o usuario %s na impressora %s" |
---|
223 | |
---|
224 | #, python-format |
---|
225 | msgid "Print Quota low for user %s on printer %s" |
---|
226 | msgstr "Quota de impress�baixa para o usuario %s na impressora %s" |
---|
227 | |
---|
228 | msgid "Print Quota Low" |
---|
229 | msgstr "Quota de impress�baixa" |
---|
230 | |
---|
231 | #, python-format |
---|
232 | msgid "Printing system %s, args=%s" |
---|
233 | msgstr "Sistema de impress�%s, argumentos=%s" |
---|
234 | |
---|
235 | #, python-format |
---|
236 | msgid "Unable to precompute the job's size with the generic PDL analyzer : %s" |
---|
237 | msgstr "" |
---|
238 | "Imposs�l calcular tamanho da tarefa usando analisador gen�o de PDL : %s" |
---|
239 | |
---|
240 | #, python-format |
---|
241 | msgid "SIGTERM received, job %s cancelled." |
---|
242 | msgstr "SIGTERM recebida, trabalho %s reiniciado." |
---|
243 | |
---|
244 | msgid "Printer hostname undefined, set to 'localhost'" |
---|
245 | msgstr "" |
---|
246 | "Nome do servidor de impress�n�definido, configurando para 'localhost'" |
---|
247 | |
---|
248 | #, python-format |
---|
249 | msgid "Printing system unknown, args=%s" |
---|
250 | msgstr "Sistema de impress�desconhecido, args=%s" |
---|
251 | |
---|
252 | #, python-format |
---|
253 | msgid "" |
---|
254 | "Printer %s not registered in the PyKota system, applying external policy (%" |
---|
255 | "s) for printer %s" |
---|
256 | msgstr "" |
---|
257 | "Impressora %s n�registada no sistema de impress� foi aplicada a pol�ca " |
---|
258 | "externa (%s) para a impressora %s" |
---|
259 | |
---|
260 | #, python-format |
---|
261 | msgid "" |
---|
262 | "User %s not registered in the PyKota system, applying external policy (%s) " |
---|
263 | "for printer %s" |
---|
264 | msgstr "" |
---|
265 | "Usuario %s n�registrado no sistema PyKota, aplicando pol�ca externa (%s) " |
---|
266 | "para a impressora %s" |
---|
267 | |
---|
268 | #, python-format |
---|
269 | msgid "" |
---|
270 | "User %s doesn't have quota on printer %s in the PyKota system, applying " |
---|
271 | "external policy (%s) for printer %s" |
---|
272 | msgstr "" |
---|
273 | "Utilizador %s n�tem cota na impressora %s, foi aplicada a pol�ca externa " |
---|
274 | "(%s) para a impressora %s" |
---|
275 | |
---|
276 | #, python-format |
---|
277 | msgid "" |
---|
278 | "External policy %s for printer %s produced an error. Job rejected. Please " |
---|
279 | "check PyKota's configuration files." |
---|
280 | msgstr "" |
---|
281 | "Pol�ca externa %s para a impressora %s retornou un error. Trabalho " |
---|
282 | "reiniciado. Por favor verifique os arquivos de configura� do PyKota." |
---|
283 | |
---|
284 | #, python-format |
---|
285 | msgid "" |
---|
286 | "Printer %s not registered in the PyKota system, applying default policy (%s)" |
---|
287 | msgstr "" |
---|
288 | "Impressora %s n�registada no sistema Pykota, foi aplicada por omiss�a " |
---|
289 | "pol�ca (%s)" |
---|
290 | |
---|
291 | #, python-format |
---|
292 | msgid "" |
---|
293 | "User %s not registered in the PyKota system, applying default policy (%s) " |
---|
294 | "for printer %s" |
---|
295 | msgstr "" |
---|
296 | "Usuario %s n�registrado no sistema PyKota, aplicando configura�s padr�" |
---|
297 | "(%s) para a impressora %s" |
---|
298 | |
---|
299 | #, python-format |
---|
300 | msgid "" |
---|
301 | "User %s doesn't have quota on printer %s in the PyKota system, applying " |
---|
302 | "default policy (%s)" |
---|
303 | msgstr "" |
---|
304 | "O utilizador %s n�tem cota na impressora %s, foi aplicada por omiss�a " |
---|
305 | "pol�ca (%s)" |
---|
306 | |
---|
307 | #, python-format |
---|
308 | msgid "" |
---|
309 | "Printer %s still not registered in the PyKota system, job will be rejected" |
---|
310 | msgstr "" |
---|
311 | "A Impressora %s n�se encontra registada no sistema, o pedido ser�ejeitado" |
---|
312 | |
---|
313 | #, python-format |
---|
314 | msgid "" |
---|
315 | "User %s still not registered in the PyKota system, job will be rejected on " |
---|
316 | "printer %s" |
---|
317 | msgstr "" |
---|
318 | "O utilizador %s n�se encontra registado no sistema, o pedido para a " |
---|
319 | "impressora %sser�ejeitado" |
---|
320 | |
---|
321 | #, python-format |
---|
322 | msgid "" |
---|
323 | "User %s still doesn't have quota on printer %s in the PyKota system, job " |
---|
324 | "will be rejected" |
---|
325 | msgstr "" |
---|
326 | "O utilizador %s ainda n�tem cota definida na impressora %s, o pedido ser� |
---|
327 | "rejeitado" |
---|
328 | |
---|
329 | msgid "Totals may be inaccurate if some users are members of several groups." |
---|
330 | msgstr "" |
---|
331 | "O Total pode n�ser exato se os usuarios forem mebros de varios grupos." |
---|
332 | |
---|
333 | #, python-format |
---|
334 | msgid "Unknown printer address in HARDWARE(%s) for printer %s" |
---|
335 | msgstr "Endere�invalido em HARDWARE(%s) para a impressora %s" |
---|
336 | |
---|
337 | #, python-format |
---|
338 | msgid "Launching HARDWARE(%s)..." |
---|
339 | msgstr "Tentando identifica� f�ca(%s)..." |
---|
340 | |
---|
341 | #, python-format |
---|
342 | msgid "Incorrect answer : %s" |
---|
343 | msgstr "Resposta errada : %s" |
---|
344 | |
---|
345 | #, python-format |
---|
346 | msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" |
---|
347 | msgstr "Sinal SIGTERM enviado para contador f�co %s (pid : %s)" |
---|
348 | |
---|
349 | #, python-format |
---|
350 | msgid "Unable to query printer %s via HARDWARE(%s)" |
---|
351 | msgstr "Imposive consultar a impressora %s via HARDWARE(%s)" |
---|
352 | |
---|
353 | #, python-format |
---|
354 | msgid "Launching SOFTWARE(%s)..." |
---|
355 | msgstr "Tentando identifica� l�a (%s)..." |
---|
356 | |
---|
357 | #, python-format |
---|
358 | msgid "Unable to compute job size with accounter %s" |
---|
359 | msgstr "Impossivel calcular o tamanho do trabalho com o contador %s" |
---|
360 | |
---|
361 | #, python-format |
---|
362 | msgid "Problem while waiting for software accounter pid %s to exit : %s" |
---|
363 | msgstr "Problema ao aguardar encerramento do contador l�o de pid %s : %s" |
---|
364 | |
---|
365 | #, python-format |
---|
366 | msgid "Software accounter %s exit code is %s" |
---|
367 | msgstr "C�o de erro para contador l�o %s : %s" |
---|
368 | |
---|
369 | #, python-format |
---|
370 | msgid "" |
---|
371 | "Search base %s doesn't seem to exist. Probable misconfiguration. Please " |
---|
372 | "double check /etc/pykota/pykota.conf : %s" |
---|
373 | msgstr "" |
---|
374 | "Base de busca %s parece n�existir, provavelmente por causa de m� |
---|
375 | "configura�.Por favor, verifique as configura�s do arquivo /etc/pykota/" |
---|
376 | "pykota.conf : %s" |
---|
377 | |
---|
378 | #, python-format |
---|
379 | msgid "Search for %s(%s) from %s(scope=%s) returned no answer." |
---|
380 | msgstr "Buscar por %s(%s) apartir de %s(scope=%s) nenhum registro encontrado." |
---|
381 | |
---|
382 | #, python-format |
---|
383 | msgid "Problem adding LDAP entry (%s, %s)" |
---|
384 | msgstr "Problema adicionando entrada LDAP (%s, %s)" |
---|
385 | |
---|
386 | #, python-format |
---|
387 | msgid "Problem deleting LDAP entry (%s)" |
---|
388 | msgstr "Problema apagando entrada LDAP (%s)" |
---|
389 | |
---|
390 | #, python-format |
---|
391 | msgid "Problem modifying LDAP entry (%s, %s)" |
---|
392 | msgstr "Problema modificando entrada LDAP (%s, %s)" |
---|
393 | |
---|
394 | #, python-format |
---|
395 | msgid "" |
---|
396 | "Unable to find an existing objectClass %s entry with %s=%s to attach " |
---|
397 | "pykotaAccount objectClass" |
---|
398 | msgstr "" |
---|
399 | "Imposs�l encontrar uma entrada objectClass %s existente com %s=%s " |
---|
400 | "paraanexar objectClass pykotaAccount" |
---|
401 | |
---|
402 | #, python-format |
---|
403 | msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" |
---|
404 | msgstr "" |
---|
405 | "Imposs�l encontrar uma entrada existente para anexar ao objectClass " |
---|
406 | "pykotaGroup %s" |
---|
407 | |
---|
408 | msgid "PyKota Reports" |
---|
409 | msgstr "Relat� do Pykota" |
---|
410 | |
---|
411 | msgid "Report" |
---|
412 | msgstr "Relat�" |
---|
413 | |
---|
414 | msgid "User / Group names mask" |
---|
415 | msgstr "M�ara de nomes para Usu�os / Grupos" |
---|
416 | |
---|
417 | msgid "Groups report" |
---|
418 | msgstr "Relat� de Grupos" |
---|
419 | |
---|
420 | msgid "History" |
---|
421 | msgstr "Hist�o" |
---|
422 | |
---|
423 | msgid "Empty" |
---|
424 | msgstr "Vazio" |
---|
425 | |
---|
426 | msgid "Date" |
---|
427 | msgstr "Data" |
---|
428 | |
---|
429 | msgid "Action" |
---|
430 | msgstr "A�" |
---|
431 | |
---|
432 | msgid "User" |
---|
433 | msgstr "Usu�o" |
---|
434 | |
---|
435 | msgid "Printer" |
---|
436 | msgstr "Impressora" |
---|
437 | |
---|
438 | msgid "Hostname" |
---|
439 | msgstr "Nome do computador" |
---|
440 | |
---|
441 | msgid "JobId" |
---|
442 | msgstr "Id da Tarefa" |
---|
443 | |
---|
444 | msgid "JobSize" |
---|
445 | msgstr "Tamanho da Tarefa" |
---|
446 | |
---|
447 | msgid "JobPrice" |
---|
448 | msgstr "Pre�da Tarefa" |
---|
449 | |
---|
450 | msgid "Copies" |
---|
451 | msgstr "C�s" |
---|
452 | |
---|
453 | msgid "JobBytes" |
---|
454 | msgstr "Tamanho da Tarefa em Bytes" |
---|
455 | |
---|
456 | msgid "PageCounter" |
---|
457 | msgstr "Contador de p�nas" |
---|
458 | |
---|
459 | msgid "Title" |
---|
460 | msgstr "T�lo" |
---|
461 | |
---|
462 | msgid "Filename" |
---|
463 | msgstr "Nome do arquivo" |
---|
464 | |
---|
465 | msgid "Options" |
---|
466 | msgstr "Op�s" |
---|
467 | |
---|
468 | msgid "Job contains no data. Printing is denied." |
---|
469 | msgstr "Tarefa n�cont�nenhum dado. Impress�negada" |
---|
470 | |
---|
471 | msgid "Job accounting begins." |
---|
472 | msgstr "In�o da contagem da tarefa." |
---|
473 | |
---|
474 | msgid "Job accounting ends." |
---|
475 | msgstr "Fim da contagem da tarefa." |
---|
476 | |
---|
477 | msgid "Job size forced to 0 because printing is denied." |
---|
478 | msgstr "Tamanho da tarefa zerado porque a impress�foi negada" |
---|
479 | |
---|
480 | #, python-format |
---|
481 | msgid "Job size : %i" |
---|
482 | msgstr "Tamanho da tarefa : %i" |
---|
483 | |
---|
484 | #, python-format |
---|
485 | msgid "Updating user %s's quota on printer %s" |
---|
486 | msgstr "Atualizando cota do usu�o %s para a impressora %s" |
---|
487 | |
---|
488 | msgid "Job added to history." |
---|
489 | msgstr "Tarefa adicionada ao hist�o" |
---|
490 | |
---|
491 | #, python-format |
---|
492 | msgid "File number %s unregistered twice from polling object, ignored." |
---|
493 | msgstr "" |
---|
494 | "Arquivo n� %s descadastrado duas vezes do objeto de consulta. Ignorado" |
---|
495 | |
---|
496 | #, python-format |
---|
497 | msgid "SIGTERM was sent to real backend %s (pid: %s)" |
---|
498 | msgstr "SIGTERM foi emitida a real backend %s (pid: %s)" |
---|
499 | |
---|
500 | #, python-format |
---|
501 | msgid "CUPS backend %s died abnormally." |
---|
502 | msgstr "Backend CUPS morreu anormalmente." |
---|
503 | |
---|
504 | #, python-format |
---|
505 | msgid "Invalid softlimit value %s." |
---|
506 | msgstr "Valor incorreto para o limite %s." |
---|
507 | |
---|
508 | #, python-format |
---|
509 | msgid "Invalid hardlimit value %s." |
---|
510 | msgstr "Valor incorreto para o limite Maximo %s." |
---|
511 | |
---|
512 | #, python-format |
---|
513 | msgid "Hard limit %i is less than soft limit %i, values will be exchanged." |
---|
514 | msgstr "Limite maximo %i �enor que o limite %i, os valores ser�invertidos." |
---|
515 | |
---|
516 | #, python-format |
---|
517 | msgid "Invalid balance value %s" |
---|
518 | msgstr "Valor da media %s inv�do" |
---|
519 | |
---|
520 | #, python-format |
---|
521 | msgid "Invalid charge amount value %s" |
---|
522 | msgstr "Valor de carga: %s inv�do" |
---|
523 | |
---|
524 | #, python-format |
---|
525 | msgid "Invalid limitby value %s" |
---|
526 | msgstr "Valor do limitby %s inv�do" |
---|
527 | |
---|
528 | #, python-format |
---|
529 | msgid "Impossible to add printer %s" |
---|
530 | msgstr "Imposivel adicionar impressora %s" |
---|
531 | |
---|
532 | #, python-format |
---|
533 | msgid "Invalid printer name %s" |
---|
534 | msgstr "Nome de impressora %s inv�do" |
---|
535 | |
---|
536 | #, python-format |
---|
537 | msgid "There's no printer matching %s" |
---|
538 | msgstr "Impressora %s n�encontrada" |
---|
539 | |
---|
540 | msgid "You have to pass user or group names on the command line" |
---|
541 | msgstr "Voce deve informar usuario ou grupo na linha de comando" |
---|
542 | |
---|
543 | #, python-format |
---|
544 | msgid "Prototype %s not found in Quota Storage for printer %s." |
---|
545 | msgstr "Prototipo %s n�encontrado no banco dedados para a impressora %s." |
---|
546 | |
---|
547 | #, python-format |
---|
548 | msgid "Prototype object %s not found in Quota Storage." |
---|
549 | msgstr "Objeto Prototipo %s n�encontrado no banco de dados." |
---|
550 | |
---|
551 | #, python-format |
---|
552 | msgid "Undefined hard limit set to soft limit (%s) on printer %s." |
---|
553 | msgstr "" |
---|
554 | "O limite maximo invalido, configurando o limite minimo (%s) na impressora %s." |
---|
555 | |
---|
556 | #, python-format |
---|
557 | msgid "Undefined soft limit set to hard limit (%s) on printer %s." |
---|
558 | msgstr "Limite indefinido, configurando a l�te maximo (%s) na impressora %s." |
---|
559 | |
---|
560 | #, python-format |
---|
561 | msgid "Invalid email address %s" |
---|
562 | msgstr "Endere�email inv�do" |
---|
563 | |
---|
564 | #, python-format |
---|
565 | msgid "Invalid group name %s" |
---|
566 | msgstr "O nome do grupo %s �nv�do" |
---|
567 | |
---|
568 | #, python-format |
---|
569 | msgid "Invalid user name %s" |
---|
570 | msgstr "O nome de usuario %s �nv�do" |
---|
571 | |
---|
572 | #, python-format |
---|
573 | msgid "Quota not found for object %s on printer %s." |
---|
574 | msgstr "Quota n�encontrada para o objeto %s para a impressora %s." |
---|
575 | |
---|
576 | #, python-format |
---|
577 | msgid "Group %s not found in the PyKota Storage." |
---|
578 | msgstr "Grupo %s n�encontrado no banco de dados." |
---|
579 | |
---|
580 | msgid "incompatible options, see help." |
---|
581 | msgstr "O�s incompativeis, veja a ajuda." |
---|
582 | |
---|
583 | #, python-format |
---|
584 | msgid "Printer %s already exists, skipping." |
---|
585 | msgstr "Impressora %s j�xiste. Ignorando." |
---|
586 | |
---|
587 | #, python-format |
---|
588 | msgid "Printer %s already exists, will be modified." |
---|
589 | msgstr "Impressora %s j�xiste. Ser�eita uma modifica�." |
---|
590 | |
---|
591 | msgid "in" |
---|
592 | msgstr "em" |
---|
593 | |
---|
594 | msgid "You have to pass printer groups names on the command line" |
---|
595 | msgstr "" |
---|
596 | "voc�eve passar os nomes dos grupos de impressoras na linha de comando" |
---|
597 | |
---|
598 | msgid "You have to pass printer names on the command line" |
---|
599 | msgstr "Voce deve informar impressora na linha de comando" |
---|
600 | |
---|
601 | msgid "Software accounting already done in first pass. Ignoring." |
---|
602 | msgstr "O contador l�o j�oi aplicado no primeiro passo. Ignorando." |
---|
603 | |
---|
604 | msgid "Hardware accounting already done in first pass. Ignoring." |
---|
605 | msgstr "O contador f�co j�oi aplicado no primeiro passo. Ignorando" |
---|
606 | |
---|
607 | #, python-format |
---|
608 | msgid "Invalid DeviceURI : %s" |
---|
609 | msgstr "DeviceURI inv�do : %s" |
---|
610 | |
---|
611 | msgid "" |
---|
612 | "\n" |
---|
613 | "Please wait while pkhint analyzes your printing system's configuration..." |
---|
614 | msgstr "" |
---|
615 | "\n" |
---|
616 | "Por favor, aguarde enquanto pkhint analisa as configura�s de seu sistema " |
---|
617 | "de impress�.." |
---|
618 | |
---|
619 | #, python-format |
---|
620 | msgid "Unknown device %s for printer %s" |
---|
621 | msgstr "Dispositivo %s inv�do para a impressora %s" |
---|
622 | |
---|
623 | msgid "" |
---|
624 | "\n" |
---|
625 | "Put the following lines into your /etc/pykota/pykota.conf file :\n" |
---|
626 | msgstr "" |
---|
627 | "\n" |
---|
628 | "Pondo as seguintes linhas no arquivo /etc/pykota/pykota.conf : \n" |
---|
629 | |
---|
630 | msgid "# BEWARE : if software accounting is suggested, this doesn't mean" |
---|
631 | msgstr "# CUIDADO : se o contador l�o for sugerido, isto n�significa" |
---|
632 | |
---|
633 | msgid "# that hardware accounting wouldn't work, this only means that PyKota" |
---|
634 | msgstr "" |
---|
635 | "# que o contador l�o poder��funcionar. Isto significa somente que o " |
---|
636 | "Pykota" |
---|
637 | |
---|
638 | msgid "# wasn't able to autodetect which hardware accounting method to use." |
---|
639 | msgstr "" |
---|
640 | "# n�foi capaz de detectar automaticamente o m�do de contagem f�ca a " |
---|
641 | "ser utilizado" |
---|
642 | |
---|
643 | #, python-format |
---|
644 | msgid "Invalid duration option %s" |
---|
645 | msgstr "Op� %s inv�da para dura�" |
---|
646 | |
---|
647 | #, python-format |
---|
648 | msgid "Invalid loop option %s" |
---|
649 | msgstr "Op� %s inv�da para loop (la�" |
---|
650 | |
---|
651 | #, python-format |
---|
652 | msgid "Invalid sleep option %s" |
---|
653 | msgstr "Op� %s inv�da para sleep (sono)" |
---|
654 | |
---|
655 | #, python-format |
---|
656 | msgid "Invalid color option %s" |
---|
657 | msgstr "Op� %s inv�da para color (cor)" |
---|
658 | |
---|
659 | #, python-format |
---|
660 | msgid "User %s doesn't exist in PyKota's database" |
---|
661 | msgstr "Usu�o %s n�existe na base de dados do Pykota" |
---|
662 | |
---|
663 | #, python-format |
---|
664 | msgid "Pages used on %s : %s" |
---|
665 | msgstr "P�nas usadas em %s : %s" |
---|
666 | |
---|
667 | #, python-format |
---|
668 | msgid "PyKota Units left : %.2f" |
---|
669 | msgstr "Unidades restantes do PyKota : %.2f" |
---|
670 | |
---|
671 | #, python-format |
---|
672 | msgid "Your account balance : %.2f" |
---|
673 | msgstr "Balan�de sua conta : %.2f" |
---|
674 | |
---|
675 | #, python-format |
---|
676 | msgid "Job size : %i pages" |
---|
677 | msgstr "Tamanho do JOB : %i p�nas" |
---|
678 | |
---|
679 | #, python-format |
---|
680 | msgid "Cost on printer %s : %.2f" |
---|
681 | msgstr "Custo da impresora %s : %.2f" |
---|
682 | |
---|
683 | #, python-format |
---|
684 | msgid "Previous page" |
---|
685 | msgstr "P�na anterior" |
---|