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

Revision 2937, 76.0 kB (checked in by jerome, 18 years ago)

pkusers now supports the --email command line option.

  • 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 | --notify              Tells pknotify to send an informational "
1086"message\n"
1087"                             to the end user.\n"
1088"                             \n"
1089"  -q | --quit                Tells pknotify to send a message asking the\n"
1090"                             PyKotIcon application to exit. This option can\n"
1091"                             be combined with the other ones to make "
1092"PyKotIcon\n"
1093"                             exit after having sent the answer from the "
1094"dialog.\n"
1095"                             \n"
1096"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1097"if\n"
1098"                             it comes past T seconds after the dialog box "
1099"being\n"
1100"                             opened. The default value is 0 seconds, which \n"
1101"                             tells pknotify to wait indefinitely.\n"
1102"                             Use this option to avoid having an user who\n"
1103"                             leaved his computer stall a whole print queue.\n"
1104"                             \n"
1105"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1106"\n"
1107"  arguments :             \n"
1108"  \n"
1109"    -a | --ask : Several arguments are accepted, of the form\n"
1110"                 \"label:varname:defaultvalue\". The result will\n"
1111"                 be printed to stdout in the following format :\n"
1112"                 VAR1NAME=VAR1VALUE\n"
1113"                 VAR2NAME=VAR2VALUE\n"
1114"                 ...\n"
1115"                 If the dialog was cancelled, nothing will be\n"
1116"                 printed. If one of the varname is 'password'\n"
1117"                 then this field is asked as a password (you won't\n"
1118"                 see what you type in), and is NOT printed. Although\n"
1119"                 it is not printed, it will be used to check if\n"
1120"                 authentication is valid if you specify --checkauth.\n"
1121"                 \n"
1122"    -c | --confirm : A single argument is expected, representing the\n"
1123"                     message to display. If the dialog is confirmed\n"
1124"                     then pknotify will print OK, else CANCEL.\n"
1125"                     \n"
1126"    -n | --notify : A single argument is expected, representing "
1127"the                 \n"
1128"                    message to display. In this case pknotify will\n"
1129"                    always print OK.\n"
1130"                    \n"
1131"examples :                    \n"
1132"\n"
1133"  pknotify -d client:7654 --confirm \"This job costs :\n"
1134"10 credits !\"\n"
1135"  \n"
1136"  Would display the cost of a print job and asks for confirmation.\n"
1137"  \n"
1138"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1139"           --checkauth --ask \"Your name:username:\" \"Your password:"
1140"password:\"\n"
1141"           \n"
1142"  Asks an username and password, and checks if they are valid.         \n"
1143"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1144"  only set if you launch pknotify from cupspykota through a directive\n"
1145"  in ~pykota/pykota.conf\n"
1146"  \n"
1147"  The TCP port you'll use must be reachable on the client from the\n"
1148"  print server.\n"
1149msgstr ""
1150
1151msgid "You MUST install PyPAM for this functionnality to work !"
1152msgstr ""
1153
1154#, python-format
1155msgid "Authentication error for user %s : %s"
1156msgstr ""
1157
1158#, python-format
1159msgid "Internal error : can't authenticate user %s"
1160msgstr ""
1161
1162#, python-format
1163msgid "Password correct for user %s"
1164msgstr ""
1165
1166#, python-format
1167msgid ""
1168"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1169"cancelled."
1170msgstr ""
1171
1172msgid "Connection error"
1173msgstr ""
1174
1175msgid "some options are mandatory, see help."
1176msgstr ""
1177
1178msgid "some options require arguments, see help."
1179msgstr ""
1180
1181#, python-format
1182msgid ""
1183"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1184"\n"
1185"An Users and Groups Manager for PyKota.\n"
1186"\n"
1187"command line usage :\n"
1188"\n"
1189"  pkusers [options] user1 user2 user3 ... userN\n"
1190"  \n"
1191"or :  \n"
1192"\n"
1193"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1194"\n"
1195"options :\n"
1196"\n"
1197"  -v | --version       Prints pkusers's version number then exits.\n"
1198"  -h | --help          Prints this message then exits.\n"
1199"  \n"
1200"  -a | --add           Adds users if they don't exist on the database.\n"
1201"                       If they exist, they are modified unless\n"
1202"                       -s|--skipexisting is also used.\n"
1203"                       \n"
1204"  -d | --delete        Deletes users from the quota storage.\n"
1205"\n"
1206"  -e | --email addr    Sets the email address for the users.\n"
1207"                       If the addr parameter begins with @, then\n"
1208"                       the username is prepended to addr to form\n"
1209"                       a valid email address.\n"
1210"\n"
1211"  -D | --description d Adds a textual description to users or groups.\n"
1212"                       \n"
1213"  -g | --groups        Edit users groups instead of users.\n"
1214"                          \n"
1215"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1216"                       when computing the cost of a print job. Positive or \n"
1217"                       negative floating point values are allowed,\n"
1218"                       this allows you to do some really creative\n"
1219"                       things like giving money to an user whenever\n"
1220"                       he prints. The number of pages in a print job\n"
1221"                       is not modified by this coefficient, only the\n"
1222"                       cost of the job for a particular user.\n"
1223"                       Only users have such a coefficient.\n"
1224"  \n"
1225"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1226"                              listed, separated by commas. The groups\n"
1227"                              must already exist in the Quota Storage.\n"
1228"                       \n"
1229"  -L | --list          Lists users or groups.\n"
1230"  \n"
1231"  -l | --limitby l     Choose if the user/group is limited in "
1232"printing                     \n"
1233"                       by its account balance or by its page quota.\n"
1234"                       The default value is 'quota'. Allowed values\n"
1235"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1236"                       and 'nochange' :\n"
1237"                       \n"
1238"                         - quota : limit by number of pages per printer.\n"
1239"                         - balance : limit by number of credits in account.\n"
1240"                         - noquota : no limit, accounting still done.\n"
1241"                         - nochange : no limit, accounting not done. \n"
1242"                         - noprint : printing is denied. \n"
1243"                       NB : nochange and noprint are not supported for "
1244"groups.\n"
1245"                       \n"
1246"  -b | --balance b     Sets the user's account balance to "
1247"b.                     \n"
1248"                       Account balance may be increase or decreased\n"
1249"                       if b is prefixed with + or -.\n"
1250"                       WARNING : when decreasing account balance,\n"
1251"                       the total paid so far by the user is decreased\n"
1252"                       too.\n"
1253"                       Groups don't have a real balance, but the\n"
1254"                       sum of their users' account balance.\n"
1255"                       \n"
1256"  -C | --comment txt   Defines some informational text to be associated\n"
1257"                       with a change to an user's account balance.\n"
1258"                       Only meaningful if -b | --balance is also used.\n"
1259"                       \n"
1260"                       \n"
1261"  -r | --remove        In combination with the --ingroups option "
1262"above,                       \n"
1263"                       remove users from the specified users groups.\n"
1264"                       \n"
1265"  -s | --skipexisting  In combination with the --add option above, tells\n"
1266"                       pkusers to not modify existing users.\n"
1267"                       \n"
1268"  user1 through userN and group1 through groupN can use wildcards\n"
1269"  if the --add option is not set.\n"
1270"  \n"
1271"examples :                              \n"
1272"\n"
1273"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1274"  \n"
1275"  This will add users john, paul, george and ringo to the quota\n"
1276"  database. User ringo's email address will also be set to \n"
1277"  'ringo@example.com'\n"
1278"  \n"
1279"  $ pkusers --ingroups coders,it jerome\n"
1280"  \n"
1281"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1282"  already exist in the quota database.\n"
1283"            \n"
1284"  $ pkusers --limitby balance jerome\n"
1285"  \n"
1286"  This will tell PyKota to limit jerome by his account's balance\n"
1287"  when printing.\n"
1288"  \n"
1289"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1290"  \n"
1291"  This will increase jerome's account balance by 10.0 (in your\n"
1292"  own currency). You can decrease the account balance with a\n"
1293"  dash prefix, and set it to a fixed amount with no prefix.\n"
1294"  A comment will be stored for this balance change.\n"
1295"  \n"
1296"  $ pkusers --delete jerome rachel\n"
1297"  \n"
1298"  This will completely delete jerome and rachel from the quota\n"
1299"  database. All their quotas and jobs will be deleted too.\n"
1300"  \n"
1301"  $ pkusers --overcharge 2.5 poorstudent\n"
1302"  \n"
1303"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1304"  \n"
1305"  $ pkusers --overcharge -1 jerome\n"
1306"  \n"
1307"  User jerome will actually earn money whenever he prints.\n"
1308"  \n"
1309"  $ pkusers --overcharge 0 boss\n"
1310"  \n"
1311"  User boss can print at will, it won't cost him anything because the\n"
1312"  cost of each print job will be multiplied by zero before charging\n"
1313"  his account.\n"
1314"\n"
1315"  $ pkusers --email @example.com\n"
1316"\n"
1317"  This will set the email address for each user to username@example.com\n"
1318msgstr ""
1319
1320#, python-format
1321msgid "There's no %s matching %s"
1322msgstr ""
1323
1324#, python-format
1325msgid "Limited by : %s"
1326msgstr ""
1327
1328#, python-format
1329msgid "Account balance : %.2f"
1330msgstr ""
1331
1332#, python-format
1333msgid "Total paid so far : %.2f"
1334msgstr ""
1335
1336#, python-format
1337msgid "Overcharging factor : %.2f"
1338msgstr ""
1339
1340#, python-format
1341msgid "Group balance : %.2f"
1342msgstr ""
1343
1344#, python-format
1345msgid "Invalid limitby value %s"
1346msgstr "����ӡѴ %s ��١��"
1347
1348#, python-format
1349msgid "Invalid overcharge value %s"
1350msgstr ""
1351
1352#, python-format
1353msgid "Invalid balance value %s"
1354msgstr "����������١�� %s"
1355
1356#, python-format
1357msgid "There's no users group matching %s"
1358msgstr ""
1359
1360#, python-format
1361msgid "Invalid email address %s"
1362msgstr "email address %s ��١��"
1363
1364#, python-format
1365msgid "Unknown group %s"
1366msgstr ""
1367
1368#, python-format
1369msgid "Unknown user %s"
1370msgstr ""
1371
1372#, python-format
1373msgid "%s %s already exists, skipping."
1374msgstr ""
1375
1376#, python-format
1377msgid "%s %s already exists, will be modified."
1378msgstr ""
1379
1380#, python-format
1381msgid "Invalid name %s"
1382msgstr ""
1383
1384msgid "You have to pass user groups names on the command line"
1385msgstr ""
1386
1387#, python-format
1388msgid ""
1389"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1390"\n"
1391"Gives print quotes to users.\n"
1392"\n"
1393"command line usage :\n"
1394"\n"
1395"  pykotme  [options]  [files]\n"
1396"\n"
1397"options :\n"
1398"\n"
1399"  -v | --version       Prints pykotme's version number then exits.\n"
1400"  -h | --help          Prints this message then exits.\n"
1401"  \n"
1402"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1403"                       use wildcards characters to select only\n"
1404"                       some printers. The default value is *, meaning\n"
1405"                       all printers.\n"
1406"                       You can specify several names or wildcards, \n"
1407"                       by separating them with commas.\n"
1408"  \n"
1409"examples :                              \n"
1410"\n"
1411"  $ pykotme --printer apple file1.ps file2.ps\n"
1412"  \n"
1413"  This will give a print quote to the current user. The quote will show\n"
1414"  the price and size of a job consisting in file1.ps and file2.ps \n"
1415"  which would be sent to the apple printer.\n"
1416"  \n"
1417"  $ pykotme --printer apple,hplaser <file1.ps\n"
1418"  \n"
1419"  This will give a print quote to the current user. The quote will show\n"
1420"  the price and size of a job consisting in file1.ps as read from\n"
1421"  standard input, which would be sent to the apple or hplaser\n"
1422"  printer.\n"
1423"\n"
1424"  $ pykotme \n"
1425"  \n"
1426"  This will give a quote for a job consisting of what is on standard \n"
1427"  input. The quote will list the job size, and the price the job\n"
1428"  would cost on each printer.\n"
1429msgstr ""
1430
1431#, python-format
1432msgid "Your account balance : %.2f"
1433msgstr "���������ͧ�س : %.2f"
1434
1435#, python-format
1436msgid "Job size : %i pages"
1437msgstr "�ӹǹ�ҹ : %i ˹�
1438
1439#, python-format
1440msgid "Cost on printer %s : %.2f"
1441msgstr "��ҡ��������ͧ����s : %.2f"
1442
1443msgid "won't be charged, printer is in passthrough mode"
1444msgstr ""
1445
1446msgid "won't be charged, your account is immutable"
1447msgstr ""
1448
1449#, python-format
1450msgid ""
1451"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1452"\n"
1453"Sends mail to users over print quota.\n"
1454"\n"
1455"command line usage :\n"
1456"\n"
1457"  warnpykota  [options]  [names]\n"
1458"\n"
1459"options :\n"
1460"\n"
1461"  -v | --version       Prints warnpykota's version number then exits.\n"
1462"  -h | --help          Prints this message then exits.\n"
1463"  \n"
1464"  -u | --users         Warns users over their print quota, this is the \n"
1465"                       default.\n"
1466"  \n"
1467"  -g | --groups        Warns users whose groups quota are over limit.\n"
1468"  \n"
1469"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1470"                       use wildcards characters to select only\n"
1471"                       some printers. The default value is *, meaning\n"
1472"                       all printers.\n"
1473"                       You can specify several names or wildcards, \n"
1474"                       by separating them with commas.\n"
1475"  \n"
1476"examples :                              \n"
1477"\n"
1478"  $ warnpykota --printer lp\n"
1479"  \n"
1480"  This will warn all users of the lp printer who have exceeded their\n"
1481"  print quota.\n"
1482"\n"
1483"  $ warnpykota \n"
1484"  \n"
1485"  This will warn all users  who have exceeded their print quota on\n"
1486"  any printer.\n"
1487"\n"
1488"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1489"  \n"
1490"  This will warn all users of groups which names begins with \"dev\" and\n"
1491"  who have exceeded their print quota on any printer which name begins \n"
1492"  with \"laserjet\"\n"
1493"  \n"
1494"  If launched by an user who is not a PyKota administrator, additionnal\n"
1495"  arguments representing users or groups names are ignored, and only the\n"
1496"  current user/group is reported.\n"
1497msgstr ""
1498
1499#, python-format
1500msgid ""
1501"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1502"\n"
1503"Dumps PyKota database's content.\n"
1504"\n"
1505"command line usage :\n"
1506"\n"
1507"  dumpykota [options] [filterexpr]\n"
1508"\n"
1509"options :\n"
1510"\n"
1511"  -v | --version       Prints dumpykota's version number then exits.\n"
1512"  -h | --help          Prints this message then exits.\n"
1513"  \n"
1514"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1515"                       \n"
1516"                         - history : dumps the jobs history.\n"
1517"                         - users : dumps users.\n"
1518"                         - groups : dumps user groups.\n"
1519"                         - printers : dump printers.\n"
1520"                         - upquotas : dump user quotas.\n"
1521"                         - gpquotas : dump user groups quotas.\n"
1522"                         - payments : dumps user payments.\n"
1523"                         - pmembers : dumps printer groups members.\n"
1524"                         - umembers : dumps user groups members.\n"
1525"                         - billingcodes : dumps billing codes.\n"
1526"                         - all : dumps all PyKota datas. The output format\n"
1527"                                 is always XML in this case.\n"
1528"                         \n"
1529"                       NB : the -d | --data command line option   \n"
1530"                       is MANDATORY.\n"
1531"  \n"
1532"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1533"                       the format is to dump datas in the csv format (comma\n"
1534"                       separated values). All data dumped is between double\n"
1535"                       quotes. Allowed formats are :\n"
1536"                       \n"
1537"                         - csv : separate datas with commas\n"
1538"                         - ssv : separate datas with semicolons\n"
1539"                         - tsv : separate datas with tabs\n"
1540"                         - xml : dump data as XML \n"
1541"                         - cups : dump datas in CUPS' page_log format :\n"
1542"                                  ONLY AVAILABLE WITH --data history\n"
1543"                         \n"
1544"  -o | --output fname  All datas will be dumped to the file instead of\n"
1545"                       to the standard output. The special '-' filename\n"
1546"                       is the default value and means stdout.\n"
1547"                       WARNING : existing files are truncated !\n"
1548"\n"
1549"  -s | --sum           Summarize the selected datas.\n"
1550"                           ONLY AVAILABLE WITH --data history or payments\n"
1551"\n"
1552"  Use the filter expressions to extract only parts of the \n"
1553"  datas. Allowed filters are of the form :\n"
1554"                \n"
1555"         key=value\n"
1556"                         \n"
1557"  Allowed keys for now are :  \n"
1558"                       \n"
1559"         username       User's name\n"
1560"         groupname      Users group's name\n"
1561"         printername    Printer's name\n"
1562"         pgroupname     Printers group's name\n"
1563"         hostname       Client's hostname\n"
1564"         billingcode    Job's billing code\n"
1565"         start          Job's date of printing\n"
1566"         end            Job's date of printing\n"
1567"         \n"
1568"  Contrary to other PyKota management tools, wildcard characters are not \n"
1569"  expanded, so you can't use them.\n"
1570"  \n"
1571"  NB : not all keys are allowed for each data type, so the result may be \n"
1572"  empty if you use a key not available for a particular data type.\n"
1573"  \n"
1574"Examples :\n"
1575"\n"
1576"  $ dumpykota --data history --format csv >myfile.csv\n"
1577"  \n"
1578"  This dumps the history in a comma separated values file, for possible\n"
1579"  use in a spreadsheet.\n"
1580"  \n"
1581"  $ dumpykota --data users --format xml -o users.xml\n"
1582"  \n"
1583"  Dumps all users datas to the users.xml file.\n"
1584"  \n"
1585"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1586"  \n"
1587"  Dumps the job history for user jerome on printer HP2100 only.\n"
1588"  \n"
1589"  $ dumpykota --data history start=200503 end=20050730234615\n"
1590"  \n"
1591"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1592"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1593msgstr ""
1594
1595msgid "The -d | --data command line option is mandatory, see help."
1596msgstr ""
1597
1598#, python-format
1599msgid ""
1600"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1601"\n"
1602"An invoice generator for PyKota.\n"
1603"\n"
1604"command line usage :\n"
1605"\n"
1606"  pkinvoice [options] user1 user2 ... userN\n"
1607"\n"
1608"options :\n"
1609"\n"
1610"  -v | --version       Prints pkinvoice's version number then exits.\n"
1611"  -h | --help          Prints this message then exits.\n"
1612"  \n"
1613"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1614"                       be drawn at the center top of the page. The default\n"
1615"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1616"                       \n"
1617"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1618"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1619"                       to name a few. The default size is A4.\n"
1620"                       \n"
1621"  -n | --number N      Sets the number of the first invoice. This number\n"
1622"                       will automatically be incremented for each invoice.\n"
1623"                       \n"
1624"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1625"                       be generated as a PDF document. If not set or\n"
1626"                       set to '-', the PDF document is sent to standard\n"
1627"                       output. \n"
1628"                       \n"
1629"  -u | --unit u        Defines the name of the unit to use on the "
1630"invoice.                       \n"
1631"                       The default unit is 'Credits', optionally translated\n"
1632"                       to your native language if it is supported by "
1633"PyKota.\n"
1634"  \n"
1635"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1636"                       exposed. The default is 0.0, meaning no VAT\n"
1637"                       information will be included.\n"
1638"                       \n"
1639"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1640"  \n"
1641"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1642"                       \n"
1643"  user1 through userN can use wildcards if needed. If no user argument is\n"
1644"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1645"  \n"
1646"  Dates formating with --start and --end :\n"
1647"  \n"
1648"    YYYY : year boundaries\n"
1649"    YYYYMM : month boundaries\n"
1650"    YYYYMMDD : day boundaries\n"
1651"    YYYYMMDDhh : hour boundaries\n"
1652"    YYYYMMDDhhmm : minute boundaries\n"
1653"    YYYYMMDDhhmmss : second boundaries\n"
1654"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1655"15)\n"
1656"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1657"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1658"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1659"\n"
1660"  'now' and 'today' are not exactly the same since today represents the "
1661"first\n"
1662"  or last second of the day depending on if it's used in a start= or end=\n"
1663"  date expression. The utility to be able to specify dates in the future is\n"
1664"  a question which remains to be answered :-)\n"
1665"                                        \n"
1666"examples :                       \n"
1667"\n"
1668"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1669"  \n"
1670"  Will generate a PDF document containing invoices for all users\n"
1671"  who have spent some credits last month. Invoices will be done in\n"
1672"  EURO.  No VAT information will be included.\n"
1673msgstr ""
1674
1675msgid "Invoice"
1676msgstr ""
1677
1678msgid "Since"
1679msgstr ""
1680
1681msgid "Until"
1682msgstr ""
1683
1684msgid "Edited on"
1685msgstr ""
1686
1687msgid "Number of pages printed"
1688msgstr ""
1689
1690msgid "Amount due"
1691msgstr ""
1692
1693msgid "Included VAT"
1694msgstr ""
1695
1696msgid "Here's the invoice for your printouts"
1697msgstr ""
1698
1699#, python-format
1700msgid "Incorrect value '%s' for the --vat command line option"
1701msgstr ""
1702
1703#, python-format
1704msgid "Incorrect value '%s' for the --number command line option"
1705msgstr ""
1706
1707msgid "Generating invoices"
1708msgstr ""
1709
1710msgid "Credits"
1711msgstr ""
1712
1713#, python-format
1714msgid ""
1715"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1716"\n"
1717"A Printers Manager for PyKota.\n"
1718"\n"
1719"command line usage :\n"
1720"\n"
1721"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1722"\n"
1723"options :\n"
1724"\n"
1725"  -v | --version       Prints pkprinters's version number then exits.\n"
1726"  -h | --help          Prints this message then exits.\n"
1727"  \n"
1728"  -a | --add           Adds printers if they don't exist on the Quota \n"
1729"                       Storage Server. If they exist, they are modified\n"
1730"                       unless -s|--skipexisting is also used.\n"
1731"                       \n"
1732"  -d | --delete        Deletes printers from the quota storage.\n"
1733"  \n"
1734"  -D | --description d Adds a textual description to printers.\n"
1735"                       \n"
1736"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1737"                       Job price is optional.\n"
1738"                       If both are to be set, separate them with a comma.\n"
1739"                       Floating point and negative values are allowed.\n"
1740"  \n"
1741"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1742"                       groups pg1, pg2, etc... which must already exist.\n"
1743"                       A printer group is just like a normal printer,\n"
1744"                       only that it is usually unknown from the printing\n"
1745"                       system. Create printer groups exactly the same\n"
1746"                       way that you create printers, then add other \n"
1747"                       printers to them with this option.\n"
1748"                       Accounting is done on a printer and on all\n"
1749"                       the printer groups it belongs to, quota checking\n"
1750"                       is done on a printer and on all the printer groups\n"
1751"                       it belongs to.\n"
1752"                       If the --remove option below is not used, the \n"
1753"                       default action is to add printers to the specified\n"
1754"                       printer groups.\n"
1755"                       \n"
1756"  -l | --list          List informations about the printer(s) and the\n"
1757"                       printers groups it is a member of.\n"
1758"                       \n"
1759"  -r | --remove        In combination with the --groups option "
1760"above,                       \n"
1761"                       remove printers from the specified printers groups.\n"
1762"                       \n"
1763"  -s | --skipexisting  In combination with the --add option above, tells\n"
1764"                       pkprinters to not modify existing printers.\n"
1765"                       \n"
1766"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1767"                       to s pages.\n"
1768"                       \n"
1769"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1770"                       mode, users are allowed to print without any impact\n"
1771"                       on their quota or account balance.\n"
1772"                       \n"
1773"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1774"                       Without -p or -n, printers are created in \n"
1775"                       normal mode, i.e. no passthrough.\n"
1776"  \n"
1777"  printer1 through printerN can contain wildcards if the --add option \n"
1778"  is not set.\n"
1779"  \n"
1780"examples :                              \n"
1781"\n"
1782"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1783"hp8000\n"
1784"  \n"
1785"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1786"  Their price per page will be set at 0.05 unit, and their price\n"
1787"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1788"  or whatever you want them to mean.\n"
1789"  All of their descriptions will be set to the string \"HP Printer\".\n"
1790"  If any of these printers already exists, it will also be modified \n"
1791"  unless the -s|--skipexisting command line option is also used.\n"
1792"            \n"
1793"  $ pkprinters --delete \"*\"\n"
1794"  \n"
1795"  This will completely delete all printers and associated quota "
1796"information,\n"
1797"  as well as their job history. USE WITH CARE !\n"
1798"  \n"
1799"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1800"  \n"
1801"  This will put all printers which name matches \"hp*\" into printers "
1802"groups \n"
1803"  Laser and HP, which MUST already exist.\n"
1804"  \n"
1805"  $ pkprinters --groups LexMark --remove hp2200\n"
1806"  \n"
1807"  This will remove the hp2200 printer from the LexMark printer group.\n"
1808msgstr ""
1809
1810#, python-format
1811msgid "Passthrough mode : %s"
1812msgstr ""
1813
1814msgid "ON"
1815msgstr ""
1816
1817msgid "OFF"
1818msgstr ""
1819
1820msgid "in"
1821msgstr "�
1822
1823#, python-format
1824msgid "Invalid charge amount value %s"
1825msgstr "����������١�� %s"
1826
1827#, python-format
1828msgid "Invalid maximum job size value %s"
1829msgstr ""
1830
1831#, python-format
1832msgid "Printer %s already exists, skipping."
1833msgstr "��ͧ����s ��١�Դ����� ���
1834
1835#, python-format
1836msgid "Printer %s already exists, will be modified."
1837msgstr "��ͧ����s ��١�Դ����� �ӡ������"
1838
1839#, python-format
1840msgid "Invalid printer name %s"
1841msgstr "����������s ��١��"
1842
1843msgid "You have to pass printer groups names on the command line"
1844msgstr "�س�����͡��������캹��������
1845msgid "You have to pass printer names on the command line"
1846msgstr "�س������������캹��������
1847#, python-format
1848msgid "Unsupported accounter backend %s"
1849msgstr "����ѭ����ԡ�ʹѺʹع���ӧҹ %s"
1850
1851#, python-format
1852msgid ""
1853"Configuration file %s can't be read. Please check that the file exists and "
1854"that your permissions are sufficient."
1855msgstr ""
1856
1857#, python-format
1858msgid "Configuration file %s not found."
1859msgstr "���! ����͹�ԡ��s"
1860
1861#, python-format
1862msgid "Option %s not found in section global of %s"
1863msgstr "������͡ %s ��������ͧ %s "
1864
1865#, python-format
1866msgid "Option %s not found in section %s of %s"
1867msgstr "������͡ %s ��� %s �ͧ %s"
1868
1869#, python-format
1870msgid "Option ldaptls is set, but certificate %s is not readable."
1871msgstr ""
1872
1873#, python-format
1874msgid "Option logger only supports values in %s"
1875msgstr "���͡�ѹ�֡���ӧҹʹѺʹع������%s"
1876
1877#, python-format
1878msgid "Invalid preaccounter %s for printer %s"
1879msgstr ""
1880
1881#, python-format
1882msgid "Option preaccounter in section %s only supports values in %s"
1883msgstr ""
1884
1885#, python-format
1886msgid "Invalid accounter %s for printer %s"
1887msgstr "����ѭ����ԡ %s ��Ѻ��ͧ����s ��١��"
1888
1889#, python-format
1890msgid "Option accounter in section %s only supports values in %s"
1891msgstr "���͡����ѭ����ԡ��� %s ʹѺʹع੾���� %s"
1892
1893#, python-format
1894msgid "Invalid unknown_billingcode directive %s for printer %s"
1895msgstr ""
1896
1897#, python-format
1898msgid "Directive unknown_billingcode in section %s only supports values in %s"
1899msgstr ""
1900
1901#, python-format
1902msgid "Option enforcement in section %s only supports values in %s"
1903msgstr "���͡ enforcement ��� %s ʹѺʹع੾���� %s"
1904
1905#, python-format
1906msgid ""
1907"Option onbackenderror in section %s only supports values 'charge', "
1908"'nocharge', and 'retry:num:delay'"
1909msgstr ""
1910
1911#, python-format
1912msgid "Option onaccountererror in section %s only supports values in %s"
1913msgstr ""
1914
1915#, python-format
1916msgid "Option policy in section %s only supports values in %s"
1917msgstr "���͡�������� %s ʹѺʹع੾���� %s"
1918
1919#, python-format
1920msgid "Invalid option mailto %s for printer %s"
1921msgstr "���͡����%s ��Ѻ��ͧ����s ��١��"
1922
1923#, python-format
1924msgid "Option mailto in section %s only supports values in %s"
1925msgstr "���͡�����Ǵ %s ʹѺʹع੾���� %s"
1926
1927#, python-format
1928msgid "Invalid maximal deny banners counter %s"
1929msgstr ""
1930
1931#, python-format
1932msgid "Invalid grace delay %s"
1933msgstr "��grace delay %s ��١��"
1934
1935#, python-format
1936msgid "Invalid poor man's threshold %s"
1937msgstr "��poor man's threshold %s ��١��"
1938
1939#, python-format
1940msgid "Invalid balancezero value %s"
1941msgstr ""
1942
1943msgid ""
1944"Your Print Quota account balance is Low.\n"
1945"Soon you'll not be allowed to print anymore.\n"
1946"Please contact the Print Quota Administrator to solve the problem."
1947msgstr ""
1948"���� �����ͧ������\n"
1949"�������þ����������������"
1950"���ҵԴ������к������������ѭ�"
1951
1952#, python-format
1953msgid ""
1954"You are not allowed to print anymore because\n"
1955"your Print Quota is exceeded on printer %s."
1956msgstr ""
1957"���� �س���ö�ӡ�����������ҡ\n"
1958"����㹡�������س����������ͧ����s."
1959
1960#, python-format
1961msgid ""
1962"You will soon be forbidden to print anymore because\n"
1963"your Print Quota is almost reached on printer %s."
1964msgstr ""
1965"���� �س������͹حҵ��ӡ����������\n"
1966"������������س�������ͧ����s."
1967
1968#, python-format
1969msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
1970msgstr ""
1971
1972#, python-format
1973msgid "Option accountbanner in section %s only supports values in %s"
1974msgstr ""
1975
1976#, python-format
1977msgid "Option trustjobsize for printer %s is incorrect"
1978msgstr ""
1979
1980msgid "History"
1981msgstr "�����
1982
1983msgid "Users"
1984msgstr ""
1985
1986msgid "Groups"
1987msgstr ""
1988
1989msgid "Printers"
1990msgstr ""
1991
1992msgid "Users Print Quotas"
1993msgstr ""
1994
1995msgid "Users Groups Print Quotas"
1996msgstr ""
1997
1998msgid "History of Payments"
1999msgstr ""
2000
2001msgid "Printers Groups Membership"
2002msgstr ""
2003
2004msgid "Users Groups Membership"
2005msgstr ""
2006
2007msgid "Billing Codes"
2008msgstr ""
2009
2010msgid "All"
2011msgstr ""
2012
2013msgid "Comma Separated Values"
2014msgstr ""
2015
2016msgid "Semicolon Separated Values"
2017msgstr ""
2018
2019msgid "Tabulation Separated Values"
2020msgstr ""
2021
2022msgid "eXtensible Markup Language"
2023msgstr ""
2024
2025msgid "CUPS' page_log"
2026msgstr ""
2027
2028#, python-format
2029msgid "Invalid modifier [%s] for --data command line option, see help."
2030msgstr ""
2031
2032msgid ""
2033"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2034"filters."
2035msgstr ""
2036
2037#, python-format
2038msgid "Invalid filter value [%s], see help."
2039msgstr ""
2040
2041#, python-format
2042msgid "Invalid modifier [%s] for --format command line option, see help."
2043msgstr ""
2044
2045msgid "XML output is disabled because the jaxml module is not available."
2046msgstr ""
2047
2048#, python-format
2049msgid "Invalid data type [%s] for --sum command line option, see help."
2050msgstr ""
2051
2052msgid "PyKota data dumper failed : I/O error"
2053msgstr ""
2054
2055#, python-format
2056msgid "Unsupported logging subsystem %s"
2057msgstr "����ѹ�֡�����ʹѺʹع���ӧҹ %s"
2058
2059#, python-format
2060msgid "Report for %s quota on printer %s"
2061msgstr "�§ҹ�����������Ѻ %s ����ͧ����s"
2062
2063#, python-format
2064msgid "Pages grace time: %i days"
2065msgstr "˹�grace time : %i ��"
2066
2067#, python-format
2068msgid "Price per job: %.3f"
2069msgstr "��ҵ�ҹ : %.3f"
2070
2071#, python-format
2072msgid "Price per page: %.3f"
2073msgstr "��ҵ���: %.3f "
2074
2075msgid ""
2076"Group          overcharge   used    soft    hard    balance grace         "
2077"total       paid warn"
2078msgstr ""
2079
2080msgid ""
2081"User           overcharge   used    soft    hard    balance grace         "
2082"total       paid warn"
2083msgstr ""
2084
2085msgid "unknown"
2086msgstr "�������"
2087
2088#, python-format
2089msgid "Real : %s"
2090msgstr "����� : %s"
2091
2092#, python-format
2093msgid "Total : %9i"
2094msgstr "��: %9i"
2095
2096msgid "N/A"
2097msgstr ""
2098
2099#, python-format
2100msgid "Unsupported reporter backend %s"
2101msgstr "����§ҹ�ʹѺʹع %s"
2102
2103#, python-format
2104msgid "Unsupported quota storage backend %s"
2105msgstr "�������㹡��������ʹѺʹع %s"
2106
2107msgid "Done"
2108msgstr ""
2109
2110msgid "Average speed"
2111msgstr ""
2112
2113msgid "entries per second"
2114msgstr ""
2115
2116#, python-format
2117msgid "Strange problem with uid(%s) : %s"
2118msgstr ""
2119
2120#, python-format
2121msgid "Running as user '%s'."
2122msgstr ""
2123
2124msgid "No user named 'pykota'. Not dropping priviledges."
2125msgstr ""
2126
2127#, python-format
2128msgid "Impossible to drop priviledges : %s"
2129msgstr ""
2130
2131msgid "Priviledges dropped. Now running as user 'pykota'."
2132msgstr ""
2133
2134#, python-format
2135msgid "Impossible to regain priviledges : %s"
2136msgstr ""
2137
2138msgid "Regained priviledges. Now running as root."
2139msgstr ""
2140
2141msgid "Please report bugs to :"
2142msgstr ""
2143
2144#, python-format
2145msgid ""
2146"\n"
2147"\n"
2148"Please contact your system administrator :\n"
2149"\n"
2150"\t%s - <%s>\n"
2151msgstr ""
2152"\n"
2153"\n"
2154"���ҵԴ������к� :\n"
2155"\n"
2156"\t%s - <%s>\n"
2157
2158#, python-format
2159msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2160msgstr "�����ͼ�� %s ����ͧ����s, �����������ҹ����(%s)"
2161
2162#, python-format
2163msgid ""
2164"Unable to find user %s's account balance, applying default policy (%s) for "
2165"printer %s"
2166msgstr "��������ͧ��� %s, �����������ҹ����%s) �ͧ ��ͧ����s"
2167
2168#, python-format
2169msgid "User %s will not be charged for printing."
2170msgstr ""
2171
2172#, python-format
2173msgid "Print Quota exceeded for group %s on printer %s"
2174msgstr "���� ��������������%s ����ͧ����s ����
2175
2176msgid "Print Quota Exceeded"
2177msgstr "����������Թ��
2178
2179#, python-format
2180msgid "Print Quota low for group %s on printer %s"
2181msgstr "��������������%s ����ͧ����s �����
2182
2183msgid "Print Quota Low"
2184msgstr "���������������
2185
2186#, python-format
2187msgid ""
2188"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2189"double check /etc/pykota/pykota.conf : %s"
2190msgstr ""
2191"�š����%s ���. ������������١�� �������� /etc/pykota/pykota.conf : %"
2192"s �����
2193
2194#, python-format
2195msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2196msgstr "�š����%s(%s) �ҡ %s(scope=%s) �� ����觷���"
2197
2198#, python-format
2199msgid "Problem adding LDAP entry (%s, %s)"
2200msgstr "���ѭ�㹡�������� LDAP (%s, %s)"
2201
2202#, python-format
2203msgid "Problem deleting LDAP entry (%s)"
2204msgstr "���ѭ�㹡�ź����ҡ LDAP (%s, %s)"
2205
2206#, python-format
2207msgid "Problem modifying LDAP entry (%s, %s)"
2208msgstr "���ѭ�㹡��㢢���LDAP (%s, %s)"
2209
2210#, python-format
2211msgid ""
2212"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2213"entries manually ?"
2214msgstr ""
2215
2216msgid "Hidden because of privacy concerns"
2217msgstr ""
2218
2219#, python-format
2220msgid ""
2221"Unable to find an existing objectClass %s entry with %s=%s to attach "
2222"pykotaAccount objectClass"
2223msgstr ""
2224"���ö�鹾��������%s ���Ҷ֧�� %s=%s �����Ѻ ����Ҫԡ Pykota "
2225"�������
2226
2227#, python-format
2228msgid "%s. A new entry will be created instead."
2229msgstr ""
2230
2231#, python-format
2232msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2233msgstr "���ö�鹾�������Ҷ֧�������Ѻ pykotaGroup �������%s"
2234
2235#, python-format
2236msgid "A problem occured while reading printer %s's internal page counter."
2237msgstr ""
2238
2239#, python-format
2240msgid "Retrieving printer %s's page counter from database instead."
2241msgstr ""
2242
2243#, python-format
2244msgid ""
2245"Couldn't retrieve printer %s's internal page counter either before or after "
2246"printing."
2247msgstr ""
2248
2249#, python-format
2250msgid "Job's size forced to 1 page for printer %s."
2251msgstr ""
2252
2253#, python-format
2254msgid "No previous job in database for printer %s."
2255msgstr ""
2256
2257#, python-format
2258msgid "Inconsistent values for printer %s's internal page counter."
2259msgstr ""
2260
2261#, python-format
2262msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2263msgstr "��������ͧ��ͧ�������ó�%s) ��Ѻ��ͧ����s"
2264
2265#, python-format
2266msgid "Launching HARDWARE(%s)..."
2267msgstr "����ӧҹ�ͧ���ó�%s)..."
2268
2269#, python-format
2270msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2271msgstr "���ҳ SIGTERM �١���ѧ���ó����ѭ����ԡ %s (pid: %s)"
2272
2273#, python-format
2274msgid "Line [%s] skipped in accounter's output. Trying again..."
2275msgstr ""
2276
2277#, python-format
2278msgid "Hardware accounter %s exit code is %s"
2279msgstr ""
2280
2281#, python-format
2282msgid "Unable to query printer %s via HARDWARE(%s)"
2283msgstr "���ä���������s ������ó�s)"
2284
2285#, python-format
2286msgid "Problem during connection to %s:%s : %s"
2287msgstr ""
2288
2289#, python-format
2290msgid "Problem while sending PJL query to %s:%s : %s"
2291msgstr ""
2292
2293#, python-format
2294msgid "Problem while receiving PJL answer from %s:%s : %s"
2295msgstr ""
2296
2297#, python-format
2298msgid "Waiting for printer %s to be printing..."
2299msgstr ""
2300
2301#, python-format
2302msgid "Waiting for printer %s's idle status to stabilize..."
2303msgstr ""
2304
2305#, python-format
2306msgid ""
2307"PJL querying stage interrupted. Using latest value seen for internal page "
2308"counter (%s) on printer %s."
2309msgstr ""
2310
2311#, python-format
2312msgid "Network error while doing SNMP queries on printer %s : %s"
2313msgstr ""
2314
2315#, python-format
2316msgid "SNMP message decoding error for printer %s : %s"
2317msgstr ""
2318
2319#, python-format
2320msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2321msgstr ""
2322
2323#, python-format
2324msgid ""
2325"SNMP querying stage interrupted. Using latest value seen for internal page "
2326"counter (%s) on printer %s."
2327msgstr ""
2328
2329#, python-format
2330msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2331msgstr "���ö�ӡ��ӹdz��Ҵ�ͧ�ҹ��� PDL analyzer : %s"
2332
2333#, python-format
2334msgid "Launching SOFTWARE(%s)..."
2335msgstr "����ӧҹ�ͧ�Ϳ���(%s)..."
2336
2337#, python-format
2338msgid "Unable to compute job size with accounter %s"
2339msgstr "���ö�ӹdz��Ҵ�ҹ�������Ҫԡ %s"
2340
2341#, python-format
2342msgid "Problem while waiting for software accounter pid %s to exit : %s"
2343msgstr "���ѭ��ҡ�����Ϳ�������Ҫԡ pid %s ��͡ : %s"
2344
2345#, python-format
2346msgid "Software accounter %s exit code is %s"
2347msgstr "�Ϳ�������Ҫԡ %s ���觡����� %s"
2348
2349msgid "Totals may be inaccurate if some users are members of several groups."
2350msgstr "�ӹǹ��Ҩ��١�� ������ҧ�����Ҫԡ�ͧ����¡��"
2351
2352#~ msgid "Impossible to add printer %s"
2353#~ msgstr "���ö�ӡ�����������
2354#~ msgid "Prototype object %s not found in Quota Storage."
2355#~ msgstr "������ص��� %s ���������"
2356
2357#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2358#~ msgstr "������� %s �����������Ѻ��ͧ����s "
2359
2360#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2361#~ msgstr "���ӡ������hard limit �֧ soft limit (%s) ����ͧ����s"
2362
2363#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2364#~ msgstr "���ӡ������soft limit �֧ hard limit (%s) ����ͧ����s"
2365
2366#~ msgid "Invalid group name %s"
2367#~ msgstr "��͡���� %s ��١��"
2368
2369#~ msgid "Invalid user name %s"
2370#~ msgstr "��ͼ�� %s ��١��"
2371
2372#~ msgid "Quota not found for object %s on printer %s."
2373#~ msgstr "��������������Ѻ %s ����ͧ����s"
2374
2375#~ msgid "Group %s not found in the PyKota Storage."
2376#~ msgstr "�������� %s ��������ͧ PyKota"
2377
2378#~ msgid "PyKota Reports"
2379#~ msgstr "�§ҹ PyKota"
2380
2381#~ msgid "Report"
2382#~ msgstr "�§ҹ"
2383
2384#~ msgid "Printer"
2385#~ msgstr "��ͧ����
2386#~ msgid "User / Group names mask"
2387#~ msgstr "�� ��ͼ��/��͡����"
2388
2389#~ msgid "Groups report"
2390#~ msgstr "�§ҹ���
2391
2392#~ msgid "Empty"
2393#~ msgstr "�ҧ"
2394
2395#~ msgid "Action"
2396#~ msgstr "�Ԩ���
2397
2398#~ msgid "User"
2399#~ msgstr "���"
2400
2401#~ msgid "Hostname"
2402#~ msgstr "������"
2403
2404#~ msgid "JobId"
2405#~ msgstr "����ҹ"
2406
2407#~ msgid "Copies"
2408#~ msgstr "�ӹǹ��"
2409
2410#~ msgid "Options"
2411#~ msgstr "���͡"
2412
2413#~ msgid "Previous page"
2414#~ msgstr "˹����
2415
2416#~ msgid "File number %s unregistered twice from polling object, ignored."
2417#~ msgstr "������� %s ������ŧ����� 2 ��駨ҡ������� ,���
2418
2419#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2420#~ msgstr "���ҳ SIGTERM �١���ѧ��ͧ�� %s (pid: %s)"
2421
2422#~ msgid "CUPS backend %s died abnormally."
2423#~ msgstr "CUPS �ͧ��ͧ�� %s ����ش�ӧҹẺ�Դ�á��
2424
2425#~ msgid "Software accounting already done in first pass. Ignoring."
2426#~ msgstr "����Ϳ�������ѭ����ԡ����ǹ� ���
2427
2428#~ msgid "Hardware accounting already done in first pass. Ignoring."
2429#~ msgstr "�����������ѭ����ԡ����ǹ� ���
2430
2431#~ msgid "Invalid DeviceURI : %s"
2432#~ msgstr "��DeviceURI : %s ��١��"
2433
2434#~ msgid ""
2435#~ "\n"
2436#~ "Please wait while pkhint analyzes your printing system's configuration..."
2437#~ msgstr ""
2438#~ "\n"
2439#~ "�����pkhint �зӡ������������к����������..."
2440
2441#~ msgid "Unknown device %s for printer %s"
2442#~ msgstr "�������ó�s ��Ѻ��ͧ����s"
2443
2444#~ msgid ""
2445#~ "\n"
2446#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2447#~ msgstr ""
2448#~ "\n"
2449#~ "��������Ѵ�����ŧ���/etc/pykota/pykota.conf file :\n"
2450
2451#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2452#~ msgstr "# ����� : ��Ϳ�������Ҫԡ����й�
2453
2454#~ msgid ""
2455#~ "# that hardware accounting wouldn't work, this only means that PyKota"
2456#~ msgstr "# ��������Ҫԡ���ö�ӧҹ�, �ѭ�������੾��Ѻ PyKota"
2457
2458#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2459#~ msgstr "# ��������������Ҫԡ����ö��"
2460
2461#~ msgid "JobSize"
2462#~ msgstr "��Ҵ�ҹ"
2463
2464#~ msgid "JobPrice"
2465#~ msgstr "��ҧҹ"
2466
2467#~ msgid "JobBytes"
2468#~ msgstr "�����Ҵ�ҹ"
2469
2470#~ msgid "PageCounter"
2471#~ msgstr "�ӹǹ˹�
2472
2473#~ msgid "Printing system %s, args=%s"
2474#~ msgstr "���������s, args=%s"
2475
2476#~ msgid "Printer hostname undefined, set to 'localhost'"
2477#~ msgstr "������������������ҵ���� 'localhost'"
2478
2479#~ msgid "Printing system unknown, args=%s"
2480#~ msgstr "�������������args=%s"
2481
2482#~ msgid ""
2483#~ "Group           used    soft    hard    balance grace         total       "
2484#~ "paid"
2485#~ msgstr ""
2486#~ "���          ��   soft    hard    ���� grace         ��      ���
2487
2488#~ msgid ""
2489#~ "User            used    soft    hard    balance grace         total       "
2490#~ "paid"
2491#~ msgstr ""
2492#~ "���            ��   soft    hard    ���� grace         ��      ���
Note: See TracBrowser for help on using the browser.