Show
Ignore:
Timestamp:
02/14/05 23:14:17 (19 years ago)
Author:
jalet
Message:

Updated the translation files to the latest version of the code

Files:
1 modified

Legend:

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

    r2028 r2059  
    2626msgid "" 
    2727msgstr "" 
    28 "Project-Id-Version: PyKota v1.20\n" 
     28"Project-Id-Version: PyKota v1.21\n" 
    2929"Report-Msgid-Bugs-To: alet@librelogiciel.com\n" 
    3030"POT-Creation-Date: 2004-11-25 10:16+0100\n" 
    31 "PO-Revision-Date: 2004-07-21 15:35:00+0100\n" 
     31"PO-Revision-Date: 2005-02-14 22:55:00+0100\n" 
    3232"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n" 
    3333"Language-Team: English <alet@librelogiciel.com>\n" 
     
    3838#, python-format 
    3939msgid "" 
    40 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     40"autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     41"Libres\n" 
     42"A tool to automate user account creation and initial balance setting.\n" 
     43"\n" 
     44"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
     45"\n" 
     46"command line usage :\n" 
     47"\n" 
     48"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
     49"  OF AN external policy IN pykota.conf\n" 
     50"  \n" 
     51"  autopykota { -i | --initbalance value } \n" 
     52"\n" 
     53"options :\n" 
     54"\n" 
     55"  -v | --version       Prints autopykota's version number then exits.\n" 
     56"  -h | --help          Prints this message then exits.\n" 
     57"  \n" 
     58"  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
     59"                       If the user already exists, actual balance is left\n" 
     60"                       unmodified. If unset, the default value is 0.\n" 
     61"                       \n" 
     62"This program is free software; you can redistribute it and/or modify\n" 
     63"it under the terms of the GNU General Public License as published by\n" 
     64"the Free Software Foundation; either version 2 of the License, or\n" 
     65"(at your option) any later version.\n" 
     66"\n" 
     67"This program is distributed in the hope that it will be useful,\n" 
     68"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     69"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     70"GNU General Public License for more details.\n" 
     71"\n" 
     72"You should have received a copy of the GNU General Public License\n" 
     73"along with this program; if not, write to the Free Software\n" 
     74"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     75"\n" 
     76"Please e-mail bugs to: %s" 
     77msgstr "" 
     78 
     79msgid "Job contains no data. Printing is denied." 
     80msgstr "" 
     81 
     82msgid "Banner won't be printed : maximum number of deny banners reached." 
     83msgstr "" 
     84 
     85msgid "Job accounting begins." 
     86msgstr "" 
     87 
     88msgid "Job accounting ends." 
     89msgstr "" 
     90 
     91msgid "Job size forced to 0 because printing is denied." 
     92msgstr "" 
     93 
     94#, python-format 
     95msgid "Beware : computed job size (%s) != precomputed job size (%s)" 
     96msgstr "" 
     97 
     98#, python-format 
     99msgid "Job size : %i" 
     100msgstr "" 
     101 
     102#, python-format 
     103msgid "Updating user %s's quota on printer %s" 
     104msgstr "" 
     105 
     106msgid "Job added to history." 
     107msgstr "" 
     108 
     109#, python-format 
     110msgid "File number %s unregistered twice from polling object, ignored." 
     111msgstr "" 
     112 
     113#, python-format 
     114msgid "SIGTERM was sent to real backend %s (pid: %s)" 
     115msgstr "" 
     116 
     117#, python-format 
     118msgid "CUPS backend %s died abnormally." 
     119msgstr "" 
     120 
     121#, python-format 
     122msgid "" 
     123"dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     124"Libres\n" 
     125"\n" 
     126"Dumps PyKota database's content.\n" 
     127"\n" 
     128"command line usage :\n" 
     129"\n" 
     130"  dumpykota [options] [filterexpr]\n" 
     131"\n" 
     132"options :\n" 
     133"\n" 
     134"  -v | --version       Prints dumpykota's version number then exits.\n" 
     135"  -h | --help          Prints this message then exits.\n" 
     136"  \n" 
     137"  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
     138"                       \n" 
     139"                         - history : dumps the jobs history.\n" 
     140"                         - users : dumps users.\n" 
     141"                         - groups : dumps user groups.\n" 
     142"                         - printers : dump printers.\n" 
     143"                         - upquotas : dump user quotas.\n" 
     144"                         - gpquotas : dump user groups quotas.\n" 
     145"                         - payments : dumps user payments.\n" 
     146"                         - pmembers : dumps printer groups members.\n" 
     147"                         - umembers : dumps user groups members.\n" 
     148"                         \n" 
     149"                       NB : the -d | --data command line option   \n" 
     150"                       is MANDATORY.\n" 
     151"  \n" 
     152"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
     153"                       the format is to dump datas in the csv format (comma\n" 
     154"                       separated values). All data dumped is between double\n" 
     155"                       quotes. Allowed formats are :\n" 
     156"                       \n" 
     157"                         - csv : separate datas with commas\n" 
     158"                         - ssv : separate datas with semicolons\n" 
     159"                         - tsv : separate datas with tabs\n" 
     160"                         - xml : dump data as XML\n" 
     161"                         - cups : dump datas in CUPS' page_log format :\n" 
     162"                                  ONLY AVAILABLE WITH --data history\n" 
     163"                         \n" 
     164"  -o | --output fname  All datas will be dumped to the file instead of\n" 
     165"                       to the standard output. The special '-' filename\n" 
     166"                       is the default value and means stdout.\n" 
     167"                       WARNING : existing files are truncated !\n" 
     168"                       \n" 
     169"  Use the filter expressions to extract only parts of the \n" 
     170"  datas. Allowed filters are of the form :\n" 
     171"                \n" 
     172"         key=value\n" 
     173"                         \n" 
     174"  Allowed keys for now are :  \n" 
     175"                       \n" 
     176"         username       User's name\n" 
     177"         groupname      Users group's name\n" 
     178"         printername    Printer's name\n" 
     179"         pgroupname     Printers group's name\n" 
     180"         \n" 
     181"  Contrary to other PyKota management tools, wildcard characters are not \n" 
     182"  expanded, so you can't use them.\n" 
     183"  \n" 
     184"  NB : not all keys are allowed for each data type, so the result may be \n" 
     185"  empty if you use a key not available for a particular data type.\n" 
     186"  \n" 
     187"Examples :\n" 
     188"\n" 
     189"  $ dumpykota --data history --format csv >myfile.csv\n" 
     190"  \n" 
     191"  This dumps the history in a comma separated values file, for possible\n" 
     192"  use in a spreadsheet.\n" 
     193"  \n" 
     194"  $ dumpykota --data users --format xml -o users.xml\n" 
     195"  \n" 
     196"  Dumps all users datas to the users.xml file.\n" 
     197"  \n" 
     198"  $ dumpykota --data history printername=HP2100 username=jerome\n" 
     199"  \n" 
     200"  Dumps the job history for user jerome on printer HP2100 only.\n" 
     201"  \n" 
     202"This program is free software; you can redistribute it and/or modify\n" 
     203"it under the terms of the GNU General Public License as published by\n" 
     204"the Free Software Foundation; either version 2 of the License, or\n" 
     205"(at your option) any later version.\n" 
     206"\n" 
     207"This program is distributed in the hope that it will be useful,\n" 
     208"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     209"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     210"GNU General Public License for more details.\n" 
     211"\n" 
     212"You should have received a copy of the GNU General Public License\n" 
     213"along with this program; if not, write to the Free Software\n" 
     214"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     215"\n" 
     216"Please e-mail bugs to: %s" 
     217msgstr "" 
     218 
     219msgid "The -d | --data command line option is mandatory, see help." 
     220msgstr "" 
     221 
     222#, python-format 
     223msgid "" 
     224"edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     225"Libres\n" 
     226"A Print Quota editor for PyKota.\n" 
     227"\n" 
     228"command line usage :\n" 
     229"\n" 
     230"  edpykota [options] user1 user2 ... userN\n" 
     231"  \n" 
     232"  edpykota [options] group1 group2 ... groupN\n" 
     233"\n" 
     234"options :\n" 
     235"\n" 
     236"  -v | --version       Prints edpykota's version number then exits.\n" 
     237"  -h | --help          Prints this message then exits.\n" 
     238"  \n" 
     239"  -a | --add           Adds users and/or printers if they don't \n" 
     240"                       exist on the Quota Storage Server.\n" 
     241"                       \n" 
     242"  -d | --delete        Deletes users/groups from the quota storage.\n" 
     243"                       Printers are never deleted.\n" 
     244"                       \n" 
     245"  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     246"                       for a particular printer. Job price is optional.\n" 
     247"                       If both are to be set, separate them with a comma.\n" 
     248"                       Floating point values are allowed.\n" 
     249"                       \n" 
     250"  -o | --overcharge f  Sets the overcharging factor applied to the user \n" 
     251"                       when computing the cost of a print job. Positive or \n" 
     252"                       negative floating point values are allowed,\n" 
     253"                       this allows you to do some really creative\n" 
     254"                       things like giving money to an user whenever\n" 
     255"                       he prints. The number of pages in a print job\n" 
     256"                       is not modified by this coefficient, only the\n" 
     257"                       cost of the job for a particular user.\n" 
     258"                       Only users have a coefficient.\n" 
     259"  \n" 
     260"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     261"                              listed, separated by commas. The groups\n" 
     262"                              must already exist in the Quota Storage.\n" 
     263"  \n" 
     264"  -u | --users         Edit users print quotas, this is the default.\n" 
     265"  \n" 
     266"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     267"                       use wildcards characters to select only\n" 
     268"                       some printers. The default value is *, meaning\n" 
     269"                       all printers. \n" 
     270"                       You can specify several names or wildcards, \n" 
     271"                       by separating them with commas.\n" 
     272"  \n" 
     273"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     274"                       pg1, pg2, etc... which must already exist.\n" 
     275"                       A printer group is just like a normal printer,\n" 
     276"                       only that it is usually unknown from the printing\n" 
     277"                       system. Create printer groups exactly the same\n" 
     278"                       way that you create printers, then add other \n" 
     279"                       printers to them with this option.\n" 
     280"                       Accounting is done on a printer and on all\n" 
     281"                       the printer groups it belongs to, quota checking\n" 
     282"                       is done on a printer and on all the printer groups\n" 
     283"                       it belongs to.\n" 
     284"  \n" 
     285"  -g | --groups        Edit users groups print quotas instead of users.\n" 
     286"                          \n" 
     287"  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     288"                       print quotas\n" 
     289"                       \n" 
     290"  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
     291"  \n" 
     292"  -r | --reset         Resets the actual page counter for the user\n" 
     293"                       or group to zero on the specified printers. \n" 
     294"                       The life time page counter is kept unchanged.\n" 
     295"                       \n" 
     296"  -R | --hardreset     Resets the actual and life time page counters\n" 
     297"                       for the user or group to zero on the specified \n" 
     298"                       printers. This is a shortcut for '--used 0'.\n" 
     299"                       \n" 
     300"  -l | --limitby l     Choose if the user/group is limited in " 
     301"printing                     \n" 
     302"                       by its account balance or by its page quota.\n" 
     303"                       The default value is 'quota'. Allowed values\n" 
     304"                       are 'quota' 'balance' 'quota-then-balance' and\n" 
     305"                       'balance-then-quota'.\n" 
     306"                       WARNING : quota-then-balance and balance-then-quota\n" 
     307"                       are not yet implemented.\n" 
     308"                       \n" 
     309"  -b | --balance b     Sets the user's account balance to " 
     310"b.                     \n" 
     311"                       Account balance may be increase or decreased\n" 
     312"                       if b is prefixed with + or -.\n" 
     313"                       WARNING : when decreasing account balance,\n" 
     314"                       the total paid so far by the user is decreased\n" 
     315"                       too.\n" 
     316"                       Groups don't have a real balance, but the\n" 
     317"                       sum of their users' account balance.\n" 
     318"                       \n" 
     319"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     320"pages.                       \n" 
     321"  \n" 
     322"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     323"\n" 
     324"  -U | --used usage    Sets the pagecounters for the user to usage pages;\n" 
     325"                       useful for migrating users from a different system\n" 
     326"                       where they have already used some pages. Actual\n" 
     327"                       and Life Time page counters may be increased or " 
     328"decreased\n" 
     329"                       if usage is prefixed with + or -.\n" 
     330"                       WARNING : BOTH page counters are modified in all " 
     331"cases,\n" 
     332"                       so be careful.\n" 
     333"                       NB : if 'usage' equals '0', then the action taken is\n" 
     334"                       the same as if --hardreset was used.\n" 
     335"\n" 
     336"  user1 through userN and group1 through groupN can use wildcards\n" 
     337"  if the --add option is not set.\n" 
     338"  \n" 
     339"examples :                              \n" 
     340"\n" 
     341"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     342"  \n" 
     343"  This will add users john, paul, george and ringo to the quota\n" 
     344"  database, and set their print quotas to the same values than user \n" 
     345"  jerome. User jerome must already exist.\n" 
     346"  User ringo's email address will also be set to 'ringo@example.com'\n" 
     347"  \n" 
     348"  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     349"  \n" 
     350"  This will set jerome's print quota on the lp printer to a soft limit\n" 
     351"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
     352"  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     353"done.\n" 
     354"\n" 
     355"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     356"  \n" 
     357"  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     358"  on the Quota Storage Server they are automatically added. Also\n" 
     359"  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     360"  already exist in the Quota Storage.\n" 
     361"            \n" 
     362"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     363"  \n" 
     364"  This will set print quota soft limit to 500 pages and hard limit\n" 
     365"  to 550 pages for groups financial and support on all printers.\n" 
     366"  \n" 
     367"  $ edpykota --reset jerome \"jo*\"\n" 
     368"  \n" 
     369"  This will reset jerome's page counter to zero on all printers, as\n" 
     370"  well as every user whose name begins with 'jo'.\n" 
     371"  Their life time page counter on each printer will be kept unchanged.\n" 
     372"  You can also reset the life time page counters by using the\n" 
     373"  --hardreset | -R command line option.\n" 
     374"  \n" 
     375"  $ edpykota --printer hpcolor --noquota jerome\n" 
     376"  \n" 
     377"  This will tell PyKota to not limit jerome when printing on the \n" 
     378"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     379"  accounting of the pages he prints will still be kept.\n" 
     380"  Print Quotas for jerome on other printers are unchanged.\n" 
     381"  \n" 
     382"  $ edpykota --limitby balance jerome\n" 
     383"  \n" 
     384"  This will tell PyKota to limit jerome by his account's balance\n" 
     385"  when printing.\n" 
     386"  \n" 
     387"  $ edpykota --balance +10.0 jerome\n" 
     388"  \n" 
     389"  This will increase jerome's account balance by 10.0 (in your\n" 
     390"  own currency). You can decrease the account balance with a\n" 
     391"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     392"  \n" 
     393"  $ edpykota --delete jerome rachel\n" 
     394"  \n" 
     395"  This will completely delete jerome and rachel from the Quota Storage\n" 
     396"  database. All their quotas and jobs will be deleted too.\n" 
     397"  \n" 
     398"  $ edpykota --printer lp --charge 0.1\n" 
     399"  \n" 
     400"  This will set the page price for printer lp to 0.1. Job price\n" 
     401"  will not be changed.\n" 
     402"  \n" 
     403"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     404"  \n" 
     405"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
     406"  When printing either on hplj1 or hplj2, print quota will also be \n" 
     407"  checked and accounted for on virtual printers Laser and HP.\n" 
     408"  \n" 
     409"  $ edpykota --overcharge 2.5 poorstudent\n" 
     410"  \n" 
     411"  This will overcharge the poorstudent user by a factor of 2.5.\n" 
     412"  \n" 
     413"  $ edpykota --overcharge -1 jerome\n" 
     414"  \n" 
     415"  User jerome will actually earn money whenever he prints.\n" 
     416"  \n" 
     417"  $ edpykota --overcharge 0 boss\n" 
     418"  \n" 
     419"  User boss can print at will, it won't cost him anything because the\n" 
     420"  cost of each print job will be multiplied by zero before charging\n" 
     421"  his account.\n" 
     422"\n" 
     423"This program is free software; you can redistribute it and/or modify\n" 
     424"it under the terms of the GNU General Public License as published by\n" 
     425"the Free Software Foundation; either version 2 of the License, or\n" 
     426"(at your option) any later version.\n" 
     427"\n" 
     428"This program is distributed in the hope that it will be useful,\n" 
     429"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     430"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     431"GNU General Public License for more details.\n" 
     432"\n" 
     433"You should have received a copy of the GNU General Public License\n" 
     434"along with this program; if not, write to the Free Software\n" 
     435"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     436"\n" 
     437"Please e-mail bugs to: %s" 
     438msgstr "" 
     439 
     440msgid "You're not allowed to use this command." 
     441msgstr "" 
     442 
     443#, python-format 
     444msgid "Invalid used value %s." 
     445msgstr "" 
     446 
     447#, python-format 
     448msgid "Invalid softlimit value %s." 
     449msgstr "" 
     450 
     451#, python-format 
     452msgid "Invalid hardlimit value %s." 
     453msgstr "" 
     454 
     455#, python-format 
     456msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     457msgstr "" 
     458 
     459#, python-format 
     460msgid "Invalid overcharge value %s" 
     461msgstr "" 
     462 
     463#, python-format 
     464msgid "Invalid balance value %s" 
     465msgstr "" 
     466 
     467#, python-format 
     468msgid "Invalid charge amount value %s" 
     469msgstr "" 
     470 
     471#, python-format 
     472msgid "Invalid limitby value %s" 
     473msgstr "" 
     474 
     475#, python-format 
     476msgid "Impossible to add printer %s" 
     477msgstr "" 
     478 
     479#, python-format 
     480msgid "Invalid printer name %s" 
     481msgstr "" 
     482 
     483#, python-format 
     484msgid "There's no printer matching %s" 
     485msgstr "" 
     486 
     487msgid "You have to pass user or group names on the command line" 
     488msgstr "" 
     489 
     490#, python-format 
     491msgid "Prototype %s not found in Quota Storage for printer %s." 
     492msgstr "" 
     493 
     494#, python-format 
     495msgid "Prototype object %s not found in Quota Storage." 
     496msgstr "" 
     497 
     498#, python-format 
     499msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     500msgstr "" 
     501 
     502#, python-format 
     503msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     504msgstr "" 
     505 
     506#, python-format 
     507msgid "Invalid email address %s" 
     508msgstr "" 
     509 
     510#, python-format 
     511msgid "Unknown group %s" 
     512msgstr "" 
     513 
     514#, python-format 
     515msgid "Unknown user %s" 
     516msgstr "" 
     517 
     518#, python-format 
     519msgid "Invalid group name %s" 
     520msgstr "" 
     521 
     522#, python-format 
     523msgid "Invalid user name %s" 
     524msgstr "" 
     525 
     526#, python-format 
     527msgid "Quota not found for object %s on printer %s." 
     528msgstr "" 
     529 
     530#, python-format 
     531msgid "Group %s not found in the PyKota Storage." 
     532msgstr "" 
     533 
     534msgid "incompatible options, see help." 
     535msgstr "" 
     536 
     537msgid "Software accounting already done in first pass. Ignoring." 
     538msgstr "" 
     539 
     540msgid "Hardware accounting already done in first pass. Ignoring." 
     541msgstr "" 
     542 
     543msgid "Job size and price now set in history." 
     544msgstr "" 
     545 
     546#, python-format 
     547msgid "" 
     548"repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     549"Libres\n" 
     550"\n" 
     551"Generates print quota reports.\n" 
     552"\n" 
     553"command line usage :\n" 
     554"\n" 
     555"  repykota [options] \n" 
     556"\n" 
     557"options :\n" 
     558"\n" 
     559"  -v | --version       Prints repykota's version number then exits.\n" 
     560"  -h | --help          Prints this message then exits.\n" 
     561"  \n" 
     562"  -u | --users         Generates a report on users quota, this is \n" 
     563"                       the default.\n" 
     564"  \n" 
     565"  -g | --groups        Generates a report on group quota instead of users.\n" 
     566"  \n" 
     567"  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
     568"                       use wildcards characters to select only\n" 
     569"                       some printers. The default value is *, meaning\n" 
     570"                       all printers.\n" 
     571"                       You can specify several names or wildcards, \n" 
     572"                       by separating them with commas.\n" 
     573"  \n" 
     574"examples :                              \n" 
     575"\n" 
     576"  $ repykota --printer lp\n" 
     577"  \n" 
     578"  This will print the quota status for all users who use the lp printer.\n" 
     579"\n" 
     580"  $ repykota \n" 
     581"  \n" 
     582"  This will print the quota status for all users on all printers.\n" 
     583"  \n" 
     584"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     585"  \n" 
     586"  This will print the quota status for user jerome and all users\n" 
     587"  whose name begins with \"jo\" on all printers which name begins\n" 
     588"  with \"laser\" or ends with \"pson\".\n" 
     589"  \n" 
     590"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     591"  arguments representing users or groups names are ignored, and only the\n" 
     592"  current user/group is reported.\n" 
     593"\n" 
     594"This program is free software; you can redistribute it and/or modify\n" 
     595"it under the terms of the GNU General Public License as published by\n" 
     596"the Free Software Foundation; either version 2 of the License, or\n" 
     597"(at your option) any later version.\n" 
     598"\n" 
     599"This program is distributed in the hope that it will be useful,\n" 
     600"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     601"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     602"GNU General Public License for more details.\n" 
     603"\n" 
     604"You should have received a copy of the GNU General Public License\n" 
     605"along with this program; if not, write to the Free Software\n" 
     606"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     607"\n" 
     608"Please e-mail bugs to: %s" 
     609msgstr "" 
     610 
     611#, python-format 
     612msgid "" 
     613"warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     614"Libres\n" 
     615"\n" 
     616"Sends mail to users over print quota.\n" 
     617"\n" 
     618"command line usage :\n" 
     619"\n" 
     620"  warnpykota  [options]  [names]\n" 
     621"\n" 
     622"options :\n" 
     623"\n" 
     624"  -v | --version       Prints warnpykota's version number then exits.\n" 
     625"  -h | --help          Prints this message then exits.\n" 
     626"  \n" 
     627"  -u | --users         Warns users over their print quota, this is the \n" 
     628"                       default.\n" 
     629"  \n" 
     630"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     631"  \n" 
     632"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     633"                       use wildcards characters to select only\n" 
     634"                       some printers. The default value is *, meaning\n" 
     635"                       all printers.\n" 
     636"                       You can specify several names or wildcards, \n" 
     637"                       by separating them with commas.\n" 
     638"  \n" 
     639"examples :                              \n" 
     640"\n" 
     641"  $ warnpykota --printer lp\n" 
     642"  \n" 
     643"  This will warn all users of the lp printer who have exceeded their\n" 
     644"  print quota.\n" 
     645"\n" 
     646"  $ warnpykota \n" 
     647"  \n" 
     648"  This will warn all users  who have exceeded their print quota on\n" 
     649"  any printer.\n" 
     650"\n" 
     651"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     652"  \n" 
     653"  This will warn all users of groups which names begins with \"dev\" and\n" 
     654"  who have exceeded their print quota on any printer which name begins \n" 
     655"  with \"laserjet\"\n" 
     656"  \n" 
     657"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     658"  arguments representing users or groups names are ignored, and only the\n" 
     659"  current user/group is reported.\n" 
     660"\n" 
     661"This program is free software; you can redistribute it and/or modify\n" 
     662"it under the terms of the GNU General Public License as published by\n" 
     663"the Free Software Foundation; either version 2 of the License, or\n" 
     664"(at your option) any later version.\n" 
     665"\n" 
     666"This program is distributed in the hope that it will be useful,\n" 
     667"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     668"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     669"GNU General Public License for more details.\n" 
     670"\n" 
     671"You should have received a copy of the GNU General Public License\n" 
     672"along with this program; if not, write to the Free Software\n" 
     673"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     674"\n" 
     675"Please e-mail bugs to: %s" 
     676msgstr "" 
     677 
     678#, python-format 
     679msgid "" 
     680"pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     681"An OSD quota monitor for PyKota.\n" 
     682"\n" 
     683"command line usage :\n" 
     684"\n" 
     685"  pykosd [options]\n" 
     686"\n" 
     687"options :\n" 
     688"\n" 
     689"  -v | --version       Prints pykosd's version number then exits.\n" 
     690"  -h | --help          Prints this message then exits.\n" 
     691"  \n" 
     692"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     693"                       triplet, for example #FF0000 is 100%% red.\n" 
     694"                       Defaults to 100%% green (#00FF00).\n" 
     695"                       \n" 
     696"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     697"                       Defaults to 3 seconds.\n" 
     698"                       \n" 
     699"  -f | --font f        Sets the font to use for " 
     700"display.                      \n" 
     701"                       Defaults to the Python OSD library's default.\n" 
     702"  \n" 
     703"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     704"                       Defaults to 0, which means loop forever.\n" 
     705"                       \n" 
     706"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     707"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     708"                       \n" 
     709"  \n" 
     710"examples :                              \n" 
     711"\n" 
     712"  $ pykosd -s 60 --loop 5\n" 
     713"  \n" 
     714"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     715"  and will last for 3 seconds (the default) each time. After five\n" 
     716"  iterations, the program will exit.\n" 
     717"  \n" 
     718"This program is free software; you can redistribute it and/or modify\n" 
     719"it under the terms of the GNU General Public License as published by\n" 
     720"the Free Software Foundation; either version 2 of the License, or\n" 
     721"(at your option) any later version.\n" 
     722"\n" 
     723"This program is distributed in the hope that it will be useful,\n" 
     724"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     725"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     726"GNU General Public License for more details.\n" 
     727"\n" 
     728"You should have received a copy of the GNU General Public License\n" 
     729"along with this program; if not, write to the Free Software\n" 
     730"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     731"\n" 
     732"Please e-mail bugs to: %s" 
     733msgstr "" 
     734 
     735#, python-format 
     736msgid "Invalid duration option %s" 
     737msgstr "" 
     738 
     739#, python-format 
     740msgid "Invalid loop option %s" 
     741msgstr "" 
     742 
     743#, python-format 
     744msgid "Invalid sleep option %s" 
     745msgstr "" 
     746 
     747#, python-format 
     748msgid "Invalid color option %s" 
     749msgstr "" 
     750 
     751#, python-format 
     752msgid "User %s doesn't exist in PyKota's database" 
     753msgstr "" 
     754 
     755#, python-format 
     756msgid "Pages used on %s : %s" 
     757msgstr "" 
     758 
     759#, python-format 
     760msgid "PyKota Units left : %.2f" 
     761msgstr "" 
     762 
     763#, python-format 
     764msgid "" 
     765"pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     766"\n" 
     767"Gives print quotes to users.\n" 
     768"\n" 
     769"command line usage :\n" 
     770"\n" 
     771"  pykotme  [options]  [files]\n" 
     772"\n" 
     773"options :\n" 
     774"\n" 
     775"  -v | --version       Prints pykotme's version number then exits.\n" 
     776"  -h | --help          Prints this message then exits.\n" 
     777"  \n" 
     778"  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
     779"                       use wildcards characters to select only\n" 
     780"                       some printers. The default value is *, meaning\n" 
     781"                       all printers.\n" 
     782"                       You can specify several names or wildcards, \n" 
     783"                       by separating them with commas.\n" 
     784"  \n" 
     785"examples :                              \n" 
     786"\n" 
     787"  $ pykotme --printer apple file1.ps file2.ps\n" 
     788"  \n" 
     789"  This will give a print quote to the current user. The quote will show\n" 
     790"  the price and size of a job consisting in file1.ps and file2.ps \n" 
     791"  which would be sent to the apple printer.\n" 
     792"  \n" 
     793"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     794"  \n" 
     795"  This will give a print quote to the current user. The quote will show\n" 
     796"  the price and size of a job consisting in file1.ps as read from\n" 
     797"  standard input, which would be sent to the apple or hplaser\n" 
     798"  printer.\n" 
     799"\n" 
     800"  $ pykotme \n" 
     801"  \n" 
     802"  This will give a quote for a job consisting of what is on standard \n" 
     803"  input. The quote will list the job size, and the price the job\n" 
     804"  would cost on each printer.\n" 
     805"\n" 
     806"This program is free software; you can redistribute it and/or modify\n" 
     807"it under the terms of the GNU General Public License as published by\n" 
     808"the Free Software Foundation; either version 2 of the License, or\n" 
     809"(at your option) any later version.\n" 
     810"\n" 
     811"This program is distributed in the hope that it will be useful,\n" 
     812"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     813"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     814"GNU General Public License for more details.\n" 
     815"\n" 
     816"You should have received a copy of the GNU General Public License\n" 
     817"along with this program; if not, write to the Free Software\n" 
     818"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     819"\n" 
     820"Please e-mail bugs to: %s" 
     821msgstr "" 
     822 
     823#, python-format 
     824msgid "Your account balance : %.2f" 
     825msgstr "" 
     826 
     827#, python-format 
     828msgid "Job size : %i pages" 
     829msgstr "" 
     830 
     831#, python-format 
     832msgid "Cost on printer %s : %.2f" 
     833msgstr "" 
     834 
     835#, python-format 
     836msgid "" 
     837"pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     838"Libres\n" 
    41839"\n" 
    42840"Generates banners.\n" 
     
    2871085#, python-format 
    2881086msgid "" 
    289 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1087"pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     1088"Libres\n" 
    2901089"A Printers Manager for PyKota.\n" 
    2911090"\n" 
     
    3861185msgstr "" 
    3871186 
    388 msgid "You're not allowed to use this command." 
    389 msgstr "" 
    390  
    391 #, python-format 
    392 msgid "There's no printer matching %s" 
    393 msgstr "" 
    394  
    395 #, python-format 
    396 msgid "Invalid charge amount value %s" 
    397 msgstr "" 
    398  
    3991187#, python-format 
    4001188msgid "Printer %s already exists, skipping." 
     
    4051193msgstr "" 
    4061194 
    407 #, python-format 
    408 msgid "Impossible to add printer %s" 
    409 msgstr "" 
    410  
    411 #, python-format 
    412 msgid "Invalid printer name %s" 
    413 msgstr "" 
    414  
    4151195msgid "in" 
    4161196msgstr "" 
    4171197 
    418 msgid "incompatible options, see help." 
    419 msgstr "" 
    420  
    4211198msgid "You have to pass printer groups names on the command line" 
    4221199msgstr "" 
     
    4261203 
    4271204#, python-format 
    428 msgid "" 
    429 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    430 "An OSD quota monitor for PyKota.\n" 
    431 "\n" 
    432 "command line usage :\n" 
    433 "\n" 
    434 "  pykosd [options]\n" 
    435 "\n" 
    436 "options :\n" 
    437 "\n" 
    438 "  -v | --version       Prints pykosd's version number then exits.\n" 
    439 "  -h | --help          Prints this message then exits.\n" 
    440 "  \n" 
    441 "  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
    442 "                       triplet, for example #FF0000 is 100%% red.\n" 
    443 "                       Defaults to 100%% green (#00FF00).\n" 
    444 "                       \n" 
    445 "  -d | --duration d    Sets the duration of the display in seconds. \n" 
    446 "                       Defaults to 3 seconds.\n" 
    447 "                       \n" 
    448 "  -f | --font f        Sets the font to use for " 
    449 "display.                      \n" 
    450 "                       Defaults to the Python OSD library's default.\n" 
    451 "  \n" 
    452 "  -l | --loop n        Sets the number of times the info will be displayed.\n" 
    453 "                       Defaults to 0, which means loop forever.\n" 
    454 "                       \n" 
    455 "  -s | --sleep s       Sets the sleeping duration between two displays \n" 
    456 "                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
    457 "                       \n" 
    458 "  \n" 
    459 "examples :                              \n" 
    460 "\n" 
    461 "  $ pykosd -s 60 --loop 5\n" 
    462 "  \n" 
    463 "  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
    464 "  and will last for 3 seconds (the default) each time. After five\n" 
    465 "  iterations, the program will exit.\n" 
    466 "  \n" 
    467 "This program is free software; you can redistribute it and/or modify\n" 
    468 "it under the terms of the GNU General Public License as published by\n" 
    469 "the Free Software Foundation; either version 2 of the License, or\n" 
    470 "(at your option) any later version.\n" 
    471 "\n" 
    472 "This program is distributed in the hope that it will be useful,\n" 
    473 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    474 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    475 "GNU General Public License for more details.\n" 
    476 "\n" 
    477 "You should have received a copy of the GNU General Public License\n" 
    478 "along with this program; if not, write to the Free Software\n" 
    479 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    480 "\n" 
    481 "Please e-mail bugs to: %s" 
    482 msgstr "" 
    483  
    484 #, python-format 
    485 msgid "Invalid duration option %s" 
    486 msgstr "" 
    487  
    488 #, python-format 
    489 msgid "Invalid loop option %s" 
    490 msgstr "" 
    491  
    492 #, python-format 
    493 msgid "Invalid sleep option %s" 
    494 msgstr "" 
    495  
    496 #, python-format 
    497 msgid "Invalid color option %s" 
    498 msgstr "" 
    499  
    500 #, python-format 
    501 msgid "User %s doesn't exist in PyKota's database" 
    502 msgstr "" 
    503  
    504 #, python-format 
    505 msgid "Pages used on %s : %s" 
    506 msgstr "" 
    507  
    508 #, python-format 
    509 msgid "PyKota Units left : %.2f" 
    510 msgstr "" 
    511  
    512 #, python-format 
    513 msgid "" 
    514 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    515 "\n" 
    516 "Gives print quotes to users.\n" 
    517 "\n" 
    518 "command line usage :\n" 
    519 "\n" 
    520 "  pykotme  [options]  [files]\n" 
    521 "\n" 
    522 "options :\n" 
    523 "\n" 
    524 "  -v | --version       Prints pykotme's version number then exits.\n" 
    525 "  -h | --help          Prints this message then exits.\n" 
    526 "  \n" 
    527 "  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
    528 "                       use wildcards characters to select only\n" 
    529 "                       some printers. The default value is *, meaning\n" 
    530 "                       all printers.\n" 
    531 "                       You can specify several names or wildcards, \n" 
    532 "                       by separating them with commas.\n" 
    533 "  \n" 
    534 "examples :                              \n" 
    535 "\n" 
    536 "  $ pykotme --printer apple file1.ps file2.ps\n" 
    537 "  \n" 
    538 "  This will give a print quote to the current user. The quote will show\n" 
    539 "  the price and size of a job consisting in file1.ps and file2.ps \n" 
    540 "  which would be sent to the apple printer.\n" 
    541 "  \n" 
    542 "  $ pykotme --printer apple,hplaser <file1.ps\n" 
    543 "  \n" 
    544 "  This will give a print quote to the current user. The quote will show\n" 
    545 "  the price and size of a job consisting in file1.ps as read from\n" 
    546 "  standard input, which would be sent to the apple or hplaser\n" 
    547 "  printer.\n" 
    548 "\n" 
    549 "  $ pykotme \n" 
    550 "  \n" 
    551 "  This will give a quote for a job consisting of what is on standard \n" 
    552 "  input. The quote will list the job size, and the price the job\n" 
    553 "  would cost on each printer.\n" 
    554 "\n" 
    555 "This program is free software; you can redistribute it and/or modify\n" 
    556 "it under the terms of the GNU General Public License as published by\n" 
    557 "the Free Software Foundation; either version 2 of the License, or\n" 
    558 "(at your option) any later version.\n" 
    559 "\n" 
    560 "This program is distributed in the hope that it will be useful,\n" 
    561 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    562 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    563 "GNU General Public License for more details.\n" 
    564 "\n" 
    565 "You should have received a copy of the GNU General Public License\n" 
    566 "along with this program; if not, write to the Free Software\n" 
    567 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    568 "\n" 
    569 "Please e-mail bugs to: %s" 
    570 msgstr "" 
    571  
    572 #, python-format 
    573 msgid "Your account balance : %.2f" 
    574 msgstr "" 
    575  
    576 #, python-format 
    577 msgid "Job size : %i pages" 
    578 msgstr "" 
    579  
    580 #, python-format 
    581 msgid "Cost on printer %s : %.2f" 
    582 msgstr "" 
    583  
    584 #, python-format 
    585 msgid "" 
    586 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    587 "A tool to automate user account creation and initial balance setting.\n" 
    588 "\n" 
    589 "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
    590 "\n" 
    591 "command line usage :\n" 
    592 "\n" 
    593 "  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
    594 "  OF AN external policy IN pykota.conf\n" 
    595 "  \n" 
    596 "  autopykota { -i | --initbalance value } \n" 
    597 "\n" 
    598 "options :\n" 
    599 "\n" 
    600 "  -v | --version       Prints autopykota's version number then exits.\n" 
    601 "  -h | --help          Prints this message then exits.\n" 
    602 "  \n" 
    603 "  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
    604 "                       If the user already exists, actual balance is left\n" 
    605 "                       unmodified. If unset, the default value is 0.\n" 
    606 "                       \n" 
    607 "This program is free software; you can redistribute it and/or modify\n" 
    608 "it under the terms of the GNU General Public License as published by\n" 
    609 "the Free Software Foundation; either version 2 of the License, or\n" 
    610 "(at your option) any later version.\n" 
    611 "\n" 
    612 "This program is distributed in the hope that it will be useful,\n" 
    613 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    614 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    615 "GNU General Public License for more details.\n" 
    616 "\n" 
    617 "You should have received a copy of the GNU General Public License\n" 
    618 "along with this program; if not, write to the Free Software\n" 
    619 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    620 "\n" 
    621 "Please e-mail bugs to: %s" 
    622 msgstr "" 
    623  
    624 msgid "Job contains no data. Printing is denied." 
    625 msgstr "" 
    626  
    627 msgid "Job accounting begins." 
    628 msgstr "" 
    629  
    630 msgid "Job accounting ends." 
    631 msgstr "" 
    632  
    633 msgid "Job size forced to 0 because printing is denied." 
    634 msgstr "" 
    635  
    636 #, python-format 
    637 msgid "Job size : %i" 
    638 msgstr "" 
    639  
    640 #, python-format 
    641 msgid "Updating user %s's quota on printer %s" 
    642 msgstr "" 
    643  
    644 msgid "Job added to history." 
    645 msgstr "" 
    646  
    647 #, python-format 
    648 msgid "File number %s unregistered twice from polling object, ignored." 
    649 msgstr "" 
    650  
    651 #, python-format 
    652 msgid "SIGTERM was sent to real backend %s (pid: %s)" 
    653 msgstr "" 
    654  
    655 #, python-format 
    656 msgid "CUPS backend %s died abnormally." 
    657 msgstr "" 
    658  
    659 #, python-format 
    660 msgid "" 
    661 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    662 "\n" 
    663 "Dumps PyKota database's content.\n" 
    664 "\n" 
    665 "command line usage :\n" 
    666 "\n" 
    667 "  dumpykota [options] \n" 
    668 "\n" 
    669 "options :\n" 
    670 "\n" 
    671 "  -v | --version       Prints dumpykota's version number then exits.\n" 
    672 "  -h | --help          Prints this message then exits.\n" 
    673 "  \n" 
    674 "  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
    675 "                       \n" 
    676 "                         - history : dumps the jobs history.\n" 
    677 "                         - users : dumps users.\n" 
    678 "                         - groups : dumps user groups.\n" 
    679 "                         - printers : dump printers.\n" 
    680 "                         - upquotas : dump user quotas.\n" 
    681 "                         - gpquotas : dump user groups quotas.\n" 
    682 "                         - payments : dumps user payments.\n" 
    683 "                         - pmembers : dumps printer groups members.\n" 
    684 "                         - umembers : dumps user groups members.\n" 
    685 "                         \n" 
    686 "                       NB : the -d | --data command line option   \n" 
    687 "                       is MANDATORY.\n" 
    688 "  \n" 
    689 "  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
    690 "                       the format is to dump datas in the csv format (comma\n" 
    691 "                       separated values). All data dumped is between double\n" 
    692 "                       quotes. Allowed formats are :\n" 
    693 "                       \n" 
    694 "                         - csv : separate datas with commas\n" 
    695 "                         - ssv : separate datas with semicolons\n" 
    696 "                         - tsv : separate datas with tabs\n" 
    697 "                         - xml : dump data as XML\n" 
    698 "                         \n" 
    699 "  -o | --output fname  All datas will be dumped to the file instead of\n" 
    700 "                       to the standard output. The special '-' filename\n" 
    701 "                       is the default value and means stdout.\n" 
    702 "                       WARNING : existing files are truncated !\n" 
    703 "  \n" 
    704 "Examples :\n" 
    705 "\n" 
    706 "  $ dumpykota --data history --format csv >myfile.csv\n" 
    707 "  \n" 
    708 "  This dumps the history in a comma separated values file, for possible\n" 
    709 "  use in a spreadsheet.\n" 
    710 "  \n" 
    711 "  $ dumpykota --data users --format xml -o users.xml\n" 
    712 "  \n" 
    713 "  Dumps all users datas to the users.xml file.\n" 
    714 "  \n" 
    715 "This program is free software; you can redistribute it and/or modify\n" 
    716 "it under the terms of the GNU General Public License as published by\n" 
    717 "the Free Software Foundation; either version 2 of the License, or\n" 
    718 "(at your option) any later version.\n" 
    719 "\n" 
    720 "This program is distributed in the hope that it will be useful,\n" 
    721 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    722 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    723 "GNU General Public License for more details.\n" 
    724 "\n" 
    725 "You should have received a copy of the GNU General Public License\n" 
    726 "along with this program; if not, write to the Free Software\n" 
    727 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    728 "\n" 
    729 "Please e-mail bugs to: %s" 
    730 msgstr "" 
    731  
    732 #, python-format 
    733 msgid "Invalid modifier [%s] for --data command line option, see help." 
    734 msgstr "" 
    735  
    736 #, python-format 
    737 msgid "Invalid modifier [%s] for --format command line option, see help." 
    738 msgstr "" 
    739  
    740 msgid "XML output is disabled because the jaxml module is not available." 
    741 msgstr "" 
    742  
    743 msgid "PyKota data dumper failed : I/O error" 
    744 msgstr "" 
    745  
    746 msgid "The -d | --data command line option is mandatory, see help." 
    747 msgstr "" 
    748  
    749 msgid "Too many arguments, see help." 
    750 msgstr "" 
    751  
    752 #, python-format 
    753 msgid "" 
    754 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    755 "A Print Quota editor for PyKota.\n" 
    756 "\n" 
    757 "command line usage :\n" 
    758 "\n" 
    759 "  edpykota [options] user1 user2 ... userN\n" 
    760 "  \n" 
    761 "  edpykota [options] group1 group2 ... groupN\n" 
    762 "\n" 
    763 "options :\n" 
    764 "\n" 
    765 "  -v | --version       Prints edpykota's version number then exits.\n" 
    766 "  -h | --help          Prints this message then exits.\n" 
    767 "  \n" 
    768 "  -a | --add           Adds users and/or printers if they don't \n" 
    769 "                       exist on the Quota Storage Server.\n" 
    770 "                       \n" 
    771 "  -d | --delete        Deletes users/groups from the quota storage.\n" 
    772 "                       Printers are never deleted.\n" 
    773 "                       \n" 
    774 "  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
    775 "                       for a particular printer. Job price is optional.\n" 
    776 "                       If both are to be set, separate them with a comma.\n" 
    777 "                       Floating point values are allowed.\n" 
    778 "  \n" 
    779 "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
    780 "                              listed, separated by commas. The groups\n" 
    781 "                              must already exist in the Quota Storage.\n" 
    782 "  \n" 
    783 "  -u | --users         Edit users print quotas, this is the default.\n" 
    784 "  \n" 
    785 "  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
    786 "                       use wildcards characters to select only\n" 
    787 "                       some printers. The default value is *, meaning\n" 
    788 "                       all printers. \n" 
    789 "                       You can specify several names or wildcards, \n" 
    790 "                       by separating them with commas.\n" 
    791 "  \n" 
    792 "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
    793 "                       pg1, pg2, etc... which must already exist.\n" 
    794 "                       A printer group is just like a normal printer,\n" 
    795 "                       only that it is usually unknown from the printing\n" 
    796 "                       system. Create printer groups exactly the same\n" 
    797 "                       way that you create printers, then add other \n" 
    798 "                       printers to them with this option.\n" 
    799 "                       Accounting is done on a printer and on all\n" 
    800 "                       the printer groups it belongs to, quota checking\n" 
    801 "                       is done on a printer and on all the printer groups\n" 
    802 "                       it belongs to.\n" 
    803 "  \n" 
    804 "  -g | --groups        Edit users groups print quotas instead of users.\n" 
    805 "                          \n" 
    806 "  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
    807 "                       print quotas\n" 
    808 "                       \n" 
    809 "  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
    810 "  \n" 
    811 "  -r | --reset         Resets the actual page counter for the user\n" 
    812 "                       or group to zero on the specified printers. \n" 
    813 "                       The life time page counter is kept unchanged.\n" 
    814 "                       \n" 
    815 "  -R | --hardreset     Resets the actual and life time page counters\n" 
    816 "                       for the user or group to zero on the specified \n" 
    817 "                       printers. \n" 
    818 "                       \n" 
    819 "  -l | --limitby l     Choose if the user/group is limited in " 
    820 "printing                     \n" 
    821 "                       by its account balance or by its page quota.\n" 
    822 "                       The default value is 'quota'. Allowed values\n" 
    823 "                       are 'quota' 'balance' 'quota-then-balance' and\n" 
    824 "                       'balance-then-quota'.\n" 
    825 "                       WARNING : quota-then-balance and balance-then-quota\n" 
    826 "                       are not yet implemented.\n" 
    827 "                       \n" 
    828 "  -b | --balance b     Sets the user's account balance to " 
    829 "b.                     \n" 
    830 "                       Account balance may be increase or decreased\n" 
    831 "                       if b is prefixed with + or -.\n" 
    832 "                       WARNING : when decreasing account balance,\n" 
    833 "                       the total paid so far by the user is decreased\n" 
    834 "                       too.\n" 
    835 "                       Groups don't have a real balance, but the\n" 
    836 "                       sum of their users' account balance.\n" 
    837 "                       \n" 
    838 "  -S | --softlimit sl  Sets the quota soft limit to sl " 
    839 "pages.                       \n" 
    840 "  \n" 
    841 "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
    842 "  \n" 
    843 "  user1 through userN and group1 through groupN can use wildcards\n" 
    844 "  if the --add option is not set.\n" 
    845 "  \n" 
    846 "examples :                              \n" 
    847 "\n" 
    848 "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
    849 "  \n" 
    850 "  This will add users john, paul, george and ringo to the quota\n" 
    851 "  database, and set their print quotas to the same values than user \n" 
    852 "  jerome. User jerome must already exist.\n" 
    853 "  User ringo's email address will also be set to 'ringo@example.com'\n" 
    854 "  \n" 
    855 "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
    856 "  \n" 
    857 "  This will set jerome's print quota on the lp printer to a soft limit\n" 
    858 "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
    859 "  printer lp doesn't exist on the Quota Storage Server then nothing is " 
    860 "done.\n" 
    861 "\n" 
    862 "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
    863 "  \n" 
    864 "  Same as above, but if either user jerome or printer lp doesn't exist \n" 
    865 "  on the Quota Storage Server they are automatically added. Also\n" 
    866 "  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
    867 "  already exist in the Quota Storage.\n" 
    868 "            \n" 
    869 "  $ edpykota -g -S 500 -H 550 financial support            \n" 
    870 "  \n" 
    871 "  This will set print quota soft limit to 500 pages and hard limit\n" 
    872 "  to 550 pages for groups financial and support on all printers.\n" 
    873 "  \n" 
    874 "  $ edpykota --reset jerome \"jo*\"\n" 
    875 "  \n" 
    876 "  This will reset jerome's page counter to zero on all printers, as\n" 
    877 "  well as every user whose name begins with 'jo'.\n" 
    878 "  Their life time page counter on each printer will be kept unchanged.\n" 
    879 "  You can also reset the life time page counters by using the\n" 
    880 "  --hardreset | -R command line option.\n" 
    881 "  \n" 
    882 "  $ edpykota --printer hpcolor --noquota jerome\n" 
    883 "  \n" 
    884 "  This will tell PyKota to not limit jerome when printing on the \n" 
    885 "  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
    886 "  accounting of the pages he prints will still be kept.\n" 
    887 "  Print Quotas for jerome on other printers are unchanged.\n" 
    888 "  \n" 
    889 "  $ edpykota --limitby balance jerome\n" 
    890 "  \n" 
    891 "  This will tell PyKota to limit jerome by his account's balance\n" 
    892 "  when printing.\n" 
    893 "  \n" 
    894 "  $ edpykota --balance +10.0 jerome\n" 
    895 "  \n" 
    896 "  This will increase jerome's account balance by 10.0 (in your\n" 
    897 "  own currency). You can decrease the account balance with a\n" 
    898 "  dash prefix, and set it to a fixed amount with no prefix.\n" 
    899 "  \n" 
    900 "  $ edpykota --delete jerome rachel\n" 
    901 "  \n" 
    902 "  This will completely delete jerome and rachel from the Quota Storage\n" 
    903 "  database. All their quotas and jobs will be deleted too.\n" 
    904 "  \n" 
    905 "  $ edpykota --printer lp --charge 0.1\n" 
    906 "  \n" 
    907 "  This will set the page price for printer lp to 0.1. Job price\n" 
    908 "  will not be changed.\n" 
    909 "  \n" 
    910 "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
    911 "  \n" 
    912 "  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
    913 "  When printing either on hplj1 or hplj2, print quota will also be \n" 
    914 "  checked and accounted for on virtual printers Laser and HP.\n" 
    915 "\n" 
    916 "This program is free software; you can redistribute it and/or modify\n" 
    917 "it under the terms of the GNU General Public License as published by\n" 
    918 "the Free Software Foundation; either version 2 of the License, or\n" 
    919 "(at your option) any later version.\n" 
    920 "\n" 
    921 "This program is distributed in the hope that it will be useful,\n" 
    922 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    923 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    924 "GNU General Public License for more details.\n" 
    925 "\n" 
    926 "You should have received a copy of the GNU General Public License\n" 
    927 "along with this program; if not, write to the Free Software\n" 
    928 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    929 "\n" 
    930 "Please e-mail bugs to: %s" 
    931 msgstr "" 
    932  
    933 #, python-format 
    934 msgid "Invalid softlimit value %s." 
    935 msgstr "" 
    936  
    937 #, python-format 
    938 msgid "Invalid hardlimit value %s." 
    939 msgstr "" 
    940  
    941 #, python-format 
    942 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    943 msgstr "" 
    944  
    945 #, python-format 
    946 msgid "Invalid balance value %s" 
    947 msgstr "" 
    948  
    949 #, python-format 
    950 msgid "Invalid limitby value %s" 
    951 msgstr "" 
    952  
    953 msgid "You have to pass user or group names on the command line" 
    954 msgstr "" 
    955  
    956 #, python-format 
    957 msgid "Prototype %s not found in Quota Storage for printer %s." 
    958 msgstr "" 
    959  
    960 #, python-format 
    961 msgid "Prototype object %s not found in Quota Storage." 
    962 msgstr "" 
    963  
    964 #, python-format 
    965 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    966 msgstr "" 
    967  
    968 #, python-format 
    969 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    970 msgstr "" 
    971  
    972 #, python-format 
    973 msgid "Invalid email address %s" 
    974 msgstr "" 
    975  
    976 #, python-format 
    977 msgid "Unknown group %s" 
    978 msgstr "" 
    979  
    980 #, python-format 
    981 msgid "Unknown user %s" 
    982 msgstr "" 
    983  
    984 #, python-format 
    985 msgid "Invalid group name %s" 
    986 msgstr "" 
    987  
    988 #, python-format 
    989 msgid "Invalid user name %s" 
    990 msgstr "" 
    991  
    992 #, python-format 
    993 msgid "Quota not found for object %s on printer %s." 
    994 msgstr "" 
    995  
    996 #, python-format 
    997 msgid "Group %s not found in the PyKota Storage." 
    998 msgstr "" 
    999  
    1000 msgid "Software accounting already done in first pass. Ignoring." 
    1001 msgstr "" 
    1002  
    1003 msgid "Hardware accounting already done in first pass. Ignoring." 
    1004 msgstr "" 
    1005  
    1006 msgid "Job size and price now set in history." 
    1007 msgstr "" 
    1008  
    1009 #, python-format 
    1010 msgid "" 
    1011 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    1012 "\n" 
    1013 "Generates print quota reports.\n" 
    1014 "\n" 
    1015 "command line usage :\n" 
    1016 "\n" 
    1017 "  repykota [options] \n" 
    1018 "\n" 
    1019 "options :\n" 
    1020 "\n" 
    1021 "  -v | --version       Prints repykota's version number then exits.\n" 
    1022 "  -h | --help          Prints this message then exits.\n" 
    1023 "  \n" 
    1024 "  -u | --users         Generates a report on users quota, this is \n" 
    1025 "                       the default.\n" 
    1026 "  \n" 
    1027 "  -g | --groups        Generates a report on group quota instead of users.\n" 
    1028 "  \n" 
    1029 "  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
    1030 "                       use wildcards characters to select only\n" 
    1031 "                       some printers. The default value is *, meaning\n" 
    1032 "                       all printers.\n" 
    1033 "                       You can specify several names or wildcards, \n" 
    1034 "                       by separating them with commas.\n" 
    1035 "  \n" 
    1036 "examples :                              \n" 
    1037 "\n" 
    1038 "  $ repykota --printer lp\n" 
    1039 "  \n" 
    1040 "  This will print the quota status for all users who use the lp printer.\n" 
    1041 "\n" 
    1042 "  $ repykota \n" 
    1043 "  \n" 
    1044 "  This will print the quota status for all users on all printers.\n" 
    1045 "  \n" 
    1046 "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
    1047 "  \n" 
    1048 "  This will print the quota status for user jerome and all users\n" 
    1049 "  whose name begins with \"jo\" on all printers which name begins\n" 
    1050 "  with \"laser\" or ends with \"pson\".\n" 
    1051 "  \n" 
    1052 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1053 "  arguments representing users or groups names are ignored, and only the\n" 
    1054 "  current user/group is reported.\n" 
    1055 "\n" 
    1056 "This program is free software; you can redistribute it and/or modify\n" 
    1057 "it under the terms of the GNU General Public License as published by\n" 
    1058 "the Free Software Foundation; either version 2 of the License, or\n" 
    1059 "(at your option) any later version.\n" 
    1060 "\n" 
    1061 "This program is distributed in the hope that it will be useful,\n" 
    1062 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1063 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1064 "GNU General Public License for more details.\n" 
    1065 "\n" 
    1066 "You should have received a copy of the GNU General Public License\n" 
    1067 "along with this program; if not, write to the Free Software\n" 
    1068 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1069 "\n" 
    1070 "Please e-mail bugs to: %s" 
    1071 msgstr "" 
    1072  
    1073 #, python-format 
    1074 msgid "" 
    1075 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    1076 "\n" 
    1077 "Sends mail to users over print quota.\n" 
    1078 "\n" 
    1079 "command line usage :\n" 
    1080 "\n" 
    1081 "  warnpykota  [options]  [names]\n" 
    1082 "\n" 
    1083 "options :\n" 
    1084 "\n" 
    1085 "  -v | --version       Prints warnpykota's version number then exits.\n" 
    1086 "  -h | --help          Prints this message then exits.\n" 
    1087 "  \n" 
    1088 "  -u | --users         Warns users over their print quota, this is the \n" 
    1089 "                       default.\n" 
    1090 "  \n" 
    1091 "  -g | --groups        Warns users whose groups quota are over limit.\n" 
    1092 "  \n" 
    1093 "  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
    1094 "                       use wildcards characters to select only\n" 
    1095 "                       some printers. The default value is *, meaning\n" 
    1096 "                       all printers.\n" 
    1097 "                       You can specify several names or wildcards, \n" 
    1098 "                       by separating them with commas.\n" 
    1099 "  \n" 
    1100 "examples :                              \n" 
    1101 "\n" 
    1102 "  $ warnpykota --printer lp\n" 
    1103 "  \n" 
    1104 "  This will warn all users of the lp printer who have exceeded their\n" 
    1105 "  print quota.\n" 
    1106 "\n" 
    1107 "  $ warnpykota \n" 
    1108 "  \n" 
    1109 "  This will warn all users  who have exceeded their print quota on\n" 
    1110 "  any printer.\n" 
    1111 "\n" 
    1112 "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
    1113 "  \n" 
    1114 "  This will warn all users of groups which names begins with \"dev\" and\n" 
    1115 "  who have exceeded their print quota on any printer which name begins \n" 
    1116 "  with \"laserjet\"\n" 
    1117 "  \n" 
    1118 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1119 "  arguments representing users or groups names are ignored, and only the\n" 
    1120 "  current user/group is reported.\n" 
    1121 "\n" 
    1122 "This program is free software; you can redistribute it and/or modify\n" 
    1123 "it under the terms of the GNU General Public License as published by\n" 
    1124 "the Free Software Foundation; either version 2 of the License, or\n" 
    1125 "(at your option) any later version.\n" 
    1126 "\n" 
    1127 "This program is distributed in the hope that it will be useful,\n" 
    1128 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1129 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1130 "GNU General Public License for more details.\n" 
    1131 "\n" 
    1132 "You should have received a copy of the GNU General Public License\n" 
    1133 "along with this program; if not, write to the Free Software\n" 
    1134 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1135 "\n" 
    1136 "Please e-mail bugs to: %s" 
    1137 msgstr "" 
    1138  
    1139 #, python-format 
    11401205msgid "Unsupported accounter backend %s" 
    11411206msgstr "" 
     
    11541219 
    11551220#, python-format 
     1221msgid "Option ldaptls is set, but certificate %s is not readable." 
     1222msgstr "" 
     1223 
     1224#, python-format 
    11561225msgid "Option logger only supports values in %s" 
    11571226msgstr "" 
     
    11871256#, python-format 
    11881257msgid "Option mailto in section %s only supports values in %s" 
     1258msgstr "" 
     1259 
     1260#, python-format 
     1261msgid "Invalid maximal deny banners counter %s" 
    11891262msgstr "" 
    11901263 
     
    12191292msgstr "" 
    12201293 
     1294msgid "History" 
     1295msgstr "" 
     1296 
     1297msgid "Users" 
     1298msgstr "" 
     1299 
     1300msgid "Groups" 
     1301msgstr "" 
     1302 
     1303msgid "Printers" 
     1304msgstr "" 
     1305 
     1306msgid "Users Print Quotas" 
     1307msgstr "" 
     1308 
     1309msgid "Users Groups Print Quotas" 
     1310msgstr "" 
     1311 
     1312msgid "History of Payments" 
     1313msgstr "" 
     1314 
     1315msgid "Printers Groups Membership" 
     1316msgstr "" 
     1317 
     1318msgid "Users Groups Membership" 
     1319msgstr "" 
     1320 
     1321msgid "Comma Separated Values" 
     1322msgstr "" 
     1323 
     1324msgid "Semicolon Separated Values" 
     1325msgstr "" 
     1326 
     1327msgid "Tabulation Separated Values" 
     1328msgstr "" 
     1329 
     1330msgid "eXtensible Markup Language" 
     1331msgstr "" 
     1332 
     1333msgid "CUPS' page_log" 
     1334msgstr "" 
     1335 
     1336#, python-format 
     1337msgid "Invalid value [%s] for --filter command line option, see help." 
     1338msgstr "" 
     1339 
     1340#, python-format 
     1341msgid "Invalid modifier [%s] for --data command line option, see help." 
     1342msgstr "" 
     1343 
     1344#, python-format 
     1345msgid "Invalid modifier [%s] for --format command line option, see help." 
     1346msgstr "" 
     1347 
     1348msgid "XML output is disabled because the jaxml module is not available." 
     1349msgstr "" 
     1350 
     1351msgid "PyKota data dumper failed : I/O error" 
     1352msgstr "" 
     1353 
    12211354#, python-format 
    12221355msgid "Unsupported logging subsystem %s" 
     
    12401373 
    12411374msgid "" 
    1242 "Group           used    soft    hard    balance grace         total       " 
    1243 "paid" 
    1244 msgstr "" 
    1245  
    1246 msgid "" 
    1247 "User            used    soft    hard    balance grace         total       " 
    1248 "paid" 
     1375"Group          overcharge   used    soft    hard    balance grace         " 
     1376"total       paid warn" 
     1377msgstr "" 
     1378 
     1379msgid "" 
     1380"User           overcharge   used    soft    hard    balance grace         " 
     1381"total       paid warn" 
    12491382msgstr "" 
    12501383 
     
    12601393msgstr "" 
    12611394 
     1395msgid "N/A" 
     1396msgstr "" 
     1397 
    12621398#, python-format 
    12631399msgid "Unsupported reporter backend %s" 
     
    12661402#, python-format 
    12671403msgid "Unsupported quota storage backend %s" 
     1404msgstr "" 
     1405 
     1406#, python-format 
     1407msgid "Strange problem with uid(%s) : %s" 
     1408msgstr "" 
     1409 
     1410#, python-format 
     1411msgid "Running as user '%s'." 
     1412msgstr "" 
     1413 
     1414msgid "No user named 'pykota'. Not dropping priviledges." 
     1415msgstr "" 
     1416 
     1417#, python-format 
     1418msgid "Impossible to drop priviledges : %s" 
     1419msgstr "" 
     1420 
     1421msgid "Priviledges dropped. Now running as user 'pykota'." 
     1422msgstr "" 
     1423 
     1424#, python-format 
     1425msgid "Impossible to regain priviledges : %s" 
     1426msgstr "" 
     1427 
     1428msgid "Regained priviledges. Now running as root." 
    12681429msgstr "" 
    12691430 
     
    12961457 
    12971458#, python-format 
     1459msgid "User %s will not be charged for printing." 
     1460msgstr "" 
     1461 
     1462#, python-format 
    12981463msgid "Print Quota exceeded for group %s on printer %s" 
    12991464msgstr "" 
     
    14141579 
    14151580#, python-format 
    1416 msgid "Waiting for printer %s to be idle or printing..." 
     1581msgid "Waiting for printer %s to be printing..." 
    14171582msgstr "" 
    14181583 
     
    15711736msgstr "" 
    15721737 
    1573 msgid "History" 
    1574 msgstr "" 
    1575  
    15761738msgid "Empty" 
    15771739msgstr "" 
     
    16071769msgstr "" 
    16081770 
     1771msgid "MD5Sum" 
     1772msgstr "" 
     1773 
     1774msgid "BillingCode" 
     1775msgstr "" 
     1776 
     1777msgid "Pages" 
     1778msgstr "" 
     1779 
    16091780msgid "Previous page" 
    16101781msgstr "" 
     1782 
     1783msgid "PyKota Data Dumper" 
     1784msgstr "" 
     1785 
     1786msgid "Dump" 
     1787msgstr "" 
     1788 
     1789msgid "Data Type" 
     1790msgstr "" 
     1791 
     1792msgid "Output Format" 
     1793msgstr "" 
     1794 
     1795msgid "Filter" 
     1796msgstr ""