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

Revision 2267, 62.8 kB (checked in by jerome, 19 years ago)

Moved the copyright strings out of the docstrings

  • 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307, 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: 2004-11-25 10:16+0100\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%s (c) %s %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"
62"                       \n"
63"This program is free software; you can redistribute it and/or modify\n"
64"it under the terms of the GNU General Public License as published by\n"
65"the Free Software Foundation; either version 2 of the License, or\n"
66"(at your option) any later version.\n"
67"\n"
68"This program is distributed in the hope that it will be useful,\n"
69"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
70"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
71"GNU General Public License for more details.\n"
72"\n"
73"You should have received a copy of the GNU General Public License\n"
74"along with this program; if not, write to the Free Software\n"
75"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
76"\n"
77"Please e-mail bugs to: %s"
78msgstr ""
79
80#, python-format
81msgid "Banner generator %s exit code is %s"
82msgstr "標題產生器 %s 中斷,代碼為 %s"
83
84msgid "Job contains no data. Printing is denied."
85msgstr "列印工作並沒有資料存在,列印中止"
86
87msgid "Job is a duplicate. Printing is denied."
88msgstr ""
89
90msgid "Banner won't be printed : maximum number of deny banners reached."
91msgstr ""
92
93msgid "Job accounting begins."
94msgstr "列印計算開始"
95
96msgid "Job accounting ends."
97msgstr "列印計算結束"
98
99msgid "Job size forced to 0 because printing is denied."
100msgstr "因為列印被拒,列印總頁數被強制性設定為0"
101
102#, python-format
103msgid "Beware : computed job size (%s) != precomputed job size (%s)"
104msgstr ""
105
106msgid ""
107"The job size will be trusted anyway according to the 'trustjobsize' directive"
108msgstr ""
109
110#, python-format
111msgid ""
112"The job size will be trusted because it is inferior to the 'trustjobsize' "
113"directive's limit %s"
114msgstr ""
115
116#, python-format
117msgid ""
118"The job size will be modified according to the 'trustjobsize' directive : %s"
119msgstr ""
120
121#, python-format
122msgid "Job size : %i"
123msgstr "列印總頁數 : %i"
124
125#, python-format
126msgid "Updating user %s's quota on printer %s"
127msgstr "更新使用者 %s 的配額於列印機 %s"
128
129msgid "Job added to history."
130msgstr "列印工作已被加入到列印工作紀錄"
131
132#, python-format
133msgid "File number %s unregistered twice from polling object, ignored."
134msgstr "檔案編號 %s 在polling object上已兩次未能成功註冊,因此被忽略"
135
136#, python-format
137msgid "SIGTERM was sent to real backend %s (pid: %s)"
138msgstr "中斷信號被傳送到 %s (pid: %s)"
139
140#, python-format
141msgid "CUPS backend %s died abnormally."
142msgstr "CUPS %s 不正常的停止運作"
143
144#, python-format
145msgid ""
146"dumpykota v%s (c) %s %s\n"
147"\n"
148"Dumps PyKota database's content.\n"
149"\n"
150"command line usage :\n"
151"\n"
152"  dumpykota [options] [filterexpr]\n"
153"\n"
154"options :\n"
155"\n"
156"  -v | --version       Prints dumpykota's version number then exits.\n"
157"  -h | --help          Prints this message then exits.\n"
158"  \n"
159"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
160"                       \n"
161"                         - history : dumps the jobs history.\n"
162"                         - users : dumps users.\n"
163"                         - groups : dumps user groups.\n"
164"                         - printers : dump printers.\n"
165"                         - upquotas : dump user quotas.\n"
166"                         - gpquotas : dump user groups quotas.\n"
167"                         - payments : dumps user payments.\n"
168"                         - pmembers : dumps printer groups members.\n"
169"                         - umembers : dumps user groups members.\n"
170"                         \n"
171"                       NB : the -d | --data command line option   \n"
172"                       is MANDATORY.\n"
173"  \n"
174"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
175"                       the format is to dump datas in the csv format (comma\n"
176"                       separated values). All data dumped is between double\n"
177"                       quotes. Allowed formats are :\n"
178"                       \n"
179"                         - csv : separate datas with commas\n"
180"                         - ssv : separate datas with semicolons\n"
181"                         - tsv : separate datas with tabs\n"
182"                         - xml : dump data as XML\n"
183"                         - cups : dump datas in CUPS' page_log format :\n"
184"                                  ONLY AVAILABLE WITH --data history\n"
185"                         \n"
186"  -o | --output fname  All datas will be dumped to the file instead of\n"
187"                       to the standard output. The special '-' filename\n"
188"                       is the default value and means stdout.\n"
189"                       WARNING : existing files are truncated !\n"
190"                       \n"
191"  Use the filter expressions to extract only parts of the \n"
192"  datas. Allowed filters are of the form :\n"
193"                \n"
194"         key=value\n"
195"                         \n"
196"  Allowed keys for now are :  \n"
197"                       \n"
198"         username       User's name\n"
199"         groupname      Users group's name\n"
200"         printername    Printer's name\n"
201"         pgroupname     Printers group's name\n"
202"         hostname       Client's hostname\n"
203"         billingcode    Job's billing code\n"
204"         start          Job's date of printing\n"
205"         end            Job's date of printing\n"
206"         \n"
207"  Contrary to other PyKota management tools, wildcard characters are not \n"
208"  expanded, so you can't use them.\n"
209"  \n"
210"  NB : not all keys are allowed for each data type, so the result may be \n"
211"  empty if you use a key not available for a particular data type.\n"
212"  \n"
213"Examples :\n"
214"\n"
215"  $ dumpykota --data history --format csv >myfile.csv\n"
216"  \n"
217"  This dumps the history in a comma separated values file, for possible\n"
218"  use in a spreadsheet.\n"
219"  \n"
220"  $ dumpykota --data users --format xml -o users.xml\n"
221"  \n"
222"  Dumps all users datas to the users.xml file.\n"
223"  \n"
224"  $ dumpykota --data history printername=HP2100 username=jerome\n"
225"  \n"
226"  Dumps the job history for user jerome on printer HP2100 only.\n"
227"  \n"
228"  $ dumpykota --data history start=200503 end=20050730234615\n"
229"  \n"
230"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
231"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
232"  \n"
233"This program is free software; you can redistribute it and/or modify\n"
234"it under the terms of the GNU General Public License as published by\n"
235"the Free Software Foundation; either version 2 of the License, or\n"
236"(at your option) any later version.\n"
237"\n"
238"This program is distributed in the hope that it will be useful,\n"
239"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
240"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
241"GNU General Public License for more details.\n"
242"\n"
243"You should have received a copy of the GNU General Public License\n"
244"along with this program; if not, write to the Free Software\n"
245"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
246"\n"
247"Please e-mail bugs to: %s"
248msgstr ""
249
250msgid "The -d | --data command line option is mandatory, see help."
251msgstr "-d | --data是強制的指令選項,請參閱說明文件"
252
253#, python-format
254msgid ""
255"edpykota v%s (c) %s %s\n"
256"\n"
257"A Print Quota editor for PyKota.\n"
258"\n"
259"command line usage :\n"
260"\n"
261"  edpykota [options] user1 user2 ... userN\n"
262"  \n"
263"  edpykota [options] group1 group2 ... groupN\n"
264"\n"
265"options :\n"
266"\n"
267"  -v | --version       Prints edpykota's version number then exits.\n"
268"  -h | --help          Prints this message then exits.\n"
269"  \n"
270"  -a | --add           Adds users and/or printers if they don't \n"
271"                       exist on the Quota Storage Server.\n"
272"                       \n"
273"  -d | --delete        Deletes users/groups from the quota storage.\n"
274"                       Printers are never deleted.\n"
275"                       \n"
276"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
277"                       for a particular printer. Job price is optional.\n"
278"                       If both are to be set, separate them with a comma.\n"
279"                       Floating point values are allowed.\n"
280"                       \n"
281"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
282"                       when computing the cost of a print job. Positive or \n"
283"                       negative floating point values are allowed,\n"
284"                       this allows you to do some really creative\n"
285"                       things like giving money to an user whenever\n"
286"                       he prints. The number of pages in a print job\n"
287"                       is not modified by this coefficient, only the\n"
288"                       cost of the job for a particular user.\n"
289"                       Only users have a coefficient.\n"
290"  \n"
291"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
292"                              listed, separated by commas. The groups\n"
293"                              must already exist in the Quota Storage.\n"
294"  \n"
295"  -u | --users         Edit users print quotas, this is the default.\n"
296"  \n"
297"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
298"                       use wildcards characters to select only\n"
299"                       some printers. The default value is *, meaning\n"
300"                       all printers. \n"
301"                       You can specify several names or wildcards, \n"
302"                       by separating them with commas.\n"
303"  \n"
304"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
305"                       pg1, pg2, etc... which must already exist.\n"
306"                       A printer group is just like a normal printer,\n"
307"                       only that it is usually unknown from the printing\n"
308"                       system. Create printer groups exactly the same\n"
309"                       way that you create printers, then add other \n"
310"                       printers to them with this option.\n"
311"                       Accounting is done on a printer and on all\n"
312"                       the printer groups it belongs to, quota checking\n"
313"                       is done on a printer and on all the printer groups\n"
314"                       it belongs to.\n"
315"  \n"
316"  -g | --groups        Edit users groups print quotas instead of users.\n"
317"                          \n"
318"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
319"                       print quotas\n"
320"                       \n"
321"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
322"  \n"
323"  -r | --reset         Resets the actual page counter for the user\n"
324"                       or group to zero on the specified printers. \n"
325"                       The life time page counter is kept unchanged.\n"
326"                       \n"
327"  -R | --hardreset     Resets the actual and life time page counters\n"
328"                       for the user or group to zero on the specified \n"
329"                       printers. This is a shortcut for '--used 0'.\n"
330"                       \n"
331"  -l | --limitby l     Choose if the user/group is limited in "
332"printing                     \n"
333"                       by its account balance or by its page quota.\n"
334"                       The default value is 'quota'. Allowed values\n"
335"                       are 'quota' 'balance' 'quota-then-balance' and\n"
336"                       'balance-then-quota'.\n"
337"                       WARNING : quota-then-balance and balance-then-quota\n"
338"                       are not yet implemented.\n"
339"                       \n"
340"  -b | --balance b     Sets the user's account balance to "
341"b.                     \n"
342"                       Account balance may be increase or decreased\n"
343"                       if b is prefixed with + or -.\n"
344"                       WARNING : when decreasing account balance,\n"
345"                       the total paid so far by the user is decreased\n"
346"                       too.\n"
347"                       Groups don't have a real balance, but the\n"
348"                       sum of their users' account balance.\n"
349"                       \n"
350"  -S | --softlimit sl  Sets the quota soft limit to sl "
351"pages.                       \n"
352"  \n"
353"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
354"\n"
355"  -U | --used usage    Sets the pagecounters for the user to usage pages;\n"
356"                       useful for migrating users from a different system\n"
357"                       where they have already used some pages. Actual\n"
358"                       and Life Time page counters may be increased or "
359"decreased\n"
360"                       if usage is prefixed with + or -.\n"
361"                       WARNING : BOTH page counters are modified in all "
362"cases,\n"
363"                       so be careful.\n"
364"                       NB : if 'usage' equals '0', then the action taken is\n"
365"                       the same as if --hardreset was used.\n"
366"\n"
367"  user1 through userN and group1 through groupN can use wildcards\n"
368"  if the --add option is not set.\n"
369"  \n"
370"examples :                              \n"
371"\n"
372"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
373"  \n"
374"  This will add users john, paul, george and ringo to the quota\n"
375"  database, and set their print quotas to the same values than user \n"
376"  jerome. User jerome must already exist.\n"
377"  User ringo's email address will also be set to 'ringo@example.com'\n"
378"  \n"
379"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
380"  \n"
381"  This will set jerome's print quota on the lp printer to a soft limit\n"
382"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
383"  printer lp doesn't exist on the Quota Storage Server then nothing is "
384"done.\n"
385"\n"
386"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
387"  \n"
388"  Same as above, but if either user jerome or printer lp doesn't exist \n"
389"  on the Quota Storage Server they are automatically added. Also\n"
390"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
391"  already exist in the Quota Storage.\n"
392"            \n"
393"  $ edpykota -g -S 500 -H 550 financial support            \n"
394"  \n"
395"  This will set print quota soft limit to 500 pages and hard limit\n"
396"  to 550 pages for groups financial and support on all printers.\n"
397"  \n"
398"  $ edpykota --reset jerome \"jo*\"\n"
399"  \n"
400"  This will reset jerome's page counter to zero on all printers, as\n"
401"  well as every user whose name begins with 'jo'.\n"
402"  Their life time page counter on each printer will be kept unchanged.\n"
403"  You can also reset the life time page counters by using the\n"
404"  --hardreset | -R command line option.\n"
405"  \n"
406"  $ edpykota --printer hpcolor --noquota jerome\n"
407"  \n"
408"  This will tell PyKota to not limit jerome when printing on the \n"
409"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
410"  accounting of the pages he prints will still be kept.\n"
411"  Print Quotas for jerome on other printers are unchanged.\n"
412"  \n"
413"  $ edpykota --limitby balance jerome\n"
414"  \n"
415"  This will tell PyKota to limit jerome by his account's balance\n"
416"  when printing.\n"
417"  \n"
418"  $ edpykota --balance +10.0 jerome\n"
419"  \n"
420"  This will increase jerome's account balance by 10.0 (in your\n"
421"  own currency). You can decrease the account balance with a\n"
422"  dash prefix, and set it to a fixed amount with no prefix.\n"
423"  \n"
424"  $ edpykota --delete jerome rachel\n"
425"  \n"
426"  This will completely delete jerome and rachel from the Quota Storage\n"
427"  database. All their quotas and jobs will be deleted too.\n"
428"  \n"
429"  $ edpykota --printer lp --charge 0.1\n"
430"  \n"
431"  This will set the page price for printer lp to 0.1. Job price\n"
432"  will not be changed.\n"
433"  \n"
434"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
435"  \n"
436"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
437"  When printing either on hplj1 or hplj2, print quota will also be \n"
438"  checked and accounted for on virtual printers Laser and HP.\n"
439"  \n"
440"  $ edpykota --overcharge 2.5 poorstudent\n"
441"  \n"
442"  This will overcharge the poorstudent user by a factor of 2.5.\n"
443"  \n"
444"  $ edpykota --overcharge -1 jerome\n"
445"  \n"
446"  User jerome will actually earn money whenever he prints.\n"
447"  \n"
448"  $ edpykota --overcharge 0 boss\n"
449"  \n"
450"  User boss can print at will, it won't cost him anything because the\n"
451"  cost of each print job will be multiplied by zero before charging\n"
452"  his account.\n"
453"\n"
454"This program is free software; you can redistribute it and/or modify\n"
455"it under the terms of the GNU General Public License as published by\n"
456"the Free Software Foundation; either version 2 of the License, or\n"
457"(at your option) any later version.\n"
458"\n"
459"This program is distributed in the hope that it will be useful,\n"
460"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
461"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
462"GNU General Public License for more details.\n"
463"\n"
464"You should have received a copy of the GNU General Public License\n"
465"along with this program; if not, write to the Free Software\n"
466"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
467"\n"
468"Please e-mail bugs to: %s"
469msgstr ""
470
471msgid "You're not allowed to use this command."
472msgstr "你沒有權限執行這個指令"
473
474#, python-format
475msgid "Invalid used value %s."
476msgstr ""
477
478#, python-format
479msgid "Invalid softlimit value %s."
480msgstr "%s 是不正確的softlimit設定值"
481
482#, python-format
483msgid "Invalid hardlimit value %s."
484msgstr "%s 是不正確的hardlimit設定值"
485
486#, python-format
487msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
488msgstr "由於hard limit %i 少於soft limit %i,因此數值將會被倒置"
489
490#, python-format
491msgid "Invalid overcharge value %s"
492msgstr ""
493
494#, python-format
495msgid "Invalid balance value %s"
496msgstr "%s 是不正確的balance數值"
497
498#, python-format
499msgid "Invalid charge amount value %s"
500msgstr "%s 是不正確的charge數值"
501
502#, python-format
503msgid "Invalid limitby value %s"
504msgstr "%s 是不正確的limitby數值"
505
506#, python-format
507msgid "Impossible to add printer %s"
508msgstr "不能加入列印機 %s"
509
510#, python-format
511msgid "Invalid printer name %s"
512msgstr "%s 是不正確的列印機名稱"
513
514#, python-format
515msgid "There's no printer matching %s"
516msgstr "沒有列印機能對應 %s"
517
518msgid "You have to pass user or group names on the command line"
519msgstr "你必須於指令摸式下成功通過確認使用者或群組名稱"
520
521#, python-format
522msgid "Prototype object %s not found in Quota Storage."
523msgstr "在配額資料庫內未能找到物件類別 %s"
524
525#, python-format
526msgid "Prototype %s not found in Quota Storage for printer %s."
527msgstr "在配額資料庫內未能找到類別 %s 用於列印機 %s"
528
529#, python-format
530msgid "Undefined hard limit set to soft limit (%s) on printer %s."
531msgstr "未能確認的hard limit用於已設定soft limit (%s) 的列印機 %s上"
532
533#, python-format
534msgid "Undefined soft limit set to hard limit (%s) on printer %s."
535msgstr "未能確認的soft limit用於已設定hard limit (%s) 的列印機 %s上"
536
537#, python-format
538msgid "Invalid email address %s"
539msgstr "%s 是不正確的電郵地址"
540
541#, python-format
542msgid "Unknown group %s"
543msgstr "未能確認的群組 %s"
544
545#, python-format
546msgid "Unknown user %s"
547msgstr "未能確認的使用者 %s"
548
549#, python-format
550msgid "Invalid group name %s"
551msgstr "%s 是不正確的群組名稱"
552
553#, python-format
554msgid "Invalid user name %s"
555msgstr "%s 是不正確的使用者名稱"
556
557#, python-format
558msgid "Quota not found for object %s on printer %s."
559msgstr "%s 在印表機 %s 沒有列印配額"
560
561#, python-format
562msgid "Group %s not found in the PyKota Storage."
563msgstr "群組 %s 未能夠於配額資料庫內找到"
564
565msgid "incompatible options, see help."
566msgstr "不兼容的選項,請參閱說明文件"
567
568msgid "Software accounting already done in first pass. Ignoring."
569msgstr "軟體記帳通過第一階段的運作,閒置中"
570
571msgid "Hardware accounting already done in first pass. Ignoring."
572msgstr "硬體記帳通過第一階段的運作,閒置中"
573
574msgid "Job size and price now set in history."
575msgstr "列印總頁數及列印費用已於列印紀錄中設定"
576
577#, python-format
578msgid ""
579"pkbanner v%s (c) %s %s\n"
580"\n"
581"Generates banners.\n"
582"\n"
583"command line usage :\n"
584"\n"
585"  pkbanner  [options]  [more info]\n"
586"\n"
587"options :\n"
588"\n"
589"  -v | --version       Prints pkbanner's version number then exits.\n"
590"  -h | --help          Prints this message then exits.\n"
591"  \n"
592"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
593"                       be drawn at the center top of the page. The default\n"
594"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
595"                       \n"
596"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
597"                       page sizes are recognized, like 'A4' or 'Letter'\n"
598"                       to name a few. The default size is A4.\n"
599"  \n"
600"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
601"                       used to save toner. The default value is 0, which\n"
602"                       means that no toner saving will be done.\n"
603"  \n"
604"  -u | --url u         Uses u as an url to be written at the bottom of \n"
605"                       the banner page. The default url is :\n"
606"                       http://www.librelogiciel.com/software/\n"
607"  \n"
608"examples :                              \n"
609"\n"
610"  Using pkbanner directly from the command line is not recommended,\n"
611"  excepted for testing purposes. You should use pkbanner in the\n"
612"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
613"  \n"
614"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
615"  \n"
616"      With such a setting in pykota.conf, all print jobs will be \n"
617"      prefixed with an A4 banner with no logo, and text luminosity will\n"
618"      be increased by 75%%. The PostScript output will be directly sent\n"
619"      to your printer.\n"
620"      \n"
621"  You'll find more examples in the sample configuration file included    \n"
622"  in PyKota.\n"
623"      \n"
624"This program is free software; you can redistribute it and/or modify\n"
625"it under the terms of the GNU General Public License as published by\n"
626"the Free Software Foundation; either version 2 of the License, or\n"
627"(at your option) any later version.\n"
628"\n"
629"This program is distributed in the hope that it will be useful,\n"
630"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
631"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
632"GNU General Public License for more details.\n"
633"\n"
634"You should have received a copy of the GNU General Public License\n"
635"along with this program; if not, write to the Free Software\n"
636"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
637"\n"
638"Please e-mail bugs to: %s"
639msgstr ""
640
641msgid "Unknown"
642msgstr "未能確認"
643
644msgid "Username"
645msgstr "使用者名稱"
646
647msgid "More Info"
648msgstr ""
649
650msgid "Job"
651msgstr "列印工作"
652
653msgid "Date"
654msgstr "日期"
655
656msgid "Allowed"
657msgstr "允許"
658
659msgid "Denied"
660msgstr "禁止"
661
662msgid "Allowed with Warning"
663msgstr "允許但帶有警告"
664
665msgid "Result"
666msgstr "結果"
667
668msgid "Title"
669msgstr "檔案標題"
670
671msgid "Filename"
672msgstr "檔案名稱"
673
674#, python-format
675msgid "Pages printed so far on %s"
676msgstr "現正列印第 %s 頁"
677
678msgid "Account balance"
679msgstr "賬戶結餘"
680
681msgid "Soft Limit"
682msgstr "警告配額"
683
684msgid "Hard Limit"
685msgstr "有效配額"
686
687msgid "Date Limit"
688msgstr "需要在此日期前増加配額"
689
690msgid "Allowed range is (0..99)"
691msgstr "有效範圍是 (0..99)"
692
693#, python-format
694msgid "Invalid 'savetoner' option %s : %s"
695msgstr "不正確的'savetoner'選項 %s : %s"
696
697#, python-format
698msgid "Invalid 'pagesize' option %s, defaulting to A4."
699msgstr "%s 是不正確的'pagesize'設定,改為使用預設的A4"
700
701#, python-format
702msgid ""
703"pkhint v%s (c) %s %s\n"
704"\n"
705"A tool to give hints on what accounting method is best for each printer.\n"
706"\n"
707"command line usage :\n"
708"\n"
709"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
710"\n"
711"options :\n"
712"\n"
713"  -v | --version       Prints pkhint's version number then exits.\n"
714"  -h | --help          Prints this message then exits.\n"
715"  \n"
716"examples :                              \n"
717"\n"
718"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
719"  \n"
720"  Will analyze your printing system to test which accounter\n"
721"  is the best for each of the defined printer which\n"
722"  name matches one of the parameters.\n"
723"  \n"
724"  If you don't pass any argument on the command line, all\n"
725"  printers will be analyzed.\n"
726"  \n"
727"This program is free software; you can redistribute it and/or modify\n"
728"it under the terms of the GNU General Public License as published by\n"
729"the Free Software Foundation; either version 2 of the License, or\n"
730"(at your option) any later version.\n"
731"\n"
732"This program is distributed in the hope that it will be useful,\n"
733"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
734"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
735"GNU General Public License for more details.\n"
736"\n"
737"You should have received a copy of the GNU General Public License\n"
738"along with this program; if not, write to the Free Software\n"
739"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
740"\n"
741"Please e-mail bugs to: %s"
742msgstr ""
743
744#, python-format
745msgid "Invalid DeviceURI : %s"
746msgstr "不正確的DeviceURI : %s"
747
748msgid ""
749"\n"
750"Please wait while pkhint analyzes your printing system's configuration..."
751msgstr ""
752"\n"
753"pkhint正分析你的列印系統設定,請稍候"
754
755#, python-format
756msgid "Unknown device %s for printer %s"
757msgstr "不知名裝置 %s 對應列印機 %s"
758
759msgid ""
760"\n"
761"Put the following lines into your /etc/pykota/pykota.conf file :\n"
762msgstr ""
763"\n"
764"請把以下的設定放到/etc/pykota/pykota.conf內 :\n"
765
766msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
767msgstr "# 請注意 : 假若軟件記帳是建議使用,這並不表示"
768
769msgid "# that hardware accounting wouldn't work, this only means that PyKota"
770msgstr "# 硬體記帳不能使用,這只代表PyKota"
771
772msgid "# wasn't able to autodetect which hardware accounting method to use."
773msgstr "未能自動偵測哪一個硬體記帳方法能夠使用"
774
775#, python-format
776msgid ""
777"pkmail v%s (c) %s %s\n"
778"\n"
779"Email gateway for PyKota.\n"
780"\n"
781"command line usage :\n"
782"\n"
783"  pkmail  [options]\n"
784"\n"
785"options :\n"
786"\n"
787"  -v | --version       Prints pkmail's version number then exits.\n"
788"  -h | --help          Prints this message then exits.\n"
789"  \n"
790"    \n"
791"  This command is meant to be used from your mail server's aliases file,\n"
792"  as a pipe. It will then accept commands send to it in email messages,\n"
793"  and will send the answer to the command's originator.\n"
794"  \n"
795"  To use this command, create an email alias in /etc/aliases with\n"
796"  the following format :\n"
797"  \n"
798"    pykotacmd: \"|/usr/bin/pkmail\"\n"
799"    \n"
800"  Then run the 'newaliases' command to regenerate the aliases database.\n"
801"  \n"
802"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
803"  the command in the subject.\n"
804"  \n"
805"  List of supported commands :\n"
806"  \n"
807"        report [username]\n"
808"  \n"
809"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
810"  system user in the 'pykota' system group to ensure this user can\n"
811"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
812"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
813"  that you think at least twice before doing this though.\n"
814"  \n"
815"  Use at your own risk !\n"
816"  \n"
817"This program is free software; you can redistribute it and/or modify\n"
818"it under the terms of the GNU General Public License as published by\n"
819"the Free Software Foundation; either version 2 of the License, or\n"
820"(at your option) any later version.\n"
821"\n"
822"This program is distributed in the hope that it will be useful,\n"
823"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
824"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
825"GNU General Public License for more details.\n"
826"\n"
827"You should have received a copy of the GNU General Public License\n"
828"along with this program; if not, write to the Free Software\n"
829"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
830"\n"
831"Please e-mail bugs to: %s"
832msgstr ""
833
834#, python-format
835msgid ""
836"pkprinters v%s (c) %s %s\n"
837"\n"
838"A Printers Manager for PyKota.\n"
839"\n"
840"command line usage :\n"
841"\n"
842"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
843"\n"
844"options :\n"
845"\n"
846"  -v | --version       Prints pkprinters's version number then exits.\n"
847"  -h | --help          Prints this message then exits.\n"
848"  \n"
849"  -a | --add           Adds printers if they don't exist on the Quota \n"
850"                       Storage Server. If they exist, they are modified\n"
851"                       unless -s|--skipexisting is also used.\n"
852"                       \n"
853"  -d | --delete        Deletes printers from the quota storage.\n"
854"  \n"
855"  -D | --description d Adds a textual description to printers.\n"
856"                       \n"
857"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
858"                       Job price is optional.\n"
859"                       If both are to be set, separate them with a comma.\n"
860"                       Floating point and negative values are allowed.\n"
861"  \n"
862"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
863"                       groups pg1, pg2, etc... which must already exist.\n"
864"                       A printer group is just like a normal printer,\n"
865"                       only that it is usually unknown from the printing\n"
866"                       system. Create printer groups exactly the same\n"
867"                       way that you create printers, then add other \n"
868"                       printers to them with this option.\n"
869"                       Accounting is done on a printer and on all\n"
870"                       the printer groups it belongs to, quota checking\n"
871"                       is done on a printer and on all the printer groups\n"
872"                       it belongs to.\n"
873"                       If the --remove option below is not used, the \n"
874"                       default action is to add printers to the specified\n"
875"                       printer groups.\n"
876"                       \n"
877"  -l | --list          List informations about the printer(s) and the\n"
878"                       printers groups it is a member of.\n"
879"                       \n"
880"  -r | --remove        In combination with the --groups option "
881"above,                       \n"
882"                       remove printers from the specified printers groups.\n"
883"                       \n"
884"  -s | --skipexisting  In combination with the --add option above, tells\n"
885"                       pkprinters to not modify existing printers.\n"
886"  \n"
887"  printer1 through printerN can contain wildcards if the --add option \n"
888"  is not set.\n"
889"  \n"
890"examples :                              \n"
891"\n"
892"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
893"hp8000\n"
894"  \n"
895"  Will create three printers named hp2100, hp2200 and hp8000.\n"
896"  Their price per page will be set at 0.05 unit, and their price\n"
897"  per job will be set at 0.1 unit. Units are in your own currency,\n"
898"  or whatever you want them to mean.\n"
899"  All of their descriptions will be set to the string \"HP Printer\".\n"
900"  If any of these printers already exists, it will also be modified \n"
901"  unless the -s|--skipexisting command line option is also used.\n"
902"            \n"
903"  $ pkprinters --delete \"*\"\n"
904"  \n"
905"  This will completely delete all printers and associated quota "
906"information,\n"
907"  as well as their job history. USE WITH CARE !\n"
908"  \n"
909"  $ pkprinters --groups Laser,HP \"hp*\"\n"
910"  \n"
911"  This will put all printers which name matches \"hp*\" into printers "
912"groups \n"
913"  Laser and HP, which MUST already exist.\n"
914"  \n"
915"  $ pkprinters --groups LexMark --remove hp2200\n"
916"  \n"
917"  This will remove the hp2200 printer from the LexMark printer group.\n"
918"  \n"
919"This program is free software; you can redistribute it and/or modify\n"
920"it under the terms of the GNU General Public License as published by\n"
921"the Free Software Foundation; either version 2 of the License, or\n"
922"(at your option) any later version.\n"
923"\n"
924"This program is distributed in the hope that it will be useful,\n"
925"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
926"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
927"GNU General Public License for more details.\n"
928"\n"
929"You should have received a copy of the GNU General Public License\n"
930"along with this program; if not, write to the Free Software\n"
931"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
932"\n"
933"Please e-mail bugs to: %s"
934msgstr ""
935
936#, python-format
937msgid "Printer %s already exists, skipping."
938msgstr "列印機 %s 經已存在,指令被跳過"
939
940#, python-format
941msgid "Printer %s already exists, will be modified."
942msgstr "列印機 %s 經已存在,列印機將會被變更"
943
944msgid "in"
945msgstr "在"
946
947msgid "You have to pass printer groups names on the command line"
948msgstr "你必須需入列印機群組名稱"
949
950msgid "You have to pass printer names on the command line"
951msgstr "你必須需入列印機名稱"
952
953#, python-format
954msgid ""
955"pykosd v%s (c) %s %s\n"
956"\n"
957"An OSD quota monitor for PyKota.\n"
958"\n"
959"command line usage :\n"
960"\n"
961"  pykosd [options]\n"
962"\n"
963"options :\n"
964"\n"
965"  -v | --version       Prints pykosd's version number then exits.\n"
966"  -h | --help          Prints this message then exits.\n"
967"  \n"
968"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
969"                       triplet, for example #FF0000 is 100%% red.\n"
970"                       Defaults to 100%% green (#00FF00).\n"
971"                       \n"
972"  -d | --duration d    Sets the duration of the display in seconds. \n"
973"                       Defaults to 3 seconds.\n"
974"                       \n"
975"  -f | --font f        Sets the font to use for "
976"display.                      \n"
977"                       Defaults to the Python OSD library's default.\n"
978"  \n"
979"  -l | --loop n        Sets the number of times the info will be displayed.\n"
980"                       Defaults to 0, which means loop forever.\n"
981"                       \n"
982"  -s | --sleep s       Sets the sleeping duration between two displays \n"
983"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
984"                       \n"
985"  \n"
986"examples :                              \n"
987"\n"
988"  $ pykosd -s 60 --loop 5\n"
989"  \n"
990"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
991"  and will last for 3 seconds (the default) each time. After five\n"
992"  iterations, the program will exit.\n"
993"  \n"
994"This program is free software; you can redistribute it and/or modify\n"
995"it under the terms of the GNU General Public License as published by\n"
996"the Free Software Foundation; either version 2 of the License, or\n"
997"(at your option) any later version.\n"
998"\n"
999"This program is distributed in the hope that it will be useful,\n"
1000"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1001"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1002"GNU General Public License for more details.\n"
1003"\n"
1004"You should have received a copy of the GNU General Public License\n"
1005"along with this program; if not, write to the Free Software\n"
1006"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1007"\n"
1008"Please e-mail bugs to: %s"
1009msgstr ""
1010
1011#, python-format
1012msgid "Invalid duration option %s"
1013msgstr "%s 是錯誤的duration設定"
1014
1015#, python-format
1016msgid "Invalid loop option %s"
1017msgstr "%s 是錯誤的loop設定"
1018
1019#, python-format
1020msgid "Invalid sleep option %s"
1021msgstr "%s 是錯誤的sleep設定"
1022
1023#, python-format
1024msgid "Invalid color option %s"
1025msgstr "%s是錯誤的color選項"
1026
1027#, python-format
1028msgid "User %s doesn't exist in PyKota's database"
1029msgstr "使用者 %s 並沒有存在於PyKota的資料庫內"
1030
1031#, python-format
1032msgid "Pages used on %s : %s"
1033msgstr "於列印機 %s 共使列印了 %s 頁"
1034
1035#, python-format
1036msgid "PyKota Units left : %.2f"
1037msgstr "PyKota 配額還剩 : %.2f"
1038
1039#, python-format
1040msgid ""
1041"pykotme v%s (c) %s %s\n"
1042"\n"
1043"Gives print quotes to users.\n"
1044"\n"
1045"command line usage :\n"
1046"\n"
1047"  pykotme  [options]  [files]\n"
1048"\n"
1049"options :\n"
1050"\n"
1051"  -v | --version       Prints pykotme's version number then exits.\n"
1052"  -h | --help          Prints this message then exits.\n"
1053"  \n"
1054"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1055"                       use wildcards characters to select only\n"
1056"                       some printers. The default value is *, meaning\n"
1057"                       all printers.\n"
1058"                       You can specify several names or wildcards, \n"
1059"                       by separating them with commas.\n"
1060"  \n"
1061"examples :                              \n"
1062"\n"
1063"  $ pykotme --printer apple file1.ps file2.ps\n"
1064"  \n"
1065"  This will give a print quote to the current user. The quote will show\n"
1066"  the price and size of a job consisting in file1.ps and file2.ps \n"
1067"  which would be sent to the apple printer.\n"
1068"  \n"
1069"  $ pykotme --printer apple,hplaser <file1.ps\n"
1070"  \n"
1071"  This will give a print quote to the current user. The quote will show\n"
1072"  the price and size of a job consisting in file1.ps as read from\n"
1073"  standard input, which would be sent to the apple or hplaser\n"
1074"  printer.\n"
1075"\n"
1076"  $ pykotme \n"
1077"  \n"
1078"  This will give a quote for a job consisting of what is on standard \n"
1079"  input. The quote will list the job size, and the price the job\n"
1080"  would cost on each printer.\n"
1081"\n"
1082"This program is free software; you can redistribute it and/or modify\n"
1083"it under the terms of the GNU General Public License as published by\n"
1084"the Free Software Foundation; either version 2 of the License, or\n"
1085"(at your option) any later version.\n"
1086"\n"
1087"This program is distributed in the hope that it will be useful,\n"
1088"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1089"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1090"GNU General Public License for more details.\n"
1091"\n"
1092"You should have received a copy of the GNU General Public License\n"
1093"along with this program; if not, write to the Free Software\n"
1094"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1095"\n"
1096"Please e-mail bugs to: %s"
1097msgstr ""
1098
1099#, python-format
1100msgid "Your account balance : %.2f"
1101msgstr "你的帳目結餘為 : %.2f"
1102
1103#, python-format
1104msgid "Job size : %i pages"
1105msgstr "列印總頁數 : %i 頁"
1106
1107#, python-format
1108msgid "Cost on printer %s : %.2f"
1109msgstr "於 %s 列印,你所需要的費用為 %.2f"
1110
1111#, python-format
1112msgid ""
1113"repykota v%s (c) %s %s\n"
1114"\n"
1115"Generates print quota reports.\n"
1116"\n"
1117"command line usage :\n"
1118"\n"
1119"  repykota [options] \n"
1120"\n"
1121"options :\n"
1122"\n"
1123"  -v | --version       Prints repykota's version number then exits.\n"
1124"  -h | --help          Prints this message then exits.\n"
1125"  \n"
1126"  -u | --users         Generates a report on users quota, this is \n"
1127"                       the default.\n"
1128"  \n"
1129"  -g | --groups        Generates a report on group quota instead of users.\n"
1130"  \n"
1131"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
1132"                       use wildcards characters to select only\n"
1133"                       some printers. The default value is *, meaning\n"
1134"                       all printers.\n"
1135"                       You can specify several names or wildcards, \n"
1136"                       by separating them with commas.\n"
1137"  \n"
1138"examples :                              \n"
1139"\n"
1140"  $ repykota --printer lp\n"
1141"  \n"
1142"  This will print the quota status for all users who use the lp printer.\n"
1143"\n"
1144"  $ repykota \n"
1145"  \n"
1146"  This will print the quota status for all users on all printers.\n"
1147"  \n"
1148"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1149"  \n"
1150"  This will print the quota status for user jerome and all users\n"
1151"  whose name begins with \"jo\" on all printers which name begins\n"
1152"  with \"laser\" or ends with \"pson\".\n"
1153"  \n"
1154"  If launched by an user who is not a PyKota administrator, additionnal\n"
1155"  arguments representing users or groups names are ignored, and only the\n"
1156"  current user/group is reported.\n"
1157"\n"
1158"This program is free software; you can redistribute it and/or modify\n"
1159"it under the terms of the GNU General Public License as published by\n"
1160"the Free Software Foundation; either version 2 of the License, or\n"
1161"(at your option) any later version.\n"
1162"\n"
1163"This program is distributed in the hope that it will be useful,\n"
1164"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1165"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1166"GNU General Public License for more details.\n"
1167"\n"
1168"You should have received a copy of the GNU General Public License\n"
1169"along with this program; if not, write to the Free Software\n"
1170"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1171"\n"
1172"Please e-mail bugs to: %s"
1173msgstr ""
1174
1175#, python-format
1176msgid ""
1177"warnpykota v%s (c) %s %s\n"
1178"\n"
1179"Sends mail to users over print quota.\n"
1180"\n"
1181"command line usage :\n"
1182"\n"
1183"  warnpykota  [options]  [names]\n"
1184"\n"
1185"options :\n"
1186"\n"
1187"  -v | --version       Prints warnpykota's version number then exits.\n"
1188"  -h | --help          Prints this message then exits.\n"
1189"  \n"
1190"  -u | --users         Warns users over their print quota, this is the \n"
1191"                       default.\n"
1192"  \n"
1193"  -g | --groups        Warns users whose groups quota are over limit.\n"
1194"  \n"
1195"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1196"                       use wildcards characters to select only\n"
1197"                       some printers. The default value is *, meaning\n"
1198"                       all printers.\n"
1199"                       You can specify several names or wildcards, \n"
1200"                       by separating them with commas.\n"
1201"  \n"
1202"examples :                              \n"
1203"\n"
1204"  $ warnpykota --printer lp\n"
1205"  \n"
1206"  This will warn all users of the lp printer who have exceeded their\n"
1207"  print quota.\n"
1208"\n"
1209"  $ warnpykota \n"
1210"  \n"
1211"  This will warn all users  who have exceeded their print quota on\n"
1212"  any printer.\n"
1213"\n"
1214"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1215"  \n"
1216"  This will warn all users of groups which names begins with \"dev\" and\n"
1217"  who have exceeded their print quota on any printer which name begins \n"
1218"  with \"laserjet\"\n"
1219"  \n"
1220"  If launched by an user who is not a PyKota administrator, additionnal\n"
1221"  arguments representing users or groups names are ignored, and only the\n"
1222"  current user/group is reported.\n"
1223"\n"
1224"This program is free software; you can redistribute it and/or modify\n"
1225"it under the terms of the GNU General Public License as published by\n"
1226"the Free Software Foundation; either version 2 of the License, or\n"
1227"(at your option) any later version.\n"
1228"\n"
1229"This program is distributed in the hope that it will be useful,\n"
1230"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1231"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1232"GNU General Public License for more details.\n"
1233"\n"
1234"You should have received a copy of the GNU General Public License\n"
1235"along with this program; if not, write to the Free Software\n"
1236"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1237"\n"
1238"Please e-mail bugs to: %s"
1239msgstr ""
1240
1241msgid "PyKota Data Dumper"
1242msgstr ""
1243
1244msgid "Dump"
1245msgstr ""
1246
1247msgid "Please click on the above button"
1248msgstr "請按以上按鈕"
1249
1250msgid "Data Type"
1251msgstr ""
1252
1253msgid "Output Format"
1254msgstr ""
1255
1256msgid "Filter"
1257msgstr ""
1258
1259msgid "PyKota Reports"
1260msgstr "PyKota 列印配額報告"
1261
1262msgid "Report"
1263msgstr "報告"
1264
1265msgid "Printer"
1266msgstr "列印機"
1267
1268msgid "User / Group names mask"
1269msgstr "使用者/群組 名稱篩選"
1270
1271msgid "Groups report"
1272msgstr "群組報告"
1273
1274msgid "History"
1275msgstr "列印紀錄"
1276
1277msgid "Empty"
1278msgstr "沒有紀錄"
1279
1280msgid "Action"
1281msgstr "允許/禁止 列印"
1282
1283msgid "User"
1284msgstr "使用者"
1285
1286msgid "Hostname"
1287msgstr "列印使用電腦"
1288
1289msgid "JobId"
1290msgstr "列印工作識別碼"
1291
1292msgid "JobSize"
1293msgstr "列印總頁數"
1294
1295msgid "JobPrice"
1296msgstr "列印費用"
1297
1298msgid "Copies"
1299msgstr "複製數量"
1300
1301msgid "JobBytes"
1302msgstr "列印工作容量"
1303
1304msgid "PageCounter"
1305msgstr "列印總計"
1306
1307msgid "Options"
1308msgstr "其他選項"
1309
1310msgid "MD5Sum"
1311msgstr ""
1312
1313msgid "BillingCode"
1314msgstr ""
1315
1316msgid "Pages"
1317msgstr ""
1318
1319msgid "Previous page"
1320msgstr "上一頁"
1321
1322msgid "PyKota Quotes"
1323msgstr ""
1324
1325msgid "Quote"
1326msgstr ""
1327
1328#, python-format
1329msgid "This file is %i pages long."
1330msgstr ""
1331
1332#, python-format
1333msgid "Unsupported accounter backend %s"
1334msgstr "%s 是暫時未能夠支援的計算器"
1335
1336#, python-format
1337msgid "Configuration file %s not found."
1338msgstr "未能尋找設定檔 %s"
1339
1340#, python-format
1341msgid "Option %s not found in section global of %s"
1342msgstr "%s 這個設定未能於 %s 內的section global找到"
1343
1344#, python-format
1345msgid "Option %s not found in section %s of %s"
1346msgstr "%s 這個設定未能在 %s section附屬於 %s 內找到"
1347
1348#, python-format
1349msgid "Option ldaptls is set, but certificate %s is not readable."
1350msgstr ""
1351
1352#, python-format
1353msgid "Option logger only supports values in %s"
1354msgstr "logger只支援數值在 %s"
1355
1356#, python-format
1357msgid "Invalid accounter %s for printer %s"
1358msgstr "%s 是不正確的計算器用於列印機 %s"
1359
1360#, python-format
1361msgid "Option accounter in section %s only supports values in %s"
1362msgstr "accounter於 %s 部份只支援數值在 %s"
1363
1364#, python-format
1365msgid "Option enforcement in section %s only supports values in %s"
1366msgstr "enforcement於 %s 部份只支援數值在 %s"
1367
1368#, python-format
1369msgid "Option onaccountererror in section %s only supports values in %s"
1370msgstr "onaccountererror於 %s 部份只支援數值在 %s"
1371
1372#, python-format
1373msgid "Invalid policy %s for printer %s"
1374msgstr "%s 是不正確的政策設定用於列印機 %s"
1375
1376#, python-format
1377msgid "Option policy in section %s only supports values in %s"
1378msgstr "政策設定在 %s 只能夠支援的數值在 %s"
1379
1380#, python-format
1381msgid "Invalid option mailto %s for printer %s"
1382msgstr "%s 是不正確的mailto選項用於列印機 %s"
1383
1384#, python-format
1385msgid "Option mailto in section %s only supports values in %s"
1386msgstr "mailto 於 %s 的部份只支援數值在 %s"
1387
1388#, python-format
1389msgid "Invalid maximal deny banners counter %s"
1390msgstr ""
1391
1392#, python-format
1393msgid "Invalid grace delay %s"
1394msgstr "%s 是不正確的寬限時間"
1395
1396#, python-format
1397msgid "Invalid poor man's threshold %s"
1398msgstr "%s 是不正確的poor man's threshold"
1399
1400msgid ""
1401"Your Print Quota account balance is Low.\n"
1402"Soon you'll not be allowed to print anymore.\n"
1403"Please contact the Print Quota Administrator to solve the problem."
1404msgstr ""
1405"你的列印配額經已很低,\n"
1406"假若你不增加配額,在不久的時間後,你將不能再列印,\n"
1407"請你聯絡負責列印配額的管理人員,以解決這個問題。"
1408
1409#, python-format
1410msgid ""
1411"You are not allowed to print anymore because\n"
1412"your Print Quota is exceeded on printer %s."
1413msgstr ""
1414"你不能再列印任何文件,\n"
1415"因為你在列印機 %s 已沒有列印配額。"
1416
1417#, python-format
1418msgid ""
1419"You will soon be forbidden to print anymore because\n"
1420"your Print Quota is almost reached on printer %s."
1421msgstr ""
1422"在不久的時間内,你將會被禁止作任何列印,\n"
1423"因為你在印表機 %s 的列印配額,差不多用完。"
1424
1425#, python-format
1426msgid "Option accountbanner in section %s only supports values in %s"
1427msgstr "accountbanner內的 %s 只能支援數值在 %s"
1428
1429#, python-format
1430msgid "Option trustjobsize for printer %s is incorrect"
1431msgstr ""
1432
1433msgid "Users"
1434msgstr ""
1435
1436msgid "Groups"
1437msgstr ""
1438
1439msgid "Printers"
1440msgstr ""
1441
1442msgid "Users Print Quotas"
1443msgstr ""
1444
1445msgid "Users Groups Print Quotas"
1446msgstr ""
1447
1448msgid "History of Payments"
1449msgstr ""
1450
1451msgid "Printers Groups Membership"
1452msgstr ""
1453
1454msgid "Users Groups Membership"
1455msgstr ""
1456
1457msgid "Comma Separated Values"
1458msgstr ""
1459
1460msgid "Semicolon Separated Values"
1461msgstr ""
1462
1463msgid "Tabulation Separated Values"
1464msgstr ""
1465
1466msgid "eXtensible Markup Language"
1467msgstr ""
1468
1469msgid "CUPS' page_log"
1470msgstr ""
1471
1472#, python-format
1473msgid "Invalid filter value [%s], see help."
1474msgstr ""
1475
1476#, python-format
1477msgid "Invalid modifier [%s] for --data command line option, see help."
1478msgstr "不正確的修改參數 [%s] 給 --data 指令選項,請參閱說明文件"
1479
1480#, python-format
1481msgid "Invalid modifier [%s] for --format command line option, see help."
1482msgstr "不正確的修改參數 [%s] 給 --format 指令選項,請參閱說明文件"
1483
1484msgid "XML output is disabled because the jaxml module is not available."
1485msgstr "因為jaxml模組尙未安裝,XML輸出已停用"
1486
1487msgid "PyKota data dumper failed : I/O error"
1488msgstr "PyKota data dumper失敗 : I/O 錯誤 "
1489
1490#, python-format
1491msgid "Unsupported logging subsystem %s"
1492msgstr "%s 暫時不支援的紀錄系統"
1493
1494#, python-format
1495msgid "Report for %s quota on printer %s"
1496msgstr "使用者 %s 的列印配額於印表機%s"
1497
1498#, python-format
1499msgid "Pages grace time: %i days"
1500msgstr "寬限日期: %i 日"
1501
1502#, python-format
1503msgid "Price per job: %.3f"
1504msgstr "毎次列印工作所需費用: %.3f"
1505
1506#, python-format
1507msgid "Price per page: %.3f"
1508msgstr "列印毎頁所需費用: %.3f"
1509
1510msgid ""
1511"Group          overcharge   used    soft    hard    balance grace         "
1512"total       paid warn"
1513msgstr ""
1514
1515msgid ""
1516"User           overcharge   used    soft    hard    balance grace         "
1517"total       paid warn"
1518msgstr ""
1519
1520msgid "unknown"
1521msgstr "未能確認"
1522
1523#, python-format
1524msgid "Real : %s"
1525msgstr "硬體/軟體內部計算的數值 : %s"
1526
1527#, python-format
1528msgid "Total : %9i"
1529msgstr "總計 : %9i"
1530
1531msgid "N/A"
1532msgstr ""
1533
1534#, python-format
1535msgid "Unsupported reporter backend %s"
1536msgstr "%s 是不能支援的reporter backend"
1537
1538#, python-format
1539msgid "Unsupported quota storage backend %s"
1540msgstr "%s 是不能支援的配額資料庫"
1541
1542#, python-format
1543msgid "Strange problem with uid(%s) : %s"
1544msgstr ""
1545
1546#, python-format
1547msgid "Running as user '%s'."
1548msgstr ""
1549
1550msgid "No user named 'pykota'. Not dropping priviledges."
1551msgstr ""
1552
1553#, python-format
1554msgid "Impossible to drop priviledges : %s"
1555msgstr ""
1556
1557msgid "Priviledges dropped. Now running as user 'pykota'."
1558msgstr ""
1559
1560#, python-format
1561msgid "Impossible to regain priviledges : %s"
1562msgstr ""
1563
1564msgid "Regained priviledges. Now running as root."
1565msgstr ""
1566
1567#, python-format
1568msgid "Impossible to connect to SMTP server : %s"
1569msgstr "不能夠連線至SMTP伺服器 : %s"
1570
1571#, python-format
1572msgid "Impossible to send mail to %s, error %s : %s"
1573msgstr "未能成功發送電郵到 %s,錯誤 %s : %s"
1574
1575#, python-format
1576msgid ""
1577"\n"
1578"\n"
1579"Please contact your system administrator :\n"
1580"\n"
1581"\t%s - <%s>\n"
1582msgstr ""
1583"\n"
1584"\n"
1585"請聯絡系統管理員 :\n"
1586"\t%s - <%S>\n"
1587
1588#, python-format
1589msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1590msgstr "未能尋找使用者 %s 於印表機 %s,因此採用預設的政策(%s)"
1591
1592#, python-format
1593msgid ""
1594"Unable to find user %s's account balance, applying default policy (%s) for "
1595"printer %s"
1596msgstr "未能尋找使用者 %s 的帳目結算,因此採用預設的政策(%s)於列印機 %s"
1597
1598#, python-format
1599msgid "User %s will not be charged for printing."
1600msgstr ""
1601
1602#, python-format
1603msgid "Print Quota exceeded for group %s on printer %s"
1604msgstr "群組 %s 超出列印配額於列印機 %s"
1605
1606msgid "Print Quota"
1607msgstr "列印配額"
1608
1609msgid "Print Quota Exceeded"
1610msgstr "超出列印配額"
1611
1612#, python-format
1613msgid "Print Quota low for group %s on printer %s"
1614msgstr "羣組 %s 的列印配額於列印機 %s 經已很低"
1615
1616#, python-format
1617msgid "Print Quota exceeded for user %s on printer %s"
1618msgstr "使用者 %s 的列印配額於列印機 %s 經已超出配額"
1619
1620#, python-format
1621msgid "Print Quota low for user %s on printer %s"
1622msgstr "使用者 %s 的列印配額於列印機 %s經已很低"
1623
1624msgid "Print Quota Low"
1625msgstr "列印配額經已很低"
1626
1627#, python-format
1628msgid "Printing system %s, args=%s"
1629msgstr "列印系統 %s,args=%s"
1630
1631#, python-format
1632msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1633msgstr "未能運用通用的PDL分析器 %s 計算列印工作的數量"
1634
1635#, python-format
1636msgid "SIGTERM received, job %s cancelled."
1637msgstr "收到信號中止信息,列印工作 %s 中斷"
1638
1639msgid "Printer hostname undefined, set to 'localhost'"
1640msgstr "列印機主機名稱未能確認,設定為'localhost'"
1641
1642#, python-format
1643msgid "Printing system unknown, args=%s"
1644msgstr "未能確認列系統,args=%s"
1645
1646#, python-format
1647msgid ""
1648"Printer %s not registered in the PyKota system, applying external policy (%"
1649"s) for printer %s"
1650msgstr ""
1651"列印機 %s 在PyKota系統內沒有登記,因此這台列印機套用external policy (%s) "
1652
1653#, python-format
1654msgid ""
1655"User %s not registered in the PyKota system, applying external policy (%s) "
1656"for printer %s"
1657msgstr ""
1658"使用者 %s 在PyKota內沒有登記,因此這個使用者將會套用external policy(%s) 於列"
1659"印機 %s "
1660
1661#, python-format
1662msgid ""
1663"User %s doesn't have quota on printer %s in the PyKota system, applying "
1664"external policy (%s) for printer %s"
1665msgstr "使用者沒有列印配額於列印機 %s ,套用對外政策 (%s) 於列印機 %s"
1666
1667#, python-format
1668msgid ""
1669"External policy %s for printer %s produced an error. Job rejected. Please "
1670"check PyKota's configuration files."
1671msgstr "對外政策 %s 於列印機 %s 產生錯誤,列印工作被拒,請撿查PyKota的設定檔案"
1672
1673#, python-format
1674msgid ""
1675"Printer %s not registered in the PyKota system, applying default policy (%s)"
1676msgstr "列印機 %s 沒有於PyKota系統內登記,套用預設的政策 (%s)"
1677
1678#, python-format
1679msgid ""
1680"User %s not registered in the PyKota system, applying default policy (%s) "
1681"for printer %s"
1682msgstr "使用者 %s 沒有於PyKota系統內登記,套用預設的政策 (%s)於列印機 %s"
1683
1684#, python-format
1685msgid ""
1686"User %s doesn't have quota on printer %s in the PyKota system, applying "
1687"default policy (%s)"
1688msgstr "使用者 %s 沒有列印配額於列印機 %s,套用預設的政策 (%s)"
1689
1690#, python-format
1691msgid ""
1692"Printer %s still not registered in the PyKota system, job will be rejected"
1693msgstr "列印機 %s 依然沒有於PyKota系統內登記,列印工作要求被拒"
1694
1695#, python-format
1696msgid ""
1697"User %s still not registered in the PyKota system, job will be rejected on "
1698"printer %s"
1699msgstr "使用者 %s 依然沒有於PyKota系統內登記,列印工作要求被拒於列印機 %s"
1700
1701#, python-format
1702msgid ""
1703"User %s still doesn't have quota on printer %s in the PyKota system, job "
1704"will be rejected"
1705msgstr "使用者 %s 依然沒有列印配額於列印機 %s 在PyKota系統,列印工作被拒"
1706
1707#, python-format
1708msgid "A problem occured while reading printer %s's internal page counter."
1709msgstr "在讀取列印機 %s 的內存頁面計算器時出現問題"
1710
1711#, python-format
1712msgid "Retrieving printer %s's page counter from database instead."
1713msgstr "從資料庫讀取,恢復列印機 %s 的頁面計算器的計算值"
1714
1715#, python-format
1716msgid ""
1717"Couldn't retrieve printer %s's internal page counter either before or after "
1718"printing."
1719msgstr "不能恢復列印機 %s 的內存頁面計算器不論在列印的之前或之後"
1720
1721#, python-format
1722msgid "Job's size forced to 1 page for printer %s."
1723msgstr "列印機 %s 被強制設定列印總頁數為 1 頁"
1724
1725#, python-format
1726msgid "No previous job in database for printer %s."
1727msgstr "資料庫沒有紀錄列印機 %s 上一次的列印紀錄"
1728
1729#, python-format
1730msgid "Inconsistent values for printer %s's internal page counter."
1731msgstr "列印機 %s 的內存頁面計算器的數值不一致"
1732
1733#, python-format
1734msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1735msgstr "不明的列印機地址在硬體(%s)用於列印機 %s 上"
1736
1737#, python-format
1738msgid "Launching HARDWARE(%s)..."
1739msgstr "正在執行硬體(%s)..."
1740
1741#, python-format
1742msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1743msgstr "中止信號傳送到硬體計算器 %s (pid: %s)"
1744
1745#, python-format
1746msgid "Line [%s] skipped in accounter's output. Trying again..."
1747msgstr "計算器輸出的第 [%s] 行被跳過,請再試一次..."
1748
1749#, python-format
1750msgid "Hardware accounter %s exit code is %s"
1751msgstr "硬件計算器 %s 中止,代碼為 %s"
1752
1753#, python-format
1754msgid "Unable to query printer %s via HARDWARE(%s)"
1755msgstr "未能夠查詢列印機 %s 透過硬件(%s)"
1756
1757#, python-format
1758msgid "Problem during connection to %s:%s : %s"
1759msgstr "連線到 %s:%s : %s 時出現問題"
1760
1761#, python-format
1762msgid "Problem while sending PJL query to %s:%s : %s"
1763msgstr "傳送查詢到 %s:%s : %s 出現問題"
1764
1765#, python-format
1766msgid "Waiting for printer %s to be printing..."
1767msgstr ""
1768
1769#, python-format
1770msgid "Waiting for printer %s's idle status to stabilize..."
1771msgstr "正等待列印機 %s 閒置狀況達到穩定..."
1772
1773#, python-format
1774msgid ""
1775"PJL querying stage interrupted. Using latest value seen for internal page "
1776"counter (%s) on printer %s."
1777msgstr "PJL查詢被中斷,使用最更新的數值來計算頁數計算器 (%s) 在列印機 %s 上"
1778
1779#, python-format
1780msgid "Network error while doing SNMP queries on printer %s : %s"
1781msgstr "當列印機 %s : %s 進行SNMP查詢時出現網絡錯誤"
1782
1783#, python-format
1784msgid "SNMP message decoding error for printer %s : %s"
1785msgstr "SNMP信息解讀錯誤於列印機 %s : %s"
1786
1787#, python-format
1788msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1789msgstr "當在列印機 %s 進行SNMP查詢時出現問題 : %s"
1790
1791#, python-format
1792msgid ""
1793"SNMP querying stage interrupted. Using latest value seen for internal page "
1794"counter (%s) on printer %s."
1795msgstr "SNMP查詢被中斷,使用最更新的數值來計算頁數計算器 (%s) 在列印機 %s 上"
1796
1797#, python-format
1798msgid "Launching SOFTWARE(%s)..."
1799msgstr "正在執行軟件(%s)..."
1800
1801#, python-format
1802msgid "Unable to compute job size with accounter %s"
1803msgstr "未能夠使用記帳器計算列印總頁數 %s"
1804
1805#, python-format
1806msgid "Problem while waiting for software accounter pid %s to exit : %s"
1807msgstr "等待軟件記帳時出現問題,pid為 %s : %s"
1808
1809#, python-format
1810msgid "Software accounter %s exit code is %s"
1811msgstr "軟件記帳器 %s 終止,代碼為 %s"
1812
1813msgid "Totals may be inaccurate if some users are members of several groups."
1814msgstr "假若有些使用者是屬於幾個不同組別,總計數值有機會不準確"
1815
1816#, python-format
1817msgid ""
1818"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1819"double check /etc/pykota/pykota.conf : %s"
1820msgstr "%s 不存在,很可能是錯誤設定所致請撿查 /etc/pykota/pykota.conf : %s"
1821
1822#, python-format
1823msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1824msgstr "搜尋不到 %s(%s) 從 %s(scope=%s)"
1825
1826#, python-format
1827msgid "Problem adding LDAP entry (%s, %s)"
1828msgstr "新增LDAP紀錄 (%s, %s) 時出現問題"
1829
1830#, python-format
1831msgid "Problem deleting LDAP entry (%s)"
1832msgstr "刪除LDAP紀錄 (%s) 時出現問題"
1833
1834#, python-format
1835msgid "Problem modifying LDAP entry (%s, %s)"
1836msgstr "修改LDAP紀錄出現問題 (%s, %s)"
1837
1838#, python-format
1839msgid ""
1840"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1841"entries manually ?"
1842msgstr ""
1843"未能為使用者 %s 尋找pkotaAccountBalance object,請問你是否已手動建立LDAP 紀"
1844"錄?  "
1845
1846#, python-format
1847msgid ""
1848"Unable to find an existing objectClass %s entry with %s=%s to attach "
1849"pykotaAccount objectClass"
1850msgstr ""
1851"未能尋找現存的objectclass %s 紀錄帶有 %s=%s 連繫到pykotaAccount objectClass "
1852
1853#, python-format
1854msgid "%s. A new entry will be created instead."
1855msgstr ""
1856
1857#, python-format
1858msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1859msgstr "未能尋找現存的紀錄連繫到pykotaGroup objectclass %s"
1860
1861msgid "Hidden because of privacy concerns"
1862msgstr ""
1863
1864#~ msgid ""
1865#~ "Internal SNMP accounting asked, but Python-SNMP is not available. Please "
1866#~ "download it from http://pysnmp.sourceforge.net"
1867#~ msgstr ""
1868#~ "要求內存的SNMP計算器,但找不到Python-SNMP請到http://pysnmp.sourceforge.net"
1869#~ "下載"
1870
1871#~ msgid "Too many arguments, see help."
1872#~ msgstr "太多arguments,請參閱說明文件"
1873
1874#~ msgid ""
1875#~ "Group           used    soft    hard    balance grace         total       "
1876#~ "paid"
1877#~ msgstr ""
1878#~ "群組           已列印    警告限制    有效限制    結餘 寬限日期        付款"
1879#~ "總計       已繳付"
1880
1881#~ msgid ""
1882#~ "User            used    soft    hard    balance grace         total       "
1883#~ "paid"
1884#~ msgstr ""
1885#~ "群組           已列印    警告限制    有效限制    結餘 寬限日期         付"
1886#~ "款總計       已繳付"
1887
1888#~ msgid "Waiting for printer %s to be idle or printing..."
1889#~ msgstr "正等待列印機 %s 致閒置或列印狀態..."
Note: See TracBrowser for help on using the browser.