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

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