Changeset 1798 for pykota/trunk/po/sv

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

Updated translations file which now include all commands' help

Location:
pykota/trunk/po/sv
Files:
2 modified

Legend:

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

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