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