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

Revision 2266, 63.4 kB (checked in by jerome, 19 years ago)

Now dumpykota and dumpykota.cgi accept start= and end=
to specify the starting and ending dates when dumping the
history.
Syntax allowed is :

start|end=YYYY[MM[DD[hh[mm[ss]]]]]

and this is REALLY powerful !

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