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

Revision 2308, 63.3 kB (checked in by jerome, 19 years ago)

Extended syntax for the denyduplicates directive : it now
allows any external command to be launched, which will decide
if the dupes should be allowed or not.

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