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

Revision 2825, 75.6 kB (checked in by jerome, 18 years ago)

Fixed pknotify's documentation again.
Finished pknotify's documentation french translation.

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