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

Revision 2808, 78.3 kB (checked in by jerome, 18 years ago)

PyKota v1.24beta is out.

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