1 | # |
---|
2 | # PyKota : Print Quotas for CUPS |
---|
3 | # |
---|
4 | # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> |
---|
5 | # This program is free software: you can redistribute it and/or modify |
---|
6 | # it under the terms of the GNU General Public License as published by |
---|
7 | # the Free Software Foundation, either version 3 of the License, or |
---|
8 | # (at your option) any later version. |
---|
9 | # |
---|
10 | # This program is distributed in the hope that it will be useful, |
---|
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
13 | # GNU General Public License for more details. |
---|
14 | # |
---|
15 | # You should have received a copy of the GNU General Public License |
---|
16 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
---|
17 | # |
---|
18 | # $Id$ |
---|
19 | # |
---|
20 | # |
---|
21 | msgid "" |
---|
22 | msgstr "" |
---|
23 | "Project-Id-Version: PyKota v1.20\n" |
---|
24 | "Report-Msgid-Bugs-To: alet@librelogiciel.com\n" |
---|
25 | "POT-Creation-Date: 2006-03-30 22:00+0200\n" |
---|
26 | "PO-Revision-Date: 2004-01-15 13:02+0100\n" |
---|
27 | "Last-Translator: Jerome Alet <alet@librelogiciel.com>\n" |
---|
28 | "Language-Team: Portugues <alet@librelogiciel.com>\n" |
---|
29 | "MIME-Version: 1.0\n" |
---|
30 | "Content-Type: text/plain; charset=UTF-8\n" |
---|
31 | "Content-Transfer-Encoding: 8bit\n" |
---|
32 | |
---|
33 | # |
---|
34 | # NB : THE FIVE ENTRIES BELOW WERE ADDED MANUALLY |
---|
35 | # |
---|
36 | msgid "ALLOW" |
---|
37 | msgstr "" |
---|
38 | |
---|
39 | msgid "DENY" |
---|
40 | msgstr "" |
---|
41 | |
---|
42 | msgid "CANCEL" |
---|
43 | msgstr "" |
---|
44 | |
---|
45 | msgid "PROBLEM" |
---|
46 | msgstr "" |
---|
47 | |
---|
48 | msgid "REFUND" |
---|
49 | msgstr "" |
---|
50 | |
---|
51 | #, python-format |
---|
52 | msgid "" |
---|
53 | "autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
54 | "\n" |
---|
55 | "A tool to automate user account creation and initial balance setting.\n" |
---|
56 | "\n" |
---|
57 | "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" |
---|
58 | "\n" |
---|
59 | "command line usage :\n" |
---|
60 | "\n" |
---|
61 | " THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" |
---|
62 | " OF AN external policy IN pykota.conf\n" |
---|
63 | " \n" |
---|
64 | " autopykota { -i | --initbalance value } \n" |
---|
65 | "\n" |
---|
66 | "options :\n" |
---|
67 | "\n" |
---|
68 | " -v | --version Prints autopykota's version number then exits.\n" |
---|
69 | " -h | --help Prints this message then exits.\n" |
---|
70 | " \n" |
---|
71 | " -i | --initbalance b Sets the user's account initial balance value to b.\n" |
---|
72 | " If the user already exists, actual balance is left\n" |
---|
73 | " unmodified. If unset, the default value is 0.\n" |
---|
74 | "\n" |
---|
75 | " -e | --email addr Sets the user's e-mail address.\n" |
---|
76 | " \n" |
---|
77 | msgstr "" |
---|
78 | |
---|
79 | #, python-format |
---|
80 | msgid "SIGTERM received, job %s cancelled." |
---|
81 | msgstr "SIGTERM recebido, trabalho %s reiniciado." |
---|
82 | |
---|
83 | #, python-format |
---|
84 | msgid "Network error while querying the CUPS server : %s" |
---|
85 | msgstr "" |
---|
86 | |
---|
87 | msgid "You are not allowed to print at this time." |
---|
88 | msgstr "" |
---|
89 | |
---|
90 | msgid "Print job cancelled." |
---|
91 | msgstr "" |
---|
92 | |
---|
93 | msgid "Unlimited" |
---|
94 | msgstr "" |
---|
95 | |
---|
96 | msgid "ON" |
---|
97 | msgstr "" |
---|
98 | |
---|
99 | msgid "OFF" |
---|
100 | msgstr "" |
---|
101 | |
---|
102 | #, python-format |
---|
103 | msgid "Banner generator %s exit code is %s" |
---|
104 | msgstr "" |
---|
105 | |
---|
106 | msgid "Banner won't be printed : maximum number of deny banners reached." |
---|
107 | msgstr "" |
---|
108 | |
---|
109 | #, python-format |
---|
110 | msgid "Beware : computed job size (%s) != precomputed job size (%s)" |
---|
111 | msgstr "" |
---|
112 | |
---|
113 | msgid "The job size will be trusted anyway according to the 'trustjobsize' directive" |
---|
114 | msgstr "" |
---|
115 | |
---|
116 | #, python-format |
---|
117 | msgid "The job size will be trusted because it is inferior to the 'trustjobsize' directive's limit %s" |
---|
118 | msgstr "" |
---|
119 | |
---|
120 | #, python-format |
---|
121 | msgid "The job size will be modified according to the 'trustjobsize' directive : %s" |
---|
122 | msgstr "" |
---|
123 | |
---|
124 | #, python-format |
---|
125 | msgid "Printer %s not registered in the PyKota system, applying external policy (%s) for printer %s" |
---|
126 | msgstr "Impressora %s não registada no sistema de impressão, foi aplicada a política externa (%s) para a impressora %s" |
---|
127 | |
---|
128 | #, python-format |
---|
129 | msgid "User %s not registered in the PyKota system, applying external policy (%s) for printer %s" |
---|
130 | msgstr "Utilizador %s não registado no sistema de impressão, foi aplicada a política externa (%s) para a impressora %s" |
---|
131 | |
---|
132 | #, python-format |
---|
133 | msgid "User %s doesn't have quota on printer %s in the PyKota system, applying external policy (%s) for printer %s" |
---|
134 | msgstr "Utilizador %s não tem cota na impressora %s, foi aplicada a política externa (%s) para a impressora %s" |
---|
135 | |
---|
136 | #, python-format |
---|
137 | msgid "External policy %s for printer %s produced an error. Job rejected. Please check PyKota's configuration files." |
---|
138 | msgstr "Política externa %s para a impressora %s devolveu um erro. Trabalho reiniciado. Por favor verifique os ficheiros de configuração do Pykota." |
---|
139 | |
---|
140 | #, python-format |
---|
141 | msgid "Printer %s not registered in the PyKota system, applying default policy (%s)" |
---|
142 | msgstr "Impressora %s não registada no sistema Pykota, foi aplicada por omissão a política (%s)" |
---|
143 | |
---|
144 | #, python-format |
---|
145 | msgid "User %s not registered in the PyKota system, applying default policy (%s) for printer %s" |
---|
146 | msgstr "Utilizador %s não registrado no sistema PyKota, foi aplicada por omissão a política (%s)para a impressora %s" |
---|
147 | |
---|
148 | #, python-format |
---|
149 | msgid "User %s doesn't have quota on printer %s in the PyKota system, applying default policy (%s)" |
---|
150 | msgstr "O utilizador %s não tem cota na impressora %s, foi aplicada por omissão a política (%s)" |
---|
151 | |
---|
152 | #, python-format |
---|
153 | msgid "Printer %s still not registered in the PyKota system, job will be rejected" |
---|
154 | msgstr "A Impressora %s não se encontra registada no sistema, o pedido será rejeitado" |
---|
155 | |
---|
156 | #, python-format |
---|
157 | msgid "User %s still not registered in the PyKota system, job will be rejected on printer %s" |
---|
158 | msgstr "O utilizador %s não se encontra registado no sistema, o pedido para a impressora %sserá rejeitado" |
---|
159 | |
---|
160 | #, python-format |
---|
161 | msgid "User %s still doesn't have quota on printer %s in the PyKota system, job will be rejected" |
---|
162 | msgstr "O utilizador %s ainda não tem cota definida na impressora %s, o pedido será rejeitado" |
---|
163 | |
---|
164 | msgid "Job is a dupe" |
---|
165 | msgstr "" |
---|
166 | |
---|
167 | msgid "Printing is denied by configuration" |
---|
168 | msgstr "" |
---|
169 | |
---|
170 | #, python-format |
---|
171 | msgid "Duplicate print jobs are not allowed on printer %s." |
---|
172 | msgstr "" |
---|
173 | |
---|
174 | msgid "Subprocess denied printing of a dupe" |
---|
175 | msgstr "" |
---|
176 | |
---|
177 | #, python-format |
---|
178 | msgid "Duplicate print jobs are not allowed on printer %s at this time." |
---|
179 | msgstr "" |
---|
180 | |
---|
181 | msgid "Subprocess allowed printing of a dupe" |
---|
182 | msgstr "" |
---|
183 | |
---|
184 | #, python-format |
---|
185 | msgid "" |
---|
186 | "\n" |
---|
187 | "\n" |
---|
188 | "Your system administrator :\n" |
---|
189 | "\n" |
---|
190 | "\t%s - <%s>\n" |
---|
191 | msgstr "" |
---|
192 | |
---|
193 | #, python-format |
---|
194 | msgid "Impossible to connect to SMTP server : %s" |
---|
195 | msgstr "Não foi possível conectar-se ao servidor SMTP %s" |
---|
196 | |
---|
197 | msgid "Print Quota" |
---|
198 | msgstr "Cota de Impressão" |
---|
199 | |
---|
200 | #, python-format |
---|
201 | msgid "Impossible to send mail to %s, error %s : %s" |
---|
202 | msgstr "Impossível enviar email para %s, erro %s : %s" |
---|
203 | |
---|
204 | #, python-format |
---|
205 | msgid "Problem when sending mail : %s" |
---|
206 | msgstr "" |
---|
207 | |
---|
208 | msgid "Job contains no data. Printing is denied." |
---|
209 | msgstr "Tarefa não contém nenhum dado. Impressão negada" |
---|
210 | |
---|
211 | msgid "Error in external policy script. Printing is denied." |
---|
212 | msgstr "" |
---|
213 | |
---|
214 | #, python-format |
---|
215 | msgid "Still no print quota entry for user %s on printer %s after external policy. Printing is denied." |
---|
216 | msgstr "" |
---|
217 | |
---|
218 | msgid "Printing is denied by printer policy." |
---|
219 | msgstr "" |
---|
220 | |
---|
221 | msgid "Job allowed by printer policy. No accounting will be done." |
---|
222 | msgstr "" |
---|
223 | |
---|
224 | #, python-format |
---|
225 | msgid "Invalid policy %s for printer %s" |
---|
226 | msgstr "Política %s inválida para a impressora %s" |
---|
227 | |
---|
228 | #, python-format |
---|
229 | msgid "Precomputed job size (%s pages) too large for printer %s." |
---|
230 | msgstr "" |
---|
231 | |
---|
232 | #, python-format |
---|
233 | msgid "You are not allowed to print so many pages on printer %s at this time." |
---|
234 | msgstr "" |
---|
235 | |
---|
236 | #, python-format |
---|
237 | msgid "User %s is not allowed to print at this time." |
---|
238 | msgstr "" |
---|
239 | |
---|
240 | msgid "Your account settings forbid you to print at this time." |
---|
241 | msgstr "" |
---|
242 | |
---|
243 | #, python-format |
---|
244 | msgid "Print Quota exceeded for user %s on printer %s" |
---|
245 | msgstr "Cota de impressão excedida para o utilizador %s na impressora %s" |
---|
246 | |
---|
247 | #, python-format |
---|
248 | msgid "Print Quota low for user %s on printer %s" |
---|
249 | msgstr "Cota de impressão baixa para o utilizador %s na impressora %s" |
---|
250 | |
---|
251 | msgid "Job denied, no accounting will be done." |
---|
252 | msgstr "" |
---|
253 | |
---|
254 | msgid "Job cancelled, no accounting will be done." |
---|
255 | msgstr "" |
---|
256 | |
---|
257 | msgid "Job accounting begins." |
---|
258 | msgstr "Início da contagem da tarefa." |
---|
259 | |
---|
260 | msgid "Job denied, no accounting has been done." |
---|
261 | msgstr "" |
---|
262 | |
---|
263 | msgid "Job cancelled, no accounting has been done." |
---|
264 | msgstr "" |
---|
265 | |
---|
266 | msgid "Job accounting ends." |
---|
267 | msgstr "Fim da contagem da tarefa." |
---|
268 | |
---|
269 | msgid "Job size forced to 0 because the real CUPS backend failed. No accounting will be done." |
---|
270 | msgstr "" |
---|
271 | |
---|
272 | msgid "The real CUPS backend failed, but the job will be accounted for anyway." |
---|
273 | msgstr "" |
---|
274 | |
---|
275 | msgid "Job size forced to 0 because printing is denied." |
---|
276 | msgstr "Tamanho da tarefa zerado porque a impressão foi negada" |
---|
277 | |
---|
278 | msgid "Job size forced to 0 because printing was cancelled." |
---|
279 | msgstr "" |
---|
280 | |
---|
281 | #, python-format |
---|
282 | msgid "Job size : %i" |
---|
283 | msgstr "Tamanho da tarefa : %i" |
---|
284 | |
---|
285 | #, python-format |
---|
286 | msgid "User %s's quota on printer %s won't be modified" |
---|
287 | msgstr "" |
---|
288 | |
---|
289 | #, python-format |
---|
290 | msgid "Updating user %s's quota on printer %s" |
---|
291 | msgstr "Atualizando cota do usuário %s para a impressora %s" |
---|
292 | |
---|
293 | msgid "Job added to history." |
---|
294 | msgstr "Tarefa adicionada ao histórico" |
---|
295 | |
---|
296 | #, python-format |
---|
297 | msgid "Billing code %s was updated." |
---|
298 | msgstr "" |
---|
299 | |
---|
300 | #, python-format |
---|
301 | msgid "Incorrect value for the 'onbackenderror' directive in section [%s]" |
---|
302 | msgstr "" |
---|
303 | |
---|
304 | #, python-format |
---|
305 | msgid "The real backend produced an error, we will try again in %s seconds." |
---|
306 | msgstr "" |
---|
307 | |
---|
308 | #, python-format |
---|
309 | msgid "Job %s interrupted by the administrator !" |
---|
310 | msgstr "" |
---|
311 | |
---|
312 | #, python-format |
---|
313 | msgid "" |
---|
314 | "dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
315 | "\n" |
---|
316 | "Dumps PyKota database's content.\n" |
---|
317 | "\n" |
---|
318 | "command line usage :\n" |
---|
319 | "\n" |
---|
320 | " dumpykota [options] [filterexpr]\n" |
---|
321 | "\n" |
---|
322 | "options :\n" |
---|
323 | "\n" |
---|
324 | " -v | --version Prints dumpykota's version number then exits.\n" |
---|
325 | " -h | --help Prints this message then exits.\n" |
---|
326 | " \n" |
---|
327 | " -d | --data type Dumps 'type' datas. Allowed types are :\n" |
---|
328 | " \n" |
---|
329 | " - history : dumps the jobs history.\n" |
---|
330 | " - users : dumps users.\n" |
---|
331 | " - groups : dumps user groups.\n" |
---|
332 | " - printers : dump printers.\n" |
---|
333 | " - upquotas : dump user quotas.\n" |
---|
334 | " - gpquotas : dump user groups quotas.\n" |
---|
335 | " - payments : dumps user payments.\n" |
---|
336 | " - pmembers : dumps printer groups members.\n" |
---|
337 | " - umembers : dumps user groups members.\n" |
---|
338 | " - billingcodes : dumps billing codes.\n" |
---|
339 | " - all : dumps all PyKota datas. The output format\n" |
---|
340 | " is always XML in this case.\n" |
---|
341 | " \n" |
---|
342 | " NB : the -d | --data command line option \n" |
---|
343 | " is MANDATORY.\n" |
---|
344 | " \n" |
---|
345 | " -f | --format fmt Dumps datas in the 'fmt' format. When not specified,\n" |
---|
346 | " the format is to dump datas in the csv format (comma\n" |
---|
347 | " separated values). All data dumped is between double\n" |
---|
348 | " quotes. Allowed formats are :\n" |
---|
349 | " \n" |
---|
350 | " - csv : separate datas with commas\n" |
---|
351 | " - ssv : separate datas with semicolons\n" |
---|
352 | " - tsv : separate datas with tabs\n" |
---|
353 | " - xml : dump data as XML \n" |
---|
354 | " - cups : dump datas in CUPS' page_log format :\n" |
---|
355 | " ONLY AVAILABLE WITH --data history\n" |
---|
356 | " \n" |
---|
357 | " -o | --output fname All datas will be dumped to the file instead of\n" |
---|
358 | " to the standard output. The special '-' filename\n" |
---|
359 | " is the default value and means stdout.\n" |
---|
360 | " WARNING : existing files are truncated !\n" |
---|
361 | "\n" |
---|
362 | " -O | --orderby exp Change the ordering or result. 'exp' is a comma\n" |
---|
363 | " separated list of ordering statements, for example\n" |
---|
364 | " '--orderby +username,-printername'. Not all expression\n" |
---|
365 | " values are meaningful, so using this command line \n" |
---|
366 | " switch is not recommanded if you don't know the \n" |
---|
367 | " exact layout of PyKota's database schema.\n" |
---|
368 | " \n" |
---|
369 | " -s | --sum Summarize the selected datas.\n" |
---|
370 | " ONLY AVAILABLE WITH --data history or payments\n" |
---|
371 | "\n" |
---|
372 | " Use the filter expressions to extract only parts of the \n" |
---|
373 | " datas. Allowed filters are of the form :\n" |
---|
374 | " \n" |
---|
375 | " key=value\n" |
---|
376 | " \n" |
---|
377 | " Allowed keys for now are : \n" |
---|
378 | " \n" |
---|
379 | " username User's name\n" |
---|
380 | " groupname Users group's name\n" |
---|
381 | " printername Printer's name\n" |
---|
382 | " pgroupname Printers group's name\n" |
---|
383 | " hostname Client's hostname\n" |
---|
384 | " jobid Job's Id\n" |
---|
385 | " billingcode Job's billing code\n" |
---|
386 | " start Job's date of printing\n" |
---|
387 | " end Job's date of printing\n" |
---|
388 | " \n" |
---|
389 | " Dates formatting with 'start' and 'end' filter keys :\n" |
---|
390 | " \n" |
---|
391 | " YYYY : year boundaries\n" |
---|
392 | " YYYYMM : month boundaries\n" |
---|
393 | " YYYYMMDD : day boundaries\n" |
---|
394 | " YYYYMMDDhh : hour boundaries\n" |
---|
395 | " YYYYMMDDhhmm : minute boundaries\n" |
---|
396 | " YYYYMMDDhhmmss : second boundaries\n" |
---|
397 | " yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n" |
---|
398 | " today[+-NbDays] : today more or less N days (e.g. : today-15)\n" |
---|
399 | " tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n" |
---|
400 | " now[+-NbDays] : now more or less N days (e.g. now-15)\n" |
---|
401 | "\n" |
---|
402 | " 'now' and 'today' are not exactly the same since today represents the first\n" |
---|
403 | " or last second of the day depending on if it's used in a start= or end=\n" |
---|
404 | " date expression. The utility to be able to specify dates in the future is\n" |
---|
405 | " a question which remains to be answered :-)\n" |
---|
406 | " \n" |
---|
407 | " Contrary to other PyKota management tools, wildcard characters are not \n" |
---|
408 | " expanded, so you can't use them.\n" |
---|
409 | " \n" |
---|
410 | " NB : not all keys are allowed for each data type, so the result may be \n" |
---|
411 | " empty if you use a key not available for a particular data type.\n" |
---|
412 | " \n" |
---|
413 | "Examples :\n" |
---|
414 | "\n" |
---|
415 | " $ dumpykota --data history --format csv >myfile.csv\n" |
---|
416 | " \n" |
---|
417 | " This dumps the history in a comma separated values file, for possible\n" |
---|
418 | " use in a spreadsheet.\n" |
---|
419 | " \n" |
---|
420 | " $ dumpykota --data users --format xml -o users.xml\n" |
---|
421 | " \n" |
---|
422 | " Dumps all users datas to the users.xml file.\n" |
---|
423 | " \n" |
---|
424 | " $ dumpykota --data history printername=HP2100 username=jerome\n" |
---|
425 | " \n" |
---|
426 | " Dumps the job history for user jerome on printer HP2100 only.\n" |
---|
427 | " \n" |
---|
428 | " $ dumpykota --data history start=200503 end=20050730234615\n" |
---|
429 | " \n" |
---|
430 | " Dumps all jobs printed between March 1st 2005 at midnight and\n" |
---|
431 | " July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n" |
---|
432 | msgstr "" |
---|
433 | |
---|
434 | msgid "The -d | --data command line option is mandatory, see help." |
---|
435 | msgstr "" |
---|
436 | |
---|
437 | #, python-format |
---|
438 | msgid "" |
---|
439 | "edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
440 | "\n" |
---|
441 | "A Print Quota editor for PyKota.\n" |
---|
442 | "\n" |
---|
443 | "command line usage :\n" |
---|
444 | "\n" |
---|
445 | " edpykota [options] user1 user2 ... userN\n" |
---|
446 | " \n" |
---|
447 | " edpykota [options] group1 group2 ... groupN\n" |
---|
448 | "\n" |
---|
449 | "options :\n" |
---|
450 | "\n" |
---|
451 | " -v | --version Prints edpykota's version number then exits.\n" |
---|
452 | " -h | --help Prints this message then exits.\n" |
---|
453 | " \n" |
---|
454 | " -a | --add Adds users or groups print quota entries if\n" |
---|
455 | " they don't exist in database.\n" |
---|
456 | " \n" |
---|
457 | " -d | --delete Deletes users or groups print quota entries.\n" |
---|
458 | " Users or groups are never deleted, you have\n" |
---|
459 | " to use the pkusers command to delete them.\n" |
---|
460 | " The history will be purge from all matching\n" |
---|
461 | " jobs, unless -g | --groups is used.\n" |
---|
462 | " \n" |
---|
463 | " -P | --printer p Edit quotas on printer p only. Actually p can\n" |
---|
464 | " use wildcards characters to select only\n" |
---|
465 | " some printers. The default value is *, meaning\n" |
---|
466 | " all printers. \n" |
---|
467 | " You can specify several names or wildcards, \n" |
---|
468 | " by separating them with commas.\n" |
---|
469 | " \n" |
---|
470 | " -g | --groups Edit groups print quota entries instead of \n" |
---|
471 | " users print quota entries.\n" |
---|
472 | " \n" |
---|
473 | " -L | --list Lists users or groups print quota entries.\n" |
---|
474 | " \n" |
---|
475 | " -n | --noquota Sets both soft and hard limits to None for users\n" |
---|
476 | " or groups print quota entries.\n" |
---|
477 | " \n" |
---|
478 | " -r | --reset Resets the actual page counter for the user\n" |
---|
479 | " or group to zero on the specified printers. \n" |
---|
480 | " The life time page counter is kept unchanged.\n" |
---|
481 | " \n" |
---|
482 | " -R | --hardreset Resets the actual and life time page counters\n" |
---|
483 | " for the user or group to zero on the specified \n" |
---|
484 | " printers. This is a shortcut for '--used 0'.\n" |
---|
485 | " \n" |
---|
486 | " -s | --skipexisting In combination with the --add option above, tells\n" |
---|
487 | " edpykota to not modify existing print quota entries.\n" |
---|
488 | " \n" |
---|
489 | " -S | --softlimit sl Sets the quota soft limit to sl pages. \n" |
---|
490 | " \n" |
---|
491 | " -H | --hardlimit hl Sets the quota hard limit to hl pages.\n" |
---|
492 | " \n" |
---|
493 | " -I | --increase v Increase existing Soft and Hard limits by the value\n" |
---|
494 | " of v. You can prefix v with + or -, if no sign is\n" |
---|
495 | " used, + is assumed.\n" |
---|
496 | "\n" |
---|
497 | " -U | --used u Sets the page counters for the user u pages on\n" |
---|
498 | " the selected printers. Doesn't work for groups, since\n" |
---|
499 | " their page counters are the sum of all their members'\n" |
---|
500 | " page counters.\n" |
---|
501 | " Useful for migrating users from a different system\n" |
---|
502 | " where they have already used some pages. Actual\n" |
---|
503 | " and Life Time page counters may be increased or decreased\n" |
---|
504 | " if u is prefixed with + or -.\n" |
---|
505 | " WARNING : BOTH page counters are modified in all cases,\n" |
---|
506 | " so be careful.\n" |
---|
507 | " NB : if u equals '0', then the action taken is\n" |
---|
508 | " the same as if --hardreset was used.\n" |
---|
509 | "\n" |
---|
510 | " user1 through userN and group1 through groupN can use wildcards\n" |
---|
511 | " if the --add option is not set.\n" |
---|
512 | " \n" |
---|
513 | "examples : \n" |
---|
514 | "\n" |
---|
515 | " $ edpykota --add john paul george ringo\n" |
---|
516 | " \n" |
---|
517 | " This will create print quota entries for users john, paul, george\n" |
---|
518 | " and ringo on all printers. These print quota entries will have no\n" |
---|
519 | " limit set.\n" |
---|
520 | " \n" |
---|
521 | " $ edpykota --printer lp -S 50 -H 60 jerome\n" |
---|
522 | " \n" |
---|
523 | " This will set jerome's print quota on the lp printer to a soft limit\n" |
---|
524 | " of 50 pages, and a hard limit of 60 pages. Both user jerome and\n" |
---|
525 | " printer lp have been previously created with the pkusers and pkprinters\n" |
---|
526 | " commands, respectively.\n" |
---|
527 | "\n" |
---|
528 | " $ edpykota -g -S 500 -H 550 financial support \n" |
---|
529 | " \n" |
---|
530 | " This will set print quota soft limit to 500 pages and hard limit\n" |
---|
531 | " to 550 pages for groups financial and support on all printers.\n" |
---|
532 | " \n" |
---|
533 | " $ edpykota --reset jerome \"jo*\"\n" |
---|
534 | " \n" |
---|
535 | " This will reset jerome's page counter to zero on all printers, as\n" |
---|
536 | " well as every user whose name begins with 'jo'.\n" |
---|
537 | " Their life time page counter on each printer will be kept unchanged.\n" |
---|
538 | " You can also reset the life time page counters by using the\n" |
---|
539 | " --hardreset | -R command line option.\n" |
---|
540 | " \n" |
---|
541 | " $ edpykota --printer hpcolor --noquota jerome\n" |
---|
542 | " \n" |
---|
543 | " This will tell PyKota to not limit jerome when printing on the \n" |
---|
544 | " hpcolor printer. All his jobs will be allowed on this printer, but \n" |
---|
545 | " accounting of the pages he prints will still be kept.\n" |
---|
546 | " Print Quotas for jerome on other printers are unchanged.\n" |
---|
547 | " \n" |
---|
548 | " $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n" |
---|
549 | " \n" |
---|
550 | " This will delete users jerome and rachel's print quota\n" |
---|
551 | " entries on all printers which name begin with 'HP' or\n" |
---|
552 | " 'XER'. The jobs printed by these users on these printers\n" |
---|
553 | " will be deleted from the history.\n" |
---|
554 | msgstr "" |
---|
555 | |
---|
556 | #, python-format |
---|
557 | msgid "You can't set negative limits for %s" |
---|
558 | msgstr "" |
---|
559 | |
---|
560 | msgid "Extracting datas" |
---|
561 | msgstr "" |
---|
562 | |
---|
563 | #, python-format |
---|
564 | msgid "Page counter : %s" |
---|
565 | msgstr "" |
---|
566 | |
---|
567 | #, python-format |
---|
568 | msgid "Lifetime page counter : %s" |
---|
569 | msgstr "" |
---|
570 | |
---|
571 | #, python-format |
---|
572 | msgid "Soft limit : %s" |
---|
573 | msgstr "" |
---|
574 | |
---|
575 | #, python-format |
---|
576 | msgid "Hard limit : %s" |
---|
577 | msgstr "" |
---|
578 | |
---|
579 | #, python-format |
---|
580 | msgid "Date limit : %s" |
---|
581 | msgstr "" |
---|
582 | |
---|
583 | #, python-format |
---|
584 | msgid "Maximum job size : %s" |
---|
585 | msgstr "" |
---|
586 | |
---|
587 | #, python-format |
---|
588 | msgid "%s pages" |
---|
589 | msgstr "" |
---|
590 | |
---|
591 | #, python-format |
---|
592 | msgid "Warning banners printed : %s" |
---|
593 | msgstr "" |
---|
594 | |
---|
595 | msgid "Deletion" |
---|
596 | msgstr "" |
---|
597 | |
---|
598 | #, python-format |
---|
599 | msgid "Invalid used value %s." |
---|
600 | msgstr "" |
---|
601 | |
---|
602 | #, python-format |
---|
603 | msgid "Invalid increase value %s." |
---|
604 | msgstr "" |
---|
605 | |
---|
606 | #, python-format |
---|
607 | msgid "Invalid softlimit value %s." |
---|
608 | msgstr "Valor incorrecto para o limite mínimo %s." |
---|
609 | |
---|
610 | #, python-format |
---|
611 | msgid "Invalid hardlimit value %s." |
---|
612 | msgstr "Valor incorrecto para limite máximo %s." |
---|
613 | |
---|
614 | #, python-format |
---|
615 | msgid "Hard limit %i is less than soft limit %i, values will be exchanged." |
---|
616 | msgstr "Limite máximo %i é menor que o limite mínimo %i, os valores serão invertidos." |
---|
617 | |
---|
618 | #, python-format |
---|
619 | msgid "Undefined hard limit set to soft limit (%s)." |
---|
620 | msgstr "" |
---|
621 | |
---|
622 | #, python-format |
---|
623 | msgid "Undefined soft limit set to hard limit (%s)." |
---|
624 | msgstr "" |
---|
625 | |
---|
626 | msgid "Creation" |
---|
627 | msgstr "" |
---|
628 | |
---|
629 | #, python-format |
---|
630 | msgid "No entry matches %s. Please use pkusers to create them first." |
---|
631 | msgstr "" |
---|
632 | |
---|
633 | msgid "Modification" |
---|
634 | msgstr "" |
---|
635 | |
---|
636 | msgid "incompatible options, see help." |
---|
637 | msgstr "Opções incompatíveis, veja a ajuda." |
---|
638 | |
---|
639 | msgid "You have to pass user or group names on the command line" |
---|
640 | msgstr "É Obrigatória a utilização de nomes de utilizador ou grupo na linha de comando" |
---|
641 | |
---|
642 | #, python-format |
---|
643 | msgid "" |
---|
644 | "repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
645 | "\n" |
---|
646 | "Generates print quota reports.\n" |
---|
647 | "\n" |
---|
648 | "command line usage :\n" |
---|
649 | "\n" |
---|
650 | " repykota [options] \n" |
---|
651 | "\n" |
---|
652 | "options :\n" |
---|
653 | "\n" |
---|
654 | " -v | --version Prints repykota's version number then exits.\n" |
---|
655 | " -h | --help Prints this message then exits.\n" |
---|
656 | " \n" |
---|
657 | " -u | --users Generates a report on users quota, this is \n" |
---|
658 | " the default.\n" |
---|
659 | " \n" |
---|
660 | " -g | --groups Generates a report on group quota instead of users.\n" |
---|
661 | " \n" |
---|
662 | " -i | --ingroups g1[,g2...] Only lists users who are members of these\n" |
---|
663 | " groups. Reserved to PyKota Administrators.\n" |
---|
664 | " \n" |
---|
665 | " -P | --printer p Report quotas on this printer only. Actually p can\n" |
---|
666 | " use wildcards characters to select only\n" |
---|
667 | " some printers. The default value is *, meaning\n" |
---|
668 | " all printers.\n" |
---|
669 | " You can specify several names or wildcards, \n" |
---|
670 | " by separating them with commas.\n" |
---|
671 | " \n" |
---|
672 | "examples : \n" |
---|
673 | "\n" |
---|
674 | " $ repykota --printer lp\n" |
---|
675 | " \n" |
---|
676 | " This will print the quota status for all users who use the lp printer.\n" |
---|
677 | "\n" |
---|
678 | " $ repykota \n" |
---|
679 | " \n" |
---|
680 | " This will print the quota status for all users on all printers.\n" |
---|
681 | " \n" |
---|
682 | " $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" |
---|
683 | " \n" |
---|
684 | " This will print the quota status for user jerome and all users\n" |
---|
685 | " whose name begins with \"jo\" on all printers which name begins\n" |
---|
686 | " with \"laser\" or ends with \"pson\".\n" |
---|
687 | " \n" |
---|
688 | " If launched by an user who is not a PyKota administrator, additionnal\n" |
---|
689 | " arguments representing users or groups names are ignored, and only the\n" |
---|
690 | " current user/group is reported.\n" |
---|
691 | msgstr "" |
---|
692 | |
---|
693 | msgid "Option --ingroups is reserved to PyKota Administrators." |
---|
694 | msgstr "" |
---|
695 | |
---|
696 | #, python-format |
---|
697 | msgid "There's no printer matching %s" |
---|
698 | msgstr "A impressora %s não existe" |
---|
699 | |
---|
700 | #, python-format |
---|
701 | msgid "" |
---|
702 | "warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
703 | "\n" |
---|
704 | "Sends mail to users over print quota.\n" |
---|
705 | "\n" |
---|
706 | "command line usage :\n" |
---|
707 | "\n" |
---|
708 | " warnpykota [options] [names]\n" |
---|
709 | "\n" |
---|
710 | "options :\n" |
---|
711 | "\n" |
---|
712 | " -v | --version Prints warnpykota's version number then exits.\n" |
---|
713 | " -h | --help Prints this message then exits.\n" |
---|
714 | " \n" |
---|
715 | " -u | --users Warns users over their print quota, this is the \n" |
---|
716 | " default.\n" |
---|
717 | " \n" |
---|
718 | " -g | --groups Warns users whose groups quota are over limit.\n" |
---|
719 | " \n" |
---|
720 | " -P | --printer p Verify quotas on this printer only. Actually p can\n" |
---|
721 | " use wildcards characters to select only\n" |
---|
722 | " some printers. The default value is *, meaning\n" |
---|
723 | " all printers.\n" |
---|
724 | " You can specify several names or wildcards, \n" |
---|
725 | " by separating them with commas.\n" |
---|
726 | " \n" |
---|
727 | "examples : \n" |
---|
728 | "\n" |
---|
729 | " $ warnpykota --printer lp\n" |
---|
730 | " \n" |
---|
731 | " This will warn all users of the lp printer who have exceeded their\n" |
---|
732 | " print quota.\n" |
---|
733 | "\n" |
---|
734 | " $ warnpykota \n" |
---|
735 | " \n" |
---|
736 | " This will warn all users who have exceeded their print quota on\n" |
---|
737 | " any printer.\n" |
---|
738 | "\n" |
---|
739 | " $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" |
---|
740 | " \n" |
---|
741 | " This will warn all users of groups which names begins with \"dev\" and\n" |
---|
742 | " who have exceeded their print quota on any printer which name begins \n" |
---|
743 | " with \"laserjet\"\n" |
---|
744 | " \n" |
---|
745 | " If launched by an user who is not a PyKota administrator, additionnal\n" |
---|
746 | " arguments representing users or groups names are ignored, and only the\n" |
---|
747 | " current user/group is reported.\n" |
---|
748 | msgstr "" |
---|
749 | |
---|
750 | #, python-format |
---|
751 | msgid "" |
---|
752 | "pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
753 | "\n" |
---|
754 | "Generates banners.\n" |
---|
755 | "\n" |
---|
756 | "command line usage :\n" |
---|
757 | "\n" |
---|
758 | " pkbanner [options] [more info]\n" |
---|
759 | "\n" |
---|
760 | "options :\n" |
---|
761 | "\n" |
---|
762 | " -v | --version Prints pkbanner's version number then exits.\n" |
---|
763 | " -h | --help Prints this message then exits.\n" |
---|
764 | " \n" |
---|
765 | " -l | --logo img Use the image as the banner's logo. The logo will\n" |
---|
766 | " be drawn at the center top of the page. The default\n" |
---|
767 | " logo is /usr/share/pykota/logos/pykota.jpeg\n" |
---|
768 | " \n" |
---|
769 | " -p | --pagesize sz Sets sz as the page size. Most well known\n" |
---|
770 | " page sizes are recognized, like 'A4' or 'Letter'\n" |
---|
771 | " to name a few. The default size is A4.\n" |
---|
772 | " \n" |
---|
773 | " -s | --savetoner s Sets the text luminosity factor to s%%. This can be \n" |
---|
774 | " used to save toner. The default value is 0, which\n" |
---|
775 | " means that no toner saving will be done.\n" |
---|
776 | " \n" |
---|
777 | " -u | --url u Uses u as an url to be written at the bottom of \n" |
---|
778 | " the banner page. The default url is :\n" |
---|
779 | " http://www.pykota.com/\n" |
---|
780 | " \n" |
---|
781 | "examples : \n" |
---|
782 | "\n" |
---|
783 | " Using pkbanner directly from the command line is not recommended,\n" |
---|
784 | " excepted for testing purposes. You should use pkbanner in the\n" |
---|
785 | " 'startingbanner' or 'endingbanner' directives in pykota.conf\n" |
---|
786 | " \n" |
---|
787 | " startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n" |
---|
788 | " \n" |
---|
789 | " With such a setting in pykota.conf, all print jobs will be \n" |
---|
790 | " prefixed with an A4 banner with no logo, and text luminosity will\n" |
---|
791 | " be increased by 75%%. The PostScript output will be directly sent\n" |
---|
792 | " to your printer.\n" |
---|
793 | " \n" |
---|
794 | " You'll find more examples in the sample configuration file included \n" |
---|
795 | " in PyKota.\n" |
---|
796 | msgstr "" |
---|
797 | |
---|
798 | msgid "Unknown" |
---|
799 | msgstr "" |
---|
800 | |
---|
801 | msgid "Username" |
---|
802 | msgstr "" |
---|
803 | |
---|
804 | msgid "More Info" |
---|
805 | msgstr "" |
---|
806 | |
---|
807 | msgid "Job" |
---|
808 | msgstr "" |
---|
809 | |
---|
810 | msgid "Date" |
---|
811 | msgstr "Data" |
---|
812 | |
---|
813 | msgid "Allowed" |
---|
814 | msgstr "" |
---|
815 | |
---|
816 | msgid "Denied" |
---|
817 | msgstr "" |
---|
818 | |
---|
819 | msgid "Allowed with Warning" |
---|
820 | msgstr "" |
---|
821 | |
---|
822 | msgid "Problem" |
---|
823 | msgstr "" |
---|
824 | |
---|
825 | msgid "Cancelled" |
---|
826 | msgstr "" |
---|
827 | |
---|
828 | msgid "Result" |
---|
829 | msgstr "" |
---|
830 | |
---|
831 | msgid "Title" |
---|
832 | msgstr "Título" |
---|
833 | |
---|
834 | msgid "Filename" |
---|
835 | msgstr "Nome do arquivo" |
---|
836 | |
---|
837 | #, python-format |
---|
838 | msgid "Pages printed so far on %s" |
---|
839 | msgstr "" |
---|
840 | |
---|
841 | msgid "Account balance" |
---|
842 | msgstr "" |
---|
843 | |
---|
844 | msgid "Soft Limit" |
---|
845 | msgstr "" |
---|
846 | |
---|
847 | msgid "Hard Limit" |
---|
848 | msgstr "" |
---|
849 | |
---|
850 | msgid "Date Limit" |
---|
851 | msgstr "" |
---|
852 | |
---|
853 | msgid "No Limit" |
---|
854 | msgstr "" |
---|
855 | |
---|
856 | msgid "No Accounting" |
---|
857 | msgstr "" |
---|
858 | |
---|
859 | msgid "Forbidden" |
---|
860 | msgstr "" |
---|
861 | |
---|
862 | msgid "Printing Mode" |
---|
863 | msgstr "" |
---|
864 | |
---|
865 | msgid "Allowed range is (0..99)" |
---|
866 | msgstr "" |
---|
867 | |
---|
868 | #, python-format |
---|
869 | msgid "Invalid 'savetoner' option %s : %s" |
---|
870 | msgstr "" |
---|
871 | |
---|
872 | #, python-format |
---|
873 | msgid "Invalid 'pagesize' option %s, defaulting to A4." |
---|
874 | msgstr "" |
---|
875 | |
---|
876 | #, python-format |
---|
877 | msgid "" |
---|
878 | "pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
879 | "\n" |
---|
880 | "A billing codes Manager for PyKota.\n" |
---|
881 | "\n" |
---|
882 | "command line usage :\n" |
---|
883 | "\n" |
---|
884 | " pkbcodes [options] code1 code2 code3 ... codeN\n" |
---|
885 | "\n" |
---|
886 | "options :\n" |
---|
887 | "\n" |
---|
888 | " -v | --version Prints pkbcodes version number then exits.\n" |
---|
889 | " -h | --help Prints this message then exits.\n" |
---|
890 | " \n" |
---|
891 | " -a | --add Adds billing codes if they don't exist in PyKota's\n" |
---|
892 | " database. If they exist, they are modified\n" |
---|
893 | " unless -s|--skipexisting is also used.\n" |
---|
894 | "\n" |
---|
895 | " -d | --delete Deletes billing codes from PyKota's database.\n" |
---|
896 | " NB : the history entries with this billing code\n" |
---|
897 | " are not deleted, voluntarily.\n" |
---|
898 | "\n" |
---|
899 | " -D | --description d Adds a textual description to billing codes.\n" |
---|
900 | "\n" |
---|
901 | " -l | --list List informations about the billing codes.\n" |
---|
902 | "\n" |
---|
903 | " -r | --reset Resets the billing codes' balance and page counters\n" |
---|
904 | " to 0.\n" |
---|
905 | "\n" |
---|
906 | " -s | --skipexisting In combination with the --add option above, tells\n" |
---|
907 | " pkbcodes to not modify existing billing codes.\n" |
---|
908 | "\n" |
---|
909 | " code1 through codeN can contain wildcards if the --add option\n" |
---|
910 | " is not set.\n" |
---|
911 | "\n" |
---|
912 | "examples : \n" |
---|
913 | "\n" |
---|
914 | " $ pkbcodes --add -D \"My project\" myproj\n" |
---|
915 | "\n" |
---|
916 | " Will create the myproj billing code with \"My project\"\n" |
---|
917 | " as the description.\n" |
---|
918 | "\n" |
---|
919 | " $ pkbcodes --delete \"*\"\n" |
---|
920 | "\n" |
---|
921 | " This will completely delete all the billing codes, but without\n" |
---|
922 | " removing any matching job from the history. USE WITH CARE ANYWAY !\n" |
---|
923 | " \n" |
---|
924 | " $ pkbcodes --list \"my*\"\n" |
---|
925 | " \n" |
---|
926 | " This will list all billing codes which name begins with 'my'.\n" |
---|
927 | msgstr "" |
---|
928 | |
---|
929 | msgid "You're not allowed to use this command." |
---|
930 | msgstr "" |
---|
931 | |
---|
932 | #, python-format |
---|
933 | msgid "There's no billingcode matching %s" |
---|
934 | msgstr "" |
---|
935 | |
---|
936 | msgid "pages" |
---|
937 | msgstr "" |
---|
938 | |
---|
939 | msgid "and" |
---|
940 | msgstr "" |
---|
941 | |
---|
942 | msgid "credits" |
---|
943 | msgstr "" |
---|
944 | |
---|
945 | #, python-format |
---|
946 | msgid "Billing code [%s] already exists, skipping." |
---|
947 | msgstr "" |
---|
948 | |
---|
949 | #, python-format |
---|
950 | msgid "Billing code [%s] already exists, will be modified." |
---|
951 | msgstr "" |
---|
952 | |
---|
953 | msgid "You have to pass billing codes on the command line" |
---|
954 | msgstr "" |
---|
955 | |
---|
956 | #, python-format |
---|
957 | msgid "" |
---|
958 | "pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
959 | "\n" |
---|
960 | "An invoice generator for PyKota.\n" |
---|
961 | "\n" |
---|
962 | "command line usage :\n" |
---|
963 | "\n" |
---|
964 | " pkinvoice [options] [filterexpr]\n" |
---|
965 | "\n" |
---|
966 | "options :\n" |
---|
967 | "\n" |
---|
968 | " -v | --version Prints pkinvoice's version number then exits.\n" |
---|
969 | " -h | --help Prints this message then exits.\n" |
---|
970 | " \n" |
---|
971 | " -l | --logo img Use the image as the invoice's logo. The logo will\n" |
---|
972 | " be drawn at the center top of the page. The default\n" |
---|
973 | " logo is /usr/share/pykota/logos/pykota.jpeg\n" |
---|
974 | " \n" |
---|
975 | " -p | --pagesize sz Sets sz as the page size. Most well known\n" |
---|
976 | " page sizes are recognized, like 'A4' or 'Letter'\n" |
---|
977 | " to name a few. The default size is A4.\n" |
---|
978 | " \n" |
---|
979 | " -n | --number N Sets the number of the first invoice. This number\n" |
---|
980 | " will automatically be incremented for each invoice.\n" |
---|
981 | " \n" |
---|
982 | " -o | --output f.pdf Defines the name of the invoice file which will\n" |
---|
983 | " be generated as a PDF document. If not set or\n" |
---|
984 | " set to '-', the PDF document is sent to standard\n" |
---|
985 | " output. \n" |
---|
986 | " \n" |
---|
987 | " -u | --unit u Defines the name of the unit to use on the invoice. \n" |
---|
988 | " The default unit is 'Credits', optionally translated\n" |
---|
989 | " to your native language if it is supported by PyKota.\n" |
---|
990 | " \n" |
---|
991 | " -V | --vat p Sets the percent value of the applicable VAT to be\n" |
---|
992 | " exposed. The default is 0.0, meaning no VAT\n" |
---|
993 | " information will be included.\n" |
---|
994 | " \n" |
---|
995 | "\n" |
---|
996 | " Use the filter expressions to extract only parts of the \n" |
---|
997 | " datas. Allowed filters are of the form :\n" |
---|
998 | " \n" |
---|
999 | " key=value\n" |
---|
1000 | " \n" |
---|
1001 | " Allowed keys for now are : \n" |
---|
1002 | " \n" |
---|
1003 | " username User's name\n" |
---|
1004 | " printername Printer's name\n" |
---|
1005 | " hostname Client's hostname\n" |
---|
1006 | " jobid Job's Id\n" |
---|
1007 | " billingcode Job's billing code\n" |
---|
1008 | " start Job's date of printing\n" |
---|
1009 | " end Job's date of printing\n" |
---|
1010 | " \n" |
---|
1011 | " Dates formatting with 'start' and 'end' filter keys :\n" |
---|
1012 | " \n" |
---|
1013 | " YYYY : year boundaries\n" |
---|
1014 | " YYYYMM : month boundaries\n" |
---|
1015 | " YYYYMMDD : day boundaries\n" |
---|
1016 | " YYYYMMDDhh : hour boundaries\n" |
---|
1017 | " YYYYMMDDhhmm : minute boundaries\n" |
---|
1018 | " YYYYMMDDhhmmss : second boundaries\n" |
---|
1019 | " yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n" |
---|
1020 | " today[+-NbDays] : today more or less N days (e.g. : today-15)\n" |
---|
1021 | " tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n" |
---|
1022 | " now[+-NbDays] : now more or less N days (e.g. now-15)\n" |
---|
1023 | "\n" |
---|
1024 | " 'now' and 'today' are not exactly the same since today represents the first\n" |
---|
1025 | " or last second of the day depending on if it's used in a start= or end=\n" |
---|
1026 | " date expression. The utility to be able to specify dates in the future is\n" |
---|
1027 | " a question which remains to be answered :-)\n" |
---|
1028 | " \n" |
---|
1029 | " Contrary to other PyKota management tools, wildcard characters are not \n" |
---|
1030 | " expanded, so you can't use them.\n" |
---|
1031 | " \n" |
---|
1032 | "examples :\n" |
---|
1033 | "\n" |
---|
1034 | " $ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\n" |
---|
1035 | " \n" |
---|
1036 | " Will generate a PDF document containing invoices for all users\n" |
---|
1037 | " who have spent some credits last month. Invoices will be done in\n" |
---|
1038 | " EURO. No VAT information will be included.\n" |
---|
1039 | msgstr "" |
---|
1040 | |
---|
1041 | msgid "Invoice" |
---|
1042 | msgstr "" |
---|
1043 | |
---|
1044 | msgid "Edited on" |
---|
1045 | msgstr "" |
---|
1046 | |
---|
1047 | msgid "Number of jobs printed" |
---|
1048 | msgstr "" |
---|
1049 | |
---|
1050 | msgid "Number of pages printed" |
---|
1051 | msgstr "" |
---|
1052 | |
---|
1053 | msgid "Amount due" |
---|
1054 | msgstr "" |
---|
1055 | |
---|
1056 | msgid "Included VAT" |
---|
1057 | msgstr "" |
---|
1058 | |
---|
1059 | msgid "Here's the invoice for your printouts" |
---|
1060 | msgstr "" |
---|
1061 | |
---|
1062 | msgid "Generating invoices" |
---|
1063 | msgstr "" |
---|
1064 | |
---|
1065 | #, python-format |
---|
1066 | msgid "Incorrect value '%s' for the --vat command line option" |
---|
1067 | msgstr "" |
---|
1068 | |
---|
1069 | #, python-format |
---|
1070 | msgid "Incorrect value '%s' for the --number command line option" |
---|
1071 | msgstr "" |
---|
1072 | |
---|
1073 | #, python-format |
---|
1074 | msgid "Invalid filter value [%s], see help." |
---|
1075 | msgstr "" |
---|
1076 | |
---|
1077 | #, python-format |
---|
1078 | msgid "Invoiced %i users for %i jobs, %i pages and %.3f credits" |
---|
1079 | msgstr "" |
---|
1080 | |
---|
1081 | msgid "Credits" |
---|
1082 | msgstr "" |
---|
1083 | |
---|
1084 | #, python-format |
---|
1085 | msgid "" |
---|
1086 | "pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1087 | "\n" |
---|
1088 | "Email gateway for PyKota.\n" |
---|
1089 | "\n" |
---|
1090 | "command line usage :\n" |
---|
1091 | "\n" |
---|
1092 | " pkmail [options]\n" |
---|
1093 | "\n" |
---|
1094 | "options :\n" |
---|
1095 | "\n" |
---|
1096 | " -v | --version Prints pkmail's version number then exits.\n" |
---|
1097 | " -h | --help Prints this message then exits.\n" |
---|
1098 | " \n" |
---|
1099 | " \n" |
---|
1100 | " This command is meant to be used from your mail server's aliases file,\n" |
---|
1101 | " as a pipe. It will then accept commands send to it in email messages,\n" |
---|
1102 | " and will send the answer to the command's originator.\n" |
---|
1103 | " \n" |
---|
1104 | " To use this command, create an email alias in /etc/aliases with\n" |
---|
1105 | " the following format :\n" |
---|
1106 | " \n" |
---|
1107 | " pykotacmd: \"|/usr/bin/pkmail\"\n" |
---|
1108 | " \n" |
---|
1109 | " Then run the 'newaliases' command to regenerate the aliases database.\n" |
---|
1110 | " \n" |
---|
1111 | " You can now send commands by email to 'pykotacmd@yourdomain.com', with\n" |
---|
1112 | " the command in the subject.\n" |
---|
1113 | " \n" |
---|
1114 | " List of supported commands :\n" |
---|
1115 | " \n" |
---|
1116 | " report [username]\n" |
---|
1117 | " \n" |
---|
1118 | " NB : For pkmail to work correctly, you may have to put the 'mail'\n" |
---|
1119 | " system user in the 'pykota' system group to ensure this user can\n" |
---|
1120 | " read the /etc/pykota/pykotadmin.conf file, and restart your\n" |
---|
1121 | " mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n" |
---|
1122 | " that you think at least twice before doing this though.\n" |
---|
1123 | " \n" |
---|
1124 | " Use at your own risk !\n" |
---|
1125 | msgstr "" |
---|
1126 | |
---|
1127 | msgid "Result of your commands" |
---|
1128 | msgstr "" |
---|
1129 | |
---|
1130 | #, python-format |
---|
1131 | msgid "" |
---|
1132 | "pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1133 | "\n" |
---|
1134 | "Notifies or ask questions to end users who launched the PyKotIcon application.\n" |
---|
1135 | "\n" |
---|
1136 | "command line usage :\n" |
---|
1137 | "\n" |
---|
1138 | " pknotify [options] [arguments]\n" |
---|
1139 | "\n" |
---|
1140 | "options :\n" |
---|
1141 | "\n" |
---|
1142 | " -v | --version Prints pknotify's version number then exits.\n" |
---|
1143 | " -h | --help Prints this message then exits.\n" |
---|
1144 | " \n" |
---|
1145 | " -d | --destination h[:p] Sets the destination hostname and optional\n" |
---|
1146 | " port onto which contact the remote PyKotIcon\n" |
---|
1147 | " application. This option is mandatory.\n" |
---|
1148 | " When not specified, the port defaults to 7654.\n" |
---|
1149 | " \n" |
---|
1150 | " -a | --ask Tells pknotify to ask something to the end\n" |
---|
1151 | " user. Then pknotify will output the result.\n" |
---|
1152 | " \n" |
---|
1153 | " -C | --checkauth When --ask is used and both an 'username' and a\n" |
---|
1154 | " 'password' are asked to the end user, then\n" |
---|
1155 | " pknotify will try to authenticate the user\n" |
---|
1156 | " through PAM. If authentified, this program\n" |
---|
1157 | " will print \"AUTH=YES\", else \"AUTH=NO\".\n" |
---|
1158 | " If a field is missing, \"AUTH=IMPOSSIBLE\" will\n" |
---|
1159 | " be printed. If the user is authenticated, then\n" |
---|
1160 | " \"USERNAME=xxxx\" will be printed as well.\n" |
---|
1161 | " \n" |
---|
1162 | " -c | --confirm Tells pknotify to ask for either a confirmation \n" |
---|
1163 | " or abortion.\n" |
---|
1164 | " \n" |
---|
1165 | " -D | --denyafter N With --checkauth above, makes pknotify loop \n" |
---|
1166 | " up to N times if the password is incorrect.\n" |
---|
1167 | " After having reached the limit, \"DENY\" will\n" |
---|
1168 | " be printed, which effectively rejects the job.\n" |
---|
1169 | " The default value of N is 1, meaning the job\n" |
---|
1170 | " is denied after the first unsuccessful try.\n" |
---|
1171 | " \n" |
---|
1172 | " -N | --noremote action If it's impossible to connect to the remote\n" |
---|
1173 | " PyKotIcon machine, do this action instead.\n" |
---|
1174 | " Allowed actions are 'CONTINUE' and 'CANCEL', \n" |
---|
1175 | " which will respectively allow the processing\n" |
---|
1176 | " of the print job to continue, or the job to\n" |
---|
1177 | " be cancelled. The default value is CANCEL.\n" |
---|
1178 | " \n" |
---|
1179 | " -n | --notify Tells pknotify to send an informational message\n" |
---|
1180 | " to the end user.\n" |
---|
1181 | " \n" |
---|
1182 | " -q | --quit Tells pknotify to send a message asking the\n" |
---|
1183 | " PyKotIcon application to exit. This option can\n" |
---|
1184 | " be combined with the other ones to make PyKotIcon\n" |
---|
1185 | " exit after having sent the answer from the dialog.\n" |
---|
1186 | " \n" |
---|
1187 | " -t | --timeout T Tells pknotify to ignore the end user's answer if\n" |
---|
1188 | " it comes past T seconds after the dialog box being\n" |
---|
1189 | " opened. The default value is 0 seconds, which \n" |
---|
1190 | " tells pknotify to wait indefinitely.\n" |
---|
1191 | " Use this option to avoid having an user who\n" |
---|
1192 | " leaved his computer stall a whole print queue.\n" |
---|
1193 | " \n" |
---|
1194 | " You MUST specify either --ask, --confirm, --notify or --quit.\n" |
---|
1195 | "\n" |
---|
1196 | " arguments : \n" |
---|
1197 | " \n" |
---|
1198 | " -a | --ask : Several arguments are accepted, of the form\n" |
---|
1199 | " \"label:varname:defaultvalue\". The result will\n" |
---|
1200 | " be printed to stdout in the following format :\n" |
---|
1201 | " VAR1NAME=VAR1VALUE\n" |
---|
1202 | " VAR2NAME=VAR2VALUE\n" |
---|
1203 | " ...\n" |
---|
1204 | " If the dialog was cancelled, nothing will be\n" |
---|
1205 | " printed. If one of the varname is 'password'\n" |
---|
1206 | " then this field is asked as a password (you won't\n" |
---|
1207 | " see what you type in), and is NOT printed. Although\n" |
---|
1208 | " it is not printed, it will be used to check if\n" |
---|
1209 | " authentication is valid if you specify --checkauth.\n" |
---|
1210 | " \n" |
---|
1211 | " -c | --confirm : A single argument is expected, representing the\n" |
---|
1212 | " message to display. If the dialog is confirmed\n" |
---|
1213 | " then pknotify will print OK, else CANCEL.\n" |
---|
1214 | " \n" |
---|
1215 | " -n | --notify : A single argument is expected, representing the \n" |
---|
1216 | " message to display. In this case pknotify will\n" |
---|
1217 | " always print OK.\n" |
---|
1218 | " \n" |
---|
1219 | "examples : \n" |
---|
1220 | "\n" |
---|
1221 | " pknotify -d client:7654 --noremote CONTINUE --confirm \"This job costs 10 credits\"\n" |
---|
1222 | " \n" |
---|
1223 | " Would display the cost of the print job and asks for confirmation.\n" |
---|
1224 | " If the end user doesn't have PyKotIcon running and accepting connections\n" |
---|
1225 | " from the print server, PyKota will consider that the end user accepted\n" |
---|
1226 | " to print this job.\n" |
---|
1227 | " \n" |
---|
1228 | " pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n" |
---|
1229 | " --checkauth --ask \"Your name:username:\" \"Your password:password:\"\n" |
---|
1230 | " \n" |
---|
1231 | " Asks an username and password, and checks if they are valid. \n" |
---|
1232 | " NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n" |
---|
1233 | " only set if you launch pknotify from cupspykota through a directive\n" |
---|
1234 | " in ~pykota/pykota.conf\n" |
---|
1235 | " \n" |
---|
1236 | " The TCP port you'll use must be reachable on the client from the\n" |
---|
1237 | " print server.\n" |
---|
1238 | msgstr "" |
---|
1239 | |
---|
1240 | msgid "You MUST install PyPAM for this functionnality to work !" |
---|
1241 | msgstr "" |
---|
1242 | |
---|
1243 | #, python-format |
---|
1244 | msgid "Authentication error for user %s : %s" |
---|
1245 | msgstr "" |
---|
1246 | |
---|
1247 | #, python-format |
---|
1248 | msgid "Internal error : can't authenticate user %s" |
---|
1249 | msgstr "" |
---|
1250 | |
---|
1251 | #, python-format |
---|
1252 | msgid "Password correct for user %s" |
---|
1253 | msgstr "" |
---|
1254 | |
---|
1255 | #, python-format |
---|
1256 | msgid "The end user at %s:%i didn't answer within %i seconds. The print job will be cancelled." |
---|
1257 | msgstr "" |
---|
1258 | |
---|
1259 | #, python-format |
---|
1260 | msgid "Are you sure that PyKotIcon is running and accepting incoming connections on %s:%s ?" |
---|
1261 | msgstr "" |
---|
1262 | |
---|
1263 | msgid "Connection error" |
---|
1264 | msgstr "" |
---|
1265 | |
---|
1266 | msgid "some options are mandatory, see help." |
---|
1267 | msgstr "" |
---|
1268 | |
---|
1269 | msgid "incorrect value for the --noremote command line switch, see help." |
---|
1270 | msgstr "" |
---|
1271 | |
---|
1272 | msgid "some options require arguments, see help." |
---|
1273 | msgstr "" |
---|
1274 | |
---|
1275 | #, python-format |
---|
1276 | msgid "" |
---|
1277 | "pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1278 | "\n" |
---|
1279 | "A Printers Manager for PyKota.\n" |
---|
1280 | "\n" |
---|
1281 | "command line usage :\n" |
---|
1282 | "\n" |
---|
1283 | " pkprinters [options] printer1 printer2 printer3 ... printerN\n" |
---|
1284 | "\n" |
---|
1285 | "options :\n" |
---|
1286 | "\n" |
---|
1287 | " -v | --version Prints pkprinters's version number then exits.\n" |
---|
1288 | " -h | --help Prints this message then exits.\n" |
---|
1289 | " \n" |
---|
1290 | " -a | --add Adds printers if they don't exist on the Quota \n" |
---|
1291 | " Storage Server. If they exist, they are modified\n" |
---|
1292 | " unless -s|--skipexisting is also used.\n" |
---|
1293 | " \n" |
---|
1294 | " -d | --delete Deletes printers from the quota storage.\n" |
---|
1295 | " \n" |
---|
1296 | " -D | --description d Adds a textual description to printers.\n" |
---|
1297 | "\n" |
---|
1298 | " -C | --cups Also modifies the DeviceURI in CUPS' printers.conf\n" |
---|
1299 | "\n" |
---|
1300 | " -c | --charge p[,j] Sets the price per page and per job to charge.\n" |
---|
1301 | " Job price is optional.\n" |
---|
1302 | " If both are to be set, separate them with a comma.\n" |
---|
1303 | " Floating point and negative values are allowed.\n" |
---|
1304 | " \n" |
---|
1305 | " -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n" |
---|
1306 | " groups pg1, pg2, etc... which must already exist.\n" |
---|
1307 | " A printer group is just like a normal printer,\n" |
---|
1308 | " only that it is usually unknown from the printing\n" |
---|
1309 | " system. Create printer groups exactly the same\n" |
---|
1310 | " way that you create printers, then add other \n" |
---|
1311 | " printers to them with this option.\n" |
---|
1312 | " Accounting is done on a printer and on all\n" |
---|
1313 | " the printer groups it belongs to, quota checking\n" |
---|
1314 | " is done on a printer and on all the printer groups\n" |
---|
1315 | " it belongs to.\n" |
---|
1316 | " If the --remove option below is not used, the \n" |
---|
1317 | " default action is to add printers to the specified\n" |
---|
1318 | " printer groups.\n" |
---|
1319 | " \n" |
---|
1320 | " -l | --list List informations about the printer(s) and the\n" |
---|
1321 | " printers groups it is a member of.\n" |
---|
1322 | " \n" |
---|
1323 | " -r | --remove In combination with the --groups option above, \n" |
---|
1324 | " remove printers from the specified printers groups.\n" |
---|
1325 | " \n" |
---|
1326 | " -s | --skipexisting In combination with the --add option above, tells\n" |
---|
1327 | " pkprinters to not modify existing printers.\n" |
---|
1328 | " \n" |
---|
1329 | " -m | --maxjobsize s Sets the maximum job size allowed on the printer\n" |
---|
1330 | " to s pages.\n" |
---|
1331 | " \n" |
---|
1332 | " -p | --passthrough Activate passthrough mode for the printer. In this\n" |
---|
1333 | " mode, users are allowed to print without any impact\n" |
---|
1334 | " on their quota or account balance.\n" |
---|
1335 | " \n" |
---|
1336 | " -n | --nopassthrough Deactivate passthrough mode for the printer.\n" |
---|
1337 | " Without -p or -n, printers are created in \n" |
---|
1338 | " normal mode, i.e. no passthrough.\n" |
---|
1339 | " \n" |
---|
1340 | " printer1 through printerN can contain wildcards if the --add option \n" |
---|
1341 | " is not set.\n" |
---|
1342 | " \n" |
---|
1343 | "examples : \n" |
---|
1344 | "\n" |
---|
1345 | " $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 hp8000\n" |
---|
1346 | " \n" |
---|
1347 | " Will create three printers named hp2100, hp2200 and hp8000.\n" |
---|
1348 | " Their price per page will be set at 0.05 unit, and their price\n" |
---|
1349 | " per job will be set at 0.1 unit. Units are in your own currency,\n" |
---|
1350 | " or whatever you want them to mean.\n" |
---|
1351 | " All of their descriptions will be set to the string \"HP Printer\".\n" |
---|
1352 | " If any of these printers already exists, it will also be modified \n" |
---|
1353 | " unless the -s|--skipexisting command line option is also used.\n" |
---|
1354 | " \n" |
---|
1355 | " $ pkprinters --delete \"*\"\n" |
---|
1356 | " \n" |
---|
1357 | " This will completely delete all printers and associated quota information,\n" |
---|
1358 | " as well as their job history. USE WITH CARE !\n" |
---|
1359 | " \n" |
---|
1360 | " $ pkprinters --groups Laser,HP \"hp*\"\n" |
---|
1361 | " \n" |
---|
1362 | " This will put all printers which name matches \"hp*\" into printers groups \n" |
---|
1363 | " Laser and HP, which MUST already exist.\n" |
---|
1364 | " \n" |
---|
1365 | " $ pkprinters --groups LexMark --remove hp2200\n" |
---|
1366 | " \n" |
---|
1367 | " This will remove the hp2200 printer from the LexMark printer group.\n" |
---|
1368 | msgstr "" |
---|
1369 | |
---|
1370 | #, python-format |
---|
1371 | msgid "Passthrough mode : %s" |
---|
1372 | msgstr "" |
---|
1373 | |
---|
1374 | #, python-format |
---|
1375 | msgid "Routed through PyKota : %s" |
---|
1376 | msgstr "" |
---|
1377 | |
---|
1378 | msgid "YES" |
---|
1379 | msgstr "" |
---|
1380 | |
---|
1381 | msgid "NO" |
---|
1382 | msgstr "" |
---|
1383 | |
---|
1384 | msgid "in" |
---|
1385 | msgstr "em" |
---|
1386 | |
---|
1387 | msgid "Rerouting printers to CUPS" |
---|
1388 | msgstr "" |
---|
1389 | |
---|
1390 | #, python-format |
---|
1391 | msgid "Invalid charge amount value %s" |
---|
1392 | msgstr "Valor de custo inválido %s" |
---|
1393 | |
---|
1394 | #, python-format |
---|
1395 | msgid "Invalid maximum job size value %s" |
---|
1396 | msgstr "" |
---|
1397 | |
---|
1398 | #, python-format |
---|
1399 | msgid "Printer %s already exists, skipping." |
---|
1400 | msgstr "Impressora %s já existe. Ignorando." |
---|
1401 | |
---|
1402 | #, python-format |
---|
1403 | msgid "Printer %s already exists, will be modified." |
---|
1404 | msgstr "Impressora %s já existe. Será feita uma modificação." |
---|
1405 | |
---|
1406 | #, python-format |
---|
1407 | msgid "Invalid printer name %s" |
---|
1408 | msgstr "Nome de impressora %s inválido" |
---|
1409 | |
---|
1410 | msgid "You have to pass printer groups names on the command line" |
---|
1411 | msgstr "você deve passar os nomes dos grupos de impressoras na linha de comando" |
---|
1412 | |
---|
1413 | msgid "You have to pass printer names on the command line" |
---|
1414 | msgstr "É Obrigatória a utilização de nomes de impressora na linha de comando" |
---|
1415 | |
---|
1416 | #, python-format |
---|
1417 | msgid "" |
---|
1418 | "pkrefund v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1419 | "\n" |
---|
1420 | "Refunds jobs.\n" |
---|
1421 | "\n" |
---|
1422 | "command line usage :\n" |
---|
1423 | "\n" |
---|
1424 | " pkrefund [options] [filterexpr]\n" |
---|
1425 | "\n" |
---|
1426 | "options :\n" |
---|
1427 | "\n" |
---|
1428 | " -v | --version Prints pkrefund's version number then exits.\n" |
---|
1429 | " -h | --help Prints this message then exits.\n" |
---|
1430 | " \n" |
---|
1431 | " -f | --force Doesn't ask for confirmation before refunding jobs.\n" |
---|
1432 | " -r | --reason txt Sets textual information to explain the refunding.\n" |
---|
1433 | "\n" |
---|
1434 | " -l | --logo img Use the image as the receipt's logo. The logo will\n" |
---|
1435 | " be drawn at the center top of the page. The default\n" |
---|
1436 | " logo is /usr/share/pykota/logos/pykota.jpeg\n" |
---|
1437 | "\n" |
---|
1438 | " -p | --pagesize sz Sets sz as the page size. Most well known\n" |
---|
1439 | " page sizes are recognized, like 'A4' or 'Letter'\n" |
---|
1440 | " to name a few. The default size is A4.\n" |
---|
1441 | "\n" |
---|
1442 | " -n | --number N Sets the number of the first receipt. This number\n" |
---|
1443 | " will automatically be incremented for each receipt.\n" |
---|
1444 | "\n" |
---|
1445 | " -o | --output f.pdf Defines the name of the PDF file which will contain\n" |
---|
1446 | " the receipts. If not set, then no PDF file will\n" |
---|
1447 | " be created. If set to '-', then --force is assumed,\n" |
---|
1448 | " and the PDF document is sent to standard output.\n" |
---|
1449 | "\n" |
---|
1450 | " -u | --unit u Defines the name of the unit to use on the receipts.\n" |
---|
1451 | " The default unit is 'Credits', optionally translated\n" |
---|
1452 | " to your native language if it is supported by PyKota.\n" |
---|
1453 | " \n" |
---|
1454 | "\n" |
---|
1455 | " Use the filter expressions to extract only parts of the \n" |
---|
1456 | " datas. Allowed filters are of the form :\n" |
---|
1457 | " \n" |
---|
1458 | " key=value\n" |
---|
1459 | " \n" |
---|
1460 | " Allowed keys for now are : \n" |
---|
1461 | " \n" |
---|
1462 | " username User's name\n" |
---|
1463 | " printername Printer's name\n" |
---|
1464 | " hostname Client's hostname\n" |
---|
1465 | " jobid Job's Id\n" |
---|
1466 | " billingcode Job's billing code\n" |
---|
1467 | " start Job's date of printing\n" |
---|
1468 | " end Job's date of printing\n" |
---|
1469 | " \n" |
---|
1470 | " Dates formatting with 'start' and 'end' filter keys :\n" |
---|
1471 | " \n" |
---|
1472 | " YYYY : year boundaries\n" |
---|
1473 | " YYYYMM : month boundaries\n" |
---|
1474 | " YYYYMMDD : day boundaries\n" |
---|
1475 | " YYYYMMDDhh : hour boundaries\n" |
---|
1476 | " YYYYMMDDhhmm : minute boundaries\n" |
---|
1477 | " YYYYMMDDhhmmss : second boundaries\n" |
---|
1478 | " yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n" |
---|
1479 | " today[+-NbDays] : today more or less N days (e.g. : today-15)\n" |
---|
1480 | " tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n" |
---|
1481 | " now[+-NbDays] : now more or less N days (e.g. now-15)\n" |
---|
1482 | "\n" |
---|
1483 | " 'now' and 'today' are not exactly the same since today represents the first\n" |
---|
1484 | " or last second of the day depending on if it's used in a start= or end=\n" |
---|
1485 | " date expression. The utility to be able to specify dates in the future is\n" |
---|
1486 | " a question which remains to be answered :-)\n" |
---|
1487 | " \n" |
---|
1488 | " Contrary to other PyKota management tools, wildcard characters are not \n" |
---|
1489 | " expanded, so you can't use them.\n" |
---|
1490 | " \n" |
---|
1491 | "Examples :\n" |
---|
1492 | "\n" |
---|
1493 | " $ pkrefund --output /tmp/receipts.pdf jobid=503\n" |
---|
1494 | " \n" |
---|
1495 | " This will refund all jobs which Id is 503. BEWARE : installing CUPS\n" |
---|
1496 | " afresh will reset the first job id at 1, so you probably want to use\n" |
---|
1497 | " a more precise filter as explained below. A confirmation will\n" |
---|
1498 | " be asked for each job to refund, and a PDF file named /tmp/receipts.pdf\n" |
---|
1499 | " will be created which will contain printable receipts.\n" |
---|
1500 | " \n" |
---|
1501 | " $ pkrefund --reason \"Hardware problem\" jobid=503 start=today-7\n" |
---|
1502 | " \n" |
---|
1503 | " Refunds all jobs which id is 503 but which were printed during the\n" |
---|
1504 | " past week. The reason will be marked as being an hardware problem.\n" |
---|
1505 | " \n" |
---|
1506 | " $ pkrefund --force username=jerome printername=HP2100\n" |
---|
1507 | " \n" |
---|
1508 | " Refunds all jobs printed by user jerome on printer HP2100. No\n" |
---|
1509 | " confirmation will be asked.\n" |
---|
1510 | " \n" |
---|
1511 | " $ pkrefund --force printername=HP2100 start=200602 end=yesterday\n" |
---|
1512 | " \n" |
---|
1513 | " Refunds all jobs printed on printer HP2100 between February 1st 2006\n" |
---|
1514 | " and yesterday. No confirmation will be asked.\n" |
---|
1515 | msgstr "" |
---|
1516 | |
---|
1517 | msgid "Refunding receipt" |
---|
1518 | msgstr "" |
---|
1519 | |
---|
1520 | msgid "Jobs refunded" |
---|
1521 | msgstr "" |
---|
1522 | |
---|
1523 | msgid "Pages refunded" |
---|
1524 | msgstr "" |
---|
1525 | |
---|
1526 | msgid "Amount refunded" |
---|
1527 | msgstr "" |
---|
1528 | |
---|
1529 | msgid "Reason" |
---|
1530 | msgstr "" |
---|
1531 | |
---|
1532 | msgid "Here's the receipt for the refunding of your print jobs" |
---|
1533 | msgstr "" |
---|
1534 | |
---|
1535 | msgid "Generating receipts" |
---|
1536 | msgstr "" |
---|
1537 | |
---|
1538 | msgid "Refunding for no reason is forbidden. Please use the --reason command line option." |
---|
1539 | msgstr "" |
---|
1540 | |
---|
1541 | msgid "The PDF file containing the receipts will be sent to stdout. --force is assumed." |
---|
1542 | msgstr "" |
---|
1543 | |
---|
1544 | #, python-format |
---|
1545 | msgid "Date : %s" |
---|
1546 | msgstr "" |
---|
1547 | |
---|
1548 | #, python-format |
---|
1549 | msgid "JobId : %s" |
---|
1550 | msgstr "" |
---|
1551 | |
---|
1552 | #, python-format |
---|
1553 | msgid "User : %s" |
---|
1554 | msgstr "" |
---|
1555 | |
---|
1556 | #, python-format |
---|
1557 | msgid "Printer : %s" |
---|
1558 | msgstr "" |
---|
1559 | |
---|
1560 | #, python-format |
---|
1561 | msgid "Billing code : %s" |
---|
1562 | msgstr "" |
---|
1563 | |
---|
1564 | #, python-format |
---|
1565 | msgid "Pages : %i" |
---|
1566 | msgstr "" |
---|
1567 | |
---|
1568 | #, python-format |
---|
1569 | msgid "Credits : %.3f" |
---|
1570 | msgstr "" |
---|
1571 | |
---|
1572 | #, python-format |
---|
1573 | msgid "Title : %s" |
---|
1574 | msgstr "" |
---|
1575 | |
---|
1576 | msgid "Refund (Y/N)" |
---|
1577 | msgstr "" |
---|
1578 | |
---|
1579 | msgid "Y" |
---|
1580 | msgstr "" |
---|
1581 | |
---|
1582 | msgid "N" |
---|
1583 | msgstr "" |
---|
1584 | |
---|
1585 | #, python-format |
---|
1586 | msgid "Refunded %i users for %i jobs, %i pages and %.3f credits" |
---|
1587 | msgstr "" |
---|
1588 | |
---|
1589 | #, python-format |
---|
1590 | msgid "" |
---|
1591 | "pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1592 | "\n" |
---|
1593 | "A turn key tool for PyKota. When launched, this command will initialize\n" |
---|
1594 | "PyKota's database with all existing print queues and some or all users.\n" |
---|
1595 | "For now, no prices or limits are set, so printing is fully accounted\n" |
---|
1596 | "for, but not limited. That's why you'll probably want to also use\n" |
---|
1597 | "edpykota once the database has been initialized.\n" |
---|
1598 | "\n" |
---|
1599 | "command line usage :\n" |
---|
1600 | "\n" |
---|
1601 | " pkturnkey [options] [printqueues names]\n" |
---|
1602 | "\n" |
---|
1603 | "options :\n" |
---|
1604 | "\n" |
---|
1605 | " -v | --version Prints pkturnkey version number then exits.\n" |
---|
1606 | " -h | --help Prints this message then exits.\n" |
---|
1607 | " \n" |
---|
1608 | " -c | --doconf Give hints about what to put into pykota.conf\n" |
---|
1609 | " \n" |
---|
1610 | " -d | --dousers Manages users accounts as well.\n" |
---|
1611 | " \n" |
---|
1612 | " -D | --dogroups Manages users groups as well.\n" |
---|
1613 | " Implies -d | --dousers.\n" |
---|
1614 | " \n" |
---|
1615 | " -e | --emptygroups Includes empty groups.\n" |
---|
1616 | " \n" |
---|
1617 | " -f | --force Modifies the database instead of printing what\n" |
---|
1618 | " it would do.\n" |
---|
1619 | " \n" |
---|
1620 | " -u | --uidmin uid Only adds users whose uid is greater than or equal to\n" |
---|
1621 | " uid. You can pass an username there as well, and its\n" |
---|
1622 | " uid will be used automatically.\n" |
---|
1623 | " If not set, 0 will be used automatically.\n" |
---|
1624 | " Implies -d | --dousers.\n" |
---|
1625 | " \n" |
---|
1626 | " -U | --uidmax uid Only adds users whose uid is lesser than or equal to\n" |
---|
1627 | " uid. You can pass an username there as well, and its\n" |
---|
1628 | " uid will be used automatically.\n" |
---|
1629 | " If not set, a large value will be used automatically.\n" |
---|
1630 | " Implies -d | --dousers.\n" |
---|
1631 | "\n" |
---|
1632 | " -g | --gidmin gid Only adds groups whose gid is greater than or equal to\n" |
---|
1633 | " gid. You can pass a groupname there as well, and its\n" |
---|
1634 | " gid will be used automatically.\n" |
---|
1635 | " If not set, 0 will be used automatically.\n" |
---|
1636 | " Implies -D | --dogroups.\n" |
---|
1637 | " \n" |
---|
1638 | " -G | --gidmax gid Only adds groups whose gid is lesser than or equal to\n" |
---|
1639 | " gid. You can pass a groupname there as well, and its\n" |
---|
1640 | " gid will be used automatically.\n" |
---|
1641 | " If not set, a large value will be used automatically.\n" |
---|
1642 | " Implies -D | --dogroups.\n" |
---|
1643 | "\n" |
---|
1644 | "examples : \n" |
---|
1645 | "\n" |
---|
1646 | " $ pkturnkey --dousers --uidmin jerome\n" |
---|
1647 | "\n" |
---|
1648 | " Will simulate the initialization of PyKota's database will all existing\n" |
---|
1649 | " printers and print accounts for all users whose uid is greater than\n" |
---|
1650 | " or equal to jerome's one. Won't manage any users group.\n" |
---|
1651 | " \n" |
---|
1652 | " To REALLY initialize the database instead of simulating it, please\n" |
---|
1653 | " use the -f | --force command line switch.\n" |
---|
1654 | " \n" |
---|
1655 | " You can limit the initialization to only a subset of the existing\n" |
---|
1656 | " printers, by passing their names at the end of the command line.\n" |
---|
1657 | msgstr "" |
---|
1658 | |
---|
1659 | #, python-format |
---|
1660 | msgid "Printer %s is not managed by PyKota yet. Please modify printers.conf and restart CUPS." |
---|
1661 | msgstr "" |
---|
1662 | |
---|
1663 | msgid "Please be patient..." |
---|
1664 | msgstr "" |
---|
1665 | |
---|
1666 | msgid "Don't worry, the database WILL NOT BE MODIFIED." |
---|
1667 | msgstr "" |
---|
1668 | |
---|
1669 | msgid "Please WORRY NOW, the database WILL BE MODIFIED." |
---|
1670 | msgstr "" |
---|
1671 | |
---|
1672 | msgid "System users will have a print account as well !" |
---|
1673 | msgstr "" |
---|
1674 | |
---|
1675 | #, python-format |
---|
1676 | msgid "Unknown username %s : %s" |
---|
1677 | msgstr "" |
---|
1678 | |
---|
1679 | msgid "System groups will have a print account as well !" |
---|
1680 | msgstr "" |
---|
1681 | |
---|
1682 | #, python-format |
---|
1683 | msgid "Unknown groupname %s : %s" |
---|
1684 | msgstr "" |
---|
1685 | |
---|
1686 | msgid "Simulation terminated." |
---|
1687 | msgstr "" |
---|
1688 | |
---|
1689 | msgid "Database initialized !" |
---|
1690 | msgstr "" |
---|
1691 | |
---|
1692 | msgid "The --uidmin or --uidmax command line option implies --dousers as well." |
---|
1693 | msgstr "" |
---|
1694 | |
---|
1695 | msgid "The --gidmin or --gidmax command line option implies --dogroups as well." |
---|
1696 | msgstr "" |
---|
1697 | |
---|
1698 | msgid "The --dogroups command line option implies --dousers as well." |
---|
1699 | msgstr "" |
---|
1700 | |
---|
1701 | #, python-format |
---|
1702 | msgid "" |
---|
1703 | "pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1704 | "\n" |
---|
1705 | "An Users and Groups Manager for PyKota.\n" |
---|
1706 | "\n" |
---|
1707 | "command line usage :\n" |
---|
1708 | "\n" |
---|
1709 | " pkusers [options] user1 user2 user3 ... userN\n" |
---|
1710 | " \n" |
---|
1711 | "or : \n" |
---|
1712 | "\n" |
---|
1713 | " pkusers --groups [options] group1 group2 group3 ... groupN\n" |
---|
1714 | "\n" |
---|
1715 | "options :\n" |
---|
1716 | "\n" |
---|
1717 | " -v | --version Prints pkusers's version number then exits.\n" |
---|
1718 | " -h | --help Prints this message then exits.\n" |
---|
1719 | " \n" |
---|
1720 | " -a | --add Adds users if they don't exist on the database.\n" |
---|
1721 | " If they exist, they are modified unless\n" |
---|
1722 | " -s|--skipexisting is also used.\n" |
---|
1723 | " \n" |
---|
1724 | " -d | --delete Deletes users from the quota storage.\n" |
---|
1725 | "\n" |
---|
1726 | " -e | --email addr Sets the email address for the users.\n" |
---|
1727 | " If the addr parameter begins with @, then\n" |
---|
1728 | " the username is prepended to addr to form\n" |
---|
1729 | " a valid email address.\n" |
---|
1730 | "\n" |
---|
1731 | " -D | --description d Adds a textual description to users or groups.\n" |
---|
1732 | " \n" |
---|
1733 | " -g | --groups Edit users groups instead of users.\n" |
---|
1734 | " \n" |
---|
1735 | " -o | --overcharge f Sets the overcharging factor applied to the user \n" |
---|
1736 | " when computing the cost of a print job. Positive or \n" |
---|
1737 | " negative floating point values are allowed,\n" |
---|
1738 | " this allows you to do some really creative\n" |
---|
1739 | " things like giving money to an user whenever\n" |
---|
1740 | " he prints. The number of pages in a print job\n" |
---|
1741 | " is not modified by this coefficient, only the\n" |
---|
1742 | " cost of the job for a particular user.\n" |
---|
1743 | " Only users have such a coefficient.\n" |
---|
1744 | " \n" |
---|
1745 | " -i | --ingroups g1[,g2...] Puts the users into each of the groups\n" |
---|
1746 | " listed, separated by commas. The groups\n" |
---|
1747 | " must already exist in the Quota Storage.\n" |
---|
1748 | " \n" |
---|
1749 | " -L | --list Lists users or groups.\n" |
---|
1750 | " \n" |
---|
1751 | " -l | --limitby l Choose if the user/group is limited in printing \n" |
---|
1752 | " by its account balance or by its page quota.\n" |
---|
1753 | " The default value is 'quota'. Allowed values\n" |
---|
1754 | " are 'quota' 'balance' 'noquota' 'noprint' \n" |
---|
1755 | " and 'nochange' :\n" |
---|
1756 | " \n" |
---|
1757 | " - quota : limit by number of pages per printer.\n" |
---|
1758 | " - balance : limit by number of credits in account.\n" |
---|
1759 | " - noquota : no limit, accounting still done.\n" |
---|
1760 | " - nochange : no limit, accounting not done. \n" |
---|
1761 | " - noprint : printing is denied. \n" |
---|
1762 | " NB : nochange and noprint are not supported for groups.\n" |
---|
1763 | " \n" |
---|
1764 | " -b | --balance b Sets the user's account balance to b. \n" |
---|
1765 | " Account balance may be increase or decreased\n" |
---|
1766 | " if b is prefixed with + or -.\n" |
---|
1767 | " WARNING : when decreasing account balance,\n" |
---|
1768 | " the total paid so far by the user is decreased\n" |
---|
1769 | " too.\n" |
---|
1770 | " Groups don't have a real balance, but the\n" |
---|
1771 | " sum of their users' account balance.\n" |
---|
1772 | " \n" |
---|
1773 | " -C | --comment txt Defines some informational text to be associated\n" |
---|
1774 | " with a change to an user's account balance.\n" |
---|
1775 | " Only meaningful if -b | --balance is also used.\n" |
---|
1776 | " \n" |
---|
1777 | " \n" |
---|
1778 | " -r | --remove In combination with the --ingroups option above, \n" |
---|
1779 | " remove users from the specified users groups.\n" |
---|
1780 | " \n" |
---|
1781 | " -s | --skipexisting In combination with the --add option above, tells\n" |
---|
1782 | " pkusers to not modify existing users.\n" |
---|
1783 | " \n" |
---|
1784 | " user1 through userN and group1 through groupN can use wildcards\n" |
---|
1785 | " if the --add option is not set.\n" |
---|
1786 | " \n" |
---|
1787 | "examples : \n" |
---|
1788 | "\n" |
---|
1789 | " $ pkusers --add john paul george ringo/ringo@example.com\n" |
---|
1790 | " \n" |
---|
1791 | " This will add users john, paul, george and ringo to the quota\n" |
---|
1792 | " database. User ringo's email address will also be set to \n" |
---|
1793 | " 'ringo@example.com'\n" |
---|
1794 | " \n" |
---|
1795 | " $ pkusers --ingroups coders,it jerome\n" |
---|
1796 | " \n" |
---|
1797 | " User jerome is put into the groups \"coders\" and \"it\" which must\n" |
---|
1798 | " already exist in the quota database.\n" |
---|
1799 | " \n" |
---|
1800 | " $ pkusers --limitby balance jerome\n" |
---|
1801 | " \n" |
---|
1802 | " This will tell PyKota to limit jerome by his account's balance\n" |
---|
1803 | " when printing.\n" |
---|
1804 | " \n" |
---|
1805 | " $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n" |
---|
1806 | " \n" |
---|
1807 | " This will increase jerome's account balance by 10.0 (in your\n" |
---|
1808 | " own currency). You can decrease the account balance with a\n" |
---|
1809 | " dash prefix, and set it to a fixed amount with no prefix.\n" |
---|
1810 | " A comment will be stored for this balance change.\n" |
---|
1811 | " \n" |
---|
1812 | " $ pkusers --delete jerome rachel\n" |
---|
1813 | " \n" |
---|
1814 | " This will completely delete jerome and rachel from the quota\n" |
---|
1815 | " database. All their quotas and jobs will be deleted too.\n" |
---|
1816 | " \n" |
---|
1817 | " $ pkusers --overcharge 2.5 poorstudent\n" |
---|
1818 | " \n" |
---|
1819 | " This will overcharge the poorstudent user by a factor of 2.5.\n" |
---|
1820 | " \n" |
---|
1821 | " $ pkusers --overcharge -1 jerome\n" |
---|
1822 | " \n" |
---|
1823 | " User jerome will actually earn money whenever he prints.\n" |
---|
1824 | " \n" |
---|
1825 | " $ pkusers --overcharge 0 boss\n" |
---|
1826 | " \n" |
---|
1827 | " User boss can print at will, it won't cost him anything because the\n" |
---|
1828 | " cost of each print job will be multiplied by zero before charging\n" |
---|
1829 | " his account.\n" |
---|
1830 | "\n" |
---|
1831 | " $ pkusers --email @example.com\n" |
---|
1832 | "\n" |
---|
1833 | " This will set the email address for each user to username@example.com\n" |
---|
1834 | msgstr "" |
---|
1835 | |
---|
1836 | #, python-format |
---|
1837 | msgid "Invalid email address %s" |
---|
1838 | msgstr "Endereço email inválido" |
---|
1839 | |
---|
1840 | #, python-format |
---|
1841 | msgid "There's no %s matching %s" |
---|
1842 | msgstr "" |
---|
1843 | |
---|
1844 | #, python-format |
---|
1845 | msgid "Limited by : %s" |
---|
1846 | msgstr "" |
---|
1847 | |
---|
1848 | #, python-format |
---|
1849 | msgid "Account balance : %.2f" |
---|
1850 | msgstr "" |
---|
1851 | |
---|
1852 | #, python-format |
---|
1853 | msgid "Total paid so far : %.2f" |
---|
1854 | msgstr "" |
---|
1855 | |
---|
1856 | #, python-format |
---|
1857 | msgid "Overcharging factor : %.2f" |
---|
1858 | msgstr "" |
---|
1859 | |
---|
1860 | #, python-format |
---|
1861 | msgid "Group balance : %.2f" |
---|
1862 | msgstr "" |
---|
1863 | |
---|
1864 | #, python-format |
---|
1865 | msgid "Invalid limitby value %s" |
---|
1866 | msgstr "Valor inválido para política de quota %s" |
---|
1867 | |
---|
1868 | #, python-format |
---|
1869 | msgid "Invalid overcharge value %s" |
---|
1870 | msgstr "" |
---|
1871 | |
---|
1872 | #, python-format |
---|
1873 | msgid "Invalid balance value %s" |
---|
1874 | msgstr "Valor de saldo inválido %s" |
---|
1875 | |
---|
1876 | #, python-format |
---|
1877 | msgid "There's no users group matching %s" |
---|
1878 | msgstr "" |
---|
1879 | |
---|
1880 | #, python-format |
---|
1881 | msgid "Unknown group %s" |
---|
1882 | msgstr "" |
---|
1883 | |
---|
1884 | #, python-format |
---|
1885 | msgid "Unknown user %s" |
---|
1886 | msgstr "" |
---|
1887 | |
---|
1888 | #, python-format |
---|
1889 | msgid "%s %s already exists, skipping." |
---|
1890 | msgstr "" |
---|
1891 | |
---|
1892 | #, python-format |
---|
1893 | msgid "%s %s already exists, will be modified." |
---|
1894 | msgstr "" |
---|
1895 | |
---|
1896 | #, python-format |
---|
1897 | msgid "Invalid name %s" |
---|
1898 | msgstr "" |
---|
1899 | |
---|
1900 | msgid "You have to pass user groups names on the command line" |
---|
1901 | msgstr "" |
---|
1902 | |
---|
1903 | #, python-format |
---|
1904 | msgid "" |
---|
1905 | "pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1906 | "\n" |
---|
1907 | "An OSD quota monitor for PyKota.\n" |
---|
1908 | "\n" |
---|
1909 | "command line usage :\n" |
---|
1910 | "\n" |
---|
1911 | " pykosd [options]\n" |
---|
1912 | "\n" |
---|
1913 | "options :\n" |
---|
1914 | "\n" |
---|
1915 | " -v | --version Prints pykosd's version number then exits.\n" |
---|
1916 | " -h | --help Prints this message then exits.\n" |
---|
1917 | " \n" |
---|
1918 | " -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" |
---|
1919 | " triplet, for example #FF0000 is 100%% red.\n" |
---|
1920 | " Defaults to 100%% green (#00FF00).\n" |
---|
1921 | " \n" |
---|
1922 | " -d | --duration d Sets the duration of the display in seconds. \n" |
---|
1923 | " Defaults to 3 seconds.\n" |
---|
1924 | " \n" |
---|
1925 | " -f | --font f Sets the font to use for display. \n" |
---|
1926 | " Defaults to the Python OSD library's default.\n" |
---|
1927 | " \n" |
---|
1928 | " -l | --loop n Sets the number of times the info will be displayed.\n" |
---|
1929 | " Defaults to 0, which means loop forever.\n" |
---|
1930 | " \n" |
---|
1931 | " -s | --sleep s Sets the sleeping duration between two displays \n" |
---|
1932 | " in seconds. Defaults to 180 seconds (3 minutes).\n" |
---|
1933 | " \n" |
---|
1934 | " \n" |
---|
1935 | "examples : \n" |
---|
1936 | "\n" |
---|
1937 | " $ pykosd -s 60 --loop 5\n" |
---|
1938 | " \n" |
---|
1939 | " Will launch pykosd. Display will be refreshed every 60 seconds,\n" |
---|
1940 | " and will last for 3 seconds (the default) each time. After five\n" |
---|
1941 | " iterations, the program will exit.\n" |
---|
1942 | msgstr "" |
---|
1943 | |
---|
1944 | #, python-format |
---|
1945 | msgid "Invalid duration option %s" |
---|
1946 | msgstr "Opção %s inválida para duração" |
---|
1947 | |
---|
1948 | #, python-format |
---|
1949 | msgid "Invalid loop option %s" |
---|
1950 | msgstr "Opção %s inválida para loop (laço)" |
---|
1951 | |
---|
1952 | #, python-format |
---|
1953 | msgid "Invalid sleep option %s" |
---|
1954 | msgstr "Opção %s inválida para sleep (sono)" |
---|
1955 | |
---|
1956 | #, python-format |
---|
1957 | msgid "Invalid color option %s" |
---|
1958 | msgstr "Opção %s inválida para color (cor)" |
---|
1959 | |
---|
1960 | #, python-format |
---|
1961 | msgid "User %s doesn't exist in PyKota's database" |
---|
1962 | msgstr "Usuário %s não existe na base de dados do Pykota" |
---|
1963 | |
---|
1964 | #, python-format |
---|
1965 | msgid "Pages used on %s : %s" |
---|
1966 | msgstr "Páginas usadas em %s : %s" |
---|
1967 | |
---|
1968 | #, python-format |
---|
1969 | msgid "PyKota Units left : %.2f" |
---|
1970 | msgstr "Unidades restantes do PyKota : %.2f" |
---|
1971 | |
---|
1972 | msgid "Printing denied." |
---|
1973 | msgstr "" |
---|
1974 | |
---|
1975 | msgid "Printing not limited." |
---|
1976 | msgstr "" |
---|
1977 | |
---|
1978 | msgid "Printing not limited, no accounting." |
---|
1979 | msgstr "" |
---|
1980 | |
---|
1981 | #, python-format |
---|
1982 | msgid "" |
---|
1983 | "pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n" |
---|
1984 | "\n" |
---|
1985 | "Gives print quotes to users.\n" |
---|
1986 | "\n" |
---|
1987 | "command line usage :\n" |
---|
1988 | "\n" |
---|
1989 | " pykotme [options] [files]\n" |
---|
1990 | "\n" |
---|
1991 | "options :\n" |
---|
1992 | "\n" |
---|
1993 | " -v | --version Prints pykotme's version number then exits.\n" |
---|
1994 | " -h | --help Prints this message then exits.\n" |
---|
1995 | " \n" |
---|
1996 | " -P | --printer p Gives a quote for this printer only. Actually p can\n" |
---|
1997 | " use wildcards characters to select only\n" |
---|
1998 | " some printers. The default value is *, meaning\n" |
---|
1999 | " all printers.\n" |
---|
2000 | " You can specify several names or wildcards, \n" |
---|
2001 | " by separating them with commas.\n" |
---|
2002 | " \n" |
---|
2003 | "examples : \n" |
---|
2004 | "\n" |
---|
2005 | " $ pykotme --printer apple file1.ps file2.ps\n" |
---|
2006 | " \n" |
---|
2007 | " This will give a print quote to the current user. The quote will show\n" |
---|
2008 | " the price and size of a job consisting in file1.ps and file2.ps \n" |
---|
2009 | " which would be sent to the apple printer.\n" |
---|
2010 | " \n" |
---|
2011 | " $ pykotme --printer apple,hplaser <file1.ps\n" |
---|
2012 | " \n" |
---|
2013 | " This will give a print quote to the current user. The quote will show\n" |
---|
2014 | " the price and size of a job consisting in file1.ps as read from\n" |
---|
2015 | " standard input, which would be sent to the apple or hplaser\n" |
---|
2016 | " printer.\n" |
---|
2017 | "\n" |
---|
2018 | " $ pykotme \n" |
---|
2019 | " \n" |
---|
2020 | " This will give a quote for a job consisting of what is on standard \n" |
---|
2021 | " input. The quote will list the job size, and the price the job\n" |
---|
2022 | " would cost on each printer.\n" |
---|
2023 | msgstr "" |
---|
2024 | |
---|
2025 | #, python-format |
---|
2026 | msgid "Your account balance : %.2f" |
---|
2027 | msgstr "Saldo da sua conta : %.2f" |
---|
2028 | |
---|
2029 | #, python-format |
---|
2030 | msgid "Job size : %i pages" |
---|
2031 | msgstr "Tamanho do pedido : %i páginas" |
---|
2032 | |
---|
2033 | #, python-format |
---|
2034 | msgid "Cost on printer %s : %.2f" |
---|
2035 | msgstr "Custo da impressora %s : %.2f" |
---|
2036 | |
---|
2037 | msgid "won't be charged, printer is in passthrough mode" |
---|
2038 | msgstr "" |
---|
2039 | |
---|
2040 | msgid "won't be charged, your account is immutable" |
---|
2041 | msgstr "" |
---|
2042 | |
---|
2043 | #, python-format |
---|
2044 | msgid "Unsupported accounter backend %s" |
---|
2045 | msgstr "Backend de cota %s não suportado" |
---|
2046 | |
---|
2047 | #, python-format |
---|
2048 | msgid "Configuration file %s can't be read. Please check that the file exists and that your permissions are sufficient." |
---|
2049 | msgstr "" |
---|
2050 | |
---|
2051 | #, python-format |
---|
2052 | msgid "Configuration file %s not found." |
---|
2053 | msgstr "Ficheiro de configuração %s não encontrado." |
---|
2054 | |
---|
2055 | #, python-format |
---|
2056 | msgid "Option %s not found in section global of %s" |
---|
2057 | msgstr "A opção %s não foi encontrada na secção global de %s" |
---|
2058 | |
---|
2059 | #, python-format |
---|
2060 | msgid "Option %s not found in section %s of %s" |
---|
2061 | msgstr "A opção %s não foi encontrada na secção %s de %s" |
---|
2062 | |
---|
2063 | #, python-format |
---|
2064 | msgid "Option ldaptls is set, but certificate %s is not readable." |
---|
2065 | msgstr "" |
---|
2066 | |
---|
2067 | #, python-format |
---|
2068 | msgid "Option logger only supports values in %s" |
---|
2069 | msgstr "A opção logger só suporta valores em %s" |
---|
2070 | |
---|
2071 | #, python-format |
---|
2072 | msgid "Invalid preaccounter %s for printer %s" |
---|
2073 | msgstr "" |
---|
2074 | |
---|
2075 | #, python-format |
---|
2076 | msgid "Option preaccounter in section %s only supports values in %s" |
---|
2077 | msgstr "" |
---|
2078 | |
---|
2079 | #, python-format |
---|
2080 | msgid "Invalid accounter %s for printer %s" |
---|
2081 | msgstr "Contador de páginas %s inválido, para a impressora %s" |
---|
2082 | |
---|
2083 | #, python-format |
---|
2084 | msgid "Option accounter in section %s only supports values in %s" |
---|
2085 | msgstr "A opção accounter na secção %s só suporta valores em %s" |
---|
2086 | |
---|
2087 | #, python-format |
---|
2088 | msgid "Invalid unknown_billingcode directive %s for printer %s" |
---|
2089 | msgstr "" |
---|
2090 | |
---|
2091 | #, python-format |
---|
2092 | msgid "Directive unknown_billingcode in section %s only supports values in %s" |
---|
2093 | msgstr "" |
---|
2094 | |
---|
2095 | #, python-format |
---|
2096 | msgid "Option enforcement in section %s only supports values in %s" |
---|
2097 | msgstr "Opção enforcement (reforço) na seção %s só suporta valores em %s" |
---|
2098 | |
---|
2099 | #, python-format |
---|
2100 | msgid "Option onbackenderror in section %s only supports values 'charge', 'nocharge', and 'retry:num:delay'" |
---|
2101 | msgstr "" |
---|
2102 | |
---|
2103 | #, python-format |
---|
2104 | msgid "Option onaccountererror in section %s only supports values in %s" |
---|
2105 | msgstr "" |
---|
2106 | |
---|
2107 | #, python-format |
---|
2108 | msgid "Option policy in section %s only supports values in %s" |
---|
2109 | msgstr "A opção policy na secção %s só suporta valores em %s" |
---|
2110 | |
---|
2111 | #, python-format |
---|
2112 | msgid "Invalid option mailto %s for printer %s" |
---|
2113 | msgstr "Opção mailto %s inválida, para a impressora %s" |
---|
2114 | |
---|
2115 | #, python-format |
---|
2116 | msgid "Option mailto in section %s only supports values in %s" |
---|
2117 | msgstr "a opção mailto na secção %s só suporta valores em %s" |
---|
2118 | |
---|
2119 | #, python-format |
---|
2120 | msgid "Invalid maximal deny banners counter %s" |
---|
2121 | msgstr "" |
---|
2122 | |
---|
2123 | #, python-format |
---|
2124 | msgid "Invalid grace delay %s" |
---|
2125 | msgstr "Período de tolerância inválido %s" |
---|
2126 | |
---|
2127 | #, python-format |
---|
2128 | msgid "Invalid poor man's threshold %s" |
---|
2129 | msgstr "Valor 'poor man' %s inválido" |
---|
2130 | |
---|
2131 | #, python-format |
---|
2132 | msgid "Invalid balancezero value %s" |
---|
2133 | msgstr "" |
---|
2134 | |
---|
2135 | msgid "" |
---|
2136 | "Your Print Quota account balance is Low.\n" |
---|
2137 | "Soon you'll not be allowed to print anymore.\n" |
---|
2138 | "Please contact the Print Quota Administrator to solve the problem." |
---|
2139 | msgstr "" |
---|
2140 | "O seu saldo de impressão é baixo.\n" |
---|
2141 | "Em breve não poderá imprimir.\n" |
---|
2142 | "Por favor contacte o administrador do serviço de impressão de forma a resolver o problema." |
---|
2143 | |
---|
2144 | #, python-format |
---|
2145 | msgid "" |
---|
2146 | "You are not allowed to print anymore because\n" |
---|
2147 | "your Print Quota is exceeded on printer %s." |
---|
2148 | msgstr "" |
---|
2149 | "Foi-lhe vedado o acesso ao serviço de impressão já que a\n" |
---|
2150 | "sua quota de impressão foi excedida, na impressora %s." |
---|
2151 | |
---|
2152 | #, python-format |
---|
2153 | msgid "" |
---|
2154 | "You will soon be forbidden to print anymore because\n" |
---|
2155 | "your Print Quota is almost reached on printer %s." |
---|
2156 | msgstr "" |
---|
2157 | "Em breve não poderá imprimir já que a\n" |
---|
2158 | "sua quota de impressão está quase a ser atingida, na impressora %s." |
---|
2159 | |
---|
2160 | #, python-format |
---|
2161 | msgid "Incorrect value %s for the duplicatesdelay directive in section %s" |
---|
2162 | msgstr "" |
---|
2163 | |
---|
2164 | #, python-format |
---|
2165 | msgid "Incorrect value %s for the noprintingmaxdelay directive in section %s" |
---|
2166 | msgstr "" |
---|
2167 | |
---|
2168 | #, python-format |
---|
2169 | msgid "Option accountbanner in section %s only supports values in %s" |
---|
2170 | msgstr "" |
---|
2171 | |
---|
2172 | #, python-format |
---|
2173 | msgid "Option trustjobsize for printer %s is incorrect" |
---|
2174 | msgstr "" |
---|
2175 | |
---|
2176 | msgid "History" |
---|
2177 | msgstr "Histórico" |
---|
2178 | |
---|
2179 | msgid "Users" |
---|
2180 | msgstr "" |
---|
2181 | |
---|
2182 | msgid "Groups" |
---|
2183 | msgstr "" |
---|
2184 | |
---|
2185 | msgid "Printers" |
---|
2186 | msgstr "" |
---|
2187 | |
---|
2188 | msgid "Users Print Quotas" |
---|
2189 | msgstr "" |
---|
2190 | |
---|
2191 | msgid "Users Groups Print Quotas" |
---|
2192 | msgstr "" |
---|
2193 | |
---|
2194 | msgid "History of Payments" |
---|
2195 | msgstr "" |
---|
2196 | |
---|
2197 | msgid "Printers Groups Membership" |
---|
2198 | msgstr "" |
---|
2199 | |
---|
2200 | msgid "Users Groups Membership" |
---|
2201 | msgstr "" |
---|
2202 | |
---|
2203 | msgid "Billing Codes" |
---|
2204 | msgstr "" |
---|
2205 | |
---|
2206 | msgid "All" |
---|
2207 | msgstr "" |
---|
2208 | |
---|
2209 | msgid "Comma Separated Values" |
---|
2210 | msgstr "" |
---|
2211 | |
---|
2212 | msgid "Semicolon Separated Values" |
---|
2213 | msgstr "" |
---|
2214 | |
---|
2215 | msgid "Tabulation Separated Values" |
---|
2216 | msgstr "" |
---|
2217 | |
---|
2218 | msgid "eXtensible Markup Language" |
---|
2219 | msgstr "" |
---|
2220 | |
---|
2221 | msgid "CUPS' page_log" |
---|
2222 | msgstr "" |
---|
2223 | |
---|
2224 | #, python-format |
---|
2225 | msgid "Invalid modifier [%s] for --data command line option, see help." |
---|
2226 | msgstr "" |
---|
2227 | |
---|
2228 | msgid "Dumping all PyKota's datas forces format to XML, and disables --sum and filters." |
---|
2229 | msgstr "" |
---|
2230 | |
---|
2231 | #, python-format |
---|
2232 | msgid "Invalid modifier [%s] for --format command line option, see help." |
---|
2233 | msgstr "" |
---|
2234 | |
---|
2235 | msgid "XML output is disabled because the jaxml module is not available." |
---|
2236 | msgstr "" |
---|
2237 | |
---|
2238 | #, python-format |
---|
2239 | msgid "Invalid data type [%s] for --sum command line option, see help." |
---|
2240 | msgstr "" |
---|
2241 | |
---|
2242 | msgid "PyKota data dumper failed : I/O error" |
---|
2243 | msgstr "" |
---|
2244 | |
---|
2245 | #, python-format |
---|
2246 | msgid "Unsupported logging subsystem %s" |
---|
2247 | msgstr "Sistema de logging %s não suportado" |
---|
2248 | |
---|
2249 | #, python-format |
---|
2250 | msgid "Report for %s quota on printer %s" |
---|
2251 | msgstr "Relatório de cota %s para a impressora %s" |
---|
2252 | |
---|
2253 | #, python-format |
---|
2254 | msgid "Pages grace time: %i days" |
---|
2255 | msgstr "Período de tolerância : %i días" |
---|
2256 | |
---|
2257 | #, python-format |
---|
2258 | msgid "Price per job: %.3f" |
---|
2259 | msgstr "Preço por trabalho: %.3f" |
---|
2260 | |
---|
2261 | #, python-format |
---|
2262 | msgid "Price per page: %.3f" |
---|
2263 | msgstr "Preço por página: %.3f" |
---|
2264 | |
---|
2265 | msgid "Group overcharge used soft hard balance grace total paid warn" |
---|
2266 | msgstr "" |
---|
2267 | |
---|
2268 | msgid "User overcharge used soft hard balance grace total paid warn" |
---|
2269 | msgstr "" |
---|
2270 | |
---|
2271 | msgid "unknown" |
---|
2272 | msgstr "Desconhecido" |
---|
2273 | |
---|
2274 | #, python-format |
---|
2275 | msgid "Real : %s" |
---|
2276 | msgstr "Real : %s" |
---|
2277 | |
---|
2278 | #, python-format |
---|
2279 | msgid "Total : %9i" |
---|
2280 | msgstr "Total : %9i" |
---|
2281 | |
---|
2282 | msgid "N/A" |
---|
2283 | msgstr "" |
---|
2284 | |
---|
2285 | #, python-format |
---|
2286 | msgid "Unsupported reporter backend %s" |
---|
2287 | msgstr "Backend reporter %s não suportado" |
---|
2288 | |
---|
2289 | #, python-format |
---|
2290 | msgid "Refunded %i pages and %.3f credits by %s (%s) on %s" |
---|
2291 | msgstr "" |
---|
2292 | |
---|
2293 | #, python-format |
---|
2294 | msgid "Unsupported quota storage backend %s" |
---|
2295 | msgstr "Base de dados %s não suportada" |
---|
2296 | |
---|
2297 | msgid "Done" |
---|
2298 | msgstr "" |
---|
2299 | |
---|
2300 | msgid "Average speed" |
---|
2301 | msgstr "" |
---|
2302 | |
---|
2303 | msgid "entries per second" |
---|
2304 | msgstr "" |
---|
2305 | |
---|
2306 | #, python-format |
---|
2307 | msgid "Strange problem with uid(%s) : %s" |
---|
2308 | msgstr "" |
---|
2309 | |
---|
2310 | #, python-format |
---|
2311 | msgid "Running as user '%s'." |
---|
2312 | msgstr "" |
---|
2313 | |
---|
2314 | msgid "No user named 'pykota'. Not dropping priviledges." |
---|
2315 | msgstr "" |
---|
2316 | |
---|
2317 | #, python-format |
---|
2318 | msgid "Impossible to drop priviledges : %s" |
---|
2319 | msgstr "" |
---|
2320 | |
---|
2321 | msgid "Priviledges dropped. Now running as user 'pykota'." |
---|
2322 | msgstr "" |
---|
2323 | |
---|
2324 | #, python-format |
---|
2325 | msgid "Impossible to regain priviledges : %s" |
---|
2326 | msgstr "" |
---|
2327 | |
---|
2328 | msgid "Regained priviledges. Now running as root." |
---|
2329 | msgstr "" |
---|
2330 | |
---|
2331 | msgid "Please report bugs to :" |
---|
2332 | msgstr "" |
---|
2333 | |
---|
2334 | #, python-format |
---|
2335 | msgid "" |
---|
2336 | "\n" |
---|
2337 | "\n" |
---|
2338 | "Please contact your system administrator :\n" |
---|
2339 | "\n" |
---|
2340 | "\t%s - <%s>\n" |
---|
2341 | msgstr "" |
---|
2342 | "\n" |
---|
2343 | "\n" |
---|
2344 | "Por favor contacte a seu administrador de sistemas:\n" |
---|
2345 | "\n" |
---|
2346 | "\t%s - <%s>\n" |
---|
2347 | |
---|
2348 | #, python-format |
---|
2349 | msgid "Unable to match user %s on printer %s, applying default policy (%s)" |
---|
2350 | msgstr "Não foi possível encontrar o utilizador %s para a impressora %s, foi aplicada por omissão a política (%s)" |
---|
2351 | |
---|
2352 | #, python-format |
---|
2353 | msgid "Unable to find user %s's account balance, applying default policy (%s) for printer %s" |
---|
2354 | msgstr "Não foi possível encontrar o saldo da conta do utilizador %s, foi configurado por omissão o valor (%s) para a impressora %s" |
---|
2355 | |
---|
2356 | #, python-format |
---|
2357 | msgid "User %s will not be charged for printing." |
---|
2358 | msgstr "" |
---|
2359 | |
---|
2360 | #, python-format |
---|
2361 | msgid "Print Quota exceeded for group %s on printer %s" |
---|
2362 | msgstr "Cota de impressão excedida para o grupo %s na impressora %s" |
---|
2363 | |
---|
2364 | msgid "Print Quota Exceeded" |
---|
2365 | msgstr "Cota de impressão excedida" |
---|
2366 | |
---|
2367 | #, python-format |
---|
2368 | msgid "Print Quota low for group %s on printer %s" |
---|
2369 | msgstr "Cota de impressão baixa para o grupo %s na impresora %s" |
---|
2370 | |
---|
2371 | msgid "Print Quota Low" |
---|
2372 | msgstr "Cota de impressão baixa" |
---|
2373 | |
---|
2374 | #, python-format |
---|
2375 | msgid "Search base %s doesn't seem to exist. Probable misconfiguration. Please double check /etc/pykota/pykota.conf : %s" |
---|
2376 | msgstr "Base de busca %s parece não existir, provavelmente por causa de má configuração.Por favor, verifique as configurações do arquivo /etc/pykota/pykota.conf : %s" |
---|
2377 | |
---|
2378 | #, python-format |
---|
2379 | msgid "Search for %s(%s) from %s(scope=%s) returned no answer." |
---|
2380 | msgstr "A pesquisa de %s(%s) usando o escópio %s(scope=%s) não devolveu resultados." |
---|
2381 | |
---|
2382 | #, python-format |
---|
2383 | msgid "Problem adding LDAP entry (%s, %s)" |
---|
2384 | msgstr "Ocorreu um problema ao adicionar a entrada LDAP (%s, %s)" |
---|
2385 | |
---|
2386 | #, python-format |
---|
2387 | msgid "Problem deleting LDAP entry (%s)" |
---|
2388 | msgstr "Ocorreu um problema ao apagar a entrada LDAP (%s)" |
---|
2389 | |
---|
2390 | #, python-format |
---|
2391 | msgid "Problem modifying LDAP entry (%s, %s)" |
---|
2392 | msgstr "Ocorreu um problema ao modificar a entrada LDAP (%s, %s)" |
---|
2393 | |
---|
2394 | #, python-format |
---|
2395 | msgid "No pykotaAccountBalance object found for user %s. Did you create LDAP entries manually ?" |
---|
2396 | msgstr "" |
---|
2397 | |
---|
2398 | msgid "Hidden because of privacy concerns" |
---|
2399 | msgstr "" |
---|
2400 | |
---|
2401 | #, python-format |
---|
2402 | msgid "Unable to find an existing objectClass %s entry with %s=%s to attach pykotaAccount objectClass" |
---|
2403 | msgstr "Impossível encontrar uma entrada objectClass %s existente com %s=%s paraanexar objectClass pykotaAccount" |
---|
2404 | |
---|
2405 | #, python-format |
---|
2406 | msgid "%s. A new entry will be created instead." |
---|
2407 | msgstr "" |
---|
2408 | |
---|
2409 | #, python-format |
---|
2410 | msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" |
---|
2411 | msgstr "Impossível encontrar uma entrada existente para anexar ao objectClass pykotaGroup %s" |
---|
2412 | |
---|
2413 | msgid "Your version of python-mysqldb is too old. Please install a newer release." |
---|
2414 | msgstr "" |
---|
2415 | |
---|
2416 | #, python-format |
---|
2417 | msgid "A problem occured while reading printer %s's internal page counter." |
---|
2418 | msgstr "" |
---|
2419 | |
---|
2420 | #, python-format |
---|
2421 | msgid "Retrieving printer %s's page counter from database instead." |
---|
2422 | msgstr "" |
---|
2423 | |
---|
2424 | #, python-format |
---|
2425 | msgid "Couldn't retrieve printer %s's internal page counter either before or after printing." |
---|
2426 | msgstr "" |
---|
2427 | |
---|
2428 | #, python-format |
---|
2429 | msgid "Job's size forced to 1 page for printer %s." |
---|
2430 | msgstr "" |
---|
2431 | |
---|
2432 | #, python-format |
---|
2433 | msgid "No previous job in database for printer %s." |
---|
2434 | msgstr "" |
---|
2435 | |
---|
2436 | #, python-format |
---|
2437 | msgid "Inconsistent values for printer %s's internal page counter." |
---|
2438 | msgstr "" |
---|
2439 | |
---|
2440 | #, python-format |
---|
2441 | msgid "Unknown printer address in HARDWARE(%s) for printer %s" |
---|
2442 | msgstr "Endereço inválido em HARDWARE(%s) para a impressora %s" |
---|
2443 | |
---|
2444 | #, python-format |
---|
2445 | msgid "Launching HARDWARE(%s)..." |
---|
2446 | msgstr "Tentando identificação física(%s)..." |
---|
2447 | |
---|
2448 | #, python-format |
---|
2449 | msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" |
---|
2450 | msgstr "Sinal SIGTERM enviado para contador físico %s (pid : %s)" |
---|
2451 | |
---|
2452 | #, python-format |
---|
2453 | msgid "Line [%s] skipped in accounter's output. Trying again..." |
---|
2454 | msgstr "" |
---|
2455 | |
---|
2456 | #, python-format |
---|
2457 | msgid "Hardware accounter %s exit code is %s" |
---|
2458 | msgstr "" |
---|
2459 | |
---|
2460 | #, python-format |
---|
2461 | msgid "Unable to query printer %s via HARDWARE(%s)" |
---|
2462 | msgstr "Foi impossível consultar a impressora %s via HARDWARE(%s)" |
---|
2463 | |
---|
2464 | #, python-format |
---|
2465 | msgid "Unable to precompute the job's size and ink coverage with the generic PDL analyzer : %s" |
---|
2466 | msgstr "" |
---|
2467 | |
---|
2468 | #, python-format |
---|
2469 | msgid "Problem during connection to %s:%s : %s" |
---|
2470 | msgstr "" |
---|
2471 | |
---|
2472 | #, python-format |
---|
2473 | msgid "Problem while sending PJL query to %s:%s : %s" |
---|
2474 | msgstr "" |
---|
2475 | |
---|
2476 | #, python-format |
---|
2477 | msgid "Problem while receiving PJL answer from %s:%s : %s" |
---|
2478 | msgstr "" |
---|
2479 | |
---|
2480 | #, python-format |
---|
2481 | msgid "Waiting for printer %s to be printing..." |
---|
2482 | msgstr "" |
---|
2483 | |
---|
2484 | #, python-format |
---|
2485 | msgid "Waiting for printer %s's idle status to stabilize..." |
---|
2486 | msgstr "" |
---|
2487 | |
---|
2488 | #, python-format |
---|
2489 | msgid "PJL querying stage interrupted. Using latest value seen for internal page counter (%s) on printer %s." |
---|
2490 | msgstr "" |
---|
2491 | |
---|
2492 | #, python-format |
---|
2493 | msgid "SNMP querying stage interrupted. Using latest value seen for internal page counter (%s) on printer %s." |
---|
2494 | msgstr "" |
---|
2495 | |
---|
2496 | #, python-format |
---|
2497 | msgid "Network error while doing SNMP queries on printer %s : %s" |
---|
2498 | msgstr "" |
---|
2499 | |
---|
2500 | #, python-format |
---|
2501 | msgid "SNMP message decoding error for printer %s : %s" |
---|
2502 | msgstr "" |
---|
2503 | |
---|
2504 | #, python-format |
---|
2505 | msgid "Problem encountered while doing SNMP queries on printer %s : %s" |
---|
2506 | msgstr "" |
---|
2507 | |
---|
2508 | #, python-format |
---|
2509 | msgid "Unable to precompute the job's size with the generic PDL analyzer : %s" |
---|
2510 | msgstr "Impossível calcular tamanho da tarefa usando analisador genério de PDL : %s" |
---|
2511 | |
---|
2512 | #, python-format |
---|
2513 | msgid "Launching SOFTWARE(%s)..." |
---|
2514 | msgstr "Tentando identificação lógica (%s)..." |
---|
2515 | |
---|
2516 | #, python-format |
---|
2517 | msgid "Unable to compute job size with accounter %s" |
---|
2518 | msgstr "Foi impossível calcular o tamanho do trabalho com o contador %s" |
---|
2519 | |
---|
2520 | #, python-format |
---|
2521 | msgid "Problem while waiting for software accounter pid %s to exit : %s" |
---|
2522 | msgstr "Problema ao aguardar encerramento do contador lógico de pid %s : %s" |
---|
2523 | |
---|
2524 | #, python-format |
---|
2525 | msgid "Software accounter %s exit code is %s" |
---|
2526 | msgstr "Código de erro para contador lógico %s : %s" |
---|
2527 | |
---|
2528 | msgid "Totals may be inaccurate if some users are members of several groups." |
---|
2529 | msgstr "O total pode não ser exacto, caso os utilizadores sejam membros de vários grupos." |
---|
2530 | |
---|
2531 | msgid "PyKota Data Dumper" |
---|
2532 | msgstr "" |
---|
2533 | |
---|
2534 | msgid "Dump" |
---|
2535 | msgstr "" |
---|
2536 | |
---|
2537 | msgid "Please click on the above button" |
---|
2538 | msgstr "" |
---|
2539 | |
---|
2540 | msgid "Data Type" |
---|
2541 | msgstr "" |
---|
2542 | |
---|
2543 | msgid "Output Format" |
---|
2544 | msgstr "" |
---|
2545 | |
---|
2546 | msgid "Filter" |
---|
2547 | msgstr "" |
---|
2548 | |
---|
2549 | msgid "Summarize" |
---|
2550 | msgstr "" |
---|
2551 | |
---|
2552 | msgid "only for payments or history" |
---|
2553 | msgstr "" |
---|
2554 | |
---|
2555 | msgid "PyKota Reports" |
---|
2556 | msgstr "Relatório do Pykota" |
---|
2557 | |
---|
2558 | msgid "Report" |
---|
2559 | msgstr "Relatório" |
---|
2560 | |
---|
2561 | msgid "Printer" |
---|
2562 | msgstr "Impressora" |
---|
2563 | |
---|
2564 | msgid "User / Group names mask" |
---|
2565 | msgstr "Máscara de nomes para Usuários / Grupos" |
---|
2566 | |
---|
2567 | msgid "Groups report" |
---|
2568 | msgstr "Relatório de Grupos" |
---|
2569 | |
---|
2570 | msgid "Empty" |
---|
2571 | msgstr "Vazio" |
---|
2572 | |
---|
2573 | msgid "Action" |
---|
2574 | msgstr "Ação" |
---|
2575 | |
---|
2576 | msgid "User" |
---|
2577 | msgstr "Usuário" |
---|
2578 | |
---|
2579 | msgid "Hostname" |
---|
2580 | msgstr "Nome do computador" |
---|
2581 | |
---|
2582 | msgid "JobId" |
---|
2583 | msgstr "Id da Tarefa" |
---|
2584 | |
---|
2585 | msgid "Number of pages" |
---|
2586 | msgstr "" |
---|
2587 | |
---|
2588 | msgid "Cost" |
---|
2589 | msgstr "" |
---|
2590 | |
---|
2591 | msgid "Copies" |
---|
2592 | msgstr "Cópias" |
---|
2593 | |
---|
2594 | msgid "Number of bytes" |
---|
2595 | msgstr "" |
---|
2596 | |
---|
2597 | msgid "Printer's internal counter" |
---|
2598 | msgstr "" |
---|
2599 | |
---|
2600 | msgid "Options" |
---|
2601 | msgstr "Opções" |
---|
2602 | |
---|
2603 | msgid "MD5Sum" |
---|
2604 | msgstr "" |
---|
2605 | |
---|
2606 | msgid "Billing code" |
---|
2607 | msgstr "" |
---|
2608 | |
---|
2609 | msgid "Precomputed number of pages" |
---|
2610 | msgstr "" |
---|
2611 | |
---|
2612 | msgid "Precomputed cost" |
---|
2613 | msgstr "" |
---|
2614 | |
---|
2615 | msgid "Pages details" |
---|
2616 | msgstr "" |
---|
2617 | |
---|
2618 | msgid "(not supported yet)" |
---|
2619 | msgstr "" |
---|
2620 | |
---|
2621 | msgid "Previous page" |
---|
2622 | msgstr "Página anterior" |
---|
2623 | |
---|
2624 | msgid "PyKota Quotes" |
---|
2625 | msgstr "" |
---|
2626 | |
---|
2627 | msgid "Quote" |
---|
2628 | msgstr "" |
---|
2629 | |
---|
2630 | msgid "The exact cost of a print job can only be determined for a particular user. Please retry while logged-in." |
---|
2631 | msgstr "" |
---|
2632 | |
---|
2633 | msgid "Ordering" |
---|
2634 | msgstr "" |
---|
2635 | |
---|
2636 | #~ msgid "Impossible to add printer %s" |
---|
2637 | #~ msgstr "Foi impossível adicionar a impressora %s" |
---|
2638 | |
---|
2639 | #~ msgid "Prototype object %s not found in Quota Storage." |
---|
2640 | #~ msgstr "Objecto do protótipo %s não encontrado na base de dados." |
---|
2641 | |
---|
2642 | #~ msgid "Prototype %s not found in Quota Storage for printer %s." |
---|
2643 | #~ msgstr "Protótipo %s não encontrado na base de dados para a impressora %s." |
---|
2644 | |
---|
2645 | #~ msgid "Undefined hard limit set to soft limit (%s) on printer %s." |
---|
2646 | #~ msgstr "Limite máximo indefinido, foi usado o valor do limite mínimo (%s) para a impressora %s." |
---|
2647 | |
---|
2648 | #~ msgid "Undefined soft limit set to hard limit (%s) on printer %s." |
---|
2649 | #~ msgstr "Limite mínimo indefinido, foi usado o valor do limite máximo (%s) para a impressora %s." |
---|
2650 | |
---|
2651 | #~ msgid "Invalid group name %s" |
---|
2652 | #~ msgstr "O nome do grupo %s é inválido" |
---|
2653 | |
---|
2654 | #~ msgid "Invalid user name %s" |
---|
2655 | #~ msgstr "O nome do utilizador %s é inválido" |
---|
2656 | |
---|
2657 | #~ msgid "Quota not found for object %s on printer %s." |
---|
2658 | #~ msgstr "Cota não encontrada para o objecto %s da impressora %s." |
---|
2659 | |
---|
2660 | #~ msgid "Group %s not found in the PyKota Storage." |
---|
2661 | #~ msgstr "Grupo %s não encontrado na base de dados." |
---|
2662 | |
---|
2663 | #~ msgid "File number %s unregistered twice from polling object, ignored." |
---|
2664 | #~ msgstr "Arquivo número %s descadastrado duas vezes do objeto de consulta. Ignorado" |
---|
2665 | |
---|
2666 | #~ msgid "SIGTERM was sent to real backend %s (pid: %s)" |
---|
2667 | #~ msgstr "Foi enviado um SIGTERM para o backend %s (pid: %s)" |
---|
2668 | |
---|
2669 | #~ msgid "CUPS backend %s died abnormally." |
---|
2670 | #~ msgstr "O backend CUPS morreu inesperadamente." |
---|
2671 | |
---|
2672 | #~ msgid "Software accounting already done in first pass. Ignoring." |
---|
2673 | #~ msgstr "O contador lógico já foi aplicado no primeiro passo. Ignorando." |
---|
2674 | |
---|
2675 | #~ msgid "Hardware accounting already done in first pass. Ignoring." |
---|
2676 | #~ msgstr "O contador físico já foi aplicado no primeiro passo. Ignorando" |
---|
2677 | |
---|
2678 | #~ msgid "Invalid DeviceURI : %s" |
---|
2679 | #~ msgstr "DeviceURI inválido : %s" |
---|
2680 | |
---|
2681 | #~ msgid "" |
---|
2682 | #~ "\n" |
---|
2683 | #~ "Please wait while pkhint analyzes your printing system's configuration..." |
---|
2684 | #~ msgstr "" |
---|
2685 | #~ "\n" |
---|
2686 | #~ "Por favor, aguarde enquanto pkhint analisa as configurações de seu sistema de impressão..." |
---|
2687 | |
---|
2688 | #~ msgid "Unknown device %s for printer %s" |
---|
2689 | #~ msgstr "Dispositivo %s inválido para a impressora %s" |
---|
2690 | |
---|
2691 | #~ msgid "" |
---|
2692 | #~ "\n" |
---|
2693 | #~ "Put the following lines into your /etc/pykota/pykota.conf file :\n" |
---|
2694 | #~ msgstr "" |
---|
2695 | #~ "\n" |
---|
2696 | #~ "Pondo as seguintes linhas no arquivo /etc/pykota/pykota.conf : \n" |
---|
2697 | |
---|
2698 | #~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean" |
---|
2699 | #~ msgstr "# CUIDADO : se o contador lógico for sugerido, isto não significa" |
---|
2700 | |
---|
2701 | #~ msgid "# that hardware accounting wouldn't work, this only means that PyKota" |
---|
2702 | #~ msgstr "# que o contador lógico poderá não funcionar. Isto significa somente que o Pykota" |
---|
2703 | |
---|
2704 | #~ msgid "# wasn't able to autodetect which hardware accounting method to use." |
---|
2705 | #~ msgstr "# não foi capaz de detectar automaticamente o método de contagem física a ser utilizado" |
---|
2706 | |
---|
2707 | #~ msgid "JobSize" |
---|
2708 | #~ msgstr "Tamanho da Tarefa" |
---|
2709 | |
---|
2710 | #~ msgid "JobPrice" |
---|
2711 | #~ msgstr "Preço da Tarefa" |
---|
2712 | |
---|
2713 | #~ msgid "JobBytes" |
---|
2714 | #~ msgstr "Tamanho da Tarefa em Bytes" |
---|
2715 | |
---|
2716 | #~ msgid "PageCounter" |
---|
2717 | #~ msgstr "Contador de páginas" |
---|
2718 | |
---|
2719 | #~ msgid "Printing system %s, args=%s" |
---|
2720 | #~ msgstr "Sistema de impressão %s, argumentos=%s" |
---|
2721 | |
---|
2722 | #~ msgid "Printer hostname undefined, set to 'localhost'" |
---|
2723 | #~ msgstr "Nome do servidor de impressão não definido, foi configurado para 'localhost'" |
---|
2724 | |
---|
2725 | #~ msgid "Printing system unknown, args=%s" |
---|
2726 | #~ msgstr "Sistema de impressão desconhecido, args=%s" |
---|
2727 | |
---|
2728 | #~ msgid "Group used soft hard balance grace total paid" |
---|
2729 | #~ msgstr "Grupo gasto mínimo máximo saldo tolerância total pago" |
---|
2730 | |
---|
2731 | #~ msgid "User used soft hard balance grace total paid" |
---|
2732 | #~ msgstr "Utilizador gasto mínimo máximo saldo tolerância total pago" |
---|