root / pykota / trunk / po / el / pykota.po @ 1852

Revision 1852, 49.9 kB (checked in by jalet, 20 years ago)

Fix in pkprinters' help

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS and LPRng
4#
5# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21#
22# PyKota translation master file.
23# Copyright (c) 2003-2004 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003-2004.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.20\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2004-10-11 14:49+0200\n"
31"PO-Revision-Date: 2004-07-28 16:35:00+0200\n"
32"Last-Translator: Spyros Melissovas <peppe@cs.uoi.gr>\n"
33"Language-Team: Greek <peppe@cs.uoi.gr>\n"
34"MIME-Version: 1.0\n"
35"Content-Type: text/plain; charset=ISO-8859-7\n"
36"Content-Transfer-Encoding: 8bit\n"
37
38#, python-format
39msgid ""
40"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
41"A tool to automate user account creation and initial balance setting.\n"
42"\n"
43"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
44"\n"
45"command line usage :\n"
46"\n"
47"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
48"  OF AN external policy IN pykota.conf\n"
49"  \n"
50"  autopykota { -i | --initbalance value } \n"
51"\n"
52"options :\n"
53"\n"
54"  -v | --version       Prints autopykota's version number then exits.\n"
55"  -h | --help          Prints this message then exits.\n"
56"  \n"
57"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
58"                       If the user already exists, actual balance is left\n"
59"                       unmodified. If unset, the default value is 0.\n"
60"                       \n"
61"This program is free software; you can redistribute it and/or modify\n"
62"it under the terms of the GNU General Public License as published by\n"
63"the Free Software Foundation; either version 2 of the License, or\n"
64"(at your option) any later version.\n"
65"\n"
66"This program is distributed in the hope that it will be useful,\n"
67"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
68"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
69"GNU General Public License for more details.\n"
70"\n"
71"You should have received a copy of the GNU General Public License\n"
72"along with this program; if not, write to the Free Software\n"
73"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
74"\n"
75"Please e-mail bugs to: %s"
76msgstr ""
77
78#, python-format
79msgid ""
80"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
81"A Print Quota editor for PyKota.\n"
82"\n"
83"command line usage :\n"
84"\n"
85"  edpykota [options] user1 user2 ... userN\n"
86"  \n"
87"  edpykota [options] group1 group2 ... groupN\n"
88"\n"
89"options :\n"
90"\n"
91"  -v | --version       Prints edpykota's version number then exits.\n"
92"  -h | --help          Prints this message then exits.\n"
93"  \n"
94"  -a | --add           Adds users and/or printers if they don't \n"
95"                       exist on the Quota Storage Server.\n"
96"                       \n"
97"  -d | --delete        Deletes users/groups from the quota storage.\n"
98"                       Printers are never deleted.\n"
99"                       \n"
100"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
101"                       for a particular printer. Job price is optional.\n"
102"                       If both are to be set, separate them with a comma.\n"
103"                       Floating point values are allowed.\n"
104"  \n"
105"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
106"                              listed, separated by commas. The groups\n"
107"                              must already exist in the Quota Storage.\n"
108"  \n"
109"  -u | --users         Edit users print quotas, this is the default.\n"
110"  \n"
111"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
112"                       use wildcards characters to select only\n"
113"                       some printers. The default value is *, meaning\n"
114"                       all printers. \n"
115"                       You can specify several names or wildcards, \n"
116"                       by separating them with commas.\n"
117"  \n"
118"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
119"                       pg1, pg2, etc... which must already exist.\n"
120"                       A printer group is just like a normal printer,\n"
121"                       only that it is usually unknown from the printing\n"
122"                       system. Create printer groups exactly the same\n"
123"                       way that you create printers, then add other \n"
124"                       printers to them with this option.\n"
125"                       Accounting is done on a printer and on all\n"
126"                       the printer groups it belongs to, quota checking\n"
127"                       is done on a printer and on all the printer groups\n"
128"                       it belongs to.\n"
129"  \n"
130"  -g | --groups        Edit users groups print quotas instead of users.\n"
131"                          \n"
132"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
133"                       print quotas\n"
134"                       \n"
135"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
136"  \n"
137"  -r | --reset         Resets the actual page counter for the user\n"
138"                       or group to zero on the specified printers. \n"
139"                       The life time page counter is kept unchanged.\n"
140"                       \n"
141"  -R | --hardreset     Resets the actual and life time page counters\n"
142"                       for the user or group to zero on the specified \n"
143"                       printers. \n"
144"                       \n"
145"  -l | --limitby l     Choose if the user/group is limited in "
146"printing                     \n"
147"                       by its account balance or by its page quota.\n"
148"                       The default value is 'quota'. Allowed values\n"
149"                       are 'quota' 'balance' 'quota-then-balance' and\n"
150"                       'balance-then-quota'.\n"
151"                       WARNING : quota-then-balance and balance-then-quota\n"
152"                       are not yet implemented.\n"
153"                       \n"
154"  -b | --balance b     Sets the user's account balance to "
155"b.                     \n"
156"                       Account balance may be increase or decreased\n"
157"                       if b is prefixed with + or -.\n"
158"                       WARNING : when decreasing account balance,\n"
159"                       the total paid so far by the user is decreased\n"
160"                       too.\n"
161"                       Groups don't have a real balance, but the\n"
162"                       sum of their users' account balance.\n"
163"                       \n"
164"  -S | --softlimit sl  Sets the quota soft limit to sl "
165"pages.                       \n"
166"  \n"
167"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
168"  \n"
169"  user1 through userN and group1 through groupN can use wildcards\n"
170"  if the --add option is not set.\n"
171"  \n"
172"examples :                              \n"
173"\n"
174"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
175"  \n"
176"  This will add users john, paul, george and ringo to the quota\n"
177"  database, and set their print quotas to the same values than user \n"
178"  jerome. User jerome must already exist.\n"
179"  User ringo's email address will also be set to 'ringo@example.com'\n"
180"  \n"
181"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
182"  \n"
183"  This will set jerome's print quota on the lp printer to a soft limit\n"
184"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
185"  printer lp doesn't exist on the Quota Storage Server then nothing is "
186"done.\n"
187"\n"
188"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
189"  \n"
190"  Same as above, but if either user jerome or printer lp doesn't exist \n"
191"  on the Quota Storage Server they are automatically added. Also\n"
192"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
193"  already exist in the Quota Storage.\n"
194"            \n"
195"  $ edpykota -g -S 500 -H 550 financial support            \n"
196"  \n"
197"  This will set print quota soft limit to 500 pages and hard limit\n"
198"  to 550 pages for groups financial and support on all printers.\n"
199"  \n"
200"  $ edpykota --reset jerome \"jo*\"\n"
201"  \n"
202"  This will reset jerome's page counter to zero on all printers, as\n"
203"  well as every user whose name begins with 'jo'.\n"
204"  Their life time page counter on each printer will be kept unchanged.\n"
205"  You can also reset the life time page counters by using the\n"
206"  --hardreset | -R command line option.\n"
207"  \n"
208"  $ edpykota --printer hpcolor --noquota jerome\n"
209"  \n"
210"  This will tell PyKota to not limit jerome when printing on the \n"
211"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
212"  accounting of the pages he prints will still be kept.\n"
213"  Print Quotas for jerome on other printers are unchanged.\n"
214"  \n"
215"  $ edpykota --limitby balance jerome\n"
216"  \n"
217"  This will tell PyKota to limit jerome by his account's balance\n"
218"  when printing.\n"
219"  \n"
220"  $ edpykota --balance +10.0 jerome\n"
221"  \n"
222"  This will increase jerome's account balance by 10.0 (in your\n"
223"  own currency). You can decrease the account balance with a\n"
224"  dash prefix, and set it to a fixed amount with no prefix.\n"
225"  \n"
226"  $ edpykota --delete jerome rachel\n"
227"  \n"
228"  This will completely delete jerome and rachel from the Quota Storage\n"
229"  database. All their quotas and jobs will be deleted too.\n"
230"  \n"
231"  $ edpykota --printer lp --charge 0.1\n"
232"  \n"
233"  This will set the page price for printer lp to 0.1. Job price\n"
234"  will not be changed.\n"
235"  \n"
236"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
237"  \n"
238"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
239"  When printing either on hplj1 or hplj2, print quota will also be \n"
240"  checked and accounted for on virtual printers Laser and HP.\n"
241"\n"
242"This program is free software; you can redistribute it and/or modify\n"
243"it under the terms of the GNU General Public License as published by\n"
244"the Free Software Foundation; either version 2 of the License, or\n"
245"(at your option) any later version.\n"
246"\n"
247"This program is distributed in the hope that it will be useful,\n"
248"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
249"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
250"GNU General Public License for more details.\n"
251"\n"
252"You should have received a copy of the GNU General Public License\n"
253"along with this program; if not, write to the Free Software\n"
254"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
255"\n"
256"Please e-mail bugs to: %s"
257msgstr ""
258
259msgid "You're not allowed to use this command."
260msgstr ""
261
262#, python-format
263msgid "Invalid softlimit value %s."
264msgstr "� ��������%s."
265
266#, python-format
267msgid "Invalid hardlimit value %s."
268msgstr "� ����� �s."
269
270#, python-format
271msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
272msgstr ""
273"� �� �%i ������������%i, ��� "
274"��
275
276#, python-format
277msgid "Invalid balance value %s"
278msgstr "� ���� ���%s"
279
280#, python-format
281msgid "Invalid charge amount value %s"
282msgstr "� ���� ��%s"
283
284#, python-format
285msgid "Invalid limitby value %s"
286msgstr "� ���� limitby %s"
287
288#, python-format
289msgid "Impossible to add printer %s"
290msgstr "����������%s"
291
292#, python-format
293msgid "Invalid printer name %s"
294msgstr "� ������� %s"
295
296#, python-format
297msgid "There's no printer matching %s"
298msgstr "������� ������%s"
299
300msgid "You have to pass user or group names on the command line"
301msgstr "������� ������ �� � �� ���
302#, python-format
303msgid "Prototype %s not found in Quota Storage for printer %s."
304msgstr "� ��%s ���������������%s."
305
306#, python-format
307msgid "Prototype object %s not found in Quota Storage."
308msgstr "� ������ %s ����������
309#, python-format
310msgid "Undefined hard limit set to soft limit (%s) on printer %s."
311msgstr ""
312"����� ��� ������%s) � ���%s."
313
314#, python-format
315msgid "Undefined soft limit set to hard limit (%s) on printer %s."
316msgstr ""
317"�������������� �%s) � ���%s."
318
319#, python-format
320msgid "Invalid email address %s"
321msgstr "� ������-mail %s"
322
323#, python-format
324msgid "Invalid group name %s"
325msgstr "� �������%s"
326
327#, python-format
328msgid "Invalid user name %s"
329msgstr "� �������s"
330
331#, python-format
332msgid "Quota not found for object %s on printer %s."
333msgstr "� ����� �����s � ���%s."
334
335#, python-format
336msgid "Group %s not found in the PyKota Storage."
337msgstr "���%s �����������Kota."
338
339msgid "incompatible options, see help."
340msgstr "������ ������."
341
342#, python-format
343msgid ""
344"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
345"An OSD quota monitor for PyKota.\n"
346"\n"
347"command line usage :\n"
348"\n"
349"  pykosd [options]\n"
350"\n"
351"options :\n"
352"\n"
353"  -v | --version       Prints pykosd's version number then exits.\n"
354"  -h | --help          Prints this message then exits.\n"
355"  \n"
356"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
357"                       triplet, for example #FF0000 is 100%% red.\n"
358"                       Defaults to 100%% green (#00FF00).\n"
359"                       \n"
360"  -d | --duration d    Sets the duration of the display in seconds. \n"
361"                       Defaults to 3 seconds.\n"
362"                       \n"
363"  -f | --font f        Sets the font to use for "
364"display.                      \n"
365"                       Defaults to the Python OSD library's default.\n"
366"  \n"
367"  -l | --loop n        Sets the number of times the info will be displayed.\n"
368"                       Defaults to 0, which means loop forever.\n"
369"                       \n"
370"  -s | --sleep s       Sets the sleeping duration between two displays \n"
371"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
372"                       \n"
373"  \n"
374"examples :                              \n"
375"\n"
376"  $ pykosd -s 60 --loop 5\n"
377"  \n"
378"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
379"  and will last for 3 seconds (the default) each time. After five\n"
380"  iterations, the program will exit.\n"
381"  \n"
382"This program is free software; you can redistribute it and/or modify\n"
383"it under the terms of the GNU General Public License as published by\n"
384"the Free Software Foundation; either version 2 of the License, or\n"
385"(at your option) any later version.\n"
386"\n"
387"This program is distributed in the hope that it will be useful,\n"
388"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
389"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
390"GNU General Public License for more details.\n"
391"\n"
392"You should have received a copy of the GNU General Public License\n"
393"along with this program; if not, write to the Free Software\n"
394"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
395"\n"
396"Please e-mail bugs to: %s"
397msgstr ""
398
399#, python-format
400msgid "Invalid duration option %s"
401msgstr "� ���������%s"
402
403#, python-format
404msgid "Invalid loop option %s"
405msgstr "� ����������"
406
407#, python-format
408msgid "Invalid sleep option %s"
409msgstr "� ��������� %s"
410
411#, python-format
412msgid "Invalid color option %s"
413msgstr "� ���������"
414
415#, python-format
416msgid "User %s doesn't exist in PyKota's database"
417msgstr "���%s � ���������Kota"
418
419#, python-format
420msgid "Pages used on %s : %s"
421msgstr "��� �� � %s : %s"
422
423#, python-format
424msgid "PyKota Units left : %.2f"
425msgstr "���PyKota ���� : %.2f"
426
427#, python-format
428msgid ""
429"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
430"\n"
431"Sends mail to users over print quota.\n"
432"\n"
433"command line usage :\n"
434"\n"
435"  warnpykota  [options]  [names]\n"
436"\n"
437"options :\n"
438"\n"
439"  -v | --version       Prints warnpykota's version number then exits.\n"
440"  -h | --help          Prints this message then exits.\n"
441"  \n"
442"  -u | --users         Warns users over their print quota, this is the \n"
443"                       default.\n"
444"  \n"
445"  -g | --groups        Warns users whose groups quota are over limit.\n"
446"  \n"
447"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
448"                       use wildcards characters to select only\n"
449"                       some printers. The default value is *, meaning\n"
450"                       all printers.\n"
451"                       You can specify several names or wildcards, \n"
452"                       by separating them with commas.\n"
453"  \n"
454"examples :                              \n"
455"\n"
456"  $ warnpykota --printer lp\n"
457"  \n"
458"  This will warn all users of the lp printer who have exceeded their\n"
459"  print quota.\n"
460"\n"
461"  $ warnpykota \n"
462"  \n"
463"  This will warn all users  who have exceeded their print quota on\n"
464"  any printer.\n"
465"\n"
466"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
467"  \n"
468"  This will warn all users of groups which names begins with \"dev\" and\n"
469"  who have exceeded their print quota on any printer which name begins \n"
470"  with \"laserjet\"\n"
471"  \n"
472"  If launched by an user who is not a PyKota administrator, additionnal\n"
473"  arguments representing users or groups names are ignored, and only the\n"
474"  current user/group is reported.\n"
475"\n"
476"This program is free software; you can redistribute it and/or modify\n"
477"it under the terms of the GNU General Public License as published by\n"
478"the Free Software Foundation; either version 2 of the License, or\n"
479"(at your option) any later version.\n"
480"\n"
481"This program is distributed in the hope that it will be useful,\n"
482"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
483"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
484"GNU General Public License for more details.\n"
485"\n"
486"You should have received a copy of the GNU General Public License\n"
487"along with this program; if not, write to the Free Software\n"
488"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
489"\n"
490"Please e-mail bugs to: %s"
491msgstr ""
492
493msgid "Job contains no data. Printing is denied."
494msgstr "����������� �������
495
496msgid "Job accounting begins."
497msgstr "�����������
498msgid "Job accounting ends."
499msgstr "����������
500msgid "Job size forced to 0 because printing is denied."
501msgstr "� ���������� �� ������"
502
503#, python-format
504msgid "Job size : %i"
505msgstr "������: %i"
506
507#, python-format
508msgid "Updating user %s's quota on printer %s"
509msgstr "��� �����s � ���%s"
510
511msgid "Job added to history."
512msgstr "������� ����"
513
514#, python-format
515msgid "File number %s unregistered twice from polling object, ignored."
516msgstr ""
517"� �� ��� %s ��� � �������
518"��������
519#, python-format
520msgid "SIGTERM was sent to real backend %s (pid: %s)"
521msgstr "SIGTERM ��� ���� �� %s (pid: %s)"
522
523#, python-format
524msgid "CUPS backend %s died abnormally."
525msgstr "��� CUPS %s �������
526
527#, python-format
528msgid ""
529"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
530"\n"
531"Dumps PyKota database's content.\n"
532"\n"
533"command line usage :\n"
534"\n"
535"  dumpykota [options] \n"
536"\n"
537"options :\n"
538"\n"
539"  -v | --version       Prints dumpykota's version number then exits.\n"
540"  -h | --help          Prints this message then exits.\n"
541"  \n"
542"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
543"                       \n"
544"                         - history : dumps the jobs history.\n"
545"                         - users : dumps users.\n"
546"                         - groups : dumps user groups.\n"
547"                         - printers : dump printers.\n"
548"                         - upquotas : dump user quotas.\n"
549"                         - gpquotas : dump user groups quotas.\n"
550"                         - payments : dumps user payments.\n"
551"                         - pmembers : dumps printer groups members.\n"
552"                         - umembers : dumps user groups members.\n"
553"                         \n"
554"                       NB : the -d | --data command line option   \n"
555"                       is MANDATORY.\n"
556"  \n"
557"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
558"                       the format is to dump datas in the csv format (comma\n"
559"                       separated values). All data dumped is between double\n"
560"                       quotes. Allowed formats are :\n"
561"                       \n"
562"                         - csv : separate datas with commas\n"
563"                         - ssv : separate datas with semicolons\n"
564"                         - tsv : separate datas with tabs\n"
565"                         - xml : dump data as XML\n"
566"                         \n"
567"  -o | --output fname  All datas will be dumped to the file instead of\n"
568"                       to the standard output. The special '-' filename\n"
569"                       is the default value and means stdout.\n"
570"                       WARNING : existing files are truncated !\n"
571"  \n"
572"Examples :\n"
573"\n"
574"  $ dumpykota --data history --format csv >myfile.csv\n"
575"  \n"
576"  This dumps the history in a comma separated values file, for possible\n"
577"  use in a spreadsheet.\n"
578"  \n"
579"  $ dumpykota --data users --format xml -o users.xml\n"
580"  \n"
581"  Dumps all users datas to the users.xml file.\n"
582"  \n"
583"This program is free software; you can redistribute it and/or modify\n"
584"it under the terms of the GNU General Public License as published by\n"
585"the Free Software Foundation; either version 2 of the License, or\n"
586"(at your option) any later version.\n"
587"\n"
588"This program is distributed in the hope that it will be useful,\n"
589"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
590"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
591"GNU General Public License for more details.\n"
592"\n"
593"You should have received a copy of the GNU General Public License\n"
594"along with this program; if not, write to the Free Software\n"
595"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
596"\n"
597"Please e-mail bugs to: %s"
598msgstr ""
599
600#, python-format
601msgid "Invalid modifier [%s] for --data command line option, see help."
602msgstr ""
603
604#, python-format
605msgid "Invalid modifier [%s] for --format command line option, see help."
606msgstr ""
607
608msgid "XML output is disabled because the jaxml module is not available."
609msgstr ""
610
611msgid "PyKota data dumper failed : I/O error"
612msgstr ""
613
614msgid "The -d | --data command line option is mandatory, see help."
615msgstr ""
616
617msgid "Too many arguments, see help."
618msgstr ""
619
620msgid "Software accounting already done in first pass. Ignoring."
621msgstr "���������� ���� �� ���."
622
623msgid "Hardware accounting already done in first pass. Ignoring."
624msgstr "��������� ���� �� ���."
625
626#, python-format
627msgid ""
628"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
629"A tool to give hints on what accounting method is best for each printer.\n"
630"\n"
631"command line usage :\n"
632"\n"
633"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
634"\n"
635"options :\n"
636"\n"
637"  -v | --version       Prints pkhint's version number then exits.\n"
638"  -h | --help          Prints this message then exits.\n"
639"  \n"
640"examples :                              \n"
641"\n"
642"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
643"  \n"
644"  Will analyze your printing system to test which accounter\n"
645"  is the best for each of the defined printer which\n"
646"  name matches one of the parameters.\n"
647"  \n"
648"  If you don't pass any argument on the command line, all\n"
649"  printers will be analyzed.\n"
650"  \n"
651"This program is free software; you can redistribute it and/or modify\n"
652"it under the terms of the GNU General Public License as published by\n"
653"the Free Software Foundation; either version 2 of the License, or\n"
654"(at your option) any later version.\n"
655"\n"
656"This program is distributed in the hope that it will be useful,\n"
657"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
658"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
659"GNU General Public License for more details.\n"
660"\n"
661"You should have received a copy of the GNU General Public License\n"
662"along with this program; if not, write to the Free Software\n"
663"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
664"\n"
665"Please e-mail bugs to: %s"
666msgstr ""
667
668#, python-format
669msgid "Invalid DeviceURI : %s"
670msgstr "� ���RI ���s"
671
672msgid ""
673"\n"
674"Please wait while pkhint analyzes your printing system's configuration..."
675msgstr ""
676"\n"
677"������ � pkhint ������� �����"���..."
678
679#, python-format
680msgid "Unknown device %s for printer %s"
681msgstr "����� %s � ����%s"
682
683msgid ""
684"\n"
685"Put the following lines into your /etc/pykota/pykota.conf file :\n"
686msgstr ""
687"\n"
688"������� ������etc/pykota/pykota.conf :\n"
689
690msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
691msgstr "# ����: �������� ��������
692
693msgid "# that hardware accounting wouldn't work, this only means that PyKota"
694msgstr "# ������ ������ ��� PyKota"
695
696msgid "# wasn't able to autodetect which hardware accounting method to use."
697msgstr "# ��� ������� �������, python-format
698msgid ""
699"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
700"A Printers Manager for PyKota.\n"
701"\n"
702"command line usage :\n"
703"\n"
704"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
705"\n"
706"options :\n"
707"\n"
708"  -v | --version       Prints pkprinters's version number then exits.\n"
709"  -h | --help          Prints this message then exits.\n"
710"  \n"
711"  -a | --add           Adds printers if they don't exist on the Quota \n"
712"                       Storage Server. If they exist, they are modified\n"
713"                       unless -s|--skipexisting is also used.\n"
714"                       \n"
715"  -d | --delete        Deletes printers from the quota storage.\n"
716"  \n"
717"  -D | --description d Adds a textual description to printers.\n"
718"                       \n"
719"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
720"                       Job price is optional.\n"
721"                       If both are to be set, separate them with a comma.\n"
722"                       Floating point and negative values are allowed.\n"
723"  \n"
724"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
725"                       groups pg1, pg2, etc... which must already exist.\n"
726"                       A printer group is just like a normal printer,\n"
727"                       only that it is usually unknown from the printing\n"
728"                       system. Create printer groups exactly the same\n"
729"                       way that you create printers, then add other \n"
730"                       printers to them with this option.\n"
731"                       Accounting is done on a printer and on all\n"
732"                       the printer groups it belongs to, quota checking\n"
733"                       is done on a printer and on all the printer groups\n"
734"                       it belongs to.\n"
735"                       If the --remove option below is not used, the \n"
736"                       default action is to add printers to the specified\n"
737"                       printer groups.\n"
738"                       \n"
739"  -l | --list          List informations about the printer(s) and the\n"
740"                       printers groups it is a member of.\n"
741"                       \n"
742"  -r | --remove        In combination with the --groups option "
743"above,                       \n"
744"                       remove printers from the specified printers groups.\n"
745"                       \n"
746"  -s | --skipexisting  In combination with the --add option above, tells\n"
747"                       pkprinters to not modify existing printers.\n"
748"  \n"
749"  printer1 through printerN can contain wildcards if the --add option \n"
750"  is not set.\n"
751"  \n"
752"examples :                              \n"
753"\n"
754"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
755"hp8000\n"
756"  \n"
757"  Will create three printers named hp2100, hp2200 and hp8000.\n"
758"  Their price per page will be set at 0.05 unit, and their price\n"
759"  per job will be set at 0.1 unit. Units are in your own currency,\n"
760"  or whatever you want them to mean.\n"
761"  All of their descriptions will be set to the string \"HP Printer\".\n"
762"  If any of these printers already exists, it will also be modified \n"
763"  unless the -s|--skipexisting command line option is also used.\n"
764"            \n"
765"  $ pkprinters --delete \"*\"\n"
766"  \n"
767"  This will completely delete all printers and associated quota "
768"information,\n"
769"  as well as their job history. USE WITH CARE !\n"
770"  \n"
771"  $ pkprinters --groups Laser,HP \"hp*\"\n"
772"  \n"
773"  This will put all printers which name matches \"hp*\" into printers "
774"groups \n"
775"  Laser and HP, which MUST already exist.\n"
776"  \n"
777"  $ pkprinters --groups LexMark --remove hp2200\n"
778"  \n"
779"  This will remove the hp2200 printer from the LexMark printer group.\n"
780"  \n"
781"This program is free software; you can redistribute it and/or modify\n"
782"it under the terms of the GNU General Public License as published by\n"
783"the Free Software Foundation; either version 2 of the License, or\n"
784"(at your option) any later version.\n"
785"\n"
786"This program is distributed in the hope that it will be useful,\n"
787"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
788"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
789"GNU General Public License for more details.\n"
790"\n"
791"You should have received a copy of the GNU General Public License\n"
792"along with this program; if not, write to the Free Software\n"
793"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
794"\n"
795"Please e-mail bugs to: %s"
796msgstr ""
797
798#, python-format
799msgid "Printer %s already exists, skipping."
800msgstr "���� %s �������
801#, python-format
802msgid "Printer %s already exists, will be modified."
803msgstr "���� %s ���������"
804
805msgid "in"
806msgstr "�
807msgid "You have to pass printer groups names on the command line"
808msgstr "������� ���������� ���
809msgid "You have to pass printer names on the command line"
810msgstr "������� ������������
811#, python-format
812msgid ""
813"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
814"\n"
815"Gives print quotes to users.\n"
816"\n"
817"command line usage :\n"
818"\n"
819"  pykotme  [options]  [files]\n"
820"\n"
821"options :\n"
822"\n"
823"  -v | --version       Prints pykotme's version number then exits.\n"
824"  -h | --help          Prints this message then exits.\n"
825"  \n"
826"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
827"                       use wildcards characters to select only\n"
828"                       some printers. The default value is *, meaning\n"
829"                       all printers.\n"
830"                       You can specify several names or wildcards, \n"
831"                       by separating them with commas.\n"
832"  \n"
833"examples :                              \n"
834"\n"
835"  $ pykotme --printer apple file1.ps file2.ps\n"
836"  \n"
837"  This will give a print quote to the current user. The quote will show\n"
838"  the price and size of a job consisting in file1.ps and file2.ps \n"
839"  which would be sent to the apple printer.\n"
840"  \n"
841"  $ pykotme --printer apple,hplaser <file1.ps\n"
842"  \n"
843"  This will give a print quote to the current user. The quote will show\n"
844"  the price and size of a job consisting in file1.ps as read from\n"
845"  standard input, which would be sent to the apple or hplaser\n"
846"  printer.\n"
847"\n"
848"  $ pykotme \n"
849"  \n"
850"  This will give a quote for a job consisting of what is on standard \n"
851"  input. The quote will list the job size, and the price the job\n"
852"  would cost on each printer.\n"
853"\n"
854"This program is free software; you can redistribute it and/or modify\n"
855"it under the terms of the GNU General Public License as published by\n"
856"the Free Software Foundation; either version 2 of the License, or\n"
857"(at your option) any later version.\n"
858"\n"
859"This program is distributed in the hope that it will be useful,\n"
860"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
861"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
862"GNU General Public License for more details.\n"
863"\n"
864"You should have received a copy of the GNU General Public License\n"
865"along with this program; if not, write to the Free Software\n"
866"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
867"\n"
868"Please e-mail bugs to: %s"
869msgstr ""
870
871#, python-format
872msgid "Your account balance : %.2f"
873msgstr "� ���������: %.2f"
874
875#, python-format
876msgid "Job size : %i pages"
877msgstr "������: %i ��"
878
879#, python-format
880msgid "Cost on printer %s : %.2f"
881msgstr "��� ���%s : %.2f"
882
883#, python-format
884msgid ""
885"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
886"\n"
887"Generates print quota reports.\n"
888"\n"
889"command line usage :\n"
890"\n"
891"  repykota [options] \n"
892"\n"
893"options :\n"
894"\n"
895"  -v | --version       Prints repykota's version number then exits.\n"
896"  -h | --help          Prints this message then exits.\n"
897"  \n"
898"  -u | --users         Generates a report on users quota, this is \n"
899"                       the default.\n"
900"  \n"
901"  -g | --groups        Generates a report on group quota instead of users.\n"
902"  \n"
903"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
904"                       use wildcards characters to select only\n"
905"                       some printers. The default value is *, meaning\n"
906"                       all printers.\n"
907"                       You can specify several names or wildcards, \n"
908"                       by separating them with commas.\n"
909"  \n"
910"examples :                              \n"
911"\n"
912"  $ repykota --printer lp\n"
913"  \n"
914"  This will print the quota status for all users who use the lp printer.\n"
915"\n"
916"  $ repykota \n"
917"  \n"
918"  This will print the quota status for all users on all printers.\n"
919"  \n"
920"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
921"  \n"
922"  This will print the quota status for user jerome and all users\n"
923"  whose name begins with \"jo\" on all printers which name begins\n"
924"  with \"laser\" or ends with \"pson\".\n"
925"  \n"
926"  If launched by an user who is not a PyKota administrator, additionnal\n"
927"  arguments representing users or groups names are ignored, and only the\n"
928"  current user/group is reported.\n"
929"\n"
930"This program is free software; you can redistribute it and/or modify\n"
931"it under the terms of the GNU General Public License as published by\n"
932"the Free Software Foundation; either version 2 of the License, or\n"
933"(at your option) any later version.\n"
934"\n"
935"This program is distributed in the hope that it will be useful,\n"
936"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
937"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
938"GNU General Public License for more details.\n"
939"\n"
940"You should have received a copy of the GNU General Public License\n"
941"along with this program; if not, write to the Free Software\n"
942"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
943"\n"
944"Please e-mail bugs to: %s"
945msgstr ""
946
947#, python-format
948msgid "Unsupported accounter backend %s"
949msgstr "� ���� �� ���� %s"
950
951#, python-format
952msgid "Configuration file %s not found."
953msgstr "� �������� %s."
954
955#, python-format
956msgid "Option %s not found in section global of %s"
957msgstr "����%s ������� global �%s"
958
959#, python-format
960msgid "Option %s not found in section %s of %s"
961msgstr "����%s ������� %s �%s"
962
963#, python-format
964msgid "Option logger only supports values in %s"
965msgstr "����logger ��� �����"
966
967#, python-format
968msgid "Invalid accounter %s for printer %s"
969msgstr "� �������� � ����%s"
970
971#, python-format
972msgid "Option accounter in section %s only supports values in %s"
973msgstr ""
974"�������� � �� %s ��� �����"
975
976#, python-format
977msgid "Option enforcement in section %s only supports values in %s"
978msgstr "����enforcement � �� %s ��� �����"
979
980#, python-format
981msgid "Option onaccountererror in section %s only supports values in %s"
982msgstr ""
983
984#, python-format
985msgid "Invalid policy %s for printer %s"
986msgstr "� ����� %s � ����%s"
987
988#, python-format
989msgid "Option policy in section %s only supports values in %s"
990msgstr "����policy � �� %s ��� �����"
991
992#, python-format
993msgid "Invalid option mailto %s for printer %s"
994msgstr "� ������mailto %s � ����%s"
995
996#, python-format
997msgid "Option mailto in section %s only supports values in %s"
998msgstr "����mailto � ��  %s ��� �����"
999
1000#, python-format
1001msgid "Invalid grace delay %s"
1002msgstr "� ��������"
1003
1004#, python-format
1005msgid "Invalid poor man's threshold %s"
1006msgstr "� �����poor man's %s"
1007
1008msgid ""
1009"Your Print Quota account balance is Low.\n"
1010"Soon you'll not be allowed to print anymore.\n"
1011"Please contact the Print Quota Administrator to solve the problem."
1012msgstr ""
1013"� ��������� �����\n"
1014"������������ ��n"
1015"�����������������."
1016
1017#, python-format
1018msgid ""
1019"You are not allowed to print anymore because\n"
1020"your Print Quota is exceeded on printer %s."
1021msgstr ""
1022"��������������n"
1023"�� �� ����� �� ���%s."
1024
1025#, python-format
1026msgid ""
1027"You will soon be forbidden to print anymore because\n"
1028"your Print Quota is almost reached on printer %s."
1029msgstr ""
1030"������������� ��"
1031"�� ����������� ���%s."
1032
1033#, python-format
1034msgid "Unsupported logging subsystem %s"
1035msgstr "� ���� �� ����"
1036
1037#, python-format
1038msgid "Report for %s quota on printer %s"
1039msgstr "�����s � ���%s"
1040
1041#, python-format
1042msgid "Pages grace time: %i days"
1043msgstr "�������: %i ��
1044
1045#, python-format
1046msgid "Price per job: %.3f"
1047msgstr "��� ���%.3f"
1048
1049#, python-format
1050msgid "Price per page: %.3f"
1051msgstr "��� �� %.3f"
1052
1053msgid ""
1054"Group           used    soft    hard    balance grace         total       "
1055"paid"
1056msgstr ""
1057"���         �� �� �� �����       ��     "
1058"��"
1059
1060msgid ""
1061"User            used    soft    hard    balance grace         total       "
1062"paid"
1063msgstr ""
1064"���        �� �� �� �����       ��     "
1065"��"
1066
1067msgid "unknown"
1068msgstr "���
1069#, python-format
1070msgid "Real : %s"
1071msgstr "����: %s"
1072
1073#, python-format
1074msgid "Total : %9i"
1075msgstr "��� %9i"
1076
1077#, python-format
1078msgid "Unsupported reporter backend %s"
1079msgstr "� ���� �� ���s"
1080
1081#, python-format
1082msgid "Unsupported quota storage backend %s"
1083msgstr "� ���� �� ����%s"
1084
1085#, python-format
1086msgid "Impossible to connect to SMTP server : %s"
1087msgstr "���� ����� SMTP : %s"
1088
1089#, python-format
1090msgid "Impossible to send mail to %s, error %s : %s"
1091msgstr "����� e-mail � %s, ��%s : %s"
1092
1093#, python-format
1094msgid ""
1095"\n"
1096"\n"
1097"Please contact your system administrator :\n"
1098"\n"
1099"\t%s - <%s>\n"
1100msgstr ""
1101"\n"
1102"\n"
1103"������������������n"
1104"\n"
1105"\t%s - <%s>\n"
1106
1107#, python-format
1108msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1109msgstr ""
1110"������s � ���%s, ����� ���s)"
1111
1112#, python-format
1113msgid ""
1114"Unable to find user %s's account balance, applying default policy (%s) for "
1115"printer %s"
1116msgstr ""
1117"�����������s, ����� ���s)"
1118"� ����%s"
1119
1120#, python-format
1121msgid "Print Quota exceeded for group %s on printer %s"
1122msgstr "����� ��� � ���%s � ���%s"
1123
1124msgid "Print Quota"
1125msgstr "�����"
1126
1127msgid "Print Quota Exceeded"
1128msgstr "����� ���"
1129
1130#, python-format
1131msgid "Print Quota low for group %s on printer %s"
1132msgstr "������������%s � ���%s"
1133
1134#, python-format
1135msgid "Print Quota exceeded for user %s on printer %s"
1136msgstr "����� ��� � ���s � ���%s"
1137
1138#, python-format
1139msgid "Print Quota low for user %s on printer %s"
1140msgstr "������������s � ���%s"
1141
1142msgid "Print Quota Low"
1143msgstr "��������#, python-format
1144msgid "Printing system %s, args=%s"
1145msgstr "������, ���%s"
1146
1147#, python-format
1148msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1149msgstr "�� ����� ���������PDL : %s"
1150
1151#, python-format
1152msgid "SIGTERM received, job %s cancelled."
1153msgstr "SIGTERM �� �� ���%s."
1154
1155msgid "Printer hostname undefined, set to 'localhost'"
1156msgstr "��������� ��localhost'"
1157
1158#, python-format
1159msgid "Printing system unknown, args=%s"
1160msgstr "����� ���, ���%s"
1161
1162#, python-format
1163msgid ""
1164"Printer %s not registered in the PyKota system, applying external policy (%"
1165"s) for printer %s"
1166msgstr ""
1167"���� %s � ������ ��� PyKota, ���"
1168"��� ���s) � ����%s"
1169
1170#, python-format
1171msgid ""
1172"User %s not registered in the PyKota system, applying external policy (%s) "
1173"for printer %s"
1174msgstr ""
1175"���%s � ������ ��� PyKota, ������ "
1176"���s) � ����%s"
1177
1178#, python-format
1179msgid ""
1180"User %s doesn't have quota on printer %s in the PyKota system, applying "
1181"external policy (%s) for printer %s"
1182msgstr ""
1183"���%s � �������%s ��� PyKota, ���"
1184"��� ���s) � ����%s"
1185
1186#, python-format
1187msgid ""
1188"External policy %s for printer %s produced an error. Job rejected. Please "
1189"check PyKota's configuration files."
1190msgstr ""
1191"������ %s � ����%s ������� "
1192"��� ����������� �PyKota."
1193
1194#, python-format
1195msgid ""
1196"Printer %s not registered in the PyKota system, applying default policy (%s)"
1197msgstr ""
1198"���� %s � ������ ��� PyKota, ����� "
1199"���s)"
1200
1201#, python-format
1202msgid ""
1203"User %s not registered in the PyKota system, applying default policy (%s) "
1204"for printer %s"
1205msgstr ""
1206"���%s � ������ ��� PyKota, ����� "
1207"���s) � ����%s"
1208
1209#, python-format
1210msgid ""
1211"User %s doesn't have quota on printer %s in the PyKota system, applying "
1212"default policy (%s)"
1213msgstr ""
1214"���%s � �������%s ��� PyKota, ���"
1215"�� ���s)"
1216
1217#, python-format
1218msgid ""
1219"Printer %s still not registered in the PyKota system, job will be rejected"
1220msgstr ""
1221"���� %s � �������� ��� PyKota, ��� "
1222"����"
1223
1224#, python-format
1225msgid ""
1226"User %s still not registered in the PyKota system, job will be rejected on "
1227"printer %s"
1228msgstr ""
1229"���%s � �������� ��� PyKota, ��� �"
1230"��� � ���%s"
1231
1232#, python-format
1233msgid ""
1234"User %s still doesn't have quota on printer %s in the PyKota system, job "
1235"will be rejected"
1236msgstr ""
1237"���%s � ���������%s ��� PyKota, �
1238"�������
1239
1240#, python-format
1241msgid ""
1242"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1243"double check /etc/pykota/pykota.conf : %s"
1244msgstr ""
1245"������� ������� ��������. "
1246"�����������etc/pykota/pykota.conf : %s"
1247
1248#, python-format
1249msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1250msgstr "���� �%s(%s) � %s(��%s) � ������"
1251
1252#, python-format
1253msgid "Problem adding LDAP entry (%s, %s)"
1254msgstr "������������LDAP (%s, %s)"
1255
1256#, python-format
1257msgid "Problem deleting LDAP entry (%s)"
1258msgstr "������������LDAP (%s)"
1259
1260#, python-format
1261msgid "Problem modifying LDAP entry (%s, %s)"
1262msgstr "�������������LDAP (%s, %s)"
1263
1264#, python-format
1265msgid ""
1266"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1267"entries manually ?"
1268msgstr ""
1269
1270#, python-format
1271msgid ""
1272"Unable to find an existing objectClass %s entry with %s=%s to attach "
1273"pykotaAccount objectClass"
1274msgstr ""
1275"�������objectClass %s ���� %s=%s � ���
1276"pykotaAccount objectClass"
1277
1278#, python-format
1279msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1280msgstr ""
1281"����������������ykotaGroup "
1282"objectclass %s"
1283
1284msgid "Totals may be inaccurate if some users are members of several groups."
1285msgstr ""
1286"� �����������������������
1287"��."
1288
1289#, python-format
1290msgid "Network error while doing SNMP queries on printer %s : %s"
1291msgstr ""
1292
1293#, python-format
1294msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1295msgstr ""
1296
1297#, python-format
1298msgid "Waiting for printer %s to be idle or printing..."
1299msgstr ""
1300
1301#, python-format
1302msgid "Waiting for printer %s's idle status to stabilize..."
1303msgstr ""
1304
1305#, python-format
1306msgid "Problem during connection to %s:%s : %s"
1307msgstr ""
1308
1309#, python-format
1310msgid "Problem while sending PJL query to %s:%s : %s"
1311msgstr ""
1312
1313#, python-format
1314msgid "A problem occured while reading printer %s's internal page counter."
1315msgstr ""
1316
1317#, python-format
1318msgid "Retrieving printer %s's page counter from database instead."
1319msgstr ""
1320
1321#, python-format
1322msgid ""
1323"Couldn't retrieve printer %s's internal page counter either before or after "
1324"printing."
1325msgstr ""
1326
1327#, python-format
1328msgid "Job's size forced to 1 page for printer %s."
1329msgstr ""
1330
1331#, python-format
1332msgid "No previous job in database for printer %s."
1333msgstr ""
1334
1335#, python-format
1336msgid "Inconsistent values for printer %s's internal page counter."
1337msgstr ""
1338
1339msgid ""
1340"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
1341"download it from http://pysnmp.sourceforge.net"
1342msgstr ""
1343
1344#, python-format
1345msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1346msgstr "����� ����HARDWARE(%s) � ����%s"
1347
1348#, python-format
1349msgid "Launching HARDWARE(%s)..."
1350msgstr "���ARDWARE(%s)..."
1351
1352#, python-format
1353msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1354msgstr "SIGTERM ��� ����� ��%s (pid: %s)"
1355
1356#, python-format
1357msgid "Line [%s] skipped in accounter's output. Trying again..."
1358msgstr ""
1359
1360#, python-format
1361msgid "Hardware accounter %s exit code is %s"
1362msgstr ""
1363
1364#, python-format
1365msgid "Unable to query printer %s via HARDWARE(%s)"
1366msgstr "������ �����s ��DWARE(%s)"
1367
1368#, python-format
1369msgid ""
1370"SNMP querying stage interrupted. Using latest value seen for internal page "
1371"counter (%s) on printer %s."
1372msgstr ""
1373
1374#, python-format
1375msgid ""
1376"PJL querying stage interrupted. Using latest value seen for internal page "
1377"counter (%s) on printer %s."
1378msgstr ""
1379
1380#, python-format
1381msgid "Launching SOFTWARE(%s)..."
1382msgstr "���OFTWARE(%s)..."
1383
1384#, python-format
1385msgid "Unable to compute job size with accounter %s"
1386msgstr "�� ���� ��������� %s"
1387
1388#, python-format
1389msgid "Problem while waiting for software accounter pid %s to exit : %s"
1390msgstr ""
1391"������������ ����� ����%s : %s"
1392
1393#, python-format
1394msgid "Software accounter %s exit code is %s"
1395msgstr "�� �� ����� ������%s"
1396
1397msgid "PyKota Reports"
1398msgstr "���PyKota"
1399
1400msgid "Report"
1401msgstr "���
1402msgid "User / Group names mask"
1403msgstr "�������� ���
1404
1405msgid "Groups report"
1406msgstr "�����msgid "History"
1407msgstr "���
1408
1409msgid "Empty"
1410msgstr "���
1411msgid "Date"
1412msgstr "����"
1413
1414msgid "Action"
1415msgstr "����
1416msgid "User"
1417msgstr "���
1418
1419msgid "Printer"
1420msgstr "���
1421
1422msgid "Hostname"
1423msgstr "����
1424
1425msgid "JobId"
1426msgstr "���"
1427
1428msgid "JobSize"
1429msgstr "���
1430
1431msgid "JobPrice"
1432msgstr "��
1433
1434msgid "Copies"
1435msgstr "���"
1436
1437msgid "JobBytes"
1438msgstr "���
1439
1440msgid "PageCounter"
1441msgstr "�����"
1442
1443msgid "Title"
1444msgstr "��"
1445
1446msgid "Filename"
1447msgstr "�����
1448
1449msgid "Options"
1450msgstr "���"
1451
1452msgid "Previous page"
1453msgstr "���� ��
1454
1455msgid "Please click on the above button"
1456msgstr ""
Note: See TracBrowser for help on using the browser.