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

Revision 3097, 87.5 kB (checked in by jerome, 17 years ago)

Updated all message catalogs.

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