Show
Ignore:
Timestamp:
11/25/04 10:32:24 (19 years ago)
Author:
jalet
Message:

Updated translations

Files:
1 modified

Legend:

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

    r1893 r1959  
    2929"Project-Id-Version: pykota\n" 
    3030"Report-Msgid-Bugs-To: alet@librelogiciel.com\n" 
    31 "POT-Creation-Date: 2004-10-11 14:49+0200\n" 
     31"POT-Creation-Date: 2004-11-25 10:16+0100\n" 
    3232"PO-Revision-Date: 2004-10-31 23:08+0100\n" 
    3333"Last-Translator: Klaus Ade Johnstad <klaus@skolelinux.no>\n" 
     
    4040#, python-format 
    4141msgid "" 
    42 "autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    43 "A tool to automate user account creation and initial balance setting.\n" 
    44 "\n" 
    45 "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
     42"pkbanner v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     43"\n" 
     44"Generates banners.\n" 
    4645"\n" 
    4746"command line usage :\n" 
    4847"\n" 
    49 "  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
    50 "  OF AN external policy IN pykota.conf\n" 
    51 "  \n" 
    52 "  autopykota { -i | --initbalance value } \n" 
     48"  pkbanner  [options] \n" 
    5349"\n" 
    5450"options :\n" 
    5551"\n" 
    56 "  -v | --version       Prints autopykota's version number then exits.\n" 
     52"  -v | --version       Prints pkbanner's version number then exits.\n" 
    5753"  -h | --help          Prints this message then exits.\n" 
    5854"  \n" 
    59 "  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
    60 "                       If the user already exists, actual balance is left\n" 
    61 "                       unmodified. If unset, the default value is 0.\n" 
    62 "                       \n" 
     55"  -l | --logo img      Use the image as the banner's logo. The logo will\n" 
     56"                       be drawn at the center top of the page. The default\n" 
     57"                       logo is /usr/share/pykota/logos/pykota.jpeg\n" 
     58"                       \n" 
     59"  -p | --pagesize sz   Sets sz as the page size. Most well known\n" 
     60"                       page sizes are recognized, like 'A4' or 'Letter'\n" 
     61"                       to name a few. The default size is A4.\n" 
     62"  \n" 
     63"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n" 
     64"                       used to save toner. The default value is 0, which\n" 
     65"                       means that no toner saving will be done.\n" 
     66"  \n" 
     67"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
     68"                       the banner page. The default url is :\n" 
     69"                       http://www.librelogiciel.com/software/\n" 
     70"  \n" 
     71"examples :                              \n" 
     72"\n" 
     73"  Using pkbanner directly from the command line is not recommended,\n" 
     74"  excepted for testing purposes. You should use pkbanner in the\n" 
     75"  'startingbanner' or 'endingbanner' directives in pykota.conf\n" 
     76"  \n" 
     77"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n" 
     78"  \n" 
     79"      With such a setting in pykota.conf, all print jobs will be \n" 
     80"      prefixed with an A4 banner with no logo, and text luminosity will\n" 
     81"      be increased by 75%%. The PostScript output will be directly sent\n" 
     82"      to your printer.\n" 
     83"      \n" 
     84"  You'll find more examples in the sample configuration file included    \n" 
     85"  in PyKota.\n" 
     86"      \n" 
    6387"This program is free software; you can redistribute it and/or modify\n" 
    6488"it under the terms of the GNU General Public License as published by\n" 
     
    77101"Please e-mail bugs to: %s" 
    78102msgstr "" 
    79 "autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    80 "Et verkt�r �utomatisere oppretting av brukere og oppstarten av kvotesystemet.\n" 
    81 "\n" 
    82 "DETTE VERKT�ET KAN IKKE BRUKES HVIS DU �SKER �KONTROLLERER DINE BRUKERES MULIGHETER MED PAGE QUOTA!\n" 
    83 "\n" 
    84 "kommandolinje bruk :\n" 
    85 "\n" 
    86 "  DETTE VERKT�ET M�IKKE BRUKES FRA KOMMANDOLINJA, MEN KUN SOM EN DEL\n" 
    87 "  AV EN EKSTERN policy I pykota.conf\n" 
    88 "  \n" 
    89 "  autopykota { -i | --initbalance value } \n" 
    90 "\n" 
    91 "opsjoner :\n" 
    92 "\n" 
    93 "  -v | --version       Viser autopykota's versjon nummer.\n" 
    94 "  -h | --help          Viser denne meldingen.\n" 
    95 "  \n" 
    96 "  -i | --initbalance b Setter brukerens startkonto til verdien b.\n" 
    97 "                       Hvis brukeren allerede finnes, vil kontoen ikke endres.\n" 
    98 "                       Hvis den ikke har noen verdi,vil standard verdi 0 brukes.\n" 
    99 "                       \n" 
     103 
     104msgid "Unknown" 
     105msgstr "" 
     106 
     107msgid "Username" 
     108msgstr "" 
     109 
     110msgid "Job" 
     111msgstr "" 
     112 
     113msgid "Date" 
     114msgstr "Dato" 
     115 
     116msgid "Allowed" 
     117msgstr "" 
     118 
     119msgid "Denied" 
     120msgstr "" 
     121 
     122msgid "Allowed with Warning" 
     123msgstr "" 
     124 
     125msgid "Result" 
     126msgstr "" 
     127 
     128msgid "Title" 
     129msgstr "Titel" 
     130 
     131msgid "Filename" 
     132msgstr "Filnavn" 
     133 
     134#, python-format 
     135msgid "Pages printed so far on %s" 
     136msgstr "" 
     137 
     138msgid "Account balance" 
     139msgstr "" 
     140 
     141msgid "Soft Limit" 
     142msgstr "" 
     143 
     144msgid "Hard Limit" 
     145msgstr "" 
     146 
     147msgid "Date Limit" 
     148msgstr "" 
     149 
     150msgid "Allowed range is (0..99)" 
     151msgstr "" 
     152 
     153#, python-format 
     154msgid "Invalid 'savetoner' option %s : %s" 
     155msgstr "" 
     156 
     157#, python-format 
     158msgid "Invalid 'pagesize' option %s, defaulting to A4." 
     159msgstr "" 
     160 
     161#, python-format 
     162msgid "" 
     163"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     164"A tool to give hints on what accounting method is best for each printer.\n" 
     165"\n" 
     166"command line usage :\n" 
     167"\n" 
     168"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n" 
     169"\n" 
     170"options :\n" 
     171"\n" 
     172"  -v | --version       Prints pkhint's version number then exits.\n" 
     173"  -h | --help          Prints this message then exits.\n" 
     174"  \n" 
     175"examples :                              \n" 
     176"\n" 
     177"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 
     178"  \n" 
     179"  Will analyze your printing system to test which accounter\n" 
     180"  is the best for each of the defined printer which\n" 
     181"  name matches one of the parameters.\n" 
     182"  \n" 
     183"  If you don't pass any argument on the command line, all\n" 
     184"  printers will be analyzed.\n" 
     185"  \n" 
    100186"This program is free software; you can redistribute it and/or modify\n" 
    101187"it under the terms of the GNU General Public License as published by\n" 
     
    113199"\n" 
    114200"Please e-mail bugs to: %s" 
    115  
    116 #, python-format 
    117 msgid "" 
    118 "edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    119 "A Print Quota editor for PyKota.\n" 
    120 "\n" 
    121 "command line usage :\n" 
    122 "\n" 
    123 "  edpykota [options] user1 user2 ... userN\n" 
    124 "  \n" 
    125 "  edpykota [options] group1 group2 ... groupN\n" 
    126 "\n" 
    127 "options :\n" 
    128 "\n" 
    129 "  -v | --version       Prints edpykota's version number then exits.\n" 
    130 "  -h | --help          Prints this message then exits.\n" 
    131 "  \n" 
    132 "  -a | --add           Adds users and/or printers if they don't \n" 
    133 "                       exist on the Quota Storage Server.\n" 
    134 "                       \n" 
    135 "  -d | --delete        Deletes users/groups from the quota storage.\n" 
    136 "                       Printers are never deleted.\n" 
    137 "                       \n" 
    138 "  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
    139 "                       for a particular printer. Job price is optional.\n" 
    140 "                       If both are to be set, separate them with a comma.\n" 
    141 "                       Floating point values are allowed.\n" 
    142 "  \n" 
    143 "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
    144 "                              listed, separated by commas. The groups\n" 
    145 "                              must already exist in the Quota Storage.\n" 
    146 "  \n" 
    147 "  -u | --users         Edit users print quotas, this is the default.\n" 
    148 "  \n" 
    149 "  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
    150 "                       use wildcards characters to select only\n" 
    151 "                       some printers. The default value is *, meaning\n" 
    152 "                       all printers. \n" 
    153 "                       You can specify several names or wildcards, \n" 
    154 "                       by separating them with commas.\n" 
    155 "  \n" 
    156 "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
    157 "                       pg1, pg2, etc... which must already exist.\n" 
    158 "                       A printer group is just like a normal printer,\n" 
    159 "                       only that it is usually unknown from the printing\n" 
    160 "                       system. Create printer groups exactly the same\n" 
    161 "                       way that you create printers, then add other \n" 
    162 "                       printers to them with this option.\n" 
    163 "                       Accounting is done on a printer and on all\n" 
    164 "                       the printer groups it belongs to, quota checking\n" 
    165 "                       is done on a printer and on all the printer groups\n" 
    166 "                       it belongs to.\n" 
    167 "  \n" 
    168 "  -g | --groups        Edit users groups print quotas instead of users.\n" 
    169 "                          \n" 
    170 "  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
    171 "                       print quotas\n" 
    172 "                       \n" 
    173 "  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
    174 "  \n" 
    175 "  -r | --reset         Resets the actual page counter for the user\n" 
    176 "                       or group to zero on the specified printers. \n" 
    177 "                       The life time page counter is kept unchanged.\n" 
    178 "                       \n" 
    179 "  -R | --hardreset     Resets the actual and life time page counters\n" 
    180 "                       for the user or group to zero on the specified \n" 
    181 "                       printers. \n" 
    182 "                       \n" 
    183 "  -l | --limitby l     Choose if the user/group is limited in " 
    184 "printing                     \n" 
    185 "                       by its account balance or by its page quota.\n" 
    186 "                       The default value is 'quota'. Allowed values\n" 
    187 "                       are 'quota' 'balance' 'quota-then-balance' and\n" 
    188 "                       'balance-then-quota'.\n" 
    189 "                       WARNING : quota-then-balance and balance-then-quota\n" 
    190 "                       are not yet implemented.\n" 
    191 "                       \n" 
    192 "  -b | --balance b     Sets the user's account balance to " 
    193 "b.                     \n" 
    194 "                       Account balance may be increase or decreased\n" 
    195 "                       if b is prefixed with + or -.\n" 
    196 "                       WARNING : when decreasing account balance,\n" 
    197 "                       the total paid so far by the user is decreased\n" 
    198 "                       too.\n" 
    199 "                       Groups don't have a real balance, but the\n" 
    200 "                       sum of their users' account balance.\n" 
    201 "                       \n" 
    202 "  -S | --softlimit sl  Sets the quota soft limit to sl " 
    203 "pages.                       \n" 
    204 "  \n" 
    205 "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
    206 "  \n" 
    207 "  user1 through userN and group1 through groupN can use wildcards\n" 
    208 "  if the --add option is not set.\n" 
    209 "  \n" 
    210 "examples :                              \n" 
    211 "\n" 
    212 "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
    213 "  \n" 
    214 "  This will add users john, paul, george and ringo to the quota\n" 
    215 "  database, and set their print quotas to the same values than user \n" 
    216 "  jerome. User jerome must already exist.\n" 
    217 "  User ringo's email address will also be set to 'ringo@example.com'\n" 
    218 "  \n" 
    219 "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
    220 "  \n" 
    221 "  This will set jerome's print quota on the lp printer to a soft limit\n" 
    222 "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
    223 "  printer lp doesn't exist on the Quota Storage Server then nothing is " 
    224 "done.\n" 
    225 "\n" 
    226 "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
    227 "  \n" 
    228 "  Same as above, but if either user jerome or printer lp doesn't exist \n" 
    229 "  on the Quota Storage Server they are automatically added. Also\n" 
    230 "  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
    231 "  already exist in the Quota Storage.\n" 
    232 "            \n" 
    233 "  $ edpykota -g -S 500 -H 550 financial support            \n" 
    234 "  \n" 
    235 "  This will set print quota soft limit to 500 pages and hard limit\n" 
    236 "  to 550 pages for groups financial and support on all printers.\n" 
    237 "  \n" 
    238 "  $ edpykota --reset jerome \"jo*\"\n" 
    239 "  \n" 
    240 "  This will reset jerome's page counter to zero on all printers, as\n" 
    241 "  well as every user whose name begins with 'jo'.\n" 
    242 "  Their life time page counter on each printer will be kept unchanged.\n" 
    243 "  You can also reset the life time page counters by using the\n" 
    244 "  --hardreset | -R command line option.\n" 
    245 "  \n" 
    246 "  $ edpykota --printer hpcolor --noquota jerome\n" 
    247 "  \n" 
    248 "  This will tell PyKota to not limit jerome when printing on the \n" 
    249 "  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
    250 "  accounting of the pages he prints will still be kept.\n" 
    251 "  Print Quotas for jerome on other printers are unchanged.\n" 
    252 "  \n" 
    253 "  $ edpykota --limitby balance jerome\n" 
    254 "  \n" 
    255 "  This will tell PyKota to limit jerome by his account's balance\n" 
    256 "  when printing.\n" 
    257 "  \n" 
    258 "  $ edpykota --balance +10.0 jerome\n" 
    259 "  \n" 
    260 "  This will increase jerome's account balance by 10.0 (in your\n" 
    261 "  own currency). You can decrease the account balance with a\n" 
    262 "  dash prefix, and set it to a fixed amount with no prefix.\n" 
    263 "  \n" 
    264 "  $ edpykota --delete jerome rachel\n" 
    265 "  \n" 
    266 "  This will completely delete jerome and rachel from the Quota Storage\n" 
    267 "  database. All their quotas and jobs will be deleted too.\n" 
    268 "  \n" 
    269 "  $ edpykota --printer lp --charge 0.1\n" 
    270 "  \n" 
    271 "  This will set the page price for printer lp to 0.1. Job price\n" 
    272 "  will not be changed.\n" 
    273 "  \n" 
    274 "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
    275 "  \n" 
    276 "  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
    277 "  When printing either on hplj1 or hplj2, print quota will also be \n" 
    278 "  checked and accounted for on virtual printers Laser and HP.\n" 
    279 "\n" 
     201msgstr "" 
     202"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     203"Et verkt�r �est avgj�va slags bokf�ssystem som best egner seg " 
     204"for hver skriver.\n" 
     205"\n" 
     206"kommandolinje bruk :\n" 
     207"\n" 
     208"  pkhint [opsjoner] [skriver1 skriver2 skriver3 ... skriverN] <file.conf\n" 
     209"\n" 
     210"opsjoner :\n" 
     211"\n" 
     212"  -v | --version       Viser pkhint's versjon nummer.\n" 
     213"  -h | --help          Viser denne meldingen.\n" 
     214"  \n" 
     215"eksempler :                              \n" 
     216"\n" 
     217"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 
     218"  \n" 
     219"  Ditt utskriftssysetm vil bli analysert for �vgj�va som er beste " 
     220"bokf�smetode\n" 
     221"  for de oppgitte skriverene som passer med\n" 
     222"  de skrivernavn som er oppgitt som parametere.\n" 
     223"  \n" 
     224"  Hvis du ikke oppgir noen opsjoner p�ommandolinja, s�il alle\n" 
     225"  skriverene bli analysert.\n" 
     226"  \n" 
    280227"This program is free software; you can redistribute it and/or modify\n" 
    281228"it under the terms of the GNU General Public License as published by\n" 
     
    293240"\n" 
    294241"Please e-mail bugs to: %s" 
    295 msgstr "" 
    296 "edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    297 "En utskriftkvote behandler for PyKota.\n" 
    298 "\n" 
    299 "kommandoline bruk:\n" 
    300 "\n" 
    301 "  edpykota [opsjoner] bruker1 bruker2 ... brukerN\n" 
    302 "  \n" 
    303 "  edpykota [opsjoner] gruppe1 gruppe2 ... gruppeN\n" 
    304 "\n" 
    305 "opsjoner :\n" 
    306 "\n" 
    307 "  -v | --version       Viser edpykota's versjon nummer.\n" 
    308 "  -h | --help          Viser denne meldingen.\n" 
    309 "  \n" 
    310 "  -a | --add           Legger til brukere og/eller skrivere hvis de ikke finnes\n" 
    311 "                       p�yKotasystem serveren.\n" 
    312 "                       \n" 
    313 "  -d | --delete        Deletes users/groups from the quota storage.\n" 
    314 "                       Printers are never deleted.\n" 
    315 "                       \n" 
    316 "  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
    317 "                       for a particular printer. Job price is optional.\n" 
    318 "                       If both are to be set, separate them with a comma.\n" 
    319 "                       Floating point values are allowed.\n" 
    320 "  \n" 
    321 "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
    322 "                              listed, separated by commas. The groups\n" 
    323 "                              must already exist in the Quota Storage.\n" 
    324 "  \n" 
    325 "  -u | --users         Edit users print quotas, this is the default.\n" 
    326 "  \n" 
    327 "  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
    328 "                       use wildcards characters to select only\n" 
    329 "                       some printers. The default value is *, meaning\n" 
    330 "                       all printers. \n" 
    331 "                       You can specify several names or wildcards, \n" 
    332 "                       by separating them with commas.\n" 
    333 "  \n" 
    334 "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
    335 "                       pg1, pg2, etc... which must already exist.\n" 
    336 "                       A printer group is just like a normal printer,\n" 
    337 "                       only that it is usually unknown from the printing\n" 
    338 "                       system. Create printer groups exactly the same\n" 
    339 "                       way that you create printers, then add other \n" 
    340 "                       printers to them with this option.\n" 
    341 "                       Accounting is done on a printer and on all\n" 
    342 "                       the printer groups it belongs to, quota checking\n" 
    343 "                       is done on a printer and on all the printer groups\n" 
    344 "                       it belongs to.\n" 
    345 "  \n" 
    346 "  -g | --groups        Edit users groups print quotas instead of users.\n" 
    347 "                          \n" 
    348 "  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
    349 "                       print quotas\n" 
    350 "                       \n" 
    351 "  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
    352 "  \n" 
    353 "  -r | --reset         Resets the actual page counter for the user\n" 
    354 "                       or group to zero on the specified printers. \n" 
    355 "                       The life time page counter is kept unchanged.\n" 
    356 "                       \n" 
    357 "  -R | --hardreset     Resets the actual and life time page counters\n" 
    358 "                       for the user or group to zero on the specified \n" 
    359 "                       printers. \n" 
    360 "                       \n" 
    361 "  -l | --limitby l     Choose if the user/group is limited in " 
    362 "printing                     \n" 
    363 "                       by its account balance or by its page quota.\n" 
    364 "                       The default value is 'quota'. Allowed values\n" 
    365 "                       are 'quota' 'balance' 'quota-then-balance' and\n" 
    366 "                       'balance-then-quota'.\n" 
    367 "                       WARNING : quota-then-balance and balance-then-quota\n" 
    368 "                       are not yet implemented.\n" 
    369 "                       \n" 
    370 "  -b | --balance b     Sets the user's account balance to " 
    371 "b.                     \n" 
    372 "                       Account balance may be increase or decreased\n" 
    373 "                       if b is prefixed with + or -.\n" 
    374 "                       WARNING : when decreasing account balance,\n" 
    375 "                       the total paid so far by the user is decreased\n" 
    376 "                       too.\n" 
    377 "                       Groups don't have a real balance, but the\n" 
    378 "                       sum of their users' account balance.\n" 
    379 "                       \n" 
    380 "  -S | --softlimit sl  Sets the quota soft limit to sl " 
    381 "pages.                       \n" 
    382 "  \n" 
    383 "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
    384 "  \n" 
    385 "  user1 through userN and group1 through groupN can use wildcards\n" 
    386 "  if the --add option is not set.\n" 
    387 "  \n" 
    388 "examples :                              \n" 
    389 "\n" 
    390 "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
    391 "  \n" 
    392 "  This will add users john, paul, george and ringo to the quota\n" 
    393 "  database, and set their print quotas to the same values than user \n" 
    394 "  jerome. User jerome must already exist.\n" 
    395 "  User ringo's email address will also be set to 'ringo@example.com'\n" 
    396 "  \n" 
    397 "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
    398 "  \n" 
    399 "  This will set jerome's print quota on the lp printer to a soft limit\n" 
    400 "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
    401 "  printer lp doesn't exist on the Quota Storage Server then nothing is " 
    402 "done.\n" 
    403 "\n" 
    404 "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
    405 "  \n" 
    406 "  Same as above, but if either user jerome or printer lp doesn't exist \n" 
    407 "  on the Quota Storage Server they are automatically added. Also\n" 
    408 "  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
    409 "  already exist in the Quota Storage.\n" 
    410 "            \n" 
    411 "  $ edpykota -g -S 500 -H 550 financial support            \n" 
    412 "  \n" 
    413 "  This will set print quota soft limit to 500 pages and hard limit\n" 
    414 "  to 550 pages for groups financial and support on all printers.\n" 
    415 "  \n" 
    416 "  $ edpykota --reset jerome \"jo*\"\n" 
    417 "  \n" 
    418 "  This will reset jerome's page counter to zero on all printers, as\n" 
    419 "  well as every user whose name begins with 'jo'.\n" 
    420 "  Their life time page counter on each printer will be kept unchanged.\n" 
    421 "  You can also reset the life time page counters by using the\n" 
    422 "  --hardreset | -R command line option.\n" 
    423 "  \n" 
    424 "  $ edpykota --printer hpcolor --noquota jerome\n" 
    425 "  \n" 
    426 "  This will tell PyKota to not limit jerome when printing on the \n" 
    427 "  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
    428 "  accounting of the pages he prints will still be kept.\n" 
    429 "  Print Quotas for jerome on other printers are unchanged.\n" 
    430 "  \n" 
    431 "  $ edpykota --limitby balance jerome\n" 
    432 "  \n" 
    433 "  This will tell PyKota to limit jerome by his account's balance\n" 
    434 "  when printing.\n" 
    435 "  \n" 
    436 "  $ edpykota --balance +10.0 jerome\n" 
    437 "  \n" 
    438 "  This will increase jerome's account balance by 10.0 (in your\n" 
    439 "  own currency). You can decrease the account balance with a\n" 
    440 "  dash prefix, and set it to a fixed amount with no prefix.\n" 
    441 "  \n" 
    442 "  $ edpykota --delete jerome rachel\n" 
    443 "  \n" 
    444 "  This will completely delete jerome and rachel from the Quota Storage\n" 
    445 "  database. All their quotas and jobs will be deleted too.\n" 
    446 "  \n" 
    447 "  $ edpykota --printer lp --charge 0.1\n" 
    448 "  \n" 
    449 "  This will set the page price for printer lp to 0.1. Job price\n" 
    450 "  will not be changed.\n" 
    451 "  \n" 
    452 "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
    453 "  \n" 
    454 "  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
    455 "  When printing either on hplj1 or hplj2, print quota will also be \n" 
    456 "  checked and accounted for on virtual printers Laser and HP.\n" 
    457 "\n" 
     242 
     243#, python-format 
     244msgid "Invalid DeviceURI : %s" 
     245msgstr "Ugyldig enhets URI : %s" 
     246 
     247msgid "" 
     248"\n" 
     249"Please wait while pkhint analyzes your printing system's configuration..." 
     250msgstr "" 
     251"\n" 
     252"Vent litt mens pkhint sjekker hvordan ditt utskriftssystem er " 
     253"konfigurert ... " 
     254 
     255#, python-format 
     256msgid "Unknown device %s for printer %s" 
     257msgstr "Ukjent enhet %s for skriver %s" 
     258 
     259msgid "" 
     260"\n" 
     261"Put the following lines into your /etc/pykota/pykota.conf file :\n" 
     262msgstr "" 
     263"\n" 
     264"Legg til f�de linjer i fila /etc/pykota/pykota.conf :\n" 
     265 
     266msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
     267msgstr "" 
     268"# OBS! : selv om programvare basert bokf� er anbefalt, s�etyr ikke det " 
     269"at" 
     270 
     271msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
     272msgstr "# maskinvare basert bokf� ikke virker, det betyr kun at PyKota" 
     273 
     274msgid "# wasn't able to autodetect which hardware accounting method to use." 
     275msgstr "" 
     276"# ikke automatisk klarte �vgj�vilken type maskinvare bsaert bokf� " 
     277"den skulle bruke." 
     278 
     279#, python-format 
     280msgid "" 
     281"pkmail v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     282"\n" 
     283"Email gateway for PyKota.\n" 
     284"\n" 
     285"command line usage :\n" 
     286"\n" 
     287"  pkmail  [options]\n" 
     288"\n" 
     289"options :\n" 
     290"\n" 
     291"  -v | --version       Prints pkmail's version number then exits.\n" 
     292"  -h | --help          Prints this message then exits.\n" 
     293"  \n" 
     294"    \n" 
     295"  This command is meant to be used from your mail server's aliases file,\n" 
     296"  as a pipe. It will then accept commands send to it in email messages,\n" 
     297"  and will send the answer to the command's originator.\n" 
     298"  \n" 
     299"  To use this command, create an email alias in /etc/aliases with\n" 
     300"  the following format :\n" 
     301"  \n" 
     302"    pykotacmd: \"|/usr/bin/pkmail\"\n" 
     303"    \n" 
     304"  Then run the 'newaliases' command to regenerate the aliases database.\n" 
     305"  \n" 
     306"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n" 
     307"  the command in the subject.\n" 
     308"  \n" 
     309"  List of supported commands :\n" 
     310"  \n" 
     311"        report [username]\n" 
     312"  \n" 
     313"  NB : For pkmail to work correctly, you may have to put the 'mail'\n" 
     314"  system user in the 'lpadmin' system group to ensure this user can\n" 
     315"  read the /etc/pykota/pykotadmin.conf file, and restart your\n" 
     316"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n" 
     317"  that you think at least twice before doing this though.\n" 
     318"  \n" 
     319"  Use at your own risk !\n" 
     320"  \n" 
    458321"This program is free software; you can redistribute it and/or modify\n" 
    459322"it under the terms of the GNU General Public License as published by\n" 
     
    471334"\n" 
    472335"Please e-mail bugs to: %s" 
    473  
    474 msgid "You're not allowed to use this command." 
    475 msgstr "Du har ikke tillatelse til �ruke denne kommandoen." 
    476  
    477 #, python-format 
    478 msgid "Invalid softlimit value %s." 
    479 msgstr "Ugyldig verdi for mykgrense %s." 
    480  
    481 #, python-format 
    482 msgid "Invalid hardlimit value %s." 
    483 msgstr "Ugyldig verdi for hardgrense %s." 
    484  
    485 #, python-format 
    486 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    487 msgstr "Hardgrensen %i er mindre enn mykgrensen %i, verdiene vil bli utbyttet." 
    488  
    489 #, python-format 
    490 msgid "Invalid balance value %s" 
    491 msgstr "Ugyldig verdi p�alanse %s." 
    492  
    493 #, python-format 
    494 msgid "Invalid charge amount value %s" 
    495 msgstr "Ugyldig verdi p�ostnad %s." 
    496  
    497 #, python-format 
    498 #, fuzzy 
    499 msgid "Invalid limitby value %s" 
    500 msgstr "Ugyldig limitby verdi %s" 
    501  
    502 #, python-format 
    503 msgid "Impossible to add printer %s" 
    504 msgstr "Ikke mulig �egge til skriver %s" 
    505  
    506 #, python-format 
    507 msgid "Invalid printer name %s" 
    508 msgstr "Ugyldig skrivernavn %s" 
    509  
    510 #, python-format 
    511 msgid "There's no printer matching %s" 
    512 msgstr "Finner ingen skriver som passer med %s" 
    513  
    514 msgid "You have to pass user or group names on the command line" 
    515 msgstr "Du m�ppgi en bruker eller gruppenavn p�ommandolinja" 
    516  
    517 #, python-format 
    518 #, fuzzy 
    519 msgid "Prototype %s not found in Quota Storage for printer %s." 
    520 msgstr "Prototypen %s for skriver %s ikke funnet i PyKotasystemet." 
    521  
    522 #, python-format 
    523 msgid "Prototype object %s not found in Quota Storage." 
    524 msgstr "Prototype objekt %s ikke funnet i PyKotasystemet." 
    525  
    526 #, python-format 
    527 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    528 msgstr "Udefinert hardgrense satt til mykgrense (%s) p�kriver %s." 
    529  
    530 #, python-format 
    531 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    532 msgstr "Udefinert mykgrense satt til hardgrense (%s) p�kriver %s." 
    533  
    534 #, python-format 
    535 msgid "Invalid email address %s" 
    536 msgstr "Ugyldig e-post adresse %s" 
    537  
    538 #, python-format 
    539 msgid "Invalid group name %s" 
    540 msgstr "Ugyldig gruppenavn %s" 
    541  
    542 #, python-format 
    543 msgid "Invalid user name %s" 
    544 msgstr "Ugyldig brukernavn %s" 
    545  
    546 #, python-format 
    547 msgid "Quota not found for object %s on printer %s." 
    548 msgstr "Ingen kvote funnet for %s p�kriver %s." 
    549  
    550 #, python-format 
    551 msgid "Group %s not found in the PyKota Storage." 
    552 msgstr "Gruppen %s ble ikke funnet i PyKotasystemet." 
    553  
    554 msgid "incompatible options, see help." 
    555 msgstr "valgene passer ikke sammen, se i Hjelp." 
    556  
    557 #, python-format 
    558 msgid "" 
    559 "pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    560 "An OSD quota monitor for PyKota.\n" 
    561 "\n" 
    562 "command line usage :\n" 
    563 "\n" 
    564 "  pykosd [options]\n" 
    565 "\n" 
    566 "options :\n" 
    567 "\n" 
    568 "  -v | --version       Prints pykosd's version number then exits.\n" 
    569 "  -h | --help          Prints this message then exits.\n" 
    570 "  \n" 
    571 "  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
    572 "                       triplet, for example #FF0000 is 100%% red.\n" 
    573 "                       Defaults to 100%% green (#00FF00).\n" 
    574 "                       \n" 
    575 "  -d | --duration d    Sets the duration of the display in seconds. \n" 
    576 "                       Defaults to 3 seconds.\n" 
    577 "                       \n" 
    578 "  -f | --font f        Sets the font to use for " 
    579 "display.                      \n" 
    580 "                       Defaults to the Python OSD library's default.\n" 
    581 "  \n" 
    582 "  -l | --loop n        Sets the number of times the info will be displayed.\n" 
    583 "                       Defaults to 0, which means loop forever.\n" 
    584 "                       \n" 
    585 "  -s | --sleep s       Sets the sleeping duration between two displays \n" 
    586 "                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
    587 "                       \n" 
    588 "  \n" 
    589 "examples :                              \n" 
    590 "\n" 
    591 "  $ pykosd -s 60 --loop 5\n" 
    592 "  \n" 
    593 "  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
    594 "  and will last for 3 seconds (the default) each time. After five\n" 
    595 "  iterations, the program will exit.\n" 
    596 "  \n" 
    597 "This program is free software; you can redistribute it and/or modify\n" 
    598 "it under the terms of the GNU General Public License as published by\n" 
    599 "the Free Software Foundation; either version 2 of the License, or\n" 
    600 "(at your option) any later version.\n" 
    601 "\n" 
    602 "This program is distributed in the hope that it will be useful,\n" 
    603 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    604 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    605 "GNU General Public License for more details.\n" 
    606 "\n" 
    607 "You should have received a copy of the GNU General Public License\n" 
    608 "along with this program; if not, write to the Free Software\n" 
    609 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    610 "\n" 
    611 "Please e-mail bugs to: %s" 
    612 msgstr "" 
    613 "pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    614 "En OSD kvote overv�r for PyKota.\n" 
    615 "\n" 
    616 "kommandolinje bruk :\n" 
    617 "\n" 
    618 "  pykosd [opsjoner]\n" 
    619 "\n" 
    620 "opsjoner :\n" 
    621 "\n" 
    622 "  -v | --version       Viser pykosd versjons nummer.\n" 
    623 "  -h | --help          Viser denne meldingen.\n" 
    624 "  \n" 
    625 "  -c | --color #rrggbb Setter fargen som skal brukes p�kjermen i hexadesimal\n" 
    626 "                       formatet, f.eks er #FF0000 100%% r�n" 
    627 "                       Standard er 100%% gr�#00FF00).\n" 
    628 "                       \n" 
    629 "  -d | --duration d    Setter visningsvarigheten til et antall sekunder.\n" 
    630 "                       Standard er 3 sekunder.\n" 
    631 "                       \n" 
    632 "  -f | --font f        Setter skrifttypen som skal brukes p�"skjermen.                      \n" 
    633 "                       Bruker bibliotekete til Python OSD som standard.\n" 
    634 "  \n" 
    635 "  -l | --loop n        Setter antall ganger informasjonen vil bli vist.\n" 
    636 "                       Standard er 0, som betyr at den g�i en evig l�\n" 
    637 "                       \n" 
    638 "  -s | --sleep s       Setter dvaleperioden i sekunder mellom to visninger \n" 
    639 "                       Standard er 180 sekunder (3 minutter).\n" 
    640 "                       \n" 
    641 "  \n" 
    642 "eksempler :                              \n" 
    643 "\n" 
    644 "  $ pykosd -s 60 --loop 5\n" 
    645 "  \n" 
    646 "  Vil starte pykosd med oppdatert visning hvert 60 sekund,\n" 
    647 "  som varer i 3 sekunder (standard) hver gang. Etter 5 visninger\n" 
    648 "  s�topper det.\n" 
    649 "  \n" 
    650 "This program is free software; you can redistribute it and/or modify\n" 
    651 "it under the terms of the GNU General Public License as published by\n" 
    652 "the Free Software Foundation; either version 2 of the License, or\n" 
    653 "(at your option) any later version.\n" 
    654 "\n" 
    655 "This program is distributed in the hope that it will be useful,\n" 
    656 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    657 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    658 "GNU General Public License for more details.\n" 
    659 "\n" 
    660 "You should have received a copy of the GNU General Public License\n" 
    661 "along with this program; if not, write to the Free Software\n" 
    662 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    663 "\n" 
    664 "Please e-mail bugs to: %s" 
    665  
    666 #, python-format 
    667 msgid "Invalid duration option %s" 
    668 msgstr "Ugyldig verdi for varighet %s" 
    669  
    670 #, python-format 
    671 msgid "Invalid loop option %s" 
    672 msgstr "Ugyldig repetisjons valg %s" 
    673  
    674 #, python-format 
    675 msgid "Invalid sleep option %s" 
    676 msgstr "Ugyldig dvale valg %s" 
    677  
    678 #, python-format 
    679 msgid "Invalid color option %s" 
    680 msgstr "Ugyldig fargevalg %s" 
    681  
    682 #, python-format 
    683 msgid "User %s doesn't exist in PyKota's database" 
    684 msgstr "Brukeren %s finnes ikke i databasen til PyKota" 
    685  
    686 #, python-format 
    687 msgid "Pages used on %s : %s" 
    688 msgstr "Antall sider brukt p�s : %s" 
    689  
    690 #, python-format 
    691 msgid "PyKota Units left : %.2f" 
    692 msgstr "Pykota enheter igjen : %.2f" 
    693  
    694 #, python-format 
    695 msgid "" 
    696 "warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    697 "\n" 
    698 "Sends mail to users over print quota.\n" 
    699 "\n" 
    700 "command line usage :\n" 
    701 "\n" 
    702 "  warnpykota  [options]  [names]\n" 
    703 "\n" 
    704 "options :\n" 
    705 "\n" 
    706 "  -v | --version       Prints warnpykota's version number then exits.\n" 
    707 "  -h | --help          Prints this message then exits.\n" 
    708 "  \n" 
    709 "  -u | --users         Warns users over their print quota, this is the \n" 
    710 "                       default.\n" 
    711 "  \n" 
    712 "  -g | --groups        Warns users whose groups quota are over limit.\n" 
    713 "  \n" 
    714 "  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
    715 "                       use wildcards characters to select only\n" 
    716 "                       some printers. The default value is *, meaning\n" 
    717 "                       all printers.\n" 
    718 "                       You can specify several names or wildcards, \n" 
    719 "                       by separating them with commas.\n" 
    720 "  \n" 
    721 "examples :                              \n" 
    722 "\n" 
    723 "  $ warnpykota --printer lp\n" 
    724 "  \n" 
    725 "  This will warn all users of the lp printer who have exceeded their\n" 
    726 "  print quota.\n" 
    727 "\n" 
    728 "  $ warnpykota \n" 
    729 "  \n" 
    730 "  This will warn all users  who have exceeded their print quota on\n" 
    731 "  any printer.\n" 
    732 "\n" 
    733 "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
    734 "  \n" 
    735 "  This will warn all users of groups which names begins with \"dev\" and\n" 
    736 "  who have exceeded their print quota on any printer which name begins \n" 
    737 "  with \"laserjet\"\n" 
    738 "  \n" 
    739 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    740 "  arguments representing users or groups names are ignored, and only the\n" 
    741 "  current user/group is reported.\n" 
    742 "\n" 
    743 "This program is free software; you can redistribute it and/or modify\n" 
    744 "it under the terms of the GNU General Public License as published by\n" 
    745 "the Free Software Foundation; either version 2 of the License, or\n" 
    746 "(at your option) any later version.\n" 
    747 "\n" 
    748 "This program is distributed in the hope that it will be useful,\n" 
    749 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    750 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    751 "GNU General Public License for more details.\n" 
    752 "\n" 
    753 "You should have received a copy of the GNU General Public License\n" 
    754 "along with this program; if not, write to the Free Software\n" 
    755 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    756 "\n" 
    757 "Please e-mail bugs to: %s" 
    758 msgstr "" 
    759 "warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    760 "\n" 
    761 "Sender e-post til brukere som har oversetget sin utskriftskvote.\n" 
    762 "\n" 
    763 "kommandolinje bruk :\n" 
    764 "\n" 
    765 "  warnpykota  [opsjoner]  [navn]\n" 
    766 "\n" 
    767 "opsjoner :\n" 
    768 "\n" 
    769 "  -v | --version       Viser warnpykota versjon nummer.\n" 
    770 "  -h | --help          Viser denne meldingen.\n" 
    771 "  \n" 
    772 "  -u | --users         Advarer brukere som har oversteget sin utskriftskvote,\n" 
    773 "                       dette er standard.\n" 
    774 "  \n" 
    775 "  -g | --groups        Advarer brukere som er medlem av en gruppe som har overseteget sin gruppeutskriftskvote.\n" 
    776 "  \n" 
    777 "  -P | --printer p     Verifiser kvoter p�un denne skriveren.Faktisk s�an p\n" 
    778 "                       ogs�� jokertegn for �un velge noen bestemte\n" 
    779 "                       skrivere. Standard er *, som betyr \n" 
    780 "                       alle skrivere.\n" 
    781 "                       Du kan bruke flere skrivernavn eller jokertegn\n" 
    782 "                       ved �eparere dem med komma.\n" 
    783 "  \n" 
    784 "eksempler :                              \n" 
    785 "\n" 
    786 "  $ warnpykota --printer lp\n" 
    787 "  \n" 
    788 "  Dette vil advare alle brukere p�kriveren lp som har oversteget sin\n" 
    789 "  utskriftskvote.\n" 
    790 "\n" 
    791 "  $ warnpykota \n" 
    792 "  \n" 
    793 "  Dette vil advare alle brukere som har oversteget sin\n" 
    794 "  utskriftskvote.\n" 
    795 "\n" 
    796 "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
    797 "  \n" 
    798 "  Dette vil advare alle brukere i grupper som begynner p�"dev\" om at\n" 
    799 "  de har oversteget sin kvote p�kriver med navn som begynner med\n" 
    800 "  \"laserjet\"\n" 
    801 "  \n" 
    802 "  Hvis en bruker som ikke er en PyKota administrator bruker programet,\n" 
    803 "  sp vil opsjoner som representerer brukere eller grupper bli sett bort fra,\n" 
    804 "  kun vedkommendes bruker/gruppe blir rapportert.\n" 
    805 "\n" 
    806 "This program is free software; you can redistribute it and/or modify\n" 
    807 "it under the terms of the GNU General Public License as published by\n" 
    808 "the Free Software Foundation; either version 2 of the License, or\n" 
    809 "(at your option) any later version.\n" 
    810 "\n" 
    811 "This program is distributed in the hope that it will be useful,\n" 
    812 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    813 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    814 "GNU General Public License for more details.\n" 
    815 "\n" 
    816 "You should have received a copy of the GNU General Public License\n" 
    817 "along with this program; if not, write to the Free Software\n" 
    818 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    819 "\n" 
    820 "Please e-mail bugs to: %s" 
    821  
    822 msgid "Job contains no data. Printing is denied." 
    823 msgstr "Utskriftsjobben inneholdt ingen data. Ingen utskrift utf� 
    824  
    825 msgid "Job accounting begins." 
    826 msgstr "Telling av utskriftsjobber begynner." 
    827  
    828 msgid "Job accounting ends." 
    829 msgstr "Telling av utskriftsjobber avsluttes." 
    830  
    831 msgid "Job size forced to 0 because printing is denied." 
    832 msgstr "St�sen p�tskriftsjobben ble satt til 0 fordi du har ikke tillatelse til �krive ut." 
    833  
    834 #, python-format 
    835 msgid "Job size : %i" 
    836 msgstr "St�se p�tskriftsjobben : %i" 
    837  
    838 #, python-format 
    839 msgid "Updating user %s's quota on printer %s" 
    840 msgstr "Oppdaterer brukeren %s sin kvote p�kriveren %s" 
    841  
    842 msgid "Job added to history." 
    843 msgstr "Utskriftsjobben er bokf� 
    844  
    845 #, python-format 
    846 msgid "File number %s unregistered twice from polling object, ignored." 
    847 msgstr "" 
    848  
    849 #, python-format 
    850 msgid "SIGTERM was sent to real backend %s (pid: %s)" 
    851 msgstr "Signalet SIGTERM ble sendt til bakgrunnen %s (pid: %s)" 
    852  
    853 #, python-format 
    854 msgid "CUPS backend %s died abnormally." 
    855 msgstr "CUPS bakgrunnen %s stoppet p�n unormal m�." 
    856  
    857 #, python-format 
    858 msgid "" 
    859 "dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    860 "\n" 
    861 "Dumps PyKota database's content.\n" 
    862 "\n" 
    863 "command line usage :\n" 
    864 "\n" 
    865 "  dumpykota [options] \n" 
    866 "\n" 
    867 "options :\n" 
    868 "\n" 
    869 "  -v | --version       Prints dumpykota's version number then exits.\n" 
    870 "  -h | --help          Prints this message then exits.\n" 
    871 "  \n" 
    872 "  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
    873 "                       \n" 
    874 "                         - history : dumps the jobs history.\n" 
    875 "                         - users : dumps users.\n" 
    876 "                         - groups : dumps user groups.\n" 
    877 "                         - printers : dump printers.\n" 
    878 "                         - upquotas : dump user quotas.\n" 
    879 "                         - gpquotas : dump user groups quotas.\n" 
    880 "                         - payments : dumps user payments.\n" 
    881 "                         - pmembers : dumps printer groups members.\n" 
    882 "                         - umembers : dumps user groups members.\n" 
    883 "                         \n" 
    884 "                       NB : the -d | --data command line option   \n" 
    885 "                       is MANDATORY.\n" 
    886 "  \n" 
    887 "  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
    888 "                       the format is to dump datas in the csv format (comma\n" 
    889 "                       separated values). All data dumped is between double\n" 
    890 "                       quotes. Allowed formats are :\n" 
    891 "                       \n" 
    892 "                         - csv : separate datas with commas\n" 
    893 "                         - ssv : separate datas with semicolons\n" 
    894 "                         - tsv : separate datas with tabs\n" 
    895 "                         - xml : dump data as XML\n" 
    896 "                         \n" 
    897 "  -o | --output fname  All datas will be dumped to the file instead of\n" 
    898 "                       to the standard output. The special '-' filename\n" 
    899 "                       is the default value and means stdout.\n" 
    900 "                       WARNING : existing files are truncated !\n" 
    901 "  \n" 
    902 "Examples :\n" 
    903 "\n" 
    904 "  $ dumpykota --data history --format csv >myfile.csv\n" 
    905 "  \n" 
    906 "  This dumps the history in a comma separated values file, for possible\n" 
    907 "  use in a spreadsheet.\n" 
    908 "  \n" 
    909 "  $ dumpykota --data users --format xml -o users.xml\n" 
    910 "  \n" 
    911 "  Dumps all users datas to the users.xml file.\n" 
    912 "  \n" 
    913 "This program is free software; you can redistribute it and/or modify\n" 
    914 "it under the terms of the GNU General Public License as published by\n" 
    915 "the Free Software Foundation; either version 2 of the License, or\n" 
    916 "(at your option) any later version.\n" 
    917 "\n" 
    918 "This program is distributed in the hope that it will be useful,\n" 
    919 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    920 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    921 "GNU General Public License for more details.\n" 
    922 "\n" 
    923 "You should have received a copy of the GNU General Public License\n" 
    924 "along with this program; if not, write to the Free Software\n" 
    925 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    926 "\n" 
    927 "Please e-mail bugs to: %s" 
    928 msgstr "" 
    929 "dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    930 "\n" 
    931 "Dumper innholdet i PyKota's database.\n" 
    932 "\n" 
    933 "kommandolinje bruk:\n" 
    934 "\n" 
    935 "  dumpykota [opsjoner] \n" 
    936 "\n" 
    937 "opsjoner :\n" 
    938 "\n" 
    939 "  -v | --version       Viser dumpykota's versjon nummer.\n" 
    940 "  -h | --help          Viser denne meldingen.\n" 
    941 "  \n" 
    942 "  -d | --data type     Dumper data av typen 'type'. Tillatte typer er :\n" 
    943 "                       \n" 
    944 "                         - history : dumper utskrifts historie.\n" 
    945 "                         - users : dumper brukere.\n" 
    946 "                         - groups : dumper brukergrupper.\n" 
    947 "                         - printers : dumper skrivere.\n" 
    948 "                         - upquotas : dumper brukerkvoter.\n" 
    949 "                         - gpquotas : dumper brukergruppekvoter.\n" 
    950 "                         - payments : dumper brukeres innbetalinger.\n" 
    951 "                         - pmembers : dumper medlemmer av skrivergrupper\n" 
    952 "                         - umembers : dumper medlemmer av brukergrupper.\n" 
    953 "                         \n" 
    954 "                       NB : opsjonen -d | --data p�ommandolinjen    \n" 
    955 "                       er N�VENDIG.\n" 
    956 "  \n" 
    957 "  -f | --format fmt    Dumper data i 'fmt' formatet. Hvis annet ikke er oppgitt,\n" 
    958 "                       s�r formatet av typen csv  (comma\n" 
    959 "                       separated values). All data som dumpes plasseres innenfor\n" 
    960 "                       anf�stegn. Tillatte format er :\n" 
    961 "                       \n" 
    962 "                         - csv : skiller data med komma\n" 
    963 "                         - ssv : skiller data med semikolon\n" 
    964 "                         - tsv : skiller data med tabulatorinnrykk\n" 
    965 "                         - xml : dumper data som XML\n" 
    966 "                         \n" 
    967 "  -o | --output fname  All data dumpes rett til filem istedenfor til\n" 
    968 "                       standardutdata(stdout). Den spesielle '-' filnavn\n" 
    969 "                       er standard og betyr standardutdata(stdout).\n" 
    970 "                       ADVARSEL : eksisterende filer blir klippet av!\n" 
    971 "  \n" 
    972 "Eksempler:\n" 
    973 "\n" 
    974 "  $ dumpykota --data history --format csv >myfile.csv\n" 
    975 "  \n" 
    976 "  Dette dumper historien til en komma separert fil, for lett import til et\n" 
    977 "  regneark\n" 
    978 "  \n" 
    979 "  $ dumpykota --data users --format xml -o users.xml\n" 
    980 "  \n" 
    981 "  Dumper alle brukeres data til fila users.xml.\n" 
    982 "  \n" 
    983 "This program is free software; you can redistribute it and/or modify\n" 
    984 "it under the terms of the GNU General Public License as published by\n" 
    985 "the Free Software Foundation; either version 2 of the License, or\n" 
    986 "(at your option) any later version.\n" 
    987 "\n" 
    988 "This program is distributed in the hope that it will be useful,\n" 
    989 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    990 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    991 "GNU General Public License for more details.\n" 
    992 "\n" 
    993 "You should have received a copy of the GNU General Public License\n" 
    994 "along with this program; if not, write to the Free Software\n" 
    995 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    996 "\n" 
    997 "Please e-mail bugs to: %s" 
    998  
    999 #, python-format 
    1000 msgid "Invalid modifier [%s] for --data command line option, see help." 
    1001 msgstr "Ugyldig modifikator [%s] for kommandolinje opsjonen --data, se Hjelp." 
    1002  
    1003 #, python-format 
    1004 msgid "Invalid modifier [%s] for --format command line option, see help." 
    1005 msgstr "Ugyldig modifikator [%s] for kommandolinje opsjonen --format, se Hjelp." 
    1006  
    1007 msgid "XML output is disabled because the jaxml module is not available." 
    1008 msgstr "Bruk av XML er ikke mulig fordi jaxml modulen ikke er tilgjengelig." 
    1009  
    1010 msgid "PyKota data dumper failed : I/O error" 
    1011 msgstr "PyKotasystemets datadumper feilet: I/O-feil" 
    1012  
    1013 msgid "The -d | --data command line option is mandatory, see help." 
    1014 msgstr "Du m�ruke opsjonen -d eller --data, se Hjelp." 
    1015  
    1016 msgid "Too many arguments, see help." 
    1017 msgstr "For mange argumenter, se Hjelp." 
    1018  
    1019 msgid "Software accounting already done in first pass. Ignoring." 
    1020 msgstr "Programvare basert bokf� ble utf� f� omgang. Ignorerer." 
    1021  
    1022 msgid "Hardware accounting already done in first pass. Ignoring." 
    1023 msgstr "Maskinvare basert bokf� ble utf� f� omgang. Ignorerer." 
    1024  
    1025 #, python-format 
    1026 msgid "" 
    1027 "pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    1028 "A tool to give hints on what accounting method is best for each printer.\n" 
    1029 "\n" 
    1030 "command line usage :\n" 
    1031 "\n" 
    1032 "  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n" 
    1033 "\n" 
    1034 "options :\n" 
    1035 "\n" 
    1036 "  -v | --version       Prints pkhint's version number then exits.\n" 
    1037 "  -h | --help          Prints this message then exits.\n" 
    1038 "  \n" 
    1039 "examples :                              \n" 
    1040 "\n" 
    1041 "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 
    1042 "  \n" 
    1043 "  Will analyze your printing system to test which accounter\n" 
    1044 "  is the best for each of the defined printer which\n" 
    1045 "  name matches one of the parameters.\n" 
    1046 "  \n" 
    1047 "  If you don't pass any argument on the command line, all\n" 
    1048 "  printers will be analyzed.\n" 
    1049 "  \n" 
    1050 "This program is free software; you can redistribute it and/or modify\n" 
    1051 "it under the terms of the GNU General Public License as published by\n" 
    1052 "the Free Software Foundation; either version 2 of the License, or\n" 
    1053 "(at your option) any later version.\n" 
    1054 "\n" 
    1055 "This program is distributed in the hope that it will be useful,\n" 
    1056 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1057 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1058 "GNU General Public License for more details.\n" 
    1059 "\n" 
    1060 "You should have received a copy of the GNU General Public License\n" 
    1061 "along with this program; if not, write to the Free Software\n" 
    1062 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1063 "\n" 
    1064 "Please e-mail bugs to: %s" 
    1065 msgstr "" 
    1066 "pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    1067 "Et verkt�r �est avgj�va slags bokf�ssystem som best egner seg for hver skriver.\n" 
    1068 "\n" 
    1069 "kommandolinje bruk :\n" 
    1070 "\n" 
    1071 "  pkhint [opsjoner] [skriver1 skriver2 skriver3 ... skriverN] <file.conf\n" 
    1072 "\n" 
    1073 "opsjoner :\n" 
    1074 "\n" 
    1075 "  -v | --version       Viser pkhint's versjon nummer.\n" 
    1076 "  -h | --help          Viser denne meldingen.\n" 
    1077 "  \n" 
    1078 "eksempler :                              \n" 
    1079 "\n" 
    1080 "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 
    1081 "  \n" 
    1082 "  Ditt utskriftssysetm vil bli analysert for �vgj�va som er beste bokf�smetode\n" 
    1083 "  for de oppgitte skriverene som passer med\n" 
    1084 "  de skrivernavn som er oppgitt som parametere.\n" 
    1085 "  \n" 
    1086 "  Hvis du ikke oppgir noen opsjoner p�ommandolinja, s�il alle\n" 
    1087 "  skriverene bli analysert.\n" 
    1088 "  \n" 
    1089 "This program is free software; you can redistribute it and/or modify\n" 
    1090 "it under the terms of the GNU General Public License as published by\n" 
    1091 "the Free Software Foundation; either version 2 of the License, or\n" 
    1092 "(at your option) any later version.\n" 
    1093 "\n" 
    1094 "This program is distributed in the hope that it will be useful,\n" 
    1095 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
    1096 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
    1097 "GNU General Public License for more details.\n" 
    1098 "\n" 
    1099 "You should have received a copy of the GNU General Public License\n" 
    1100 "along with this program; if not, write to the Free Software\n" 
    1101 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
    1102 "\n" 
    1103 "Please e-mail bugs to: %s" 
    1104  
    1105 #, python-format 
    1106 msgid "Invalid DeviceURI : %s" 
    1107 msgstr "Ugyldig enhets URI : %s" 
    1108  
    1109 msgid "" 
    1110 "\n" 
    1111 "Please wait while pkhint analyzes your printing system's configuration..." 
    1112 msgstr "" 
    1113 "\n" 
    1114 "Vent litt mens pkhint sjekker hvordan ditt utskriftssystem er " 
    1115 "konfigurert ... " 
    1116  
    1117 #, python-format 
    1118 msgid "Unknown device %s for printer %s" 
    1119 msgstr "Ukjent enhet %s for skriver %s" 
    1120  
    1121 msgid "" 
    1122 "\n" 
    1123 "Put the following lines into your /etc/pykota/pykota.conf file :\n" 
    1124 msgstr "" 
    1125 "\n" 
    1126 "Legg til f�de linjer i fila /etc/pykota/pykota.conf :\n" 
    1127  
    1128 msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
    1129 msgstr "# OBS! : selv om programvare basert bokf� er anbefalt, s�etyr ikke det at" 
    1130  
    1131 msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
    1132 msgstr "# maskinvare basert bokf� ikke virker, det betyr kun at PyKota" 
    1133  
    1134 msgid "# wasn't able to autodetect which hardware accounting method to use." 
    1135 msgstr "# ikke automatisk klarte �vgj�vilken type maskinvare bsaert bokf� den skulle bruke." 
     336msgstr "" 
    1136337 
    1137338#, python-format 
     
    1248449"  \n" 
    1249450"  -a | --add           Legger til skrivere hvis de ikke allerede finnes p�n" 
    1250 "                       PyKota systemet.Hvis de allerede finnes, s�il de bli endret\n" 
     451"                       PyKota systemet.Hvis de allerede finnes, s�il de " 
     452"bli endret\n" 
    1251453"                       med mindre -s|--skipexisting brukes samtidig.\n" 
    1252454"                       \n" 
     
    1260462"                       Desimaltall og negative verdider er tillat.\n" 
    1261463"  \n" 
    1262 "  -g | --groups pg1[,pg2...] Legger til eller fjerner skiver(e) til skrivergruppene \n" 
     464"  -g | --groups pg1[,pg2...] Legger til eller fjerner skiver(e) til " 
     465"skrivergruppene \n" 
    1263466"                       pg1, pg2, etc... som allerede m�innes.\n" 
    1264467"                       En skrivergruppe er akkurat som en vanlig skriver,\n" 
    1265 "                       bortsett fra at de vanligvis er ukjente for skriversystemet.\n" 
    1266 "                       Opprett skrivergrupper p�amme m� som du legger til\n" 
     468"                       bortsett fra at de vanligvis er ukjente for " 
     469"skriversystemet.\n" 
     470"                       Opprett skrivergrupper p�amme m� som du legger " 
     471"til\n" 
    1267472"                       skrivere, s�egger du til skrivere \n" 
    1268473"                       til dem med denne opsjonen.\n" 
    1269 "                       Bokf� utf�p�kriveren og p�lle skrivergrupper\n" 
     474"                       Bokf� utf�p�kriveren og p�lle " 
     475"skrivergrupper\n" 
    1270476"                       skriveren tilh� kontroll av kvoter utf�n" 
    1271 "                       p�kriveren og p�lle skrivergrupper den" 
    1272 "                       tilh�\n" 
     477"                       p�kriveren og p�lle skrivergrupper " 
     478"den                       tilh�\n" 
    1273479"                       Hvis --remove opsjonen ikke brukes, s�r standard \n" 
    1274480"                       handling �egge den oppgitte skriveren til oppgitt\n" 
     
    1280486"  -r | --remove        I kombinasjon med opsjonen --groups " 
    1281487"ovenfor,                       \n" 
    1282 "                       s�il skriverene bli slettet fra de oppgitte skrivergruppene.\n" 
     488"                       s�il skriverene bli slettet fra de oppgitte " 
     489"skrivergruppene.\n" 
    1283490"                       \n" 
    1284491"  -s | --skipexisting  I kombinasjon med opsjonen --add ovenfor, s�il \n" 
    1285 "                       pkprinters ikke endre allerede eksisterende skrivere.\n" 
     492"                       pkprinters ikke endre allerede eksisterende " 
     493"skrivere.\n" 
    1286494"  \n" 
    1287495"  skriver1 tilogmed skriverN kan inneholde jokertegn hvis opsjonen --add \n" 
     
    1315523"  $ pkprinters --groups LexMark --remove hp2200\n" 
    1316524"  \n" 
    1317 "  Dette vil fjerne skriveren med navn hp2200 printer fra skrivergruppen LexMark.\n" 
     525"  Dette vil fjerne skriveren med navn hp2200 printer fra skrivergruppen " 
     526"LexMark.\n" 
    1318527"  \n" 
    1319528"This program is free software; you can redistribute it and/or modify\n" 
     
    1333542"Please e-mail bugs to: %s" 
    1334543 
     544msgid "You're not allowed to use this command." 
     545msgstr "Du har ikke tillatelse til �ruke denne kommandoen." 
     546 
     547#, python-format 
     548msgid "There's no printer matching %s" 
     549msgstr "Finner ingen skriver som passer med %s" 
     550 
     551#, python-format 
     552msgid "Invalid charge amount value %s" 
     553msgstr "Ugyldig verdi p�ostnad %s." 
     554 
    1335555#, python-format 
    1336556msgid "Printer %s already exists, skipping." 
     
    1340560msgid "Printer %s already exists, will be modified." 
    1341561msgstr "Skriveren %s finnes allerede, endrer p�en." 
     562 
     563#, python-format 
     564msgid "Impossible to add printer %s" 
     565msgstr "Ikke mulig �egge til skriver %s" 
     566 
     567#, python-format 
     568msgid "Invalid printer name %s" 
     569msgstr "Ugyldig skrivernavn %s" 
    1342570 
    1343571#, fuzzy 
     
    1345573msgstr "i" 
    1346574 
     575msgid "incompatible options, see help." 
     576msgstr "valgene passer ikke sammen, se i Hjelp." 
     577 
    1347578msgid "You have to pass printer groups names on the command line" 
    1348579msgstr "Du m�ppgi skrivergruppe p�ommandolinja" 
     
    1350581msgid "You have to pass printer names on the command line" 
    1351582msgstr "Du m�ppgi skrivernavn p�ommandolinja" 
     583 
     584#, python-format 
     585msgid "" 
     586"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     587"An OSD quota monitor for PyKota.\n" 
     588"\n" 
     589"command line usage :\n" 
     590"\n" 
     591"  pykosd [options]\n" 
     592"\n" 
     593"options :\n" 
     594"\n" 
     595"  -v | --version       Prints pykosd's version number then exits.\n" 
     596"  -h | --help          Prints this message then exits.\n" 
     597"  \n" 
     598"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     599"                       triplet, for example #FF0000 is 100%% red.\n" 
     600"                       Defaults to 100%% green (#00FF00).\n" 
     601"                       \n" 
     602"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     603"                       Defaults to 3 seconds.\n" 
     604"                       \n" 
     605"  -f | --font f        Sets the font to use for " 
     606"display.                      \n" 
     607"                       Defaults to the Python OSD library's default.\n" 
     608"  \n" 
     609"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     610"                       Defaults to 0, which means loop forever.\n" 
     611"                       \n" 
     612"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     613"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     614"                       \n" 
     615"  \n" 
     616"examples :                              \n" 
     617"\n" 
     618"  $ pykosd -s 60 --loop 5\n" 
     619"  \n" 
     620"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     621"  and will last for 3 seconds (the default) each time. After five\n" 
     622"  iterations, the program will exit.\n" 
     623"  \n" 
     624"This program is free software; you can redistribute it and/or modify\n" 
     625"it under the terms of the GNU General Public License as published by\n" 
     626"the Free Software Foundation; either version 2 of the License, or\n" 
     627"(at your option) any later version.\n" 
     628"\n" 
     629"This program is distributed in the hope that it will be useful,\n" 
     630"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     631"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     632"GNU General Public License for more details.\n" 
     633"\n" 
     634"You should have received a copy of the GNU General Public License\n" 
     635"along with this program; if not, write to the Free Software\n" 
     636"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     637"\n" 
     638"Please e-mail bugs to: %s" 
     639msgstr "" 
     640"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     641"En OSD kvote overv�r for PyKota.\n" 
     642"\n" 
     643"kommandolinje bruk :\n" 
     644"\n" 
     645"  pykosd [opsjoner]\n" 
     646"\n" 
     647"opsjoner :\n" 
     648"\n" 
     649"  -v | --version       Viser pykosd versjons nummer.\n" 
     650"  -h | --help          Viser denne meldingen.\n" 
     651"  \n" 
     652"  -c | --color #rrggbb Setter fargen som skal brukes p�kjermen i " 
     653"hexadesimal\n" 
     654"                       formatet, f.eks er #FF0000 100%% r�n" 
     655"                       Standard er 100%% gr�#00FF00).\n" 
     656"                       \n" 
     657"  -d | --duration d    Setter visningsvarigheten til et antall sekunder.\n" 
     658"                       Standard er 3 sekunder.\n" 
     659"                       \n" 
     660"  -f | --font f        Setter skrifttypen som skal brukes " 
     661"p�jermen.                      \n" 
     662"                       Bruker bibliotekete til Python OSD som standard.\n" 
     663"  \n" 
     664"  -l | --loop n        Setter antall ganger informasjonen vil bli vist.\n" 
     665"                       Standard er 0, som betyr at den g�i en evig l�\n" 
     666"                       \n" 
     667"  -s | --sleep s       Setter dvaleperioden i sekunder mellom to visninger \n" 
     668"                       Standard er 180 sekunder (3 minutter).\n" 
     669"                       \n" 
     670"  \n" 
     671"eksempler :                              \n" 
     672"\n" 
     673"  $ pykosd -s 60 --loop 5\n" 
     674"  \n" 
     675"  Vil starte pykosd med oppdatert visning hvert 60 sekund,\n" 
     676"  som varer i 3 sekunder (standard) hver gang. Etter 5 visninger\n" 
     677"  s�topper det.\n" 
     678"  \n" 
     679"This program is free software; you can redistribute it and/or modify\n" 
     680"it under the terms of the GNU General Public License as published by\n" 
     681"the Free Software Foundation; either version 2 of the License, or\n" 
     682"(at your option) any later version.\n" 
     683"\n" 
     684"This program is distributed in the hope that it will be useful,\n" 
     685"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     686"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     687"GNU General Public License for more details.\n" 
     688"\n" 
     689"You should have received a copy of the GNU General Public License\n" 
     690"along with this program; if not, write to the Free Software\n" 
     691"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     692"\n" 
     693"Please e-mail bugs to: %s" 
     694 
     695#, python-format 
     696msgid "Invalid duration option %s" 
     697msgstr "Ugyldig verdi for varighet %s" 
     698 
     699#, python-format 
     700msgid "Invalid loop option %s" 
     701msgstr "Ugyldig repetisjons valg %s" 
     702 
     703#, python-format 
     704msgid "Invalid sleep option %s" 
     705msgstr "Ugyldig dvale valg %s" 
     706 
     707#, python-format 
     708msgid "Invalid color option %s" 
     709msgstr "Ugyldig fargevalg %s" 
     710 
     711#, python-format 
     712msgid "User %s doesn't exist in PyKota's database" 
     713msgstr "Brukeren %s finnes ikke i databasen til PyKota" 
     714 
     715#, python-format 
     716msgid "Pages used on %s : %s" 
     717msgstr "Antall sider brukt p�s : %s" 
     718 
     719#, python-format 
     720msgid "PyKota Units left : %.2f" 
     721msgstr "Pykota enheter igjen : %.2f" 
    1352722 
    1353723#, python-format 
     
    1425795#, python-format 
    1426796msgid "" 
     797"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     798"A tool to automate user account creation and initial balance setting.\n" 
     799"\n" 
     800"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n" 
     801"\n" 
     802"command line usage :\n" 
     803"\n" 
     804"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n" 
     805"  OF AN external policy IN pykota.conf\n" 
     806"  \n" 
     807"  autopykota { -i | --initbalance value } \n" 
     808"\n" 
     809"options :\n" 
     810"\n" 
     811"  -v | --version       Prints autopykota's version number then exits.\n" 
     812"  -h | --help          Prints this message then exits.\n" 
     813"  \n" 
     814"  -i | --initbalance b Sets the user's account initial balance value to b.\n" 
     815"                       If the user already exists, actual balance is left\n" 
     816"                       unmodified. If unset, the default value is 0.\n" 
     817"                       \n" 
     818"This program is free software; you can redistribute it and/or modify\n" 
     819"it under the terms of the GNU General Public License as published by\n" 
     820"the Free Software Foundation; either version 2 of the License, or\n" 
     821"(at your option) any later version.\n" 
     822"\n" 
     823"This program is distributed in the hope that it will be useful,\n" 
     824"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     825"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     826"GNU General Public License for more details.\n" 
     827"\n" 
     828"You should have received a copy of the GNU General Public License\n" 
     829"along with this program; if not, write to the Free Software\n" 
     830"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     831"\n" 
     832"Please e-mail bugs to: %s" 
     833msgstr "" 
     834"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     835"Et verkt�r �utomatisere oppretting av brukere og oppstarten av " 
     836"kvotesystemet.\n" 
     837"\n" 
     838"DETTE VERKT�ET KAN IKKE BRUKES HVIS DU �SKER �KONTROLLERER DINE BRUKERES " 
     839"MULIGHETER MED PAGE QUOTA!\n" 
     840"\n" 
     841"kommandolinje bruk :\n" 
     842"\n" 
     843"  DETTE VERKT�ET M�IKKE BRUKES FRA KOMMANDOLINJA, MEN KUN SOM EN DEL\n" 
     844"  AV EN EKSTERN policy I pykota.conf\n" 
     845"  \n" 
     846"  autopykota { -i | --initbalance value } \n" 
     847"\n" 
     848"opsjoner :\n" 
     849"\n" 
     850"  -v | --version       Viser autopykota's versjon nummer.\n" 
     851"  -h | --help          Viser denne meldingen.\n" 
     852"  \n" 
     853"  -i | --initbalance b Setter brukerens startkonto til verdien b.\n" 
     854"                       Hvis brukeren allerede finnes, vil kontoen ikke " 
     855"endres.\n" 
     856"                       Hvis den ikke har noen verdi,vil standard verdi 0 " 
     857"brukes.\n" 
     858"                       \n" 
     859"This program is free software; you can redistribute it and/or modify\n" 
     860"it under the terms of the GNU General Public License as published by\n" 
     861"the Free Software Foundation; either version 2 of the License, or\n" 
     862"(at your option) any later version.\n" 
     863"\n" 
     864"This program is distributed in the hope that it will be useful,\n" 
     865"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     866"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     867"GNU General Public License for more details.\n" 
     868"\n" 
     869"You should have received a copy of the GNU General Public License\n" 
     870"along with this program; if not, write to the Free Software\n" 
     871"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     872"\n" 
     873"Please e-mail bugs to: %s" 
     874 
     875msgid "Job contains no data. Printing is denied." 
     876msgstr "Utskriftsjobben inneholdt ingen data. Ingen utskrift utf� 
     877 
     878msgid "Job accounting begins." 
     879msgstr "Telling av utskriftsjobber begynner." 
     880 
     881msgid "Job accounting ends." 
     882msgstr "Telling av utskriftsjobber avsluttes." 
     883 
     884msgid "Job size forced to 0 because printing is denied." 
     885msgstr "" 
     886"St�sen p�tskriftsjobben ble satt til 0 fordi du har ikke tillatelse " 
     887"til �krive ut." 
     888 
     889#, python-format 
     890msgid "Job size : %i" 
     891msgstr "St�se p�tskriftsjobben : %i" 
     892 
     893#, python-format 
     894msgid "Updating user %s's quota on printer %s" 
     895msgstr "Oppdaterer brukeren %s sin kvote p�kriveren %s" 
     896 
     897msgid "Job added to history." 
     898msgstr "Utskriftsjobben er bokf� 
     899 
     900#, python-format 
     901msgid "File number %s unregistered twice from polling object, ignored." 
     902msgstr "" 
     903 
     904#, python-format 
     905msgid "SIGTERM was sent to real backend %s (pid: %s)" 
     906msgstr "Signalet SIGTERM ble sendt til bakgrunnen %s (pid: %s)" 
     907 
     908#, python-format 
     909msgid "CUPS backend %s died abnormally." 
     910msgstr "CUPS bakgrunnen %s stoppet p�n unormal m�." 
     911 
     912#, python-format 
     913msgid "" 
     914"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     915"\n" 
     916"Dumps PyKota database's content.\n" 
     917"\n" 
     918"command line usage :\n" 
     919"\n" 
     920"  dumpykota [options] \n" 
     921"\n" 
     922"options :\n" 
     923"\n" 
     924"  -v | --version       Prints dumpykota's version number then exits.\n" 
     925"  -h | --help          Prints this message then exits.\n" 
     926"  \n" 
     927"  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
     928"                       \n" 
     929"                         - history : dumps the jobs history.\n" 
     930"                         - users : dumps users.\n" 
     931"                         - groups : dumps user groups.\n" 
     932"                         - printers : dump printers.\n" 
     933"                         - upquotas : dump user quotas.\n" 
     934"                         - gpquotas : dump user groups quotas.\n" 
     935"                         - payments : dumps user payments.\n" 
     936"                         - pmembers : dumps printer groups members.\n" 
     937"                         - umembers : dumps user groups members.\n" 
     938"                         \n" 
     939"                       NB : the -d | --data command line option   \n" 
     940"                       is MANDATORY.\n" 
     941"  \n" 
     942"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n" 
     943"                       the format is to dump datas in the csv format (comma\n" 
     944"                       separated values). All data dumped is between double\n" 
     945"                       quotes. Allowed formats are :\n" 
     946"                       \n" 
     947"                         - csv : separate datas with commas\n" 
     948"                         - ssv : separate datas with semicolons\n" 
     949"                         - tsv : separate datas with tabs\n" 
     950"                         - xml : dump data as XML\n" 
     951"                         \n" 
     952"  -o | --output fname  All datas will be dumped to the file instead of\n" 
     953"                       to the standard output. The special '-' filename\n" 
     954"                       is the default value and means stdout.\n" 
     955"                       WARNING : existing files are truncated !\n" 
     956"  \n" 
     957"Examples :\n" 
     958"\n" 
     959"  $ dumpykota --data history --format csv >myfile.csv\n" 
     960"  \n" 
     961"  This dumps the history in a comma separated values file, for possible\n" 
     962"  use in a spreadsheet.\n" 
     963"  \n" 
     964"  $ dumpykota --data users --format xml -o users.xml\n" 
     965"  \n" 
     966"  Dumps all users datas to the users.xml file.\n" 
     967"  \n" 
     968"This program is free software; you can redistribute it and/or modify\n" 
     969"it under the terms of the GNU General Public License as published by\n" 
     970"the Free Software Foundation; either version 2 of the License, or\n" 
     971"(at your option) any later version.\n" 
     972"\n" 
     973"This program is distributed in the hope that it will be useful,\n" 
     974"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     975"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     976"GNU General Public License for more details.\n" 
     977"\n" 
     978"You should have received a copy of the GNU General Public License\n" 
     979"along with this program; if not, write to the Free Software\n" 
     980"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     981"\n" 
     982"Please e-mail bugs to: %s" 
     983msgstr "" 
     984"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     985"\n" 
     986"Dumper innholdet i PyKota's database.\n" 
     987"\n" 
     988"kommandolinje bruk:\n" 
     989"\n" 
     990"  dumpykota [opsjoner] \n" 
     991"\n" 
     992"opsjoner :\n" 
     993"\n" 
     994"  -v | --version       Viser dumpykota's versjon nummer.\n" 
     995"  -h | --help          Viser denne meldingen.\n" 
     996"  \n" 
     997"  -d | --data type     Dumper data av typen 'type'. Tillatte typer er :\n" 
     998"                       \n" 
     999"                         - history : dumper utskrifts historie.\n" 
     1000"                         - users : dumper brukere.\n" 
     1001"                         - groups : dumper brukergrupper.\n" 
     1002"                         - printers : dumper skrivere.\n" 
     1003"                         - upquotas : dumper brukerkvoter.\n" 
     1004"                         - gpquotas : dumper brukergruppekvoter.\n" 
     1005"                         - payments : dumper brukeres innbetalinger.\n" 
     1006"                         - pmembers : dumper medlemmer av skrivergrupper\n" 
     1007"                         - umembers : dumper medlemmer av brukergrupper.\n" 
     1008"                         \n" 
     1009"                       NB : opsjonen -d | --data p�ommandolinjen    \n" 
     1010"                       er N�VENDIG.\n" 
     1011"  \n" 
     1012"  -f | --format fmt    Dumper data i 'fmt' formatet. Hvis annet ikke er " 
     1013"oppgitt,\n" 
     1014"                       s�r formatet av typen csv  (comma\n" 
     1015"                       separated values). All data som dumpes plasseres " 
     1016"innenfor\n" 
     1017"                       anf�stegn. Tillatte format er :\n" 
     1018"                       \n" 
     1019"                         - csv : skiller data med komma\n" 
     1020"                         - ssv : skiller data med semikolon\n" 
     1021"                         - tsv : skiller data med tabulatorinnrykk\n" 
     1022"                         - xml : dumper data som XML\n" 
     1023"                         \n" 
     1024"  -o | --output fname  All data dumpes rett til filem istedenfor til\n" 
     1025"                       standardutdata(stdout). Den spesielle '-' filnavn\n" 
     1026"                       er standard og betyr standardutdata(stdout).\n" 
     1027"                       ADVARSEL : eksisterende filer blir klippet av!\n" 
     1028"  \n" 
     1029"Eksempler:\n" 
     1030"\n" 
     1031"  $ dumpykota --data history --format csv >myfile.csv\n" 
     1032"  \n" 
     1033"  Dette dumper historien til en komma separert fil, for lett import til et\n" 
     1034"  regneark\n" 
     1035"  \n" 
     1036"  $ dumpykota --data users --format xml -o users.xml\n" 
     1037"  \n" 
     1038"  Dumper alle brukeres data til fila users.xml.\n" 
     1039"  \n" 
     1040"This program is free software; you can redistribute it and/or modify\n" 
     1041"it under the terms of the GNU General Public License as published by\n" 
     1042"the Free Software Foundation; either version 2 of the License, or\n" 
     1043"(at your option) any later version.\n" 
     1044"\n" 
     1045"This program is distributed in the hope that it will be useful,\n" 
     1046"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     1047"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     1048"GNU General Public License for more details.\n" 
     1049"\n" 
     1050"You should have received a copy of the GNU General Public License\n" 
     1051"along with this program; if not, write to the Free Software\n" 
     1052"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     1053"\n" 
     1054"Please e-mail bugs to: %s" 
     1055 
     1056#, python-format 
     1057msgid "Invalid modifier [%s] for --data command line option, see help." 
     1058msgstr "Ugyldig modifikator [%s] for kommandolinje opsjonen --data, se Hjelp." 
     1059 
     1060#, python-format 
     1061msgid "Invalid modifier [%s] for --format command line option, see help." 
     1062msgstr "" 
     1063"Ugyldig modifikator [%s] for kommandolinje opsjonen --format, se Hjelp." 
     1064 
     1065msgid "XML output is disabled because the jaxml module is not available." 
     1066msgstr "Bruk av XML er ikke mulig fordi jaxml modulen ikke er tilgjengelig." 
     1067 
     1068msgid "PyKota data dumper failed : I/O error" 
     1069msgstr "PyKotasystemets datadumper feilet: I/O-feil" 
     1070 
     1071msgid "The -d | --data command line option is mandatory, see help." 
     1072msgstr "Du m�ruke opsjonen -d eller --data, se Hjelp." 
     1073 
     1074msgid "Too many arguments, see help." 
     1075msgstr "For mange argumenter, se Hjelp." 
     1076 
     1077#, python-format 
     1078msgid "" 
     1079"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     1080"A Print Quota editor for PyKota.\n" 
     1081"\n" 
     1082"command line usage :\n" 
     1083"\n" 
     1084"  edpykota [options] user1 user2 ... userN\n" 
     1085"  \n" 
     1086"  edpykota [options] group1 group2 ... groupN\n" 
     1087"\n" 
     1088"options :\n" 
     1089"\n" 
     1090"  -v | --version       Prints edpykota's version number then exits.\n" 
     1091"  -h | --help          Prints this message then exits.\n" 
     1092"  \n" 
     1093"  -a | --add           Adds users and/or printers if they don't \n" 
     1094"                       exist on the Quota Storage Server.\n" 
     1095"                       \n" 
     1096"  -d | --delete        Deletes users/groups from the quota storage.\n" 
     1097"                       Printers are never deleted.\n" 
     1098"                       \n" 
     1099"  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     1100"                       for a particular printer. Job price is optional.\n" 
     1101"                       If both are to be set, separate them with a comma.\n" 
     1102"                       Floating point values are allowed.\n" 
     1103"  \n" 
     1104"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     1105"                              listed, separated by commas. The groups\n" 
     1106"                              must already exist in the Quota Storage.\n" 
     1107"  \n" 
     1108"  -u | --users         Edit users print quotas, this is the default.\n" 
     1109"  \n" 
     1110"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     1111"                       use wildcards characters to select only\n" 
     1112"                       some printers. The default value is *, meaning\n" 
     1113"                       all printers. \n" 
     1114"                       You can specify several names or wildcards, \n" 
     1115"                       by separating them with commas.\n" 
     1116"  \n" 
     1117"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     1118"                       pg1, pg2, etc... which must already exist.\n" 
     1119"                       A printer group is just like a normal printer,\n" 
     1120"                       only that it is usually unknown from the printing\n" 
     1121"                       system. Create printer groups exactly the same\n" 
     1122"                       way that you create printers, then add other \n" 
     1123"                       printers to them with this option.\n" 
     1124"                       Accounting is done on a printer and on all\n" 
     1125"                       the printer groups it belongs to, quota checking\n" 
     1126"                       is done on a printer and on all the printer groups\n" 
     1127"                       it belongs to.\n" 
     1128"  \n" 
     1129"  -g | --groups        Edit users groups print quotas instead of users.\n" 
     1130"                          \n" 
     1131"  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     1132"                       print quotas\n" 
     1133"                       \n" 
     1134"  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
     1135"  \n" 
     1136"  -r | --reset         Resets the actual page counter for the user\n" 
     1137"                       or group to zero on the specified printers. \n" 
     1138"                       The life time page counter is kept unchanged.\n" 
     1139"                       \n" 
     1140"  -R | --hardreset     Resets the actual and life time page counters\n" 
     1141"                       for the user or group to zero on the specified \n" 
     1142"                       printers. \n" 
     1143"                       \n" 
     1144"  -l | --limitby l     Choose if the user/group is limited in " 
     1145"printing                     \n" 
     1146"                       by its account balance or by its page quota.\n" 
     1147"                       The default value is 'quota'. Allowed values\n" 
     1148"                       are 'quota' 'balance' 'quota-then-balance' and\n" 
     1149"                       'balance-then-quota'.\n" 
     1150"                       WARNING : quota-then-balance and balance-then-quota\n" 
     1151"                       are not yet implemented.\n" 
     1152"                       \n" 
     1153"  -b | --balance b     Sets the user's account balance to " 
     1154"b.                     \n" 
     1155"                       Account balance may be increase or decreased\n" 
     1156"                       if b is prefixed with + or -.\n" 
     1157"                       WARNING : when decreasing account balance,\n" 
     1158"                       the total paid so far by the user is decreased\n" 
     1159"                       too.\n" 
     1160"                       Groups don't have a real balance, but the\n" 
     1161"                       sum of their users' account balance.\n" 
     1162"                       \n" 
     1163"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     1164"pages.                       \n" 
     1165"  \n" 
     1166"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     1167"  \n" 
     1168"  user1 through userN and group1 through groupN can use wildcards\n" 
     1169"  if the --add option is not set.\n" 
     1170"  \n" 
     1171"examples :                              \n" 
     1172"\n" 
     1173"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     1174"  \n" 
     1175"  This will add users john, paul, george and ringo to the quota\n" 
     1176"  database, and set their print quotas to the same values than user \n" 
     1177"  jerome. User jerome must already exist.\n" 
     1178"  User ringo's email address will also be set to 'ringo@example.com'\n" 
     1179"  \n" 
     1180"  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     1181"  \n" 
     1182"  This will set jerome's print quota on the lp printer to a soft limit\n" 
     1183"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
     1184"  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     1185"done.\n" 
     1186"\n" 
     1187"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     1188"  \n" 
     1189"  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     1190"  on the Quota Storage Server they are automatically added. Also\n" 
     1191"  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     1192"  already exist in the Quota Storage.\n" 
     1193"            \n" 
     1194"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     1195"  \n" 
     1196"  This will set print quota soft limit to 500 pages and hard limit\n" 
     1197"  to 550 pages for groups financial and support on all printers.\n" 
     1198"  \n" 
     1199"  $ edpykota --reset jerome \"jo*\"\n" 
     1200"  \n" 
     1201"  This will reset jerome's page counter to zero on all printers, as\n" 
     1202"  well as every user whose name begins with 'jo'.\n" 
     1203"  Their life time page counter on each printer will be kept unchanged.\n" 
     1204"  You can also reset the life time page counters by using the\n" 
     1205"  --hardreset | -R command line option.\n" 
     1206"  \n" 
     1207"  $ edpykota --printer hpcolor --noquota jerome\n" 
     1208"  \n" 
     1209"  This will tell PyKota to not limit jerome when printing on the \n" 
     1210"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     1211"  accounting of the pages he prints will still be kept.\n" 
     1212"  Print Quotas for jerome on other printers are unchanged.\n" 
     1213"  \n" 
     1214"  $ edpykota --limitby balance jerome\n" 
     1215"  \n" 
     1216"  This will tell PyKota to limit jerome by his account's balance\n" 
     1217"  when printing.\n" 
     1218"  \n" 
     1219"  $ edpykota --balance +10.0 jerome\n" 
     1220"  \n" 
     1221"  This will increase jerome's account balance by 10.0 (in your\n" 
     1222"  own currency). You can decrease the account balance with a\n" 
     1223"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     1224"  \n" 
     1225"  $ edpykota --delete jerome rachel\n" 
     1226"  \n" 
     1227"  This will completely delete jerome and rachel from the Quota Storage\n" 
     1228"  database. All their quotas and jobs will be deleted too.\n" 
     1229"  \n" 
     1230"  $ edpykota --printer lp --charge 0.1\n" 
     1231"  \n" 
     1232"  This will set the page price for printer lp to 0.1. Job price\n" 
     1233"  will not be changed.\n" 
     1234"  \n" 
     1235"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     1236"  \n" 
     1237"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
     1238"  When printing either on hplj1 or hplj2, print quota will also be \n" 
     1239"  checked and accounted for on virtual printers Laser and HP.\n" 
     1240"\n" 
     1241"This program is free software; you can redistribute it and/or modify\n" 
     1242"it under the terms of the GNU General Public License as published by\n" 
     1243"the Free Software Foundation; either version 2 of the License, or\n" 
     1244"(at your option) any later version.\n" 
     1245"\n" 
     1246"This program is distributed in the hope that it will be useful,\n" 
     1247"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     1248"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     1249"GNU General Public License for more details.\n" 
     1250"\n" 
     1251"You should have received a copy of the GNU General Public License\n" 
     1252"along with this program; if not, write to the Free Software\n" 
     1253"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     1254"\n" 
     1255"Please e-mail bugs to: %s" 
     1256msgstr "" 
     1257"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     1258"En utskriftkvote behandler for PyKota.\n" 
     1259"\n" 
     1260"kommandoline bruk:\n" 
     1261"\n" 
     1262"  edpykota [opsjoner] bruker1 bruker2 ... brukerN\n" 
     1263"  \n" 
     1264"  edpykota [opsjoner] gruppe1 gruppe2 ... gruppeN\n" 
     1265"\n" 
     1266"opsjoner :\n" 
     1267"\n" 
     1268"  -v | --version       Viser edpykota's versjon nummer.\n" 
     1269"  -h | --help          Viser denne meldingen.\n" 
     1270"  \n" 
     1271"  -a | --add           Legger til brukere og/eller skrivere hvis de ikke " 
     1272"finnes\n" 
     1273"                       p�yKotasystem serveren.\n" 
     1274"                       \n" 
     1275"  -d | --delete        Deletes users/groups from the quota storage.\n" 
     1276"                       Printers are never deleted.\n" 
     1277"                       \n" 
     1278"  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     1279"                       for a particular printer. Job price is optional.\n" 
     1280"                       If both are to be set, separate them with a comma.\n" 
     1281"                       Floating point values are allowed.\n" 
     1282"  \n" 
     1283"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     1284"                              listed, separated by commas. The groups\n" 
     1285"                              must already exist in the Quota Storage.\n" 
     1286"  \n" 
     1287"  -u | --users         Edit users print quotas, this is the default.\n" 
     1288"  \n" 
     1289"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     1290"                       use wildcards characters to select only\n" 
     1291"                       some printers. The default value is *, meaning\n" 
     1292"                       all printers. \n" 
     1293"                       You can specify several names or wildcards, \n" 
     1294"                       by separating them with commas.\n" 
     1295"  \n" 
     1296"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     1297"                       pg1, pg2, etc... which must already exist.\n" 
     1298"                       A printer group is just like a normal printer,\n" 
     1299"                       only that it is usually unknown from the printing\n" 
     1300"                       system. Create printer groups exactly the same\n" 
     1301"                       way that you create printers, then add other \n" 
     1302"                       printers to them with this option.\n" 
     1303"                       Accounting is done on a printer and on all\n" 
     1304"                       the printer groups it belongs to, quota checking\n" 
     1305"                       is done on a printer and on all the printer groups\n" 
     1306"                       it belongs to.\n" 
     1307"  \n" 
     1308"  -g | --groups        Edit users groups print quotas instead of users.\n" 
     1309"                          \n" 
     1310"  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     1311"                       print quotas\n" 
     1312"                       \n" 
     1313"  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
     1314"  \n" 
     1315"  -r | --reset         Resets the actual page counter for the user\n" 
     1316"                       or group to zero on the specified printers. \n" 
     1317"                       The life time page counter is kept unchanged.\n" 
     1318"                       \n" 
     1319"  -R | --hardreset     Resets the actual and life time page counters\n" 
     1320"                       for the user or group to zero on the specified \n" 
     1321"                       printers. \n" 
     1322"                       \n" 
     1323"  -l | --limitby l     Choose if the user/group is limited in " 
     1324"printing                     \n" 
     1325"                       by its account balance or by its page quota.\n" 
     1326"                       The default value is 'quota'. Allowed values\n" 
     1327"                       are 'quota' 'balance' 'quota-then-balance' and\n" 
     1328"                       'balance-then-quota'.\n" 
     1329"                       WARNING : quota-then-balance and balance-then-quota\n" 
     1330"                       are not yet implemented.\n" 
     1331"                       \n" 
     1332"  -b | --balance b     Sets the user's account balance to " 
     1333"b.                     \n" 
     1334"                       Account balance may be increase or decreased\n" 
     1335"                       if b is prefixed with + or -.\n" 
     1336"                       WARNING : when decreasing account balance,\n" 
     1337"                       the total paid so far by the user is decreased\n" 
     1338"                       too.\n" 
     1339"                       Groups don't have a real balance, but the\n" 
     1340"                       sum of their users' account balance.\n" 
     1341"                       \n" 
     1342"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     1343"pages.                       \n" 
     1344"  \n" 
     1345"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     1346"  \n" 
     1347"  user1 through userN and group1 through groupN can use wildcards\n" 
     1348"  if the --add option is not set.\n" 
     1349"  \n" 
     1350"examples :                              \n" 
     1351"\n" 
     1352"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     1353"  \n" 
     1354"  This will add users john, paul, george and ringo to the quota\n" 
     1355"  database, and set their print quotas to the same values than user \n" 
     1356"  jerome. User jerome must already exist.\n" 
     1357"  User ringo's email address will also be set to 'ringo@example.com'\n" 
     1358"  \n" 
     1359"  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     1360"  \n" 
     1361"  This will set jerome's print quota on the lp printer to a soft limit\n" 
     1362"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
     1363"  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     1364"done.\n" 
     1365"\n" 
     1366"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     1367"  \n" 
     1368"  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     1369"  on the Quota Storage Server they are automatically added. Also\n" 
     1370"  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     1371"  already exist in the Quota Storage.\n" 
     1372"            \n" 
     1373"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     1374"  \n" 
     1375"  This will set print quota soft limit to 500 pages and hard limit\n" 
     1376"  to 550 pages for groups financial and support on all printers.\n" 
     1377"  \n" 
     1378"  $ edpykota --reset jerome \"jo*\"\n" 
     1379"  \n" 
     1380"  This will reset jerome's page counter to zero on all printers, as\n" 
     1381"  well as every user whose name begins with 'jo'.\n" 
     1382"  Their life time page counter on each printer will be kept unchanged.\n" 
     1383"  You can also reset the life time page counters by using the\n" 
     1384"  --hardreset | -R command line option.\n" 
     1385"  \n" 
     1386"  $ edpykota --printer hpcolor --noquota jerome\n" 
     1387"  \n" 
     1388"  This will tell PyKota to not limit jerome when printing on the \n" 
     1389"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     1390"  accounting of the pages he prints will still be kept.\n" 
     1391"  Print Quotas for jerome on other printers are unchanged.\n" 
     1392"  \n" 
     1393"  $ edpykota --limitby balance jerome\n" 
     1394"  \n" 
     1395"  This will tell PyKota to limit jerome by his account's balance\n" 
     1396"  when printing.\n" 
     1397"  \n" 
     1398"  $ edpykota --balance +10.0 jerome\n" 
     1399"  \n" 
     1400"  This will increase jerome's account balance by 10.0 (in your\n" 
     1401"  own currency). You can decrease the account balance with a\n" 
     1402"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     1403"  \n" 
     1404"  $ edpykota --delete jerome rachel\n" 
     1405"  \n" 
     1406"  This will completely delete jerome and rachel from the Quota Storage\n" 
     1407"  database. All their quotas and jobs will be deleted too.\n" 
     1408"  \n" 
     1409"  $ edpykota --printer lp --charge 0.1\n" 
     1410"  \n" 
     1411"  This will set the page price for printer lp to 0.1. Job price\n" 
     1412"  will not be changed.\n" 
     1413"  \n" 
     1414"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     1415"  \n" 
     1416"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
     1417"  When printing either on hplj1 or hplj2, print quota will also be \n" 
     1418"  checked and accounted for on virtual printers Laser and HP.\n" 
     1419"\n" 
     1420"This program is free software; you can redistribute it and/or modify\n" 
     1421"it under the terms of the GNU General Public License as published by\n" 
     1422"the Free Software Foundation; either version 2 of the License, or\n" 
     1423"(at your option) any later version.\n" 
     1424"\n" 
     1425"This program is distributed in the hope that it will be useful,\n" 
     1426"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     1427"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     1428"GNU General Public License for more details.\n" 
     1429"\n" 
     1430"You should have received a copy of the GNU General Public License\n" 
     1431"along with this program; if not, write to the Free Software\n" 
     1432"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     1433"\n" 
     1434"Please e-mail bugs to: %s" 
     1435 
     1436#, python-format 
     1437msgid "Invalid softlimit value %s." 
     1438msgstr "Ugyldig verdi for mykgrense %s." 
     1439 
     1440#, python-format 
     1441msgid "Invalid hardlimit value %s." 
     1442msgstr "Ugyldig verdi for hardgrense %s." 
     1443 
     1444#, python-format 
     1445msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     1446msgstr "Hardgrensen %i er mindre enn mykgrensen %i, verdiene vil bli utbyttet." 
     1447 
     1448#, python-format 
     1449msgid "Invalid balance value %s" 
     1450msgstr "Ugyldig verdi p�alanse %s." 
     1451 
     1452#, fuzzy, python-format 
     1453msgid "Invalid limitby value %s" 
     1454msgstr "Ugyldig limitby verdi %s" 
     1455 
     1456msgid "You have to pass user or group names on the command line" 
     1457msgstr "Du m�ppgi en bruker eller gruppenavn p�ommandolinja" 
     1458 
     1459#, fuzzy, python-format 
     1460msgid "Prototype %s not found in Quota Storage for printer %s." 
     1461msgstr "Prototypen %s for skriver %s ikke funnet i PyKotasystemet." 
     1462 
     1463#, python-format 
     1464msgid "Prototype object %s not found in Quota Storage." 
     1465msgstr "Prototype objekt %s ikke funnet i PyKotasystemet." 
     1466 
     1467#, python-format 
     1468msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     1469msgstr "Udefinert hardgrense satt til mykgrense (%s) p�kriver %s." 
     1470 
     1471#, python-format 
     1472msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     1473msgstr "Udefinert mykgrense satt til hardgrense (%s) p�kriver %s." 
     1474 
     1475#, python-format 
     1476msgid "Invalid email address %s" 
     1477msgstr "Ugyldig e-post adresse %s" 
     1478 
     1479#, python-format 
     1480msgid "Unknown group %s" 
     1481msgstr "" 
     1482 
     1483#, python-format 
     1484msgid "Unknown user %s" 
     1485msgstr "" 
     1486 
     1487#, python-format 
     1488msgid "Invalid group name %s" 
     1489msgstr "Ugyldig gruppenavn %s" 
     1490 
     1491#, python-format 
     1492msgid "Invalid user name %s" 
     1493msgstr "Ugyldig brukernavn %s" 
     1494 
     1495#, python-format 
     1496msgid "Quota not found for object %s on printer %s." 
     1497msgstr "Ingen kvote funnet for %s p�kriver %s." 
     1498 
     1499#, python-format 
     1500msgid "Group %s not found in the PyKota Storage." 
     1501msgstr "Gruppen %s ble ikke funnet i PyKotasystemet." 
     1502 
     1503msgid "Software accounting already done in first pass. Ignoring." 
     1504msgstr "Programvare basert bokf� ble utf� f� omgang. Ignorerer." 
     1505 
     1506msgid "Hardware accounting already done in first pass. Ignoring." 
     1507msgstr "Maskinvare basert bokf� ble utf� f� omgang. Ignorerer." 
     1508 
     1509msgid "Job size and price now set in history." 
     1510msgstr "" 
     1511 
     1512#, python-format 
     1513msgid "" 
    14271514"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
    14281515"\n" 
     
    14881575 
    14891576#, python-format 
     1577msgid "" 
     1578"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     1579"\n" 
     1580"Sends mail to users over print quota.\n" 
     1581"\n" 
     1582"command line usage :\n" 
     1583"\n" 
     1584"  warnpykota  [options]  [names]\n" 
     1585"\n" 
     1586"options :\n" 
     1587"\n" 
     1588"  -v | --version       Prints warnpykota's version number then exits.\n" 
     1589"  -h | --help          Prints this message then exits.\n" 
     1590"  \n" 
     1591"  -u | --users         Warns users over their print quota, this is the \n" 
     1592"                       default.\n" 
     1593"  \n" 
     1594"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     1595"  \n" 
     1596"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     1597"                       use wildcards characters to select only\n" 
     1598"                       some printers. The default value is *, meaning\n" 
     1599"                       all printers.\n" 
     1600"                       You can specify several names or wildcards, \n" 
     1601"                       by separating them with commas.\n" 
     1602"  \n" 
     1603"examples :                              \n" 
     1604"\n" 
     1605"  $ warnpykota --printer lp\n" 
     1606"  \n" 
     1607"  This will warn all users of the lp printer who have exceeded their\n" 
     1608"  print quota.\n" 
     1609"\n" 
     1610"  $ warnpykota \n" 
     1611"  \n" 
     1612"  This will warn all users  who have exceeded their print quota on\n" 
     1613"  any printer.\n" 
     1614"\n" 
     1615"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     1616"  \n" 
     1617"  This will warn all users of groups which names begins with \"dev\" and\n" 
     1618"  who have exceeded their print quota on any printer which name begins \n" 
     1619"  with \"laserjet\"\n" 
     1620"  \n" 
     1621"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     1622"  arguments representing users or groups names are ignored, and only the\n" 
     1623"  current user/group is reported.\n" 
     1624"\n" 
     1625"This program is free software; you can redistribute it and/or modify\n" 
     1626"it under the terms of the GNU General Public License as published by\n" 
     1627"the Free Software Foundation; either version 2 of the License, or\n" 
     1628"(at your option) any later version.\n" 
     1629"\n" 
     1630"This program is distributed in the hope that it will be useful,\n" 
     1631"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     1632"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     1633"GNU General Public License for more details.\n" 
     1634"\n" 
     1635"You should have received a copy of the GNU General Public License\n" 
     1636"along with this program; if not, write to the Free Software\n" 
     1637"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     1638"\n" 
     1639"Please e-mail bugs to: %s" 
     1640msgstr "" 
     1641"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 
     1642"\n" 
     1643"Sender e-post til brukere som har oversetget sin utskriftskvote.\n" 
     1644"\n" 
     1645"kommandolinje bruk :\n" 
     1646"\n" 
     1647"  warnpykota  [opsjoner]  [navn]\n" 
     1648"\n" 
     1649"opsjoner :\n" 
     1650"\n" 
     1651"  -v | --version       Viser warnpykota versjon nummer.\n" 
     1652"  -h | --help          Viser denne meldingen.\n" 
     1653"  \n" 
     1654"  -u | --users         Advarer brukere som har oversteget sin " 
     1655"utskriftskvote,\n" 
     1656"                       dette er standard.\n" 
     1657"  \n" 
     1658"  -g | --groups        Advarer brukere som er medlem av en gruppe som har " 
     1659"overseteget sin gruppeutskriftskvote.\n" 
     1660"  \n" 
     1661"  -P | --printer p     Verifiser kvoter p�un denne skriveren.Faktisk s� 
     1662"kan p\n" 
     1663"                       ogs�� jokertegn for �un velge noen bestemte\n" 
     1664"                       skrivere. Standard er *, som betyr \n" 
     1665"                       alle skrivere.\n" 
     1666"                       Du kan bruke flere skrivernavn eller jokertegn\n" 
     1667"                       ved �eparere dem med komma.\n" 
     1668"  \n" 
     1669"eksempler :                              \n" 
     1670"\n" 
     1671"  $ warnpykota --printer lp\n" 
     1672"  \n" 
     1673"  Dette vil advare alle brukere p�kriveren lp som har oversteget sin\n" 
     1674"  utskriftskvote.\n" 
     1675"\n" 
     1676"  $ warnpykota \n" 
     1677"  \n" 
     1678"  Dette vil advare alle brukere som har oversteget sin\n" 
     1679"  utskriftskvote.\n" 
     1680"\n" 
     1681"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     1682"  \n" 
     1683"  Dette vil advare alle brukere i grupper som begynner p�"dev\" om at\n" 
     1684"  de har oversteget sin kvote p�kriver med navn som begynner med\n" 
     1685"  \"laserjet\"\n" 
     1686"  \n" 
     1687"  Hvis en bruker som ikke er en PyKota administrator bruker programet,\n" 
     1688"  sp vil opsjoner som representerer brukere eller grupper bli sett bort " 
     1689"fra,\n" 
     1690"  kun vedkommendes bruker/gruppe blir rapportert.\n" 
     1691"\n" 
     1692"This program is free software; you can redistribute it and/or modify\n" 
     1693"it under the terms of the GNU General Public License as published by\n" 
     1694"the Free Software Foundation; either version 2 of the License, or\n" 
     1695"(at your option) any later version.\n" 
     1696"\n" 
     1697"This program is distributed in the hope that it will be useful,\n" 
     1698"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 
     1699"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" 
     1700"GNU General Public License for more details.\n" 
     1701"\n" 
     1702"You should have received a copy of the GNU General Public License\n" 
     1703"along with this program; if not, write to the Free Software\n" 
     1704"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 
     1705"\n" 
     1706"Please e-mail bugs to: %s" 
     1707 
     1708#, python-format 
    14901709msgid "Unsupported accounter backend %s" 
    14911710msgstr "Bokf�sbakgrunnen er ikke st� %s" 
     
    14951714msgstr "Konfigurasjonsfil %s ble ikke funnet." 
    14961715 
    1497 #, python-format 
    1498 #, fuzzy 
     1716#, fuzzy, python-format 
    14991717msgid "Option %s not found in section global of %s" 
    15001718msgstr "Opsjon %s ble ikke funnet i den globale delen av %s" 
    15011719 
    1502 #, python-format 
    1503 #, fuzzy 
     1720#, fuzzy, python-format 
    15041721msgid "Option %s not found in section %s of %s" 
    15051722msgstr "Opsjonen %s ble ikke funnet i delen %s i %s" 
     
    15451762msgstr "" 
    15461763 
    1547 #, python-format 
    1548 #, fuzzy 
     1764#, fuzzy, python-format 
    15491765msgid "Invalid poor man's threshold %s" 
    15501766msgstr "Ugyldig fattigmans terksel %s" 
     
    15761792 
    15771793#, python-format 
    1578 #, fuzzy 
     1794msgid "Option accountbanner in section %s only supports values in %s" 
     1795msgstr "" 
     1796 
     1797#, fuzzy, python-format 
    15791798msgid "Unsupported logging subsystem %s" 
    15801799msgstr "Det underliggende systemet %s for bokf� er ikke st�" 
     
    16941913#, python-format 
    16951914msgid "Unable to precompute the job's size with the generic PDL analyzer : %s" 
    1696 msgstr "Klarer ikke �eregne st�sen p�tskriftsjobben ved hjelp av den generiske PDL analyseren : %s" 
     1915msgstr "" 
     1916"Klarer ikke �eregne st�sen p�tskriftsjobben ved hjelp av den " 
     1917"generiske PDL analyseren : %s" 
    16971918 
    16981919#, python-format 
     
    17001921msgstr "Signalet SIGTERM ble sendt, utskriftsjobb %s avbrutt." 
    17011922 
     1923#, python-format 
     1924msgid "Banner generator %s exit code is %s" 
     1925msgstr "" 
     1926 
    17021927msgid "Printer hostname undefined, set to 'localhost'" 
    17031928msgstr "Vertsnavnet til skriveren er udefinert, setter det lik 'localhost'" 
     
    17321957 
    17331958#, python-format 
    1734 msgid "Printer %s not registered in the PyKota system, applying default policy (%s)" 
     1959msgid "" 
     1960"Printer %s not registered in the PyKota system, applying default policy (%s)" 
    17351961msgstr "" 
    17361962 
     
    17481974 
    17491975#, python-format 
    1750 msgid "Printer %s still not registered in the PyKota system, job will be rejected" 
     1976msgid "" 
     1977"Printer %s still not registered in the PyKota system, job will be rejected" 
    17511978msgstr "" 
    17521979 
     
    17641991 
    17651992#, python-format 
     1993msgid "Network error while doing SNMP queries on printer %s : %s" 
     1994msgstr "" 
     1995 
     1996#, python-format 
     1997msgid "SNMP message decoding error for printer %s : %s" 
     1998msgstr "" 
     1999 
     2000#, python-format 
     2001msgid "Problem encountered while doing SNMP queries on printer %s : %s" 
     2002msgstr "" 
     2003 
     2004#, python-format 
     2005msgid "Waiting for printer %s to be idle or printing..." 
     2006msgstr "" 
     2007 
     2008#, python-format 
     2009msgid "Waiting for printer %s's idle status to stabilize..." 
     2010msgstr "" 
     2011 
     2012#, python-format 
     2013msgid "Problem during connection to %s:%s : %s" 
     2014msgstr "Det oppstod et problem under oppkobling til %s:%s : %s" 
     2015 
     2016#, python-format 
     2017msgid "Problem while sending PJL query to %s:%s : %s" 
     2018msgstr "Det oppstod et problem under sending av PJL til %s:%s : %s" 
     2019 
     2020#, python-format 
     2021msgid "A problem occured while reading printer %s's internal page counter." 
     2022msgstr "Det oppstod et problem under avlesing av sidetelleren til skriver %s." 
     2023 
     2024#, python-format 
     2025msgid "Retrieving printer %s's page counter from database instead." 
     2026msgstr "" 
     2027 
     2028#, python-format 
     2029msgid "" 
     2030"Couldn't retrieve printer %s's internal page counter either before or after " 
     2031"printing." 
     2032msgstr "" 
     2033 
     2034#, python-format 
     2035msgid "Job's size forced to 1 page for printer %s." 
     2036msgstr "" 
     2037 
     2038#, python-format 
     2039msgid "No previous job in database for printer %s." 
     2040msgstr "" 
     2041"Ingen tidligere utskriftsjobb er registrert i databasen for skriver %s." 
     2042 
     2043#, python-format 
     2044msgid "Inconsistent values for printer %s's internal page counter." 
     2045msgstr "" 
     2046 
     2047msgid "" 
     2048"Internal SNMP accounting asked, but Python-SNMP is not available. Please " 
     2049"download it from http://pysnmp.sourceforge.net" 
     2050msgstr "" 
     2051 
     2052#, python-format 
     2053msgid "Unknown printer address in HARDWARE(%s) for printer %s" 
     2054msgstr "Ukjent skriveradresse i HARDWARE(%s) for skriver %s" 
     2055 
     2056#, python-format 
     2057msgid "Launching HARDWARE(%s)..." 
     2058msgstr "Starter HARDWARE(%s) ..." 
     2059 
     2060#, python-format 
     2061msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
     2062msgstr "" 
     2063 
     2064#, python-format 
     2065msgid "Line [%s] skipped in accounter's output. Trying again..." 
     2066msgstr "" 
     2067 
     2068#, python-format 
     2069msgid "Hardware accounter %s exit code is %s" 
     2070msgstr "" 
     2071 
     2072#, python-format 
     2073msgid "Unable to query printer %s via HARDWARE(%s)" 
     2074msgstr "" 
     2075 
     2076#, python-format 
     2077msgid "" 
     2078"SNMP querying stage interrupted. Using latest value seen for internal page " 
     2079"counter (%s) on printer %s." 
     2080msgstr "" 
     2081 
     2082#, python-format 
     2083msgid "" 
     2084"PJL querying stage interrupted. Using latest value seen for internal page " 
     2085"counter (%s) on printer %s." 
     2086msgstr "" 
     2087 
     2088#, python-format 
     2089msgid "Launching SOFTWARE(%s)..." 
     2090msgstr "Starter SOFTWARE(%s) ..." 
     2091 
     2092#, python-format 
     2093msgid "Unable to compute job size with accounter %s" 
     2094msgstr "" 
     2095 
     2096#, python-format 
     2097msgid "Problem while waiting for software accounter pid %s to exit : %s" 
     2098msgstr "" 
     2099 
     2100#, python-format 
     2101msgid "Software accounter %s exit code is %s" 
     2102msgstr "" 
     2103 
     2104msgid "Totals may be inaccurate if some users are members of several groups." 
     2105msgstr "" 
     2106 
     2107#, python-format 
    17662108msgid "" 
    17672109"Search base %s doesn't seem to exist. Probable misconfiguration. Please " 
     
    18012143msgstr "" 
    18022144 
    1803 msgid "Totals may be inaccurate if some users are members of several groups." 
    1804 msgstr "" 
    1805  
    1806 #, python-format 
    1807 msgid "Network error while doing SNMP queries on printer %s : %s" 
    1808 msgstr "" 
    1809  
    1810 #, python-format 
    1811 msgid "Problem encountered while doing SNMP queries on printer %s : %s" 
    1812 msgstr "" 
    1813  
    1814 #, python-format 
    1815 msgid "Waiting for printer %s to be idle or printing..." 
    1816 msgstr "" 
    1817  
    1818 #, python-format 
    1819 msgid "Waiting for printer %s's idle status to stabilize..." 
    1820 msgstr "" 
    1821  
    1822 #, python-format 
    1823 msgid "Problem during connection to %s:%s : %s" 
    1824 msgstr "Det oppstod et problem under oppkobling til %s:%s : %s" 
    1825  
    1826 #, python-format 
    1827 msgid "Problem while sending PJL query to %s:%s : %s" 
    1828 msgstr "Det oppstod et problem under sending av PJL til %s:%s : %s" 
    1829  
    1830 #, python-format 
    1831 msgid "A problem occured while reading printer %s's internal page counter." 
    1832 msgstr "Det oppstod et problem under avlesing av sidetelleren til skriver %s." 
    1833  
    1834 #, python-format 
    1835 msgid "Retrieving printer %s's page counter from database instead." 
    1836 msgstr "" 
    1837  
    1838 #, python-format 
    1839 msgid "" 
    1840 "Couldn't retrieve printer %s's internal page counter either before or after " 
    1841 "printing." 
    1842 msgstr "" 
    1843  
    1844 #, python-format 
    1845 msgid "Job's size forced to 1 page for printer %s." 
    1846 msgstr "" 
    1847  
    1848 #, python-format 
    1849 msgid "No previous job in database for printer %s." 
    1850 msgstr "Ingen tidligere utskriftsjobb er registrert i databasen for skriver %s." 
    1851  
    1852 #, python-format 
    1853 msgid "Inconsistent values for printer %s's internal page counter." 
    1854 msgstr "" 
    1855  
    1856 msgid "" 
    1857 "Internal SNMP accounting asked, but Python-SNMP is not available. Please " 
    1858 "download it from http://pysnmp.sourceforge.net" 
    1859 msgstr "" 
    1860  
    1861 #, python-format 
    1862 msgid "Unknown printer address in HARDWARE(%s) for printer %s" 
    1863 msgstr "Ukjent skriveradresse i HARDWARE(%s) for skriver %s" 
    1864  
    1865 #, python-format 
    1866 msgid "Launching HARDWARE(%s)..." 
    1867 msgstr "Starter HARDWARE(%s) ..." 
    1868  
    1869 #, python-format 
    1870 msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
    1871 msgstr "" 
    1872  
    1873 #, python-format 
    1874 msgid "Line [%s] skipped in accounter's output. Trying again..." 
    1875 msgstr "" 
    1876  
    1877 #, python-format 
    1878 msgid "Hardware accounter %s exit code is %s" 
    1879 msgstr "" 
    1880  
    1881 #, python-format 
    1882 msgid "Unable to query printer %s via HARDWARE(%s)" 
    1883 msgstr "" 
    1884  
    1885 #, python-format 
    1886 msgid "" 
    1887 "SNMP querying stage interrupted. Using latest value seen for internal page " 
    1888 "counter (%s) on printer %s." 
    1889 msgstr "" 
    1890  
    1891 #, python-format 
    1892 msgid "" 
    1893 "PJL querying stage interrupted. Using latest value seen for internal page " 
    1894 "counter (%s) on printer %s." 
    1895 msgstr "" 
    1896  
    1897 #, python-format 
    1898 msgid "Launching SOFTWARE(%s)..." 
    1899 msgstr "Starter SOFTWARE(%s) ..." 
    1900  
    1901 #, python-format 
    1902 msgid "Unable to compute job size with accounter %s" 
    1903 msgstr "" 
    1904  
    1905 #, python-format 
    1906 msgid "Problem while waiting for software accounter pid %s to exit : %s" 
    1907 msgstr "" 
    1908  
    1909 #, python-format 
    1910 msgid "Software accounter %s exit code is %s" 
    1911 msgstr "" 
    1912  
    19132145msgid "PyKota Reports" 
    19142146msgstr "Pykota rapporter" 
     
    19162148msgid "Report" 
    19172149msgstr "Rapport" 
     2150 
     2151msgid "Printer" 
     2152msgstr "Skriver" 
    19182153 
    19192154#, fuzzy 
     
    19242159msgstr "Grupperapport" 
    19252160 
     2161msgid "Please click on the above button" 
     2162msgstr "Vennligst trykk p�nappen ovenfor" 
     2163 
    19262164msgid "History" 
    19272165msgstr "Historie" 
     
    19302168msgstr "Tomt" 
    19312169 
    1932 msgid "Date" 
    1933 msgstr "Dato" 
    1934  
    19352170msgid "Action" 
    19362171msgstr "Handling" 
     
    19392174msgstr "Bruker" 
    19402175 
    1941 msgid "Printer" 
    1942 msgstr "Skriver" 
    1943  
    19442176msgid "Hostname" 
    19452177msgstr "Vertsnavn" 
     
    19632195msgstr "SideTeller" 
    19642196 
    1965 msgid "Title" 
    1966 msgstr "Titel" 
    1967  
    1968 msgid "Filename" 
    1969 msgstr "Filnavn" 
    1970  
    19712197msgid "Options" 
    19722198msgstr "Opsjoner" 
     
    19742200msgid "Previous page" 
    19752201msgstr "Forrige side" 
    1976  
    1977 msgid "Please click on the above button" 
    1978 msgstr "Vennligst trykk p�nappen ovenfor" 
    1979