Show
Ignore:
Timestamp:
10/11/04 14:54:57 (20 years ago)
Author:
jalet
Message:

Updated translations file which now include all commands' help

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/po/th/pykota.po

    r1653 r1798  
    2828"Project-Id-Version: PyKota v1.19\n" 
    2929"Report-Msgid-Bugs-To: alet@librelogiciel.com\n" 
    30 "POT-Creation-Date: 2004-07-21 15:35:00+0100\n" 
     30"POT-Creation-Date: 2004-10-11 14:49+0200\n" 
    3131"PO-Revision-Date: 2004-07-21 15:35:00+0100\n" 
    3232"Last-Translator: Suthep Yonpimai <tomzt@hotmail.com>\n" 
     
    3737 
    3838#, python-format 
     39msgid "" 
     40"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     41"A tool to automate user account creation and initial balance setting.\n" 
     42"\n" 
     43"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
     44"\n" 
     45"command line usage :\n" 
     46"\n" 
     47"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
     48"  OF AN external policy IN pykota.conf\n" 
     49"  \n" 
     50"  autopykota { -i | --initbalance value } \n" 
     51"\n" 
     52"options :\n" 
     53"\n" 
     54"  -v | --version       Prints edpykota's version number then exits.\n" 
     55"  -h | --help          Prints this message then exits.\n" 
     56"  \n" 
     57"  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
     58"                       If the user already exists, actual balance is left\n" 
     59"                       unmodified. If unset, the default value is 0.\n" 
     60"                       \n" 
     61"This program is free software; you can redistribute it and/or modify\n" 
     62"it under the terms of the GNU General Public License as published by\n" 
     63"the Free Software Foundation; either version 2 of the License, or\n" 
     64"(at your option) any later version.\n" 
     65"\n" 
     66"This program is distributed in the hope that it will be useful,\n" 
     67"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     68"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     69"GNU General Public License for more details.\n" 
     70"\n" 
     71"You should have received a copy of the GNU General Public License\n" 
     72"along with this program; if not, write to the Free Software\n" 
     73"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     74"\n" 
     75"Please e-mail bugs to: %s" 
     76msgstr "" 
     77 
     78#, python-format 
     79msgid "" 
     80"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     81"A Print Quota editor for PyKota.\n" 
     82"\n" 
     83"command line usage :\n" 
     84"\n" 
     85"  edpykota [options] user1 user2 ... userN\n" 
     86"  \n" 
     87"  edpykota [options] group1 group2 ... groupN\n" 
     88"\n" 
     89"options :\n" 
     90"\n" 
     91"  -v | --version       Prints edpykota's version number then exits.\n" 
     92"  -h | --help          Prints this message then exits.\n" 
     93"  \n" 
     94"  -a | --add           Adds users and/or printers if they don't \n" 
     95"                       exist on the Quota Storage Server.\n" 
     96"                       \n" 
     97"  -d | --delete        Deletes users/groups from the quota storage.\n" 
     98"                       Printers are never deleted.\n" 
     99"                       \n" 
     100"  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     101"                       for a particular printer. Job price is optional.\n" 
     102"                       If both are to be set, separate them with a comma.\n" 
     103"                       Floating point values are allowed.\n" 
     104"  \n" 
     105"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     106"                              listed, separated by commas. The groups\n" 
     107"                              must already exist in the Quota Storage.\n" 
     108"  \n" 
     109"  -u | --users         Edit users print quotas, this is the default.\n" 
     110"  \n" 
     111"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     112"                       use wildcards characters to select only\n" 
     113"                       some printers. The default value is *, meaning\n" 
     114"                       all printers. \n" 
     115"                       You can specify several names or wildcards, \n" 
     116"                       by separating them with commas.\n" 
     117"  \n" 
     118"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     119"                       pg1, pg2, etc... which must already exist.\n" 
     120"                       A printer group is just like a normal printer,\n" 
     121"                       only that it is usually unknown from the printing\n" 
     122"                       system. Create printer groups exactly the same\n" 
     123"                       way that you create printers, then add other \n" 
     124"                       printers to them with this option.\n" 
     125"                       Accounting is done on a printer and on all\n" 
     126"                       the printer groups it belongs to, quota checking\n" 
     127"                       is done on a printer and on all the printer groups\n" 
     128"                       it belongs to.\n" 
     129"  \n" 
     130"  -g | --groups        Edit users groups print quotas instead of users.\n" 
     131"                          \n" 
     132"  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     133"                       print quotas\n" 
     134"                       \n" 
     135"  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
     136"  \n" 
     137"  -r | --reset         Resets the actual page counter for the user\n" 
     138"                       or group to zero on the specified printers. \n" 
     139"                       The life time page counter is kept unchanged.\n" 
     140"                       \n" 
     141"  -R | --hardreset     Resets the actual and life time page counters\n" 
     142"                       for the user or group to zero on the specified \n" 
     143"                       printers. \n" 
     144"                       \n" 
     145"  -l | --limitby l     Choose if the user/group is limited in " 
     146"printing                     \n" 
     147"                       by its account balance or by its page quota.\n" 
     148"                       The default value is 'quota'. Allowed values\n" 
     149"                       are 'quota' 'balance' 'quota-then-balance' and\n" 
     150"                       'balance-then-quota'.\n" 
     151"                       WARNING : quota-then-balance and balance-then-quota\n" 
     152"                       are not yet implemented.\n" 
     153"                       \n" 
     154"  -b | --balance b     Sets the user's account balance to " 
     155"b.                     \n" 
     156"                       Account balance may be increase or decreased\n" 
     157"                       if b is prefixed with + or -.\n" 
     158"                       WARNING : when decreasing account balance,\n" 
     159"                       the total paid so far by the user is decreased\n" 
     160"                       too.\n" 
     161"                       Groups don't have a real balance, but the\n" 
     162"                       sum of their users' account balance.\n" 
     163"                       \n" 
     164"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     165"pages.                       \n" 
     166"  \n" 
     167"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     168"  \n" 
     169"  user1 through userN and group1 through groupN can use wildcards\n" 
     170"  if the --add option is not set.\n" 
     171"  \n" 
     172"examples :                              \n" 
     173"\n" 
     174"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     175"  \n" 
     176"  This will add users john, paul, george and ringo to the quota\n" 
     177"  database, and set their print quotas to the same values than user \n" 
     178"  jerome. User jerome must already exist.\n" 
     179"  User ringo's email address will also be set to 'ringo@example.com'\n" 
     180"  \n" 
     181"  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     182"  \n" 
     183"  This will set jerome's print quota on the lp printer to a soft limit\n" 
     184"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
     185"  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     186"done.\n" 
     187"\n" 
     188"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     189"  \n" 
     190"  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     191"  on the Quota Storage Server they are automatically added. Also\n" 
     192"  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     193"  already exist in the Quota Storage.\n" 
     194"            \n" 
     195"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     196"  \n" 
     197"  This will set print quota soft limit to 500 pages and hard limit\n" 
     198"  to 550 pages for groups financial and support on all printers.\n" 
     199"  \n" 
     200"  $ edpykota --reset jerome \"jo*\"\n" 
     201"  \n" 
     202"  This will reset jerome's page counter to zero on all printers, as\n" 
     203"  well as every user whose name begins with 'jo'.\n" 
     204"  Their life time page counter on each printer will be kept unchanged.\n" 
     205"  You can also reset the life time page counters by using the\n" 
     206"  --hardreset | -R command line option.\n" 
     207"  \n" 
     208"  $ edpykota --printer hpcolor --noquota jerome\n" 
     209"  \n" 
     210"  This will tell PyKota to not limit jerome when printing on the \n" 
     211"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     212"  accounting of the pages he prints will still be kept.\n" 
     213"  Print Quotas for jerome on other printers are unchanged.\n" 
     214"  \n" 
     215"  $ edpykota --limitby balance jerome\n" 
     216"  \n" 
     217"  This will tell PyKota to limit jerome by his account's balance\n" 
     218"  when printing.\n" 
     219"  \n" 
     220"  $ edpykota --balance +10.0 jerome\n" 
     221"  \n" 
     222"  This will increase jerome's account balance by 10.0 (in your\n" 
     223"  own currency). You can decrease the account balance with a\n" 
     224"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     225"  \n" 
     226"  $ edpykota --delete jerome rachel\n" 
     227"  \n" 
     228"  This will completely delete jerome and rachel from the Quota Storage\n" 
     229"  database. All their quotas and jobs will be deleted too.\n" 
     230"  \n" 
     231"  $ edpykota --printer lp --charge 0.1\n" 
     232"  \n" 
     233"  This will set the page price for printer lp to 0.1. Job price\n" 
     234"  will not be changed.\n" 
     235"  \n" 
     236"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     237"  \n" 
     238"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
     239"  When printing either on hplj1 or hplj2, print quota will also be \n" 
     240"  checked and accounted for on virtual printers Laser and HP.\n" 
     241"\n" 
     242"This program is free software; you can redistribute it and/or modify\n" 
     243"it under the terms of the GNU General Public License as published by\n" 
     244"the Free Software Foundation; either version 2 of the License, or\n" 
     245"(at your option) any later version.\n" 
     246"\n" 
     247"This program is distributed in the hope that it will be useful,\n" 
     248"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     249"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     250"GNU General Public License for more details.\n" 
     251"\n" 
     252"You should have received a copy of the GNU General Public License\n" 
     253"along with this program; if not, write to the Free Software\n" 
     254"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     255"\n" 
     256"Please e-mail bugs to: %s" 
     257msgstr "" 
     258 
     259msgid "You're not allowed to use this command." 
     260msgstr "" 
     261 
     262#, python-format 
     263msgid "Invalid softlimit value %s." 
     264msgstr "��%s �ͧ softlimit ��١��" 
     265 
     266#, python-format 
     267msgid "Invalid hardlimit value %s." 
     268msgstr "��%s �ͧ hardlimit��١�� " 
     269 
     270#, python-format 
     271msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     272msgstr "��Hard limit %i �������soft limit %i ������" 
     273 
     274#, python-format 
     275msgid "Invalid balance value %s" 
     276msgstr "����������١�� %s" 
     277 
     278#, python-format 
     279msgid "Invalid charge amount value %s" 
     280msgstr "����������١�� %s" 
     281 
     282#, python-format 
     283msgid "Invalid limitby value %s" 
     284msgstr "����ӡѴ %s ��١��" 
     285 
     286#, python-format 
     287msgid "Impossible to add printer %s" 
     288msgstr "���ö�ӡ����������� 
     289#, python-format 
     290msgid "Invalid printer name %s" 
     291msgstr "����������s ��١��" 
     292 
     293#, python-format 
     294msgid "There's no printer matching %s" 
     295msgstr "�����ͧ����s ����ҹ�" 
     296 
     297msgid "You have to pass user or group names on the command line" 
     298msgstr "�س���������� ����������������� 
     299#, python-format 
     300msgid "Prototype %s not found in Quota Storage for printer %s." 
     301msgstr "������� %s �����������Ѻ��ͧ����s " 
     302 
     303#, python-format 
     304msgid "Prototype object %s not found in Quota Storage." 
     305msgstr "������ص��� %s ���������" 
     306 
     307#, python-format 
     308msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     309msgstr "���ӡ������hard limit �֧ soft limit (%s) ����ͧ����s" 
     310 
     311#, python-format 
     312msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     313msgstr "���ӡ������soft limit �֧ hard limit (%s) ����ͧ����s" 
     314 
     315#, python-format 
     316msgid "Invalid email address %s" 
     317msgstr "email address %s ��١��" 
     318 
     319#, python-format 
     320msgid "Invalid group name %s" 
     321msgstr "��͡���� %s ��١��" 
     322 
     323#, python-format 
     324msgid "Invalid user name %s" 
     325msgstr "��ͼ�� %s ��١��" 
     326 
     327#, python-format 
     328msgid "Quota not found for object %s on printer %s." 
     329msgstr "��������������Ѻ %s ����ͧ����s" 
     330 
     331#, python-format 
     332msgid "Group %s not found in the PyKota Storage." 
     333msgstr "�������� %s ��������ͧ PyKota" 
     334 
     335msgid "incompatible options, see help." 
     336msgstr "���͡����, ���Ҵ٨ҡ�ǹ����" 
     337 
     338#, python-format 
     339msgid "" 
     340"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     341"An OSD quota monitor for PyKota.\n" 
     342"\n" 
     343"command line usage :\n" 
     344"\n" 
     345"  pykosd [options]\n" 
     346"\n" 
     347"options :\n" 
     348"\n" 
     349"  -v | --version       Prints pkprinters's version number then exits.\n" 
     350"  -h | --help          Prints this message then exits.\n" 
     351"  \n" 
     352"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     353"                       triplet, for example #FF0000 is 100%% red.\n" 
     354"                       Defaults to 100%% green (#00FF00).\n" 
     355"                       \n" 
     356"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     357"                       Defaults to 3 seconds.\n" 
     358"                       \n" 
     359"  -f | --font f        Sets the font to use for " 
     360"display.                      \n" 
     361"                       Defaults to the Python OSD library's default.\n" 
     362"  \n" 
     363"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     364"                       Defaults to 0, which means loop forever.\n" 
     365"                       \n" 
     366"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     367"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     368"                       \n" 
     369"  \n" 
     370"examples :                              \n" 
     371"\n" 
     372"  $ pykosd -s 60 --loop 5\n" 
     373"  \n" 
     374"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     375"  and will last for 3 seconds (the default) each time. After five\n" 
     376"  iterations, the program will exit.\n" 
     377"  \n" 
     378"This program is free software; you can redistribute it and/or modify\n" 
     379"it under the terms of the GNU General Public License as published by\n" 
     380"the Free Software Foundation; either version 2 of the License, or\n" 
     381"(at your option) any later version.\n" 
     382"\n" 
     383"This program is distributed in the hope that it will be useful,\n" 
     384"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     385"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     386"GNU General Public License for more details.\n" 
     387"\n" 
     388"You should have received a copy of the GNU General Public License\n" 
     389"along with this program; if not, write to the Free Software\n" 
     390"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     391"\n" 
     392"Please e-mail bugs to: %s" 
     393msgstr "" 
     394 
     395#, python-format 
     396msgid "Invalid duration option %s" 
     397msgstr "������������١��" 
     398 
     399#, python-format 
     400msgid "Invalid loop option %s" 
     401msgstr "�ҵ������ӫ���١��" 
     402 
     403#, python-format 
     404msgid "Invalid sleep option %s" 
     405msgstr "���������ѡ��ͧ��١��" 
     406 
     407#, python-format 
     408msgid "Invalid color option %s" 
     409msgstr "����������١��" 
     410 
     411#, python-format 
     412msgid "User %s doesn't exist in PyKota's database" 
     413msgstr "����ͼ�� %s 㹰ҹ����ͧ PyKota" 
     414 
     415#, python-format 
     416msgid "Pages used on %s : %s" 
     417msgstr "�ӹǹ˹���仺� %s : %s" 
     418 
     419#, python-format 
     420msgid "PyKota Units left : %.2f" 
     421msgstr "˹������ͧ PyKota : %.2f" 
     422 
     423#, python-format 
     424msgid "" 
     425"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     426"\n" 
     427"Sends mail to users over print quota.\n" 
     428"\n" 
     429"command line usage :\n" 
     430"\n" 
     431"  warnpykota  [options]  [names]\n" 
     432"\n" 
     433"options :\n" 
     434"\n" 
     435"  -v | --version       Prints warnpykota's version number then exits.\n" 
     436"  -h | --help          Prints this message then exits.\n" 
     437"  \n" 
     438"  -u | --users         Warns users over their print quota, this is the \n" 
     439"                       default.\n" 
     440"  \n" 
     441"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     442"  \n" 
     443"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     444"                       use wildcards characters to select only\n" 
     445"                       some printers. The default value is *, meaning\n" 
     446"                       all printers.\n" 
     447"                       You can specify several names or wildcards, \n" 
     448"                       by separating them with commas.\n" 
     449"  \n" 
     450"examples :                              \n" 
     451"\n" 
     452"  $ warnpykota --printer lp\n" 
     453"  \n" 
     454"  This will warn all users of the lp printer who have exceeded their\n" 
     455"  print quota.\n" 
     456"\n" 
     457"  $ warnpykota \n" 
     458"  \n" 
     459"  This will warn all users  who have exceeded their print quota on\n" 
     460"  any printer.\n" 
     461"\n" 
     462"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     463"  \n" 
     464"  This will warn all users of groups which names begins with \"dev\" and\n" 
     465"  who have exceeded their print quota on any printer which name begins \n" 
     466"  with \"laserjet\"\n" 
     467"  \n" 
     468"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     469"  arguments representing users or groups names are ignored, and only the\n" 
     470"  current user/group is reported.\n" 
     471"\n" 
     472"This program is free software; you can redistribute it and/or modify\n" 
     473"it under the terms of the GNU General Public License as published by\n" 
     474"the Free Software Foundation; either version 2 of the License, or\n" 
     475"(at your option) any later version.\n" 
     476"\n" 
     477"This program is distributed in the hope that it will be useful,\n" 
     478"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     479"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     480"GNU General Public License for more details.\n" 
     481"\n" 
     482"You should have received a copy of the GNU General Public License\n" 
     483"along with this program; if not, write to the Free Software\n" 
     484"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     485"\n" 
     486"Please e-mail bugs to: %s" 
     487msgstr "" 
     488 
     489msgid "Job contains no data. Printing is denied." 
     490msgstr "������㹧ҹ ���ʸ������ 
     491 
     492msgid "Job accounting begins." 
     493msgstr "����ӧҹ�ͧ�Ҫԡ" 
     494 
     495msgid "Job accounting ends." 
     496msgstr "�����ӧҹ�ͧ�Ҫԡ" 
     497 
     498msgid "Job size forced to 0 because printing is denied." 
     499msgstr "��Ҵ�ͧ�ҹ�١��¹�� 0 �����ʸ������ 
     500#, python-format 
     501msgid "Job size : %i" 
     502msgstr "��Ҵ�ҹ : %i" 
     503 
     504#, python-format 
     505msgid "Updating user %s's quota on printer %s" 
     506msgstr "��ѧ���������ͧ��� %s ����ͧ����s" 
     507 
     508msgid "Job added to history." 
     509msgstr "���ҹ�������� 
     510 
     511#, python-format 
     512msgid "File number %s unregistered twice from polling object, ignored." 
     513msgstr "������� %s ������ŧ����� 2 ��駨ҡ������� ,��� 
     514 
     515#, python-format 
     516msgid "SIGTERM was sent to real backend %s (pid: %s)" 
     517msgstr "���ҳ SIGTERM �١���ѧ��ͧ�� %s (pid: %s)" 
     518 
     519#, python-format 
     520msgid "CUPS backend %s died abnormally." 
     521msgstr "CUPS �ͧ��ͧ�� %s ����ش�ӧҹẺ�Դ�á�� 
     522 
     523#, python-format 
     524msgid "" 
     525"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     526"\n" 
     527"Dumps PyKota database's content.\n" 
     528"\n" 
     529"command line usage :\n" 
     530"\n" 
     531"  dumpykota [options] \n" 
     532"\n" 
     533"options :\n" 
     534"\n" 
     535"  -v | --version       Prints dumpykota's version number then exits.\n" 
     536"  -h | --help          Prints this message then exits.\n" 
     537"  \n" 
     538"  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
     539"                       \n" 
     540"                         - history : dumps the jobs history.\n" 
     541"                         - users : dumps users.\n" 
     542"                         - groups : dumps user groups.\n" 
     543"                         - printers : dump printers.\n" 
     544"                         - upquotas : dump user quotas.\n" 
     545"                         - gpquotas : dump user groups quotas.\n" 
     546"                         - payments : dumps user payments.\n" 
     547"                         - pmembers : dumps printer groups members.\n" 
     548"                         - umembers : dumps user groups members.\n" 
     549"                         \n" 
     550"                       NB : the -d | --data command line option   \n" 
     551"                       is MANDATORY.\n" 
     552"  \n" 
     553"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
     554"                       the format is to dump datas in the csv format (comma\n" 
     555"                       separated values). All data dumped is between double\n" 
     556"                       quotes. Allowed formats are :\n" 
     557"                       \n" 
     558"                         - csv : separate datas with commas\n" 
     559"                         - ssv : separate datas with semicolons\n" 
     560"                         - tsv : separate datas with tabs\n" 
     561"                         - xml : dump data as XML\n" 
     562"                         \n" 
     563"  -o | --output fname  All datas will be dumped to the file instead of\n" 
     564"                       to the standard output. The special '-' filename\n" 
     565"                       is the default value and means stdout.\n" 
     566"                       WARNING : existing files are truncated !\n" 
     567"  \n" 
     568"Examples :\n" 
     569"\n" 
     570"  $ dumpykota --data history --format csv >myfile.csv\n" 
     571"  \n" 
     572"  This dumps the history in a comma separated values file, for possible\n" 
     573"  use in a spreadsheet.\n" 
     574"  \n" 
     575"  $ dumpykota --data users --format xml -o users.xml\n" 
     576"  \n" 
     577"  Dumps all users datas to the users.xml file.\n" 
     578"  \n" 
     579"This program is free software; you can redistribute it and/or modify\n" 
     580"it under the terms of the GNU General Public License as published by\n" 
     581"the Free Software Foundation; either version 2 of the License, or\n" 
     582"(at your option) any later version.\n" 
     583"\n" 
     584"This program is distributed in the hope that it will be useful,\n" 
     585"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     586"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     587"GNU General Public License for more details.\n" 
     588"\n" 
     589"You should have received a copy of the GNU General Public License\n" 
     590"along with this program; if not, write to the Free Software\n" 
     591"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     592"\n" 
     593"Please e-mail bugs to: %s" 
     594msgstr "" 
     595 
     596#, python-format 
     597msgid "Invalid modifier [%s] for --data command line option, see help." 
     598msgstr "" 
     599 
     600#, python-format 
     601msgid "Invalid modifier [%s] for --format command line option, see help." 
     602msgstr "" 
     603 
     604msgid "XML output is disabled because the jaxml module is not available." 
     605msgstr "" 
     606 
     607msgid "PyKota data dumper failed : I/O error" 
     608msgstr "" 
     609 
     610msgid "The -d | --data command line option is mandatory, see help." 
     611msgstr "" 
     612 
     613msgid "Too many arguments, see help." 
     614msgstr "" 
     615 
     616msgid "Software accounting already done in first pass. Ignoring." 
     617msgstr "����Ϳ�������ѭ����ԡ����ǹ� ��� 
     618 
     619msgid "Hardware accounting already done in first pass. Ignoring." 
     620msgstr "�����������ѭ����ԡ����ǹ� ��� 
     621 
     622#, python-format 
     623msgid "" 
     624"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     625"A tool to give hints on what accounting method is best for each printer.\n" 
     626"\n" 
     627"command line usage :\n" 
     628"\n" 
     629"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n" 
     630"\n" 
     631"options :\n" 
     632"\n" 
     633"  -v | --version       Prints pkhint's version number then exits.\n" 
     634"  -h | --help          Prints this message then exits.\n" 
     635"  \n" 
     636"examples :                              \n" 
     637"\n" 
     638"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 
     639"  \n" 
     640"  Will analyze your printing system to test which accounter\n" 
     641"  is the best for each of the defined printer which\n" 
     642"  name matches one of the parameters.\n" 
     643"  \n" 
     644"  If you don't pass any argument on the command line, all\n" 
     645"  printers will be analyzed.\n" 
     646"  \n" 
     647"This program is free software; you can redistribute it and/or modify\n" 
     648"it under the terms of the GNU General Public License as published by\n" 
     649"the Free Software Foundation; either version 2 of the License, or\n" 
     650"(at your option) any later version.\n" 
     651"\n" 
     652"This program is distributed in the hope that it will be useful,\n" 
     653"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     654"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     655"GNU General Public License for more details.\n" 
     656"\n" 
     657"You should have received a copy of the GNU General Public License\n" 
     658"along with this program; if not, write to the Free Software\n" 
     659"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     660"\n" 
     661"Please e-mail bugs to: %s" 
     662msgstr "" 
     663 
     664#, python-format 
     665msgid "Invalid DeviceURI : %s" 
     666msgstr "��DeviceURI : %s ��١��" 
     667 
     668msgid "" 
     669"\n" 
     670"Please wait while pkhint analyzes your printing system's configuration..." 
     671msgstr "" 
     672"\n" 
     673"�����pkhint �зӡ������������к����������..." 
     674 
     675#, python-format 
     676msgid "Unknown device %s for printer %s" 
     677msgstr "�������ó�s ��Ѻ��ͧ����s" 
     678 
     679msgid "" 
     680"\n" 
     681"Put the following lines into your /etc/pykota/pykota.conf file :\n" 
     682msgstr "" 
     683"\n" 
     684"��������Ѵ�����ŧ���/etc/pykota/pykota.conf file :\n" 
     685 
     686msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
     687msgstr "# ����� : ��Ϳ�������Ҫԡ����й� 
     688 
     689msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
     690msgstr "# ��������Ҫԡ���ö�ӧҹ�, �ѭ�������੾��Ѻ PyKota" 
     691 
     692msgid "# wasn't able to autodetect which hardware accounting method to use." 
     693msgstr "# ��������������Ҫԡ����ö��" 
     694 
     695#, python-format 
     696msgid "" 
     697"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     698"A Printers Manager for PyKota.\n" 
     699"\n" 
     700"command line usage :\n" 
     701"\n" 
     702"  pkprinters [options] printer1 printer2 printer3 ... printerN\n" 
     703"\n" 
     704"options :\n" 
     705"\n" 
     706"  -v | --version       Prints pkprinters's version number then exits.\n" 
     707"  -h | --help          Prints this message then exits.\n" 
     708"  \n" 
     709"  -a | --add           Adds printers if they don't exist on the Quota \n" 
     710"                       Storage Server. If they exist, they are modified\n" 
     711"                       unless -s|--skipexisting is also used.\n" 
     712"                       \n" 
     713"  -d | --delete        Deletes printers from the quota storage.\n" 
     714"  \n" 
     715"  -D | --description   Adds a textual description to printers.\n" 
     716"                       \n" 
     717"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n" 
     718"                       Job price is optional.\n" 
     719"                       If both are to be set, separate them with a comma.\n" 
     720"                       Floating point and negative values are allowed.\n" 
     721"  \n" 
     722"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n" 
     723"                       groups pg1, pg2, etc... which must already exist.\n" 
     724"                       A printer group is just like a normal printer,\n" 
     725"                       only that it is usually unknown from the printing\n" 
     726"                       system. Create printer groups exactly the same\n" 
     727"                       way that you create printers, then add other \n" 
     728"                       printers to them with this option.\n" 
     729"                       Accounting is done on a printer and on all\n" 
     730"                       the printer groups it belongs to, quota checking\n" 
     731"                       is done on a printer and on all the printer groups\n" 
     732"                       it belongs to.\n" 
     733"                       If the --remove option below is not used, the \n" 
     734"                       default action is to add printers to the specified\n" 
     735"                       printer groups.\n" 
     736"                       \n" 
     737"  -l | --list          List informations about the printer(s) and the\n" 
     738"                       printers groups it is a member of.\n" 
     739"                       \n" 
     740"  -r | --remove        In combination with the --groups option " 
     741"above,                       \n" 
     742"                       remove printers from the specified printers groups.\n" 
     743"                       \n" 
     744"  -s | --skipexisting  In combination with the --add option above, tells\n" 
     745"                       pkprinters to not modify existing printers.\n" 
     746"  \n" 
     747"  printer1 through printerN can contain wildcards if the --add option \n" 
     748"  is not set.\n" 
     749"  \n" 
     750"examples :                              \n" 
     751"\n" 
     752"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 " 
     753"hp8000\n" 
     754"  \n" 
     755"  Will create three printers named hp2100, hp2200 and hp8000.\n" 
     756"  Their price per page will be set at 0.05 unit, and their price\n" 
     757"  per job will be set at 0.1 unit. Units are in your own currency,\n" 
     758"  or whatever you want them to mean.\n" 
     759"  All of their descriptions will be set to the string \"HP Printer\".\n" 
     760"  If any of these printers already exists, it will also be modified \n" 
     761"  unless the -s|--skipexisting command line option is also used.\n" 
     762"            \n" 
     763"  $ pkprinters --delete \"*\"\n" 
     764"  \n" 
     765"  This will completely delete all printers and associated quota " 
     766"information,\n" 
     767"  as well as their job history. USE WITH CARE !\n" 
     768"  \n" 
     769"  $ pkprinters --groups Laser,HP \"hp*\"\n" 
     770"  \n" 
     771"  This will put all printers which name matches \"hp*\" into printers " 
     772"groups \n" 
     773"  Laser and HP, which MUST already exist.\n" 
     774"  \n" 
     775"  $ pkprinters --groups LexMark --remove hp2200\n" 
     776"  \n" 
     777"  This will remove the hp2200 printer from the LexMark printer group.\n" 
     778"  \n" 
     779"This program is free software; you can redistribute it and/or modify\n" 
     780"it under the terms of the GNU General Public License as published by\n" 
     781"the Free Software Foundation; either version 2 of the License, or\n" 
     782"(at your option) any later version.\n" 
     783"\n" 
     784"This program is distributed in the hope that it will be useful,\n" 
     785"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     786"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     787"GNU General Public License for more details.\n" 
     788"\n" 
     789"You should have received a copy of the GNU General Public License\n" 
     790"along with this program; if not, write to the Free Software\n" 
     791"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     792"\n" 
     793"Please e-mail bugs to: %s" 
     794msgstr "" 
     795 
     796#, python-format 
     797msgid "Printer %s already exists, skipping." 
     798msgstr "��ͧ����s ��١�Դ����� ��� 
     799 
     800#, python-format 
     801msgid "Printer %s already exists, will be modified." 
     802msgstr "��ͧ����s ��١�Դ����� �ӡ������" 
     803 
     804msgid "in" 
     805msgstr "� 
     806 
     807msgid "You have to pass printer groups names on the command line" 
     808msgstr "�س�����͡��������캹�������� 
     809msgid "You have to pass printer names on the command line" 
     810msgstr "�س������������캹�������� 
     811#, python-format 
     812msgid "" 
     813"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     814"\n" 
     815"Gives print quotes to users.\n" 
     816"\n" 
     817"command line usage :\n" 
     818"\n" 
     819"  pykotme  [options]  [files]\n" 
     820"\n" 
     821"options :\n" 
     822"\n" 
     823"  -v | --version       Prints pykotme's version number then exits.\n" 
     824"  -h | --help          Prints this message then exits.\n" 
     825"  \n" 
     826"  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
     827"                       use wildcards characters to select only\n" 
     828"                       some printers. The default value is *, meaning\n" 
     829"                       all printers.\n" 
     830"                       You can specify several names or wildcards, \n" 
     831"                       by separating them with commas.\n" 
     832"  \n" 
     833"examples :                              \n" 
     834"\n" 
     835"  $ pykotme --printer apple file1.ps file2.ps\n" 
     836"  \n" 
     837"  This will give a print quote to the current user. The quote will show\n" 
     838"  the price and size of a job consisting in file1.ps and file2.ps \n" 
     839"  which would be sent to the apple printer.\n" 
     840"  \n" 
     841"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     842"  \n" 
     843"  This will give a print quote to the current user. The quote will show\n" 
     844"  the price and size of a job consisting in file1.ps as read from\n" 
     845"  standard input, which would be sent to the apple or hplaser\n" 
     846"  printer.\n" 
     847"\n" 
     848"  $ pykotme \n" 
     849"  \n" 
     850"  This will give a quote for a job consisting of what is on standard \n" 
     851"  input. The quote will list the job size, and the price the job\n" 
     852"  would cost on each printer.\n" 
     853"\n" 
     854"This program is free software; you can redistribute it and/or modify\n" 
     855"it under the terms of the GNU General Public License as published by\n" 
     856"the Free Software Foundation; either version 2 of the License, or\n" 
     857"(at your option) any later version.\n" 
     858"\n" 
     859"This program is distributed in the hope that it will be useful,\n" 
     860"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     861"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     862"GNU General Public License for more details.\n" 
     863"\n" 
     864"You should have received a copy of the GNU General Public License\n" 
     865"along with this program; if not, write to the Free Software\n" 
     866"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     867"\n" 
     868"Please e-mail bugs to: %s" 
     869msgstr "" 
     870 
     871#, python-format 
     872msgid "Your account balance : %.2f" 
     873msgstr "���������ͧ�س : %.2f" 
     874 
     875#, python-format 
     876msgid "Job size : %i pages" 
     877msgstr "�ӹǹ�ҹ : %i ˹� 
     878 
     879#, python-format 
     880msgid "Cost on printer %s : %.2f" 
     881msgstr "��ҡ��������ͧ����s : %.2f" 
     882 
     883#, python-format 
     884msgid "" 
     885"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     886"\n" 
     887"Generates print quota reports.\n" 
     888"\n" 
     889"command line usage :\n" 
     890"\n" 
     891"  repykota [options] \n" 
     892"\n" 
     893"options :\n" 
     894"\n" 
     895"  -v | --version       Prints repykota's version number then exits.\n" 
     896"  -h | --help          Prints this message then exits.\n" 
     897"  \n" 
     898"  -u | --users         Generates a report on users quota, this is \n" 
     899"                       the default.\n" 
     900"  \n" 
     901"  -g | --groups        Generates a report on group quota instead of users.\n" 
     902"  \n" 
     903"  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
     904"                       use wildcards characters to select only\n" 
     905"                       some printers. The default value is *, meaning\n" 
     906"                       all printers.\n" 
     907"                       You can specify several names or wildcards, \n" 
     908"                       by separating them with commas.\n" 
     909"  \n" 
     910"examples :                              \n" 
     911"\n" 
     912"  $ repykota --printer lp\n" 
     913"  \n" 
     914"  This will print the quota status for all users who use the lp printer.\n" 
     915"\n" 
     916"  $ repykota \n" 
     917"  \n" 
     918"  This will print the quota status for all users on all printers.\n" 
     919"  \n" 
     920"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     921"  \n" 
     922"  This will print the quota status for user jerome and all users\n" 
     923"  whose name begins with \"jo\" on all printers which name begins\n" 
     924"  with \"laser\" or ends with \"pson\".\n" 
     925"  \n" 
     926"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     927"  arguments representing users or groups names are ignored, and only the\n" 
     928"  current user/group is reported.\n" 
     929"\n" 
     930"This program is free software; you can redistribute it and/or modify\n" 
     931"it under the terms of the GNU General Public License as published by\n" 
     932"the Free Software Foundation; either version 2 of the License, or\n" 
     933"(at your option) any later version.\n" 
     934"\n" 
     935"This program is distributed in the hope that it will be useful,\n" 
     936"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     937"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     938"GNU General Public License for more details.\n" 
     939"\n" 
     940"You should have received a copy of the GNU General Public License\n" 
     941"along with this program; if not, write to the Free Software\n" 
     942"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     943"\n" 
     944"Please e-mail bugs to: %s" 
     945msgstr "" 
     946 
     947#, python-format 
    39948msgid "Unsupported accounter backend %s" 
    40949msgstr "����ѭ����ԡ�ʹѺʹع���ӧҹ %s" 
     
    67976msgid "Option enforcement in section %s only supports values in %s" 
    68977msgstr "���͡ enforcement ��� %s ʹѺʹع੾���� %s" 
     978 
     979#, python-format 
     980msgid "Option onaccountererror in section %s only supports values in %s" 
     981msgstr "" 
    69982 
    70983#, python-format 
     
    3161229"��� %s ���������������캹��ͧ����s �к� PyKota ,�ҹ���觨ж١¡�� " 
    3171230 
     1231#, python-format 
     1232msgid "" 
     1233"Search base %s doesn't seem to exist. Probable misconfiguration. Please " 
     1234"double check /etc/pykota/pykota.conf : %s" 
     1235msgstr "" 
     1236"�š����%s ���. ������������١�� �������� /etc/pykota/pykota.conf : %" 
     1237"s ����� 
     1238 
     1239#, python-format 
     1240msgid "Search for %s(%s) from %s(scope=%s) returned no answer." 
     1241msgstr "�š����%s(%s) �ҡ %s(scope=%s) �� ����觷���" 
     1242 
     1243#, python-format 
     1244msgid "Problem adding LDAP entry (%s, %s)" 
     1245msgstr "���ѭ�㹡�������� LDAP (%s, %s)" 
     1246 
     1247#, python-format 
     1248msgid "Problem deleting LDAP entry (%s)" 
     1249msgstr "���ѭ�㹡�ź����ҡ LDAP (%s, %s)" 
     1250 
     1251#, python-format 
     1252msgid "Problem modifying LDAP entry (%s, %s)" 
     1253msgstr "���ѭ�㹡��㢢���LDAP (%s, %s)" 
     1254 
     1255#, python-format 
     1256msgid "" 
     1257"No pykotaAccountBalance object found for user %s. Did you create LDAP " 
     1258"entries manually ?" 
     1259msgstr "" 
     1260 
     1261#, python-format 
     1262msgid "" 
     1263"Unable to find an existing objectClass %s entry with %s=%s to attach " 
     1264"pykotaAccount objectClass" 
     1265msgstr "" 
     1266"���ö�鹾��������%s ���Ҷ֧�� %s=%s �����Ѻ ����Ҫԡ Pykota " 
     1267"������� 
     1268 
     1269#, python-format 
     1270msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" 
     1271msgstr "���ö�鹾�������Ҷ֧�������Ѻ pykotaGroup �������%s" 
     1272 
    3181273msgid "Totals may be inaccurate if some users are members of several groups." 
    3191274msgstr "�ӹǹ��Ҩ��١�� ������ҧ�����Ҫԡ�ͧ����¡��" 
    3201275 
    3211276#, python-format 
     1277msgid "Network error while doing SNMP queries on printer %s : %s" 
     1278msgstr "" 
     1279 
     1280#, python-format 
     1281msgid "Problem encountered while doing SNMP queries on printer %s : %s" 
     1282msgstr "" 
     1283 
     1284#, python-format 
     1285msgid "Waiting for printer %s to be idle or printing..." 
     1286msgstr "" 
     1287 
     1288#, python-format 
     1289msgid "Waiting for printer %s's idle status to stabilize..." 
     1290msgstr "" 
     1291 
     1292#, python-format 
     1293msgid "Problem during connection to %s:%s : %s" 
     1294msgstr "" 
     1295 
     1296#, python-format 
     1297msgid "Problem while sending PJL query to %s:%s : %s" 
     1298msgstr "" 
     1299 
     1300#, python-format 
     1301msgid "A problem occured while reading printer %s's internal page counter." 
     1302msgstr "" 
     1303 
     1304#, python-format 
     1305msgid "Retrieving printer %s's page counter from database instead." 
     1306msgstr "" 
     1307 
     1308#, python-format 
     1309msgid "" 
     1310"Couldn't retrieve printer %s's internal page counter either before or after " 
     1311"printing." 
     1312msgstr "" 
     1313 
     1314#, python-format 
     1315msgid "Job's size forced to 1 page for printer %s." 
     1316msgstr "" 
     1317 
     1318#, python-format 
     1319msgid "No previous job in database for printer %s." 
     1320msgstr "" 
     1321 
     1322#, python-format 
     1323msgid "Inconsistent values for printer %s's internal page counter." 
     1324msgstr "" 
     1325 
     1326msgid "" 
     1327"Internal SNMP accounting asked, but Python-SNMP is not available. Please " 
     1328"download it from http://pysnmp.sourceforge.net" 
     1329msgstr "" 
     1330 
     1331#, python-format 
    3221332msgid "Unknown printer address in HARDWARE(%s) for printer %s" 
    3231333msgstr "��������ͧ��ͧ�������ó�%s) ��Ѻ��ͧ����s" 
     
    3281338 
    3291339#, python-format 
    330 msgid "Incorrect answer : %s" 
    331 msgstr "�ӵͺ��١�� : %s" 
    332  
    333 #, python-format 
    3341340msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
    3351341msgstr "���ҳ SIGTERM �١���ѧ���ó����ѭ����ԡ %s (pid: %s)" 
    3361342 
    3371343#, python-format 
     1344msgid "Line [%s] skipped in accounter's output. Trying again..." 
     1345msgstr "" 
     1346 
     1347#, python-format 
     1348msgid "Hardware accounter %s exit code is %s" 
     1349msgstr "" 
     1350 
     1351#, python-format 
    3381352msgid "Unable to query printer %s via HARDWARE(%s)" 
    3391353msgstr "���ä���������s ������ó�s)" 
    3401354 
    3411355#, python-format 
     1356msgid "" 
     1357"SNMP querying stage interrupted. Using latest value seen for internal page " 
     1358"counter (%s) on printer %s." 
     1359msgstr "" 
     1360 
     1361#, python-format 
     1362msgid "" 
     1363"PJL querying stage interrupted. Using latest value seen for internal page " 
     1364"counter (%s) on printer %s." 
     1365msgstr "" 
     1366 
     1367#, python-format 
    3421368msgid "Launching SOFTWARE(%s)..." 
    3431369msgstr "����ӧҹ�ͧ�Ϳ���(%s)..." 
     
    3541380msgid "Software accounter %s exit code is %s" 
    3551381msgstr "�Ϳ�������Ҫԡ %s ���觡����� %s" 
    356  
    357 #, python-format 
    358 msgid "" 
    359 "Search base %s doesn't seem to exist. Probable misconfiguration. Please " 
    360 "double check /etc/pykota/pykota.conf : %s" 
    361 msgstr "" 
    362 "�š����%s ���. ������������١�� �������� /etc/pykota/pykota.conf : %" 
    363 "s ����� 
    364  
    365 #, python-format 
    366 msgid "Search for %s(%s) from %s(scope=%s) returned no answer." 
    367 msgstr "�š����%s(%s) �ҡ %s(scope=%s) �� ����觷���" 
    368  
    369 #, python-format 
    370 msgid "Problem adding LDAP entry (%s, %s)" 
    371 msgstr "���ѭ�㹡�������� LDAP (%s, %s)" 
    372  
    373 #, python-format 
    374 msgid "Problem deleting LDAP entry (%s)" 
    375 msgstr "���ѭ�㹡�ź����ҡ LDAP (%s, %s)" 
    376  
    377 #, python-format 
    378 msgid "Problem modifying LDAP entry (%s, %s)" 
    379 msgstr "���ѭ�㹡��㢢���LDAP (%s, %s)" 
    380  
    381 #, python-format 
    382 msgid "" 
    383 "Unable to find an existing objectClass %s entry with %s=%s to attach " 
    384 "pykotaAccount objectClass" 
    385 msgstr "" 
    386 "���ö�鹾��������%s ���Ҷ֧�� %s=%s �����Ѻ ����Ҫԡ Pykota " 
    387 "������� 
    388  
    389 #, python-format 
    390 msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" 
    391 msgstr "���ö�鹾�������Ҷ֧�������Ѻ pykotaGroup �������%s" 
    3921382 
    3931383msgid "PyKota Reports" 
     
    4501440msgstr "���͡" 
    4511441 
    452 msgid "Job contains no data. Printing is denied." 
    453 msgstr "������㹧ҹ ���ʸ������ 
    454  
    455 msgid "Job accounting begins." 
    456 msgstr "����ӧҹ�ͧ�Ҫԡ" 
    457  
    458 msgid "Job accounting ends." 
    459 msgstr "�����ӧҹ�ͧ�Ҫԡ" 
    460  
    461 msgid "Job size forced to 0 because printing is denied." 
    462 msgstr "��Ҵ�ͧ�ҹ�١��¹�� 0 �����ʸ������ 
    463 #, python-format 
    464 msgid "Job size : %i" 
    465 msgstr "��Ҵ�ҹ : %i" 
    466  
    467 #, python-format 
    468 msgid "Updating user %s's quota on printer %s" 
    469 msgstr "��ѧ���������ͧ��� %s ����ͧ����s" 
    470  
    471 msgid "Job added to history." 
    472 msgstr "���ҹ�������� 
    473  
    474 #, python-format 
    475 msgid "File number %s unregistered twice from polling object, ignored." 
    476 msgstr "������� %s ������ŧ����� 2 ��駨ҡ������� ,��� 
    477  
    478 #, python-format 
    479 msgid "SIGTERM was sent to real backend %s (pid: %s)" 
    480 msgstr "���ҳ SIGTERM �١���ѧ��ͧ�� %s (pid: %s)" 
    481  
    482 #, python-format 
    483 msgid "CUPS backend %s died abnormally." 
    484 msgstr "CUPS �ͧ��ͧ�� %s ����ش�ӧҹẺ�Դ�á�� 
    485  
    486 #, python-format 
    487 msgid "Invalid softlimit value %s." 
    488 msgstr "��%s �ͧ softlimit ��١��" 
    489  
    490 #, python-format 
    491 msgid "Invalid hardlimit value %s." 
    492 msgstr "��%s �ͧ hardlimit��١�� " 
    493  
    494 #, python-format 
    495 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    496 msgstr "��Hard limit %i �������soft limit %i ������" 
    497  
    498 #, python-format 
    499 msgid "Invalid balance value %s" 
    500 msgstr "����������١�� %s" 
    501  
    502 #, python-format 
    503 msgid "Invalid charge amount value %s" 
    504 msgstr "����������١�� %s" 
    505  
    506 #, python-format 
    507 msgid "Invalid limitby value %s" 
    508 msgstr "����ӡѴ %s ��١��" 
    509  
    510 #, python-format 
    511 msgid "Impossible to add printer %s" 
    512 msgstr "���ö�ӡ����������� 
    513 #, python-format 
    514 msgid "Invalid printer name %s" 
    515 msgstr "����������s ��١��" 
    516  
    517 #, python-format 
    518 msgid "There's no printer matching %s" 
    519 msgstr "�����ͧ����s ����ҹ�" 
    520  
    521 msgid "You have to pass user or group names on the command line" 
    522 msgstr "�س���������� ����������������� 
    523 #, python-format 
    524 msgid "Prototype %s not found in Quota Storage for printer %s." 
    525 msgstr "������� %s �����������Ѻ��ͧ����s " 
    526  
    527 #, python-format 
    528 msgid "Prototype object %s not found in Quota Storage." 
    529 msgstr "������ص��� %s ���������" 
    530  
    531 #, python-format 
    532 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    533 msgstr "���ӡ������hard limit �֧ soft limit (%s) ����ͧ����s" 
    534  
    535 #, python-format 
    536 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    537 msgstr "���ӡ������soft limit �֧ hard limit (%s) ����ͧ����s" 
    538  
    539 #, python-format 
    540 msgid "Invalid email address %s" 
    541 msgstr "email address %s ��١��" 
    542  
    543 #, python-format 
    544 msgid "Invalid group name %s" 
    545 msgstr "��͡���� %s ��١��" 
    546  
    547 #, python-format 
    548 msgid "Invalid user name %s" 
    549 msgstr "��ͼ�� %s ��١��" 
    550  
    551 #, python-format 
    552 msgid "Quota not found for object %s on printer %s." 
    553 msgstr "��������������Ѻ %s ����ͧ����s" 
    554  
    555 #, python-format 
    556 msgid "Group %s not found in the PyKota Storage." 
    557 msgstr "�������� %s ��������ͧ PyKota" 
    558  
    559 msgid "incompatible options, see help." 
    560 msgstr "���͡����, ���Ҵ٨ҡ�ǹ����" 
    561  
    562 #, python-format 
    563 msgid "Printer %s already exists, skipping." 
    564 msgstr "��ͧ����s ��١�Դ����� ��� 
    565  
    566 #, python-format 
    567 msgid "Printer %s already exists, will be modified." 
    568 msgstr "��ͧ����s ��١�Դ����� �ӡ������" 
    569  
    570 msgid "in" 
    571 msgstr "� 
    572  
    573 msgid "You have to pass printer groups names on the command line" 
    574 msgstr "�س�����͡��������캹�������� 
    575 msgid "You have to pass printer names on the command line" 
    576 msgstr "�س������������캹�������� 
    577 msgid "Software accounting already done in first pass. Ignoring." 
    578 msgstr "����Ϳ�������ѭ����ԡ����ǹ� ��� 
    579  
    580 msgid "Hardware accounting already done in first pass. Ignoring." 
    581 msgstr "�����������ѭ����ԡ����ǹ� ��� 
    582  
    583 #, python-format 
    584 msgid "Invalid DeviceURI : %s" 
    585 msgstr "��DeviceURI : %s ��١��" 
    586  
    587 msgid "" 
    588 "\n" 
    589 "Please wait while pkhint analyzes your printing system's configuration..." 
    590 msgstr "" 
    591 "\n" 
    592 "�����pkhint �зӡ������������к����������..." 
    593  
    594 #, python-format 
    595 msgid "Unknown device %s for printer %s" 
    596 msgstr "�������ó�s ��Ѻ��ͧ����s" 
    597  
    598 msgid "" 
    599 "\n" 
    600 "Put the following lines into your /etc/pykota/pykota.conf file :\n" 
    601 msgstr "" 
    602 "\n" 
    603 "��������Ѵ�����ŧ���/etc/pykota/pykota.conf file :\n" 
    604  
    605 msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
    606 msgstr "# ����� : ��Ϳ�������Ҫԡ����й� 
    607  
    608 msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
    609 msgstr "# ��������Ҫԡ���ö�ӧҹ�, �ѭ�������੾��Ѻ PyKota" 
    610  
    611 msgid "# wasn't able to autodetect which hardware accounting method to use." 
    612 msgstr "# ��������������Ҫԡ����ö��" 
    613  
    614 #, python-format 
    615 msgid "Invalid duration option %s" 
    616 msgstr "������������١��" 
    617  
    618 #, python-format 
    619 msgid "Invalid loop option %s" 
    620 msgstr "�ҵ������ӫ���١��" 
    621  
    622 #, python-format 
    623 msgid "Invalid sleep option %s" 
    624 msgstr "���������ѡ��ͧ��١��" 
    625  
    626 #, python-format 
    627 msgid "Invalid color option %s" 
    628 msgstr "����������١��" 
    629  
    630 #, python-format 
    631 msgid "User %s doesn't exist in PyKota's database" 
    632 msgstr "����ͼ�� %s 㹰ҹ����ͧ PyKota" 
    633  
    634 #, python-format 
    635 msgid "Pages used on %s : %s" 
    636 msgstr "�ӹǹ˹���仺� %s : %s" 
    637  
    638 #, python-format 
    639 msgid "PyKota Units left : %.2f" 
    640 msgstr "˹������ͧ PyKota : %.2f" 
    641  
    642 #, python-format 
    643 msgid "Your account balance : %.2f" 
    644 msgstr "���������ͧ�س : %.2f" 
    645  
    646 #, python-format 
    647 msgid "Job size : %i pages" 
    648 msgstr "�ӹǹ�ҹ : %i ˹� 
    649  
    650 #, python-format 
    651 msgid "Cost on printer %s : %.2f" 
    652 msgstr "��ҡ��������ͧ����s : %.2f" 
    653  
    654 #, python-format 
    6551442msgid "Previous page" 
    6561443msgstr "˹���� 
     1444 
     1445#~ msgid "Incorrect answer : %s" 
     1446#~ msgstr "�ӵͺ��١�� : %s"