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/sv_SE/pykota.po

    r2028 r2059  
    3838#, python-format 
    3939msgid "" 
     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 "Jobb inneh�er ingen data. Utskrift nekad" 
     81 
     82msgid "Banner won't be printed : maximum number of deny banners reached." 
     83msgstr "" 
     84 
     85msgid "Job accounting begins." 
     86msgstr "Jobbsaldo p�rjas." 
     87 
     88msgid "Job accounting ends." 
     89msgstr "Jobbsaldo avslutas." 
     90 
     91msgid "Job size forced to 0 because printing is denied." 
     92msgstr "Jobbstorlek satt till 0 f�tt utskriften nekades." 
     93 
     94#, python-format 
     95msgid "Beware : computed job size (%s) != precomputed job size (%s)" 
     96msgstr "" 
     97 
     98#, python-format 
     99msgid "Job size : %i" 
     100msgstr "Jobbstorlek : %i" 
     101 
     102#, python-format 
     103msgid "Updating user %s's quota on printer %s" 
     104msgstr "Uppdaterar anv�are %s kvot p�krivare %s" 
     105 
     106msgid "Job added to history." 
     107msgstr "Jobb adderat till arkivet." 
     108 
     109#, python-format 
     110msgid "File number %s unregistered twice from polling object, ignored." 
     111msgstr "" 
     112"Filnummer %s oregistrerat tv��er fr�utfr�ing av objekt, ignoreras." 
     113 
     114#, python-format 
     115msgid "SIGTERM was sent to real backend %s (pid: %s)" 
     116msgstr "SIGTERM s�es till bakgrundsprocess %s (pid: %s)" 
     117 
     118#, python-format 
     119msgid "CUPS backend %s died abnormally." 
     120msgstr "CUPS bakgrundsprocess %s avbr�ov�at." 
     121 
     122#, python-format 
     123msgid "" 
     124"dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     125"Libres\n" 
     126"\n" 
     127"Dumps PyKota database's content.\n" 
     128"\n" 
     129"command line usage :\n" 
     130"\n" 
     131"  dumpykota [options] [filterexpr]\n" 
     132"\n" 
     133"options :\n" 
     134"\n" 
     135"  -v | --version       Prints dumpykota's version number then exits.\n" 
     136"  -h | --help          Prints this message then exits.\n" 
     137"  \n" 
     138"  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
     139"                       \n" 
     140"                         - history : dumps the jobs history.\n" 
     141"                         - users : dumps users.\n" 
     142"                         - groups : dumps user groups.\n" 
     143"                         - printers : dump printers.\n" 
     144"                         - upquotas : dump user quotas.\n" 
     145"                         - gpquotas : dump user groups quotas.\n" 
     146"                         - payments : dumps user payments.\n" 
     147"                         - pmembers : dumps printer groups members.\n" 
     148"                         - umembers : dumps user groups members.\n" 
     149"                         \n" 
     150"                       NB : the -d | --data command line option   \n" 
     151"                       is MANDATORY.\n" 
     152"  \n" 
     153"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
     154"                       the format is to dump datas in the csv format (comma\n" 
     155"                       separated values). All data dumped is between double\n" 
     156"                       quotes. Allowed formats are :\n" 
     157"                       \n" 
     158"                         - csv : separate datas with commas\n" 
     159"                         - ssv : separate datas with semicolons\n" 
     160"                         - tsv : separate datas with tabs\n" 
     161"                         - xml : dump data as XML\n" 
     162"                         - cups : dump datas in CUPS' page_log format :\n" 
     163"                                  ONLY AVAILABLE WITH --data history\n" 
     164"                         \n" 
     165"  -o | --output fname  All datas will be dumped to the file instead of\n" 
     166"                       to the standard output. The special '-' filename\n" 
     167"                       is the default value and means stdout.\n" 
     168"                       WARNING : existing files are truncated !\n" 
     169"                       \n" 
     170"  Use the filter expressions to extract only parts of the \n" 
     171"  datas. Allowed filters are of the form :\n" 
     172"                \n" 
     173"         key=value\n" 
     174"                         \n" 
     175"  Allowed keys for now are :  \n" 
     176"                       \n" 
     177"         username       User's name\n" 
     178"         groupname      Users group's name\n" 
     179"         printername    Printer's name\n" 
     180"         pgroupname     Printers group's name\n" 
     181"         \n" 
     182"  Contrary to other PyKota management tools, wildcard characters are not \n" 
     183"  expanded, so you can't use them.\n" 
     184"  \n" 
     185"  NB : not all keys are allowed for each data type, so the result may be \n" 
     186"  empty if you use a key not available for a particular data type.\n" 
     187"  \n" 
     188"Examples :\n" 
     189"\n" 
     190"  $ dumpykota --data history --format csv >myfile.csv\n" 
     191"  \n" 
     192"  This dumps the history in a comma separated values file, for possible\n" 
     193"  use in a spreadsheet.\n" 
     194"  \n" 
     195"  $ dumpykota --data users --format xml -o users.xml\n" 
     196"  \n" 
     197"  Dumps all users datas to the users.xml file.\n" 
     198"  \n" 
     199"  $ dumpykota --data history printername=HP2100 username=jerome\n" 
     200"  \n" 
     201"  Dumps the job history for user jerome on printer HP2100 only.\n" 
     202"  \n" 
     203"This program is free software; you can redistribute it and/or modify\n" 
     204"it under the terms of the GNU General Public License as published by\n" 
     205"the Free Software Foundation; either version 2 of the License, or\n" 
     206"(at your option) any later version.\n" 
     207"\n" 
     208"This program is distributed in the hope that it will be useful,\n" 
     209"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     210"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     211"GNU General Public License for more details.\n" 
     212"\n" 
     213"You should have received a copy of the GNU General Public License\n" 
     214"along with this program; if not, write to the Free Software\n" 
     215"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     216"\n" 
     217"Please e-mail bugs to: %s" 
     218msgstr "" 
     219 
     220msgid "The -d | --data command line option is mandatory, see help." 
     221msgstr "" 
     222 
     223#, python-format 
     224msgid "" 
     225"edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     226"Libres\n" 
     227"A Print Quota editor for PyKota.\n" 
     228"\n" 
     229"command line usage :\n" 
     230"\n" 
     231"  edpykota [options] user1 user2 ... userN\n" 
     232"  \n" 
     233"  edpykota [options] group1 group2 ... groupN\n" 
     234"\n" 
     235"options :\n" 
     236"\n" 
     237"  -v | --version       Prints edpykota's version number then exits.\n" 
     238"  -h | --help          Prints this message then exits.\n" 
     239"  \n" 
     240"  -a | --add           Adds users and/or printers if they don't \n" 
     241"                       exist on the Quota Storage Server.\n" 
     242"                       \n" 
     243"  -d | --delete        Deletes users/groups from the quota storage.\n" 
     244"                       Printers are never deleted.\n" 
     245"                       \n" 
     246"  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     247"                       for a particular printer. Job price is optional.\n" 
     248"                       If both are to be set, separate them with a comma.\n" 
     249"                       Floating point values are allowed.\n" 
     250"                       \n" 
     251"  -o | --overcharge f  Sets the overcharging factor applied to the user \n" 
     252"                       when computing the cost of a print job. Positive or \n" 
     253"                       negative floating point values are allowed,\n" 
     254"                       this allows you to do some really creative\n" 
     255"                       things like giving money to an user whenever\n" 
     256"                       he prints. The number of pages in a print job\n" 
     257"                       is not modified by this coefficient, only the\n" 
     258"                       cost of the job for a particular user.\n" 
     259"                       Only users have a coefficient.\n" 
     260"  \n" 
     261"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     262"                              listed, separated by commas. The groups\n" 
     263"                              must already exist in the Quota Storage.\n" 
     264"  \n" 
     265"  -u | --users         Edit users print quotas, this is the default.\n" 
     266"  \n" 
     267"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     268"                       use wildcards characters to select only\n" 
     269"                       some printers. The default value is *, meaning\n" 
     270"                       all printers. \n" 
     271"                       You can specify several names or wildcards, \n" 
     272"                       by separating them with commas.\n" 
     273"  \n" 
     274"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     275"                       pg1, pg2, etc... which must already exist.\n" 
     276"                       A printer group is just like a normal printer,\n" 
     277"                       only that it is usually unknown from the printing\n" 
     278"                       system. Create printer groups exactly the same\n" 
     279"                       way that you create printers, then add other \n" 
     280"                       printers to them with this option.\n" 
     281"                       Accounting is done on a printer and on all\n" 
     282"                       the printer groups it belongs to, quota checking\n" 
     283"                       is done on a printer and on all the printer groups\n" 
     284"                       it belongs to.\n" 
     285"  \n" 
     286"  -g | --groups        Edit users groups print quotas instead of users.\n" 
     287"                          \n" 
     288"  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     289"                       print quotas\n" 
     290"                       \n" 
     291"  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
     292"  \n" 
     293"  -r | --reset         Resets the actual page counter for the user\n" 
     294"                       or group to zero on the specified printers. \n" 
     295"                       The life time page counter is kept unchanged.\n" 
     296"                       \n" 
     297"  -R | --hardreset     Resets the actual and life time page counters\n" 
     298"                       for the user or group to zero on the specified \n" 
     299"                       printers. This is a shortcut for '--used 0'.\n" 
     300"                       \n" 
     301"  -l | --limitby l     Choose if the user/group is limited in " 
     302"printing                     \n" 
     303"                       by its account balance or by its page quota.\n" 
     304"                       The default value is 'quota'. Allowed values\n" 
     305"                       are 'quota' 'balance' 'quota-then-balance' and\n" 
     306"                       'balance-then-quota'.\n" 
     307"                       WARNING : quota-then-balance and balance-then-quota\n" 
     308"                       are not yet implemented.\n" 
     309"                       \n" 
     310"  -b | --balance b     Sets the user's account balance to " 
     311"b.                     \n" 
     312"                       Account balance may be increase or decreased\n" 
     313"                       if b is prefixed with + or -.\n" 
     314"                       WARNING : when decreasing account balance,\n" 
     315"                       the total paid so far by the user is decreased\n" 
     316"                       too.\n" 
     317"                       Groups don't have a real balance, but the\n" 
     318"                       sum of their users' account balance.\n" 
     319"                       \n" 
     320"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     321"pages.                       \n" 
     322"  \n" 
     323"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     324"\n" 
     325"  -U | --used usage    Sets the pagecounters for the user to usage pages;\n" 
     326"                       useful for migrating users from a different system\n" 
     327"                       where they have already used some pages. Actual\n" 
     328"                       and Life Time page counters may be increased or " 
     329"decreased\n" 
     330"                       if usage is prefixed with + or -.\n" 
     331"                       WARNING : BOTH page counters are modified in all " 
     332"cases,\n" 
     333"                       so be careful.\n" 
     334"                       NB : if 'usage' equals '0', then the action taken is\n" 
     335"                       the same as if --hardreset was used.\n" 
     336"\n" 
     337"  user1 through userN and group1 through groupN can use wildcards\n" 
     338"  if the --add option is not set.\n" 
     339"  \n" 
     340"examples :                              \n" 
     341"\n" 
     342"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     343"  \n" 
     344"  This will add users john, paul, george and ringo to the quota\n" 
     345"  database, and set their print quotas to the same values than user \n" 
     346"  jerome. User jerome must already exist.\n" 
     347"  User ringo's email address will also be set to 'ringo@example.com'\n" 
     348"  \n" 
     349"  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     350"  \n" 
     351"  This will set jerome's print quota on the lp printer to a soft limit\n" 
     352"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
     353"  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     354"done.\n" 
     355"\n" 
     356"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     357"  \n" 
     358"  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     359"  on the Quota Storage Server they are automatically added. Also\n" 
     360"  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     361"  already exist in the Quota Storage.\n" 
     362"            \n" 
     363"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     364"  \n" 
     365"  This will set print quota soft limit to 500 pages and hard limit\n" 
     366"  to 550 pages for groups financial and support on all printers.\n" 
     367"  \n" 
     368"  $ edpykota --reset jerome \"jo*\"\n" 
     369"  \n" 
     370"  This will reset jerome's page counter to zero on all printers, as\n" 
     371"  well as every user whose name begins with 'jo'.\n" 
     372"  Their life time page counter on each printer will be kept unchanged.\n" 
     373"  You can also reset the life time page counters by using the\n" 
     374"  --hardreset | -R command line option.\n" 
     375"  \n" 
     376"  $ edpykota --printer hpcolor --noquota jerome\n" 
     377"  \n" 
     378"  This will tell PyKota to not limit jerome when printing on the \n" 
     379"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     380"  accounting of the pages he prints will still be kept.\n" 
     381"  Print Quotas for jerome on other printers are unchanged.\n" 
     382"  \n" 
     383"  $ edpykota --limitby balance jerome\n" 
     384"  \n" 
     385"  This will tell PyKota to limit jerome by his account's balance\n" 
     386"  when printing.\n" 
     387"  \n" 
     388"  $ edpykota --balance +10.0 jerome\n" 
     389"  \n" 
     390"  This will increase jerome's account balance by 10.0 (in your\n" 
     391"  own currency). You can decrease the account balance with a\n" 
     392"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     393"  \n" 
     394"  $ edpykota --delete jerome rachel\n" 
     395"  \n" 
     396"  This will completely delete jerome and rachel from the Quota Storage\n" 
     397"  database. All their quotas and jobs will be deleted too.\n" 
     398"  \n" 
     399"  $ edpykota --printer lp --charge 0.1\n" 
     400"  \n" 
     401"  This will set the page price for printer lp to 0.1. Job price\n" 
     402"  will not be changed.\n" 
     403"  \n" 
     404"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     405"  \n" 
     406"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
     407"  When printing either on hplj1 or hplj2, print quota will also be \n" 
     408"  checked and accounted for on virtual printers Laser and HP.\n" 
     409"  \n" 
     410"  $ edpykota --overcharge 2.5 poorstudent\n" 
     411"  \n" 
     412"  This will overcharge the poorstudent user by a factor of 2.5.\n" 
     413"  \n" 
     414"  $ edpykota --overcharge -1 jerome\n" 
     415"  \n" 
     416"  User jerome will actually earn money whenever he prints.\n" 
     417"  \n" 
     418"  $ edpykota --overcharge 0 boss\n" 
     419"  \n" 
     420"  User boss can print at will, it won't cost him anything because the\n" 
     421"  cost of each print job will be multiplied by zero before charging\n" 
     422"  his account.\n" 
     423"\n" 
     424"This program is free software; you can redistribute it and/or modify\n" 
     425"it under the terms of the GNU General Public License as published by\n" 
     426"the Free Software Foundation; either version 2 of the License, or\n" 
     427"(at your option) any later version.\n" 
     428"\n" 
     429"This program is distributed in the hope that it will be useful,\n" 
     430"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     431"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     432"GNU General Public License for more details.\n" 
     433"\n" 
     434"You should have received a copy of the GNU General Public License\n" 
     435"along with this program; if not, write to the Free Software\n" 
     436"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     437"\n" 
     438"Please e-mail bugs to: %s" 
     439msgstr "" 
     440 
     441msgid "You're not allowed to use this command." 
     442msgstr "" 
     443 
     444#, python-format 
     445msgid "Invalid used value %s." 
     446msgstr "" 
     447 
     448#, python-format 
     449msgid "Invalid softlimit value %s." 
     450msgstr "Ogiltigt mjukgr�v�e %s." 
     451 
     452#, python-format 
     453msgid "Invalid hardlimit value %s." 
     454msgstr "Ogiltigt h�gr�v�e %s." 
     455 
     456#, python-format 
     457msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     458msgstr "" 
     459"H�gr�v�et %i �mindre �mjukgr�v�et %i, v�ena kommer bytas." 
     460 
     461#, python-format 
     462msgid "Invalid overcharge value %s" 
     463msgstr "" 
     464 
     465#, python-format 
     466msgid "Invalid balance value %s" 
     467msgstr "Ogiltigt saldov�e %s. " 
     468 
     469#, python-format 
     470msgid "Invalid charge amount value %s" 
     471msgstr "Ogiltigt v�e %s p�ris." 
     472 
     473#, python-format 
     474msgid "Invalid limitby value %s" 
     475msgstr "Ogiltigt v�e %s p�ariabeln limitby" 
     476 
     477#, python-format 
     478msgid "Impossible to add printer %s" 
     479msgstr "Om�gt att l�a till skrivare %s" 
     480 
     481#, python-format 
     482msgid "Invalid printer name %s" 
     483msgstr "Ogiltigt skrivarnamn %s" 
     484 
     485#, python-format 
     486msgid "There's no printer matching %s" 
     487msgstr "Det finns ingen matchande skrivare till %s" 
     488 
     489msgid "You have to pass user or group names on the command line" 
     490msgstr "Du m�e skicka med anv�are- eller gruppnamn p�ommandoraden" 
     491 
     492#, python-format 
     493msgid "Prototype %s not found in Quota Storage for printer %s." 
     494msgstr "Prototypen %s hittas inte i PyKotasystemet f�krivaren %s." 
     495 
     496#, python-format 
     497msgid "Prototype object %s not found in Quota Storage." 
     498msgstr "Prototypen f�bjektet %s hittas inte i PyKotasystemet" 
     499 
     500#, python-format 
     501msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     502msgstr "Odefinerat h�gr�v�e satt till mjukgr�v�e (%s) p�rinter %s." 
     503 
     504#, python-format 
     505msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     506msgstr "Odefinerat mjukgr�v�e satt till h�gr�v�e (%s) p�rinter %s." 
     507 
     508#, python-format 
     509msgid "Invalid email address %s" 
     510msgstr "Ogiltig epostadress %s" 
     511 
     512#, python-format 
     513msgid "Unknown group %s" 
     514msgstr "" 
     515 
     516#, python-format 
     517msgid "Unknown user %s" 
     518msgstr "" 
     519 
     520#, python-format 
     521msgid "Invalid group name %s" 
     522msgstr "Ogiltigt gruppnamn %s" 
     523 
     524#, python-format 
     525msgid "Invalid user name %s" 
     526msgstr "Ogiltigt anv�arnamn %s" 
     527 
     528#, python-format 
     529msgid "Quota not found for object %s on printer %s." 
     530msgstr "Utskriftssaldo hittades inte f�bjekt %s p�rinter %s." 
     531 
     532#, python-format 
     533msgid "Group %s not found in the PyKota Storage." 
     534msgstr "Gruppen %s hittades inte i PyKotasystemet." 
     535 
     536msgid "incompatible options, see help." 
     537msgstr "Of�liga val, se manualerna" 
     538 
     539msgid "Software accounting already done in first pass. Ignoring." 
     540msgstr "Mjukvarusaldo redan utf�under f�a passet. Ignoreras." 
     541 
     542msgid "Hardware accounting already done in first pass. Ignoring." 
     543msgstr "H�varusaldo redan utf�under f�a passet. Ignoreras." 
     544 
     545msgid "Job size and price now set in history." 
     546msgstr "" 
     547 
     548#, python-format 
     549msgid "" 
     550"repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     551"Libres\n" 
     552"\n" 
     553"Generates print quota reports.\n" 
     554"\n" 
     555"command line usage :\n" 
     556"\n" 
     557"  repykota [options] \n" 
     558"\n" 
     559"options :\n" 
     560"\n" 
     561"  -v | --version       Prints repykota's version number then exits.\n" 
     562"  -h | --help          Prints this message then exits.\n" 
     563"  \n" 
     564"  -u | --users         Generates a report on users quota, this is \n" 
     565"                       the default.\n" 
     566"  \n" 
     567"  -g | --groups        Generates a report on group quota instead of users.\n" 
     568"  \n" 
     569"  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
     570"                       use wildcards characters to select only\n" 
     571"                       some printers. The default value is *, meaning\n" 
     572"                       all printers.\n" 
     573"                       You can specify several names or wildcards, \n" 
     574"                       by separating them with commas.\n" 
     575"  \n" 
     576"examples :                              \n" 
     577"\n" 
     578"  $ repykota --printer lp\n" 
     579"  \n" 
     580"  This will print the quota status for all users who use the lp printer.\n" 
     581"\n" 
     582"  $ repykota \n" 
     583"  \n" 
     584"  This will print the quota status for all users on all printers.\n" 
     585"  \n" 
     586"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     587"  \n" 
     588"  This will print the quota status for user jerome and all users\n" 
     589"  whose name begins with \"jo\" on all printers which name begins\n" 
     590"  with \"laser\" or ends with \"pson\".\n" 
     591"  \n" 
     592"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     593"  arguments representing users or groups names are ignored, and only the\n" 
     594"  current user/group is reported.\n" 
     595"\n" 
     596"This program is free software; you can redistribute it and/or modify\n" 
     597"it under the terms of the GNU General Public License as published by\n" 
     598"the Free Software Foundation; either version 2 of the License, or\n" 
     599"(at your option) any later version.\n" 
     600"\n" 
     601"This program is distributed in the hope that it will be useful,\n" 
     602"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     603"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     604"GNU General Public License for more details.\n" 
     605"\n" 
     606"You should have received a copy of the GNU General Public License\n" 
     607"along with this program; if not, write to the Free Software\n" 
     608"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     609"\n" 
     610"Please e-mail bugs to: %s" 
     611msgstr "" 
     612 
     613#, python-format 
     614msgid "" 
     615"warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
     616"Libres\n" 
     617"\n" 
     618"Sends mail to users over print quota.\n" 
     619"\n" 
     620"command line usage :\n" 
     621"\n" 
     622"  warnpykota  [options]  [names]\n" 
     623"\n" 
     624"options :\n" 
     625"\n" 
     626"  -v | --version       Prints warnpykota's version number then exits.\n" 
     627"  -h | --help          Prints this message then exits.\n" 
     628"  \n" 
     629"  -u | --users         Warns users over their print quota, this is the \n" 
     630"                       default.\n" 
     631"  \n" 
     632"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     633"  \n" 
     634"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     635"                       use wildcards characters to select only\n" 
     636"                       some printers. The default value is *, meaning\n" 
     637"                       all printers.\n" 
     638"                       You can specify several names or wildcards, \n" 
     639"                       by separating them with commas.\n" 
     640"  \n" 
     641"examples :                              \n" 
     642"\n" 
     643"  $ warnpykota --printer lp\n" 
     644"  \n" 
     645"  This will warn all users of the lp printer who have exceeded their\n" 
     646"  print quota.\n" 
     647"\n" 
     648"  $ warnpykota \n" 
     649"  \n" 
     650"  This will warn all users  who have exceeded their print quota on\n" 
     651"  any printer.\n" 
     652"\n" 
     653"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     654"  \n" 
     655"  This will warn all users of groups which names begins with \"dev\" and\n" 
     656"  who have exceeded their print quota on any printer which name begins \n" 
     657"  with \"laserjet\"\n" 
     658"  \n" 
     659"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     660"  arguments representing users or groups names are ignored, and only the\n" 
     661"  current user/group is reported.\n" 
     662"\n" 
     663"This program is free software; you can redistribute it and/or modify\n" 
     664"it under the terms of the GNU General Public License as published by\n" 
     665"the Free Software Foundation; either version 2 of the License, or\n" 
     666"(at your option) any later version.\n" 
     667"\n" 
     668"This program is distributed in the hope that it will be useful,\n" 
     669"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     670"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     671"GNU General Public License for more details.\n" 
     672"\n" 
     673"You should have received a copy of the GNU General Public License\n" 
     674"along with this program; if not, write to the Free Software\n" 
     675"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     676"\n" 
     677"Please e-mail bugs to: %s" 
     678msgstr "" 
     679 
     680#, python-format 
     681msgid "" 
     682"pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     683"An OSD quota monitor for PyKota.\n" 
     684"\n" 
     685"command line usage :\n" 
     686"\n" 
     687"  pykosd [options]\n" 
     688"\n" 
     689"options :\n" 
     690"\n" 
     691"  -v | --version       Prints pykosd's version number then exits.\n" 
     692"  -h | --help          Prints this message then exits.\n" 
     693"  \n" 
     694"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     695"                       triplet, for example #FF0000 is 100%% red.\n" 
     696"                       Defaults to 100%% green (#00FF00).\n" 
     697"                       \n" 
     698"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     699"                       Defaults to 3 seconds.\n" 
     700"                       \n" 
     701"  -f | --font f        Sets the font to use for " 
     702"display.                      \n" 
     703"                       Defaults to the Python OSD library's default.\n" 
     704"  \n" 
     705"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     706"                       Defaults to 0, which means loop forever.\n" 
     707"                       \n" 
     708"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     709"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     710"                       \n" 
     711"  \n" 
     712"examples :                              \n" 
     713"\n" 
     714"  $ pykosd -s 60 --loop 5\n" 
     715"  \n" 
     716"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     717"  and will last for 3 seconds (the default) each time. After five\n" 
     718"  iterations, the program will exit.\n" 
     719"  \n" 
     720"This program is free software; you can redistribute it and/or modify\n" 
     721"it under the terms of the GNU General Public License as published by\n" 
     722"the Free Software Foundation; either version 2 of the License, or\n" 
     723"(at your option) any later version.\n" 
     724"\n" 
     725"This program is distributed in the hope that it will be useful,\n" 
     726"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     727"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     728"GNU General Public License for more details.\n" 
     729"\n" 
     730"You should have received a copy of the GNU General Public License\n" 
     731"along with this program; if not, write to the Free Software\n" 
     732"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     733"\n" 
     734"Please e-mail bugs to: %s" 
     735msgstr "" 
     736 
     737#, python-format 
     738msgid "Invalid duration option %s" 
     739msgstr "Felaktig val f�duration' %s" 
     740 
     741#, python-format 
     742msgid "Invalid loop option %s" 
     743msgstr "Felaktig val f�loop' %s" 
     744 
     745#, python-format 
     746msgid "Invalid sleep option %s" 
     747msgstr "Felaktig val f�sleep %s" 
     748 
     749#, python-format 
     750msgid "Invalid color option %s" 
     751msgstr "Felaktig val f�color' %s" 
     752 
     753#, python-format 
     754msgid "User %s doesn't exist in PyKota's database" 
     755msgstr "Anv�are %s existerar inte i PyKotas databas" 
     756 
     757#, python-format 
     758msgid "Pages used on %s : %s" 
     759msgstr "Sidor anv�a p�s : %s" 
     760 
     761#, python-format 
     762msgid "PyKota Units left : %.2f" 
     763msgstr "PyKota enheter kvar : %.2f" 
     764 
     765#, python-format 
     766msgid "" 
     767"pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     768"\n" 
     769"Gives print quotes to users.\n" 
     770"\n" 
     771"command line usage :\n" 
     772"\n" 
     773"  pykotme  [options]  [files]\n" 
     774"\n" 
     775"options :\n" 
     776"\n" 
     777"  -v | --version       Prints pykotme's version number then exits.\n" 
     778"  -h | --help          Prints this message then exits.\n" 
     779"  \n" 
     780"  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
     781"                       use wildcards characters to select only\n" 
     782"                       some printers. The default value is *, meaning\n" 
     783"                       all printers.\n" 
     784"                       You can specify several names or wildcards, \n" 
     785"                       by separating them with commas.\n" 
     786"  \n" 
     787"examples :                              \n" 
     788"\n" 
     789"  $ pykotme --printer apple file1.ps file2.ps\n" 
     790"  \n" 
     791"  This will give a print quote to the current user. The quote will show\n" 
     792"  the price and size of a job consisting in file1.ps and file2.ps \n" 
     793"  which would be sent to the apple printer.\n" 
     794"  \n" 
     795"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     796"  \n" 
     797"  This will give a print quote to the current user. The quote will show\n" 
     798"  the price and size of a job consisting in file1.ps as read from\n" 
     799"  standard input, which would be sent to the apple or hplaser\n" 
     800"  printer.\n" 
     801"\n" 
     802"  $ pykotme \n" 
     803"  \n" 
     804"  This will give a quote for a job consisting of what is on standard \n" 
     805"  input. The quote will list the job size, and the price the job\n" 
     806"  would cost on each printer.\n" 
     807"\n" 
     808"This program is free software; you can redistribute it and/or modify\n" 
     809"it under the terms of the GNU General Public License as published by\n" 
     810"the Free Software Foundation; either version 2 of the License, or\n" 
     811"(at your option) any later version.\n" 
     812"\n" 
     813"This program is distributed in the hope that it will be useful,\n" 
     814"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     815"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     816"GNU General Public License for more details.\n" 
     817"\n" 
     818"You should have received a copy of the GNU General Public License\n" 
     819"along with this program; if not, write to the Free Software\n" 
     820"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     821"\n" 
     822"Please e-mail bugs to: %s" 
     823msgstr "" 
     824 
     825#, python-format 
     826msgid "Your account balance : %.2f" 
     827msgstr "Ditt utskriftssaldo : %.2f" 
     828 
     829#, python-format 
     830msgid "Job size : %i pages" 
     831msgstr "Utskriftsstorlek : %i sidor" 
     832 
     833#, python-format 
     834msgid "Cost on printer %s : %.2f" 
     835msgstr "Kostnad p�krivare %s : %.2f" 
     836 
     837#, python-format 
     838msgid "" 
    40839"pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    41840"Libres\n" 
     
    3931192msgstr "" 
    3941193 
    395 msgid "You're not allowed to use this command." 
    396 msgstr "" 
    397  
    398 #, python-format 
    399 msgid "There's no printer matching %s" 
    400 msgstr "Det finns ingen matchande skrivare till %s" 
    401  
    402 #, python-format 
    403 msgid "Invalid charge amount value %s" 
    404 msgstr "Ogiltigt v�e %s p�ris." 
    405  
    4061194#, python-format 
    4071195msgid "Printer %s already exists, skipping." 
     
    4121200msgstr "Skrivare %s existerar redan, kommer bli modifierad." 
    4131201 
    414 #, python-format 
    415 msgid "Impossible to add printer %s" 
    416 msgstr "Om�gt att l�a till skrivare %s" 
    417  
    418 #, python-format 
    419 msgid "Invalid printer name %s" 
    420 msgstr "Ogiltigt skrivarnamn %s" 
    421  
    4221202msgid "in" 
    4231203msgstr "i" 
    4241204 
    425 msgid "incompatible options, see help." 
    426 msgstr "Of�liga val, se manualerna" 
    427  
    4281205msgid "You have to pass printer groups names on the command line" 
    4291206msgstr "Du m�e skicka med skrivargruppnamn p�ommandoraden" 
     
    4331210 
    4341211#, python-format 
    435 msgid "" 
    436 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    437 "An OSD quota monitor for PyKota.\n" 
    438 "\n" 
    439 "command line usage :\n" 
    440 "\n" 
    441 "  pykosd [options]\n" 
    442 "\n" 
    443 "options :\n" 
    444 "\n" 
    445 "  -v | --version       Prints pykosd's version number then exits.\n" 
    446 "  -h | --help          Prints this message then exits.\n" 
    447 "  \n" 
    448 "  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
    449 "                       triplet, for example #FF0000 is 100%% red.\n" 
    450 "                       Defaults to 100%% green (#00FF00).\n" 
    451 "                       \n" 
    452 "  -d | --duration d    Sets the duration of the display in seconds. \n" 
    453 "                       Defaults to 3 seconds.\n" 
    454 "                       \n" 
    455 "  -f | --font f        Sets the font to use for " 
    456 "display.                      \n" 
    457 "                       Defaults to the Python OSD library's default.\n" 
    458 "  \n" 
    459 "  -l | --loop n        Sets the number of times the info will be displayed.\n" 
    460 "                       Defaults to 0, which means loop forever.\n" 
    461 "                       \n" 
    462 "  -s | --sleep s       Sets the sleeping duration between two displays \n" 
    463 "                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
    464 "                       \n" 
    465 "  \n" 
    466 "examples :                              \n" 
    467 "\n" 
    468 "  $ pykosd -s 60 --loop 5\n" 
    469 "  \n" 
    470 "  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
    471 "  and will last for 3 seconds (the default) each time. After five\n" 
    472 "  iterations, the program will exit.\n" 
    473 "  \n" 
    474 "This program is free software; you can redistribute it and/or modify\n" 
    475 "it under the terms of the GNU General Public License as published by\n" 
    476 "the Free Software Foundation; either version 2 of the License, or\n" 
    477 "(at your option) any later version.\n" 
    478 "\n" 
    479 "This program is distributed in the hope that it will be useful,\n" 
    480 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    481 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    482 "GNU General Public License for more details.\n" 
    483 "\n" 
    484 "You should have received a copy of the GNU General Public License\n" 
    485 "along with this program; if not, write to the Free Software\n" 
    486 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    487 "\n" 
    488 "Please e-mail bugs to: %s" 
    489 msgstr "" 
    490  
    491 #, python-format 
    492 msgid "Invalid duration option %s" 
    493 msgstr "Felaktig val f�duration' %s" 
    494  
    495 #, python-format 
    496 msgid "Invalid loop option %s" 
    497 msgstr "Felaktig val f�loop' %s" 
    498  
    499 #, python-format 
    500 msgid "Invalid sleep option %s" 
    501 msgstr "Felaktig val f�sleep %s" 
    502  
    503 #, python-format 
    504 msgid "Invalid color option %s" 
    505 msgstr "Felaktig val f�color' %s" 
    506  
    507 #, python-format 
    508 msgid "User %s doesn't exist in PyKota's database" 
    509 msgstr "Anv�are %s existerar inte i PyKotas databas" 
    510  
    511 #, python-format 
    512 msgid "Pages used on %s : %s" 
    513 msgstr "Sidor anv�a p�s : %s" 
    514  
    515 #, python-format 
    516 msgid "PyKota Units left : %.2f" 
    517 msgstr "PyKota enheter kvar : %.2f" 
    518  
    519 #, python-format 
    520 msgid "" 
    521 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
    522 "\n" 
    523 "Gives print quotes to users.\n" 
    524 "\n" 
    525 "command line usage :\n" 
    526 "\n" 
    527 "  pykotme  [options]  [files]\n" 
    528 "\n" 
    529 "options :\n" 
    530 "\n" 
    531 "  -v | --version       Prints pykotme's version number then exits.\n" 
    532 "  -h | --help          Prints this message then exits.\n" 
    533 "  \n" 
    534 "  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
    535 "                       use wildcards characters to select only\n" 
    536 "                       some printers. The default value is *, meaning\n" 
    537 "                       all printers.\n" 
    538 "                       You can specify several names or wildcards, \n" 
    539 "                       by separating them with commas.\n" 
    540 "  \n" 
    541 "examples :                              \n" 
    542 "\n" 
    543 "  $ pykotme --printer apple file1.ps file2.ps\n" 
    544 "  \n" 
    545 "  This will give a print quote to the current user. The quote will show\n" 
    546 "  the price and size of a job consisting in file1.ps and file2.ps \n" 
    547 "  which would be sent to the apple printer.\n" 
    548 "  \n" 
    549 "  $ pykotme --printer apple,hplaser <file1.ps\n" 
    550 "  \n" 
    551 "  This will give a print quote to the current user. The quote will show\n" 
    552 "  the price and size of a job consisting in file1.ps as read from\n" 
    553 "  standard input, which would be sent to the apple or hplaser\n" 
    554 "  printer.\n" 
    555 "\n" 
    556 "  $ pykotme \n" 
    557 "  \n" 
    558 "  This will give a quote for a job consisting of what is on standard \n" 
    559 "  input. The quote will list the job size, and the price the job\n" 
    560 "  would cost on each printer.\n" 
    561 "\n" 
    562 "This program is free software; you can redistribute it and/or modify\n" 
    563 "it under the terms of the GNU General Public License as published by\n" 
    564 "the Free Software Foundation; either version 2 of the License, or\n" 
    565 "(at your option) any later version.\n" 
    566 "\n" 
    567 "This program is distributed in the hope that it will be useful,\n" 
    568 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    569 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    570 "GNU General Public License for more details.\n" 
    571 "\n" 
    572 "You should have received a copy of the GNU General Public License\n" 
    573 "along with this program; if not, write to the Free Software\n" 
    574 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    575 "\n" 
    576 "Please e-mail bugs to: %s" 
    577 msgstr "" 
    578  
    579 #, python-format 
    580 msgid "Your account balance : %.2f" 
    581 msgstr "Ditt utskriftssaldo : %.2f" 
    582  
    583 #, python-format 
    584 msgid "Job size : %i pages" 
    585 msgstr "Utskriftsstorlek : %i sidor" 
    586  
    587 #, python-format 
    588 msgid "Cost on printer %s : %.2f" 
    589 msgstr "Kostnad p�krivare %s : %.2f" 
    590  
    591 #, python-format 
    592 msgid "" 
    593 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    594 "Libres\n" 
    595 "A tool to automate user account creation and initial balance setting.\n" 
    596 "\n" 
    597 "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
    598 "\n" 
    599 "command line usage :\n" 
    600 "\n" 
    601 "  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
    602 "  OF AN external policy IN pykota.conf\n" 
    603 "  \n" 
    604 "  autopykota { -i | --initbalance value } \n" 
    605 "\n" 
    606 "options :\n" 
    607 "\n" 
    608 "  -v | --version       Prints autopykota's version number then exits.\n" 
    609 "  -h | --help          Prints this message then exits.\n" 
    610 "  \n" 
    611 "  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
    612 "                       If the user already exists, actual balance is left\n" 
    613 "                       unmodified. If unset, the default value is 0.\n" 
    614 "                       \n" 
    615 "This program is free software; you can redistribute it and/or modify\n" 
    616 "it under the terms of the GNU General Public License as published by\n" 
    617 "the Free Software Foundation; either version 2 of the License, or\n" 
    618 "(at your option) any later version.\n" 
    619 "\n" 
    620 "This program is distributed in the hope that it will be useful,\n" 
    621 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    622 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    623 "GNU General Public License for more details.\n" 
    624 "\n" 
    625 "You should have received a copy of the GNU General Public License\n" 
    626 "along with this program; if not, write to the Free Software\n" 
    627 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    628 "\n" 
    629 "Please e-mail bugs to: %s" 
    630 msgstr "" 
    631  
    632 msgid "Job contains no data. Printing is denied." 
    633 msgstr "Jobb inneh�er ingen data. Utskrift nekad" 
    634  
    635 msgid "Job accounting begins." 
    636 msgstr "Jobbsaldo p�rjas." 
    637  
    638 msgid "Job accounting ends." 
    639 msgstr "Jobbsaldo avslutas." 
    640  
    641 msgid "Job size forced to 0 because printing is denied." 
    642 msgstr "Jobbstorlek satt till 0 f�tt utskriften nekades." 
    643  
    644 #, python-format 
    645 msgid "Job size : %i" 
    646 msgstr "Jobbstorlek : %i" 
    647  
    648 #, python-format 
    649 msgid "Updating user %s's quota on printer %s" 
    650 msgstr "Uppdaterar anv�are %s kvot p�krivare %s" 
    651  
    652 msgid "Job added to history." 
    653 msgstr "Jobb adderat till arkivet." 
    654  
    655 #, python-format 
    656 msgid "File number %s unregistered twice from polling object, ignored." 
    657 msgstr "" 
    658 "Filnummer %s oregistrerat tv��er fr�utfr�ing av objekt, ignoreras." 
    659  
    660 #, python-format 
    661 msgid "SIGTERM was sent to real backend %s (pid: %s)" 
    662 msgstr "SIGTERM s�es till bakgrundsprocess %s (pid: %s)" 
    663  
    664 #, python-format 
    665 msgid "CUPS backend %s died abnormally." 
    666 msgstr "CUPS bakgrundsprocess %s avbr�ov�at." 
    667  
    668 #, python-format 
    669 msgid "" 
    670 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    671 "Libres\n" 
    672 "\n" 
    673 "Dumps PyKota database's content.\n" 
    674 "\n" 
    675 "command line usage :\n" 
    676 "\n" 
    677 "  dumpykota [options] \n" 
    678 "\n" 
    679 "options :\n" 
    680 "\n" 
    681 "  -v | --version       Prints dumpykota's version number then exits.\n" 
    682 "  -h | --help          Prints this message then exits.\n" 
    683 "  \n" 
    684 "  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
    685 "                       \n" 
    686 "                         - history : dumps the jobs history.\n" 
    687 "                         - users : dumps users.\n" 
    688 "                         - groups : dumps user groups.\n" 
    689 "                         - printers : dump printers.\n" 
    690 "                         - upquotas : dump user quotas.\n" 
    691 "                         - gpquotas : dump user groups quotas.\n" 
    692 "                         - payments : dumps user payments.\n" 
    693 "                         - pmembers : dumps printer groups members.\n" 
    694 "                         - umembers : dumps user groups members.\n" 
    695 "                         \n" 
    696 "                       NB : the -d | --data command line option   \n" 
    697 "                       is MANDATORY.\n" 
    698 "  \n" 
    699 "  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
    700 "                       the format is to dump datas in the csv format (comma\n" 
    701 "                       separated values). All data dumped is between double\n" 
    702 "                       quotes. Allowed formats are :\n" 
    703 "                       \n" 
    704 "                         - csv : separate datas with commas\n" 
    705 "                         - ssv : separate datas with semicolons\n" 
    706 "                         - tsv : separate datas with tabs\n" 
    707 "                         - xml : dump data as XML\n" 
    708 "                         \n" 
    709 "  -o | --output fname  All datas will be dumped to the file instead of\n" 
    710 "                       to the standard output. The special '-' filename\n" 
    711 "                       is the default value and means stdout.\n" 
    712 "                       WARNING : existing files are truncated !\n" 
    713 "  \n" 
    714 "Examples :\n" 
    715 "\n" 
    716 "  $ dumpykota --data history --format csv >myfile.csv\n" 
    717 "  \n" 
    718 "  This dumps the history in a comma separated values file, for possible\n" 
    719 "  use in a spreadsheet.\n" 
    720 "  \n" 
    721 "  $ dumpykota --data users --format xml -o users.xml\n" 
    722 "  \n" 
    723 "  Dumps all users datas to the users.xml file.\n" 
    724 "  \n" 
    725 "This program is free software; you can redistribute it and/or modify\n" 
    726 "it under the terms of the GNU General Public License as published by\n" 
    727 "the Free Software Foundation; either version 2 of the License, or\n" 
    728 "(at your option) any later version.\n" 
    729 "\n" 
    730 "This program is distributed in the hope that it will be useful,\n" 
    731 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    732 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    733 "GNU General Public License for more details.\n" 
    734 "\n" 
    735 "You should have received a copy of the GNU General Public License\n" 
    736 "along with this program; if not, write to the Free Software\n" 
    737 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    738 "\n" 
    739 "Please e-mail bugs to: %s" 
    740 msgstr "" 
    741  
    742 #, python-format 
    743 msgid "Invalid modifier [%s] for --data command line option, see help." 
    744 msgstr "" 
    745  
    746 #, python-format 
    747 msgid "Invalid modifier [%s] for --format command line option, see help." 
    748 msgstr "" 
    749  
    750 msgid "XML output is disabled because the jaxml module is not available." 
    751 msgstr "" 
    752  
    753 msgid "PyKota data dumper failed : I/O error" 
    754 msgstr "" 
    755  
    756 msgid "The -d | --data command line option is mandatory, see help." 
    757 msgstr "" 
    758  
    759 msgid "Too many arguments, see help." 
    760 msgstr "" 
    761  
    762 #, python-format 
    763 msgid "" 
    764 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    765 "Libres\n" 
    766 "A Print Quota editor for PyKota.\n" 
    767 "\n" 
    768 "command line usage :\n" 
    769 "\n" 
    770 "  edpykota [options] user1 user2 ... userN\n" 
    771 "  \n" 
    772 "  edpykota [options] group1 group2 ... groupN\n" 
    773 "\n" 
    774 "options :\n" 
    775 "\n" 
    776 "  -v | --version       Prints edpykota's version number then exits.\n" 
    777 "  -h | --help          Prints this message then exits.\n" 
    778 "  \n" 
    779 "  -a | --add           Adds users and/or printers if they don't \n" 
    780 "                       exist on the Quota Storage Server.\n" 
    781 "                       \n" 
    782 "  -d | --delete        Deletes users/groups from the quota storage.\n" 
    783 "                       Printers are never deleted.\n" 
    784 "                       \n" 
    785 "  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
    786 "                       for a particular printer. Job price is optional.\n" 
    787 "                       If both are to be set, separate them with a comma.\n" 
    788 "                       Floating point values are allowed.\n" 
    789 "  \n" 
    790 "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
    791 "                              listed, separated by commas. The groups\n" 
    792 "                              must already exist in the Quota Storage.\n" 
    793 "  \n" 
    794 "  -u | --users         Edit users print quotas, this is the default.\n" 
    795 "  \n" 
    796 "  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
    797 "                       use wildcards characters to select only\n" 
    798 "                       some printers. The default value is *, meaning\n" 
    799 "                       all printers. \n" 
    800 "                       You can specify several names or wildcards, \n" 
    801 "                       by separating them with commas.\n" 
    802 "  \n" 
    803 "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
    804 "                       pg1, pg2, etc... which must already exist.\n" 
    805 "                       A printer group is just like a normal printer,\n" 
    806 "                       only that it is usually unknown from the printing\n" 
    807 "                       system. Create printer groups exactly the same\n" 
    808 "                       way that you create printers, then add other \n" 
    809 "                       printers to them with this option.\n" 
    810 "                       Accounting is done on a printer and on all\n" 
    811 "                       the printer groups it belongs to, quota checking\n" 
    812 "                       is done on a printer and on all the printer groups\n" 
    813 "                       it belongs to.\n" 
    814 "  \n" 
    815 "  -g | --groups        Edit users groups print quotas instead of users.\n" 
    816 "                          \n" 
    817 "  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
    818 "                       print quotas\n" 
    819 "                       \n" 
    820 "  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
    821 "  \n" 
    822 "  -r | --reset         Resets the actual page counter for the user\n" 
    823 "                       or group to zero on the specified printers. \n" 
    824 "                       The life time page counter is kept unchanged.\n" 
    825 "                       \n" 
    826 "  -R | --hardreset     Resets the actual and life time page counters\n" 
    827 "                       for the user or group to zero on the specified \n" 
    828 "                       printers. \n" 
    829 "                       \n" 
    830 "  -l | --limitby l     Choose if the user/group is limited in " 
    831 "printing                     \n" 
    832 "                       by its account balance or by its page quota.\n" 
    833 "                       The default value is 'quota'. Allowed values\n" 
    834 "                       are 'quota' 'balance' 'quota-then-balance' and\n" 
    835 "                       'balance-then-quota'.\n" 
    836 "                       WARNING : quota-then-balance and balance-then-quota\n" 
    837 "                       are not yet implemented.\n" 
    838 "                       \n" 
    839 "  -b | --balance b     Sets the user's account balance to " 
    840 "b.                     \n" 
    841 "                       Account balance may be increase or decreased\n" 
    842 "                       if b is prefixed with + or -.\n" 
    843 "                       WARNING : when decreasing account balance,\n" 
    844 "                       the total paid so far by the user is decreased\n" 
    845 "                       too.\n" 
    846 "                       Groups don't have a real balance, but the\n" 
    847 "                       sum of their users' account balance.\n" 
    848 "                       \n" 
    849 "  -S | --softlimit sl  Sets the quota soft limit to sl " 
    850 "pages.                       \n" 
    851 "  \n" 
    852 "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
    853 "  \n" 
    854 "  user1 through userN and group1 through groupN can use wildcards\n" 
    855 "  if the --add option is not set.\n" 
    856 "  \n" 
    857 "examples :                              \n" 
    858 "\n" 
    859 "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
    860 "  \n" 
    861 "  This will add users john, paul, george and ringo to the quota\n" 
    862 "  database, and set their print quotas to the same values than user \n" 
    863 "  jerome. User jerome must already exist.\n" 
    864 "  User ringo's email address will also be set to 'ringo@example.com'\n" 
    865 "  \n" 
    866 "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
    867 "  \n" 
    868 "  This will set jerome's print quota on the lp printer to a soft limit\n" 
    869 "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
    870 "  printer lp doesn't exist on the Quota Storage Server then nothing is " 
    871 "done.\n" 
    872 "\n" 
    873 "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
    874 "  \n" 
    875 "  Same as above, but if either user jerome or printer lp doesn't exist \n" 
    876 "  on the Quota Storage Server they are automatically added. Also\n" 
    877 "  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
    878 "  already exist in the Quota Storage.\n" 
    879 "            \n" 
    880 "  $ edpykota -g -S 500 -H 550 financial support            \n" 
    881 "  \n" 
    882 "  This will set print quota soft limit to 500 pages and hard limit\n" 
    883 "  to 550 pages for groups financial and support on all printers.\n" 
    884 "  \n" 
    885 "  $ edpykota --reset jerome \"jo*\"\n" 
    886 "  \n" 
    887 "  This will reset jerome's page counter to zero on all printers, as\n" 
    888 "  well as every user whose name begins with 'jo'.\n" 
    889 "  Their life time page counter on each printer will be kept unchanged.\n" 
    890 "  You can also reset the life time page counters by using the\n" 
    891 "  --hardreset | -R command line option.\n" 
    892 "  \n" 
    893 "  $ edpykota --printer hpcolor --noquota jerome\n" 
    894 "  \n" 
    895 "  This will tell PyKota to not limit jerome when printing on the \n" 
    896 "  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
    897 "  accounting of the pages he prints will still be kept.\n" 
    898 "  Print Quotas for jerome on other printers are unchanged.\n" 
    899 "  \n" 
    900 "  $ edpykota --limitby balance jerome\n" 
    901 "  \n" 
    902 "  This will tell PyKota to limit jerome by his account's balance\n" 
    903 "  when printing.\n" 
    904 "  \n" 
    905 "  $ edpykota --balance +10.0 jerome\n" 
    906 "  \n" 
    907 "  This will increase jerome's account balance by 10.0 (in your\n" 
    908 "  own currency). You can decrease the account balance with a\n" 
    909 "  dash prefix, and set it to a fixed amount with no prefix.\n" 
    910 "  \n" 
    911 "  $ edpykota --delete jerome rachel\n" 
    912 "  \n" 
    913 "  This will completely delete jerome and rachel from the Quota Storage\n" 
    914 "  database. All their quotas and jobs will be deleted too.\n" 
    915 "  \n" 
    916 "  $ edpykota --printer lp --charge 0.1\n" 
    917 "  \n" 
    918 "  This will set the page price for printer lp to 0.1. Job price\n" 
    919 "  will not be changed.\n" 
    920 "  \n" 
    921 "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
    922 "  \n" 
    923 "  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
    924 "  When printing either on hplj1 or hplj2, print quota will also be \n" 
    925 "  checked and accounted for on virtual printers Laser and HP.\n" 
    926 "\n" 
    927 "This program is free software; you can redistribute it and/or modify\n" 
    928 "it under the terms of the GNU General Public License as published by\n" 
    929 "the Free Software Foundation; either version 2 of the License, or\n" 
    930 "(at your option) any later version.\n" 
    931 "\n" 
    932 "This program is distributed in the hope that it will be useful,\n" 
    933 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    934 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    935 "GNU General Public License for more details.\n" 
    936 "\n" 
    937 "You should have received a copy of the GNU General Public License\n" 
    938 "along with this program; if not, write to the Free Software\n" 
    939 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    940 "\n" 
    941 "Please e-mail bugs to: %s" 
    942 msgstr "" 
    943  
    944 #, python-format 
    945 msgid "Invalid softlimit value %s." 
    946 msgstr "Ogiltigt mjukgr�v�e %s." 
    947  
    948 #, python-format 
    949 msgid "Invalid hardlimit value %s." 
    950 msgstr "Ogiltigt h�gr�v�e %s." 
    951  
    952 #, python-format 
    953 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    954 msgstr "" 
    955 "H�gr�v�et %i �mindre �mjukgr�v�et %i, v�ena kommer bytas." 
    956  
    957 #, python-format 
    958 msgid "Invalid balance value %s" 
    959 msgstr "Ogiltigt saldov�e %s. " 
    960  
    961 #, python-format 
    962 msgid "Invalid limitby value %s" 
    963 msgstr "Ogiltigt v�e %s p�ariabeln limitby" 
    964  
    965 msgid "You have to pass user or group names on the command line" 
    966 msgstr "Du m�e skicka med anv�are- eller gruppnamn p�ommandoraden" 
    967  
    968 #, python-format 
    969 msgid "Prototype %s not found in Quota Storage for printer %s." 
    970 msgstr "Prototypen %s hittas inte i PyKotasystemet f�krivaren %s." 
    971  
    972 #, python-format 
    973 msgid "Prototype object %s not found in Quota Storage." 
    974 msgstr "Prototypen f�bjektet %s hittas inte i PyKotasystemet" 
    975  
    976 #, python-format 
    977 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    978 msgstr "Odefinerat h�gr�v�e satt till mjukgr�v�e (%s) p�rinter %s." 
    979  
    980 #, python-format 
    981 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    982 msgstr "Odefinerat mjukgr�v�e satt till h�gr�v�e (%s) p�rinter %s." 
    983  
    984 #, python-format 
    985 msgid "Invalid email address %s" 
    986 msgstr "Ogiltig epostadress %s" 
    987  
    988 #, python-format 
    989 msgid "Unknown group %s" 
    990 msgstr "" 
    991  
    992 #, python-format 
    993 msgid "Unknown user %s" 
    994 msgstr "" 
    995  
    996 #, python-format 
    997 msgid "Invalid group name %s" 
    998 msgstr "Ogiltigt gruppnamn %s" 
    999  
    1000 #, python-format 
    1001 msgid "Invalid user name %s" 
    1002 msgstr "Ogiltigt anv�arnamn %s" 
    1003  
    1004 #, python-format 
    1005 msgid "Quota not found for object %s on printer %s." 
    1006 msgstr "Utskriftssaldo hittades inte f�bjekt %s p�rinter %s." 
    1007  
    1008 #, python-format 
    1009 msgid "Group %s not found in the PyKota Storage." 
    1010 msgstr "Gruppen %s hittades inte i PyKotasystemet." 
    1011  
    1012 msgid "Software accounting already done in first pass. Ignoring." 
    1013 msgstr "Mjukvarusaldo redan utf�under f�a passet. Ignoreras." 
    1014  
    1015 msgid "Hardware accounting already done in first pass. Ignoring." 
    1016 msgstr "H�varusaldo redan utf�under f�a passet. Ignoreras." 
    1017  
    1018 msgid "Job size and price now set in history." 
    1019 msgstr "" 
    1020  
    1021 #, python-format 
    1022 msgid "" 
    1023 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1024 "Libres\n" 
    1025 "\n" 
    1026 "Generates print quota reports.\n" 
    1027 "\n" 
    1028 "command line usage :\n" 
    1029 "\n" 
    1030 "  repykota [options] \n" 
    1031 "\n" 
    1032 "options :\n" 
    1033 "\n" 
    1034 "  -v | --version       Prints repykota's version number then exits.\n" 
    1035 "  -h | --help          Prints this message then exits.\n" 
    1036 "  \n" 
    1037 "  -u | --users         Generates a report on users quota, this is \n" 
    1038 "                       the default.\n" 
    1039 "  \n" 
    1040 "  -g | --groups        Generates a report on group quota instead of users.\n" 
    1041 "  \n" 
    1042 "  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
    1043 "                       use wildcards characters to select only\n" 
    1044 "                       some printers. The default value is *, meaning\n" 
    1045 "                       all printers.\n" 
    1046 "                       You can specify several names or wildcards, \n" 
    1047 "                       by separating them with commas.\n" 
    1048 "  \n" 
    1049 "examples :                              \n" 
    1050 "\n" 
    1051 "  $ repykota --printer lp\n" 
    1052 "  \n" 
    1053 "  This will print the quota status for all users who use the lp printer.\n" 
    1054 "\n" 
    1055 "  $ repykota \n" 
    1056 "  \n" 
    1057 "  This will print the quota status for all users on all printers.\n" 
    1058 "  \n" 
    1059 "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
    1060 "  \n" 
    1061 "  This will print the quota status for user jerome and all users\n" 
    1062 "  whose name begins with \"jo\" on all printers which name begins\n" 
    1063 "  with \"laser\" or ends with \"pson\".\n" 
    1064 "  \n" 
    1065 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1066 "  arguments representing users or groups names are ignored, and only the\n" 
    1067 "  current user/group is reported.\n" 
    1068 "\n" 
    1069 "This program is free software; you can redistribute it and/or modify\n" 
    1070 "it under the terms of the GNU General Public License as published by\n" 
    1071 "the Free Software Foundation; either version 2 of the License, or\n" 
    1072 "(at your option) any later version.\n" 
    1073 "\n" 
    1074 "This program is distributed in the hope that it will be useful,\n" 
    1075 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1076 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1077 "GNU General Public License for more details.\n" 
    1078 "\n" 
    1079 "You should have received a copy of the GNU General Public License\n" 
    1080 "along with this program; if not, write to the Free Software\n" 
    1081 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1082 "\n" 
    1083 "Please e-mail bugs to: %s" 
    1084 msgstr "" 
    1085  
    1086 #, python-format 
    1087 msgid "" 
    1088 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1089 "Libres\n" 
    1090 "\n" 
    1091 "Sends mail to users over print quota.\n" 
    1092 "\n" 
    1093 "command line usage :\n" 
    1094 "\n" 
    1095 "  warnpykota  [options]  [names]\n" 
    1096 "\n" 
    1097 "options :\n" 
    1098 "\n" 
    1099 "  -v | --version       Prints warnpykota's version number then exits.\n" 
    1100 "  -h | --help          Prints this message then exits.\n" 
    1101 "  \n" 
    1102 "  -u | --users         Warns users over their print quota, this is the \n" 
    1103 "                       default.\n" 
    1104 "  \n" 
    1105 "  -g | --groups        Warns users whose groups quota are over limit.\n" 
    1106 "  \n" 
    1107 "  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
    1108 "                       use wildcards characters to select only\n" 
    1109 "                       some printers. The default value is *, meaning\n" 
    1110 "                       all printers.\n" 
    1111 "                       You can specify several names or wildcards, \n" 
    1112 "                       by separating them with commas.\n" 
    1113 "  \n" 
    1114 "examples :                              \n" 
    1115 "\n" 
    1116 "  $ warnpykota --printer lp\n" 
    1117 "  \n" 
    1118 "  This will warn all users of the lp printer who have exceeded their\n" 
    1119 "  print quota.\n" 
    1120 "\n" 
    1121 "  $ warnpykota \n" 
    1122 "  \n" 
    1123 "  This will warn all users  who have exceeded their print quota on\n" 
    1124 "  any printer.\n" 
    1125 "\n" 
    1126 "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
    1127 "  \n" 
    1128 "  This will warn all users of groups which names begins with \"dev\" and\n" 
    1129 "  who have exceeded their print quota on any printer which name begins \n" 
    1130 "  with \"laserjet\"\n" 
    1131 "  \n" 
    1132 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1133 "  arguments representing users or groups names are ignored, and only the\n" 
    1134 "  current user/group is reported.\n" 
    1135 "\n" 
    1136 "This program is free software; you can redistribute it and/or modify\n" 
    1137 "it under the terms of the GNU General Public License as published by\n" 
    1138 "the Free Software Foundation; either version 2 of the License, or\n" 
    1139 "(at your option) any later version.\n" 
    1140 "\n" 
    1141 "This program is distributed in the hope that it will be useful,\n" 
    1142 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1143 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1144 "GNU General Public License for more details.\n" 
    1145 "\n" 
    1146 "You should have received a copy of the GNU General Public License\n" 
    1147 "along with this program; if not, write to the Free Software\n" 
    1148 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1149 "\n" 
    1150 "Please e-mail bugs to: %s" 
    1151 msgstr "" 
    1152  
    1153 #, python-format 
    11541212msgid "Unsupported accounter backend %s" 
    11551213msgstr "Ej underst�redovisningsmetod %s" 
     
    11681226 
    11691227#, python-format 
     1228msgid "Option ldaptls is set, but certificate %s is not readable." 
     1229msgstr "" 
     1230 
     1231#, python-format 
    11701232msgid "Option logger only supports values in %s" 
    11711233msgstr "Variabeln 'logger' st�r bara v�en i %s" 
     
    12021264msgid "Option mailto in section %s only supports values in %s" 
    12031265msgstr "Variabeln 'mailto' i sektion '%s' st�r bara v�en i %s" 
     1266 
     1267#, python-format 
     1268msgid "Invalid maximal deny banners counter %s" 
     1269msgstr "" 
    12041270 
    12051271#, python-format 
     
    12401306msgstr "" 
    12411307 
     1308msgid "History" 
     1309msgstr "Historia" 
     1310 
     1311msgid "Users" 
     1312msgstr "" 
     1313 
     1314msgid "Groups" 
     1315msgstr "" 
     1316 
     1317msgid "Printers" 
     1318msgstr "" 
     1319 
     1320msgid "Users Print Quotas" 
     1321msgstr "" 
     1322 
     1323msgid "Users Groups Print Quotas" 
     1324msgstr "" 
     1325 
     1326msgid "History of Payments" 
     1327msgstr "" 
     1328 
     1329msgid "Printers Groups Membership" 
     1330msgstr "" 
     1331 
     1332msgid "Users Groups Membership" 
     1333msgstr "" 
     1334 
     1335msgid "Comma Separated Values" 
     1336msgstr "" 
     1337 
     1338msgid "Semicolon Separated Values" 
     1339msgstr "" 
     1340 
     1341msgid "Tabulation Separated Values" 
     1342msgstr "" 
     1343 
     1344msgid "eXtensible Markup Language" 
     1345msgstr "" 
     1346 
     1347msgid "CUPS' page_log" 
     1348msgstr "" 
     1349 
     1350#, python-format 
     1351msgid "Invalid value [%s] for --filter command line option, see help." 
     1352msgstr "" 
     1353 
     1354#, python-format 
     1355msgid "Invalid modifier [%s] for --data command line option, see help." 
     1356msgstr "" 
     1357 
     1358#, python-format 
     1359msgid "Invalid modifier [%s] for --format command line option, see help." 
     1360msgstr "" 
     1361 
     1362msgid "XML output is disabled because the jaxml module is not available." 
     1363msgstr "" 
     1364 
     1365msgid "PyKota data dumper failed : I/O error" 
     1366msgstr "" 
     1367 
    12421368#, python-format 
    12431369msgid "Unsupported logging subsystem %s" 
     
    12611387 
    12621388msgid "" 
    1263 "Group           used    soft    hard    balance grace         total       " 
    1264 "paid" 
    1265 msgstr "" 
    1266 "Grupp           anv�  mjuk    h�    saldo   uppskov       summa       " 
    1267 "betalt" 
    1268  
    1269 msgid "" 
    1270 "User            used    soft    hard    balance grace         total       " 
    1271 "paid" 
    1272 msgstr "" 
    1273 "Anv�are       anv�  mjuk    h�    saldo   uppskov       summa       " 
    1274 "betalt" 
     1389"Group          overcharge   used    soft    hard    balance grace         " 
     1390"total       paid warn" 
     1391msgstr "" 
     1392 
     1393msgid "" 
     1394"User           overcharge   used    soft    hard    balance grace         " 
     1395"total       paid warn" 
     1396msgstr "" 
    12751397 
    12761398msgid "unknown" 
     
    12851407msgstr "Summa : %9i" 
    12861408 
     1409msgid "N/A" 
     1410msgstr "" 
     1411 
    12871412#, python-format 
    12881413msgid "Unsupported reporter backend %s" 
     
    12941419 
    12951420#, python-format 
     1421msgid "Strange problem with uid(%s) : %s" 
     1422msgstr "" 
     1423 
     1424#, python-format 
     1425msgid "Running as user '%s'." 
     1426msgstr "" 
     1427 
     1428msgid "No user named 'pykota'. Not dropping priviledges." 
     1429msgstr "" 
     1430 
     1431#, python-format 
     1432msgid "Impossible to drop priviledges : %s" 
     1433msgstr "" 
     1434 
     1435msgid "Priviledges dropped. Now running as user 'pykota'." 
     1436msgstr "" 
     1437 
     1438#, python-format 
     1439msgid "Impossible to regain priviledges : %s" 
     1440msgstr "" 
     1441 
     1442msgid "Regained priviledges. Now running as root." 
     1443msgstr "" 
     1444 
     1445#, python-format 
    12961446msgid "Impossible to connect to SMTP server : %s" 
    12971447msgstr "Kunde ej f�ontakt med SMTP server : %s" 
     
    13291479 
    13301480#, python-format 
     1481msgid "User %s will not be charged for printing." 
     1482msgstr "" 
     1483 
     1484#, python-format 
    13311485msgid "Print Quota exceeded for group %s on printer %s" 
    13321486msgstr "Utskriftssaldot ��trasserad f�rupp %s p�rinter %s" 
     
    14661620 
    14671621#, python-format 
    1468 msgid "Waiting for printer %s to be idle or printing..." 
     1622msgid "Waiting for printer %s to be printing..." 
    14691623msgstr "" 
    14701624 
     
    16291783msgstr "" 
    16301784 
    1631 msgid "History" 
    1632 msgstr "Historia" 
    1633  
    16341785msgid "Empty" 
    16351786msgstr "Tom" 
     
    16651816msgstr "Optioner" 
    16661817 
     1818msgid "MD5Sum" 
     1819msgstr "" 
     1820 
     1821msgid "BillingCode" 
     1822msgstr "" 
     1823 
     1824msgid "Pages" 
     1825msgstr "" 
     1826 
    16671827msgid "Previous page" 
    16681828msgstr "F��de sida" 
     1829 
     1830msgid "PyKota Data Dumper" 
     1831msgstr "" 
     1832 
     1833msgid "Dump" 
     1834msgstr "" 
     1835 
     1836msgid "Data Type" 
     1837msgstr "" 
     1838 
     1839msgid "Output Format" 
     1840msgstr "" 
     1841 
     1842msgid "Filter" 
     1843msgstr "" 
     1844 
     1845#~ msgid "" 
     1846#~ "Group           used    soft    hard    balance grace         total       " 
     1847#~ "paid" 
     1848#~ msgstr "" 
     1849#~ "Grupp           anv�  mjuk    h�    saldo   uppskov       summa       " 
     1850#~ "betalt" 
     1851 
     1852#~ msgid "" 
     1853#~ "User            used    soft    hard    balance grace         total       " 
     1854#~ "paid" 
     1855#~ msgstr "" 
     1856#~ "Anv�are       anv�  mjuk    h�    saldo   uppskov       summa       " 
     1857#~ "betalt"