root / pykota / trunk / po / th / pykota.po @ 3075

Revision 3075, 76.7 kB (checked in by jerome, 17 years ago)

Added the --noremote command line option to pknotify.

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