root / pykota / trunk / po / sv / pykota.po @ 1801

Revision 1801, 49.2 kB (checked in by jalet, 20 years ago)

Incorrect doc for autopykota

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS and LPRng
4#
5# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21#
22# PyKota Swedish translation file.
23# Copyright (c) 2003-2004 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003-2004.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.20\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2004-10-11 14:49+0200\n"
31"PO-Revision-Date: 2004-01-15 12:00+0100\n"
32"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
33"Language-Team: Swedish <alet@librelogiciel.com>\n"
34"MIME-Version: 1.0\n"
35"Content-Type: text/plain; charset=ISO-8859-15\n"
36"Content-Transfer-Encoding: 8bit\n"
37
38#, python-format
39msgid ""
40"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
41"A tool to automate user account creation and initial balance setting.\n"
42"\n"
43"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
44"\n"
45"command line usage :\n"
46"\n"
47"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
48"  OF AN external policy IN pykota.conf\n"
49"  \n"
50"  autopykota { -i | --initbalance value } \n"
51"\n"
52"options :\n"
53"\n"
54"  -v | --version       Prints autopykota's version number then exits.\n"
55"  -h | --help          Prints this message then exits.\n"
56"  \n"
57"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
58"                       If the user already exists, actual balance is left\n"
59"                       unmodified. If unset, the default value is 0.\n"
60"                       \n"
61"This program is free software; you can redistribute it and/or modify\n"
62"it under the terms of the GNU General Public License as published by\n"
63"the Free Software Foundation; either version 2 of the License, or\n"
64"(at your option) any later version.\n"
65"\n"
66"This program is distributed in the hope that it will be useful,\n"
67"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
68"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
69"GNU General Public License for more details.\n"
70"\n"
71"You should have received a copy of the GNU General Public License\n"
72"along with this program; if not, write to the Free Software\n"
73"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
74"\n"
75"Please e-mail bugs to: %s"
76msgstr ""
77
78#, python-format
79msgid ""
80"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
81"A Print Quota editor for PyKota.\n"
82"\n"
83"command line usage :\n"
84"\n"
85"  edpykota [options] user1 user2 ... userN\n"
86"  \n"
87"  edpykota [options] group1 group2 ... groupN\n"
88"\n"
89"options :\n"
90"\n"
91"  -v | --version       Prints edpykota's version number then exits.\n"
92"  -h | --help          Prints this message then exits.\n"
93"  \n"
94"  -a | --add           Adds users and/or printers if they don't \n"
95"                       exist on the Quota Storage Server.\n"
96"                       \n"
97"  -d | --delete        Deletes users/groups from the quota storage.\n"
98"                       Printers are never deleted.\n"
99"                       \n"
100"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
101"                       for a particular printer. Job price is optional.\n"
102"                       If both are to be set, separate them with a comma.\n"
103"                       Floating point values are allowed.\n"
104"  \n"
105"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
106"                              listed, separated by commas. The groups\n"
107"                              must already exist in the Quota Storage.\n"
108"  \n"
109"  -u | --users         Edit users print quotas, this is the default.\n"
110"  \n"
111"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
112"                       use wildcards characters to select only\n"
113"                       some printers. The default value is *, meaning\n"
114"                       all printers. \n"
115"                       You can specify several names or wildcards, \n"
116"                       by separating them with commas.\n"
117"  \n"
118"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
119"                       pg1, pg2, etc... which must already exist.\n"
120"                       A printer group is just like a normal printer,\n"
121"                       only that it is usually unknown from the printing\n"
122"                       system. Create printer groups exactly the same\n"
123"                       way that you create printers, then add other \n"
124"                       printers to them with this option.\n"
125"                       Accounting is done on a printer and on all\n"
126"                       the printer groups it belongs to, quota checking\n"
127"                       is done on a printer and on all the printer groups\n"
128"                       it belongs to.\n"
129"  \n"
130"  -g | --groups        Edit users groups print quotas instead of users.\n"
131"                          \n"
132"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
133"                       print quotas\n"
134"                       \n"
135"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
136"  \n"
137"  -r | --reset         Resets the actual page counter for the user\n"
138"                       or group to zero on the specified printers. \n"
139"                       The life time page counter is kept unchanged.\n"
140"                       \n"
141"  -R | --hardreset     Resets the actual and life time page counters\n"
142"                       for the user or group to zero on the specified \n"
143"                       printers. \n"
144"                       \n"
145"  -l | --limitby l     Choose if the user/group is limited in "
146"printing                     \n"
147"                       by its account balance or by its page quota.\n"
148"                       The default value is 'quota'. Allowed values\n"
149"                       are 'quota' 'balance' 'quota-then-balance' and\n"
150"                       'balance-then-quota'.\n"
151"                       WARNING : quota-then-balance and balance-then-quota\n"
152"                       are not yet implemented.\n"
153"                       \n"
154"  -b | --balance b     Sets the user's account balance to "
155"b.                     \n"
156"                       Account balance may be increase or decreased\n"
157"                       if b is prefixed with + or -.\n"
158"                       WARNING : when decreasing account balance,\n"
159"                       the total paid so far by the user is decreased\n"
160"                       too.\n"
161"                       Groups don't have a real balance, but the\n"
162"                       sum of their users' account balance.\n"
163"                       \n"
164"  -S | --softlimit sl  Sets the quota soft limit to sl "
165"pages.                       \n"
166"  \n"
167"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
168"  \n"
169"  user1 through userN and group1 through groupN can use wildcards\n"
170"  if the --add option is not set.\n"
171"  \n"
172"examples :                              \n"
173"\n"
174"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
175"  \n"
176"  This will add users john, paul, george and ringo to the quota\n"
177"  database, and set their print quotas to the same values than user \n"
178"  jerome. User jerome must already exist.\n"
179"  User ringo's email address will also be set to 'ringo@example.com'\n"
180"  \n"
181"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
182"  \n"
183"  This will set jerome's print quota on the lp printer to a soft limit\n"
184"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
185"  printer lp doesn't exist on the Quota Storage Server then nothing is "
186"done.\n"
187"\n"
188"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
189"  \n"
190"  Same as above, but if either user jerome or printer lp doesn't exist \n"
191"  on the Quota Storage Server they are automatically added. Also\n"
192"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
193"  already exist in the Quota Storage.\n"
194"            \n"
195"  $ edpykota -g -S 500 -H 550 financial support            \n"
196"  \n"
197"  This will set print quota soft limit to 500 pages and hard limit\n"
198"  to 550 pages for groups financial and support on all printers.\n"
199"  \n"
200"  $ edpykota --reset jerome \"jo*\"\n"
201"  \n"
202"  This will reset jerome's page counter to zero on all printers, as\n"
203"  well as every user whose name begins with 'jo'.\n"
204"  Their life time page counter on each printer will be kept unchanged.\n"
205"  You can also reset the life time page counters by using the\n"
206"  --hardreset | -R command line option.\n"
207"  \n"
208"  $ edpykota --printer hpcolor --noquota jerome\n"
209"  \n"
210"  This will tell PyKota to not limit jerome when printing on the \n"
211"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
212"  accounting of the pages he prints will still be kept.\n"
213"  Print Quotas for jerome on other printers are unchanged.\n"
214"  \n"
215"  $ edpykota --limitby balance jerome\n"
216"  \n"
217"  This will tell PyKota to limit jerome by his account's balance\n"
218"  when printing.\n"
219"  \n"
220"  $ edpykota --balance +10.0 jerome\n"
221"  \n"
222"  This will increase jerome's account balance by 10.0 (in your\n"
223"  own currency). You can decrease the account balance with a\n"
224"  dash prefix, and set it to a fixed amount with no prefix.\n"
225"  \n"
226"  $ edpykota --delete jerome rachel\n"
227"  \n"
228"  This will completely delete jerome and rachel from the Quota Storage\n"
229"  database. All their quotas and jobs will be deleted too.\n"
230"  \n"
231"  $ edpykota --printer lp --charge 0.1\n"
232"  \n"
233"  This will set the page price for printer lp to 0.1. Job price\n"
234"  will not be changed.\n"
235"  \n"
236"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
237"  \n"
238"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
239"  When printing either on hplj1 or hplj2, print quota will also be \n"
240"  checked and accounted for on virtual printers Laser and HP.\n"
241"\n"
242"This program is free software; you can redistribute it and/or modify\n"
243"it under the terms of the GNU General Public License as published by\n"
244"the Free Software Foundation; either version 2 of the License, or\n"
245"(at your option) any later version.\n"
246"\n"
247"This program is distributed in the hope that it will be useful,\n"
248"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
249"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
250"GNU General Public License for more details.\n"
251"\n"
252"You should have received a copy of the GNU General Public License\n"
253"along with this program; if not, write to the Free Software\n"
254"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
255"\n"
256"Please e-mail bugs to: %s"
257msgstr ""
258
259msgid "You're not allowed to use this command."
260msgstr ""
261
262#, python-format
263msgid "Invalid softlimit value %s."
264msgstr "Ogiltigt mjukgr�v�e %s."
265
266#, python-format
267msgid "Invalid hardlimit value %s."
268msgstr "Ogiltigt h�gr�v�e %s."
269
270#, python-format
271msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
272msgstr ""
273"H�gr�v�et %i �mindre �mjukgr�v�et %i, v�ena kommer bytas."
274
275#, python-format
276msgid "Invalid balance value %s"
277msgstr "Ogiltigt saldov�e %s. "
278
279#, python-format
280msgid "Invalid charge amount value %s"
281msgstr "Ogiltigt v�e %s p�ris."
282
283#, python-format
284msgid "Invalid limitby value %s"
285msgstr "Ogiltigt v�e %s p�ariabeln limitby"
286
287#, python-format
288msgid "Impossible to add printer %s"
289msgstr "Om�gt att l�a till skrivare %s"
290
291#, python-format
292msgid "Invalid printer name %s"
293msgstr "Ogiltigt skrivarnamn %s"
294
295#, python-format
296msgid "There's no printer matching %s"
297msgstr "Det finns ingen matchande skrivare till %s"
298
299msgid "You have to pass user or group names on the command line"
300msgstr "Du m�e skicka med anv�are- eller gruppnamn p�ommandoraden"
301
302#, python-format
303msgid "Prototype %s not found in Quota Storage for printer %s."
304msgstr "Prototypen %s hittas inte i PyKotasystemet f�krivaren %s."
305
306#, python-format
307msgid "Prototype object %s not found in Quota Storage."
308msgstr "Prototypen f�bjektet %s hittas inte i PyKotasystemet"
309
310#, python-format
311msgid "Undefined hard limit set to soft limit (%s) on printer %s."
312msgstr "Odefinerat h�gr�v�e satt till mjukgr�v�e (%s) p�rinter %s."
313
314#, python-format
315msgid "Undefined soft limit set to hard limit (%s) on printer %s."
316msgstr "Odefinerat mjukgr�v�e satt till h�gr�v�e (%s) p�rinter %s."
317
318#, python-format
319msgid "Invalid email address %s"
320msgstr "Ogiltig epostadress %s"
321
322#, python-format
323msgid "Invalid group name %s"
324msgstr "Ogiltigt gruppnamn %s"
325
326#, python-format
327msgid "Invalid user name %s"
328msgstr "Ogiltigt anv�arnamn %s"
329
330#, python-format
331msgid "Quota not found for object %s on printer %s."
332msgstr "Utskriftssaldo hittades inte f�bjekt %s p�rinter %s."
333
334#, python-format
335msgid "Group %s not found in the PyKota Storage."
336msgstr "Gruppen %s hittades inte i PyKotasystemet."
337
338msgid "incompatible options, see help."
339msgstr "Of�liga val, se manualerna"
340
341#, python-format
342msgid ""
343"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
344"An OSD quota monitor for PyKota.\n"
345"\n"
346"command line usage :\n"
347"\n"
348"  pykosd [options]\n"
349"\n"
350"options :\n"
351"\n"
352"  -v | --version       Prints pkprinters's version number then exits.\n"
353"  -h | --help          Prints this message then exits.\n"
354"  \n"
355"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
356"                       triplet, for example #FF0000 is 100%% red.\n"
357"                       Defaults to 100%% green (#00FF00).\n"
358"                       \n"
359"  -d | --duration d    Sets the duration of the display in seconds. \n"
360"                       Defaults to 3 seconds.\n"
361"                       \n"
362"  -f | --font f        Sets the font to use for "
363"display.                      \n"
364"                       Defaults to the Python OSD library's default.\n"
365"  \n"
366"  -l | --loop n        Sets the number of times the info will be displayed.\n"
367"                       Defaults to 0, which means loop forever.\n"
368"                       \n"
369"  -s | --sleep s       Sets the sleeping duration between two displays \n"
370"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
371"                       \n"
372"  \n"
373"examples :                              \n"
374"\n"
375"  $ pykosd -s 60 --loop 5\n"
376"  \n"
377"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
378"  and will last for 3 seconds (the default) each time. After five\n"
379"  iterations, the program will exit.\n"
380"  \n"
381"This program is free software; you can redistribute it and/or modify\n"
382"it under the terms of the GNU General Public License as published by\n"
383"the Free Software Foundation; either version 2 of the License, or\n"
384"(at your option) any later version.\n"
385"\n"
386"This program is distributed in the hope that it will be useful,\n"
387"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
388"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
389"GNU General Public License for more details.\n"
390"\n"
391"You should have received a copy of the GNU General Public License\n"
392"along with this program; if not, write to the Free Software\n"
393"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
394"\n"
395"Please e-mail bugs to: %s"
396msgstr ""
397
398#, python-format
399msgid "Invalid duration option %s"
400msgstr "Felaktig val f�duration' %s"
401
402#, python-format
403msgid "Invalid loop option %s"
404msgstr "Felaktig val f�loop' %s"
405
406#, python-format
407msgid "Invalid sleep option %s"
408msgstr "Felaktig val f�sleep %s"
409
410#, python-format
411msgid "Invalid color option %s"
412msgstr "Felaktig val f�color' %s"
413
414#, python-format
415msgid "User %s doesn't exist in PyKota's database"
416msgstr "Anv�are %s existerar inte i PyKotas databas"
417
418#, python-format
419msgid "Pages used on %s : %s"
420msgstr "Sidor anv�a p�s : %s"
421
422#, python-format
423msgid "PyKota Units left : %.2f"
424msgstr "PyKota enheter kvar : %.2f"
425
426#, python-format
427msgid ""
428"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
429"\n"
430"Sends mail to users over print quota.\n"
431"\n"
432"command line usage :\n"
433"\n"
434"  warnpykota  [options]  [names]\n"
435"\n"
436"options :\n"
437"\n"
438"  -v | --version       Prints warnpykota's version number then exits.\n"
439"  -h | --help          Prints this message then exits.\n"
440"  \n"
441"  -u | --users         Warns users over their print quota, this is the \n"
442"                       default.\n"
443"  \n"
444"  -g | --groups        Warns users whose groups quota are over limit.\n"
445"  \n"
446"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
447"                       use wildcards characters to select only\n"
448"                       some printers. The default value is *, meaning\n"
449"                       all printers.\n"
450"                       You can specify several names or wildcards, \n"
451"                       by separating them with commas.\n"
452"  \n"
453"examples :                              \n"
454"\n"
455"  $ warnpykota --printer lp\n"
456"  \n"
457"  This will warn all users of the lp printer who have exceeded their\n"
458"  print quota.\n"
459"\n"
460"  $ warnpykota \n"
461"  \n"
462"  This will warn all users  who have exceeded their print quota on\n"
463"  any printer.\n"
464"\n"
465"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
466"  \n"
467"  This will warn all users of groups which names begins with \"dev\" and\n"
468"  who have exceeded their print quota on any printer which name begins \n"
469"  with \"laserjet\"\n"
470"  \n"
471"  If launched by an user who is not a PyKota administrator, additionnal\n"
472"  arguments representing users or groups names are ignored, and only the\n"
473"  current user/group is reported.\n"
474"\n"
475"This program is free software; you can redistribute it and/or modify\n"
476"it under the terms of the GNU General Public License as published by\n"
477"the Free Software Foundation; either version 2 of the License, or\n"
478"(at your option) any later version.\n"
479"\n"
480"This program is distributed in the hope that it will be useful,\n"
481"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
482"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
483"GNU General Public License for more details.\n"
484"\n"
485"You should have received a copy of the GNU General Public License\n"
486"along with this program; if not, write to the Free Software\n"
487"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
488"\n"
489"Please e-mail bugs to: %s"
490msgstr ""
491
492msgid "Job contains no data. Printing is denied."
493msgstr "Jobb inneh�er ingen data. Utskrift nekad"
494
495msgid "Job accounting begins."
496msgstr "Jobbsaldo p�rjas."
497
498msgid "Job accounting ends."
499msgstr "Jobbsaldo avslutas."
500
501msgid "Job size forced to 0 because printing is denied."
502msgstr "Jobbstorlek satt till 0 f�tt utskriften nekades."
503
504#, python-format
505msgid "Job size : %i"
506msgstr "Jobbstorlek : %i"
507
508#, python-format
509msgid "Updating user %s's quota on printer %s"
510msgstr "Uppdaterar anv�are %s kvot p�krivare %s"
511
512msgid "Job added to history."
513msgstr "Jobb adderat till arkivet."
514
515#, python-format
516msgid "File number %s unregistered twice from polling object, ignored."
517msgstr ""
518"Filnummer %s oregistrerat tv��er fr�utfr�ing av objekt, ignoreras."
519
520#, python-format
521msgid "SIGTERM was sent to real backend %s (pid: %s)"
522msgstr "SIGTERM s�es till bakgrundsprocess %s (pid: %s)"
523
524#, python-format
525msgid "CUPS backend %s died abnormally."
526msgstr "CUPS bakgrundsprocess %s avbr�ov�at."
527
528#, python-format
529msgid ""
530"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
531"\n"
532"Dumps PyKota database's content.\n"
533"\n"
534"command line usage :\n"
535"\n"
536"  dumpykota [options] \n"
537"\n"
538"options :\n"
539"\n"
540"  -v | --version       Prints dumpykota's version number then exits.\n"
541"  -h | --help          Prints this message then exits.\n"
542"  \n"
543"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
544"                       \n"
545"                         - history : dumps the jobs history.\n"
546"                         - users : dumps users.\n"
547"                         - groups : dumps user groups.\n"
548"                         - printers : dump printers.\n"
549"                         - upquotas : dump user quotas.\n"
550"                         - gpquotas : dump user groups quotas.\n"
551"                         - payments : dumps user payments.\n"
552"                         - pmembers : dumps printer groups members.\n"
553"                         - umembers : dumps user groups members.\n"
554"                         \n"
555"                       NB : the -d | --data command line option   \n"
556"                       is MANDATORY.\n"
557"  \n"
558"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
559"                       the format is to dump datas in the csv format (comma\n"
560"                       separated values). All data dumped is between double\n"
561"                       quotes. Allowed formats are :\n"
562"                       \n"
563"                         - csv : separate datas with commas\n"
564"                         - ssv : separate datas with semicolons\n"
565"                         - tsv : separate datas with tabs\n"
566"                         - xml : dump data as XML\n"
567"                         \n"
568"  -o | --output fname  All datas will be dumped to the file instead of\n"
569"                       to the standard output. The special '-' filename\n"
570"                       is the default value and means stdout.\n"
571"                       WARNING : existing files are truncated !\n"
572"  \n"
573"Examples :\n"
574"\n"
575"  $ dumpykota --data history --format csv >myfile.csv\n"
576"  \n"
577"  This dumps the history in a comma separated values file, for possible\n"
578"  use in a spreadsheet.\n"
579"  \n"
580"  $ dumpykota --data users --format xml -o users.xml\n"
581"  \n"
582"  Dumps all users datas to the users.xml file.\n"
583"  \n"
584"This program is free software; you can redistribute it and/or modify\n"
585"it under the terms of the GNU General Public License as published by\n"
586"the Free Software Foundation; either version 2 of the License, or\n"
587"(at your option) any later version.\n"
588"\n"
589"This program is distributed in the hope that it will be useful,\n"
590"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
591"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
592"GNU General Public License for more details.\n"
593"\n"
594"You should have received a copy of the GNU General Public License\n"
595"along with this program; if not, write to the Free Software\n"
596"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
597"\n"
598"Please e-mail bugs to: %s"
599msgstr ""
600
601#, python-format
602msgid "Invalid modifier [%s] for --data command line option, see help."
603msgstr ""
604
605#, python-format
606msgid "Invalid modifier [%s] for --format command line option, see help."
607msgstr ""
608
609msgid "XML output is disabled because the jaxml module is not available."
610msgstr ""
611
612msgid "PyKota data dumper failed : I/O error"
613msgstr ""
614
615msgid "The -d | --data command line option is mandatory, see help."
616msgstr ""
617
618msgid "Too many arguments, see help."
619msgstr ""
620
621msgid "Software accounting already done in first pass. Ignoring."
622msgstr "Mjukvarusaldo redan utf�under f�a passet. Ignoreras."
623
624msgid "Hardware accounting already done in first pass. Ignoring."
625msgstr "H�varusaldo redan utf�under f�a passet. Ignoreras."
626
627#, python-format
628msgid ""
629"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
630"A tool to give hints on what accounting method is best for each printer.\n"
631"\n"
632"command line usage :\n"
633"\n"
634"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
635"\n"
636"options :\n"
637"\n"
638"  -v | --version       Prints pkhint's version number then exits.\n"
639"  -h | --help          Prints this message then exits.\n"
640"  \n"
641"examples :                              \n"
642"\n"
643"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
644"  \n"
645"  Will analyze your printing system to test which accounter\n"
646"  is the best for each of the defined printer which\n"
647"  name matches one of the parameters.\n"
648"  \n"
649"  If you don't pass any argument on the command line, all\n"
650"  printers will be analyzed.\n"
651"  \n"
652"This program is free software; you can redistribute it and/or modify\n"
653"it under the terms of the GNU General Public License as published by\n"
654"the Free Software Foundation; either version 2 of the License, or\n"
655"(at your option) any later version.\n"
656"\n"
657"This program is distributed in the hope that it will be useful,\n"
658"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
659"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
660"GNU General Public License for more details.\n"
661"\n"
662"You should have received a copy of the GNU General Public License\n"
663"along with this program; if not, write to the Free Software\n"
664"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
665"\n"
666"Please e-mail bugs to: %s"
667msgstr ""
668
669#, python-format
670msgid "Invalid DeviceURI : %s"
671msgstr "Felaktig EnhetsURI : %s"
672
673msgid ""
674"\n"
675"Please wait while pkhint analyzes your printing system's configuration..."
676msgstr ""
677"\n"
678"Var god v�a medan pkhint analyserar utskriftssystemets konfiguration..."
679
680#, python-format
681msgid "Unknown device %s for printer %s"
682msgstr "Ok� enhet %s f�krivare %s"
683
684msgid ""
685"\n"
686"Put the following lines into your /etc/pykota/pykota.conf file :\n"
687msgstr ""
688"\n"
689"L� till f�nde rader i filen /etc/pykota/pykota.conf :\n"
690
691msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
692msgstr "# UPPM�KSAMMA : om mjukvarumetoden f�l� betyder det inte"
693
694msgid "# that hardware accounting wouldn't work, this only means that PyKota"
695msgstr ""
696"# att h�varumetoden inte skulle fungera, det betyder endast att PyKota"
697
698msgid "# wasn't able to autodetect which hardware accounting method to use."
699msgstr "# inte automatiskt kunde uppt�a vilken metod den skall anv�a."
700
701#, python-format
702msgid ""
703"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
704"A Printers Manager for PyKota.\n"
705"\n"
706"command line usage :\n"
707"\n"
708"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
709"\n"
710"options :\n"
711"\n"
712"  -v | --version       Prints pkprinters's version number then exits.\n"
713"  -h | --help          Prints this message then exits.\n"
714"  \n"
715"  -a | --add           Adds printers if they don't exist on the Quota \n"
716"                       Storage Server. If they exist, they are modified\n"
717"                       unless -s|--skipexisting is also used.\n"
718"                       \n"
719"  -d | --delete        Deletes printers from the quota storage.\n"
720"  \n"
721"  -D | --description   Adds a textual description to printers.\n"
722"                       \n"
723"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
724"                       Job price is optional.\n"
725"                       If both are to be set, separate them with a comma.\n"
726"                       Floating point and negative values are allowed.\n"
727"  \n"
728"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
729"                       groups pg1, pg2, etc... which must already exist.\n"
730"                       A printer group is just like a normal printer,\n"
731"                       only that it is usually unknown from the printing\n"
732"                       system. Create printer groups exactly the same\n"
733"                       way that you create printers, then add other \n"
734"                       printers to them with this option.\n"
735"                       Accounting is done on a printer and on all\n"
736"                       the printer groups it belongs to, quota checking\n"
737"                       is done on a printer and on all the printer groups\n"
738"                       it belongs to.\n"
739"                       If the --remove option below is not used, the \n"
740"                       default action is to add printers to the specified\n"
741"                       printer groups.\n"
742"                       \n"
743"  -l | --list          List informations about the printer(s) and the\n"
744"                       printers groups it is a member of.\n"
745"                       \n"
746"  -r | --remove        In combination with the --groups option "
747"above,                       \n"
748"                       remove printers from the specified printers groups.\n"
749"                       \n"
750"  -s | --skipexisting  In combination with the --add option above, tells\n"
751"                       pkprinters to not modify existing printers.\n"
752"  \n"
753"  printer1 through printerN can contain wildcards if the --add option \n"
754"  is not set.\n"
755"  \n"
756"examples :                              \n"
757"\n"
758"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
759"hp8000\n"
760"  \n"
761"  Will create three printers named hp2100, hp2200 and hp8000.\n"
762"  Their price per page will be set at 0.05 unit, and their price\n"
763"  per job will be set at 0.1 unit. Units are in your own currency,\n"
764"  or whatever you want them to mean.\n"
765"  All of their descriptions will be set to the string \"HP Printer\".\n"
766"  If any of these printers already exists, it will also be modified \n"
767"  unless the -s|--skipexisting command line option is also used.\n"
768"            \n"
769"  $ pkprinters --delete \"*\"\n"
770"  \n"
771"  This will completely delete all printers and associated quota "
772"information,\n"
773"  as well as their job history. USE WITH CARE !\n"
774"  \n"
775"  $ pkprinters --groups Laser,HP \"hp*\"\n"
776"  \n"
777"  This will put all printers which name matches \"hp*\" into printers "
778"groups \n"
779"  Laser and HP, which MUST already exist.\n"
780"  \n"
781"  $ pkprinters --groups LexMark --remove hp2200\n"
782"  \n"
783"  This will remove the hp2200 printer from the LexMark printer group.\n"
784"  \n"
785"This program is free software; you can redistribute it and/or modify\n"
786"it under the terms of the GNU General Public License as published by\n"
787"the Free Software Foundation; either version 2 of the License, or\n"
788"(at your option) any later version.\n"
789"\n"
790"This program is distributed in the hope that it will be useful,\n"
791"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
792"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
793"GNU General Public License for more details.\n"
794"\n"
795"You should have received a copy of the GNU General Public License\n"
796"along with this program; if not, write to the Free Software\n"
797"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
798"\n"
799"Please e-mail bugs to: %s"
800msgstr ""
801
802#, python-format
803msgid "Printer %s already exists, skipping."
804msgstr "Skrivare %s existerar redan, hoppar �."
805
806#, python-format
807msgid "Printer %s already exists, will be modified."
808msgstr "Skrivare %s existerar redan, kommer bli modifierad."
809
810msgid "in"
811msgstr "i"
812
813msgid "You have to pass printer groups names on the command line"
814msgstr "Du m�e skicka med skrivargruppnamn p�ommandoraden"
815
816msgid "You have to pass printer names on the command line"
817msgstr "Du m�e skicka med skrivarnamn p�ommandoraden"
818
819#, python-format
820msgid ""
821"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
822"\n"
823"Gives print quotes to users.\n"
824"\n"
825"command line usage :\n"
826"\n"
827"  pykotme  [options]  [files]\n"
828"\n"
829"options :\n"
830"\n"
831"  -v | --version       Prints pykotme's version number then exits.\n"
832"  -h | --help          Prints this message then exits.\n"
833"  \n"
834"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
835"                       use wildcards characters to select only\n"
836"                       some printers. The default value is *, meaning\n"
837"                       all printers.\n"
838"                       You can specify several names or wildcards, \n"
839"                       by separating them with commas.\n"
840"  \n"
841"examples :                              \n"
842"\n"
843"  $ pykotme --printer apple file1.ps file2.ps\n"
844"  \n"
845"  This will give a print quote to the current user. The quote will show\n"
846"  the price and size of a job consisting in file1.ps and file2.ps \n"
847"  which would be sent to the apple printer.\n"
848"  \n"
849"  $ pykotme --printer apple,hplaser <file1.ps\n"
850"  \n"
851"  This will give a print quote to the current user. The quote will show\n"
852"  the price and size of a job consisting in file1.ps as read from\n"
853"  standard input, which would be sent to the apple or hplaser\n"
854"  printer.\n"
855"\n"
856"  $ pykotme \n"
857"  \n"
858"  This will give a quote for a job consisting of what is on standard \n"
859"  input. The quote will list the job size, and the price the job\n"
860"  would cost on each printer.\n"
861"\n"
862"This program is free software; you can redistribute it and/or modify\n"
863"it under the terms of the GNU General Public License as published by\n"
864"the Free Software Foundation; either version 2 of the License, or\n"
865"(at your option) any later version.\n"
866"\n"
867"This program is distributed in the hope that it will be useful,\n"
868"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
869"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
870"GNU General Public License for more details.\n"
871"\n"
872"You should have received a copy of the GNU General Public License\n"
873"along with this program; if not, write to the Free Software\n"
874"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
875"\n"
876"Please e-mail bugs to: %s"
877msgstr ""
878
879#, python-format
880msgid "Your account balance : %.2f"
881msgstr "Ditt utskriftssaldo : %.2f"
882
883#, python-format
884msgid "Job size : %i pages"
885msgstr "Utskriftsstorlek : %i sidor"
886
887#, python-format
888msgid "Cost on printer %s : %.2f"
889msgstr "Kostnad p�krivare %s : %.2f"
890
891#, python-format
892msgid ""
893"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
894"\n"
895"Generates print quota reports.\n"
896"\n"
897"command line usage :\n"
898"\n"
899"  repykota [options] \n"
900"\n"
901"options :\n"
902"\n"
903"  -v | --version       Prints repykota's version number then exits.\n"
904"  -h | --help          Prints this message then exits.\n"
905"  \n"
906"  -u | --users         Generates a report on users quota, this is \n"
907"                       the default.\n"
908"  \n"
909"  -g | --groups        Generates a report on group quota instead of users.\n"
910"  \n"
911"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
912"                       use wildcards characters to select only\n"
913"                       some printers. The default value is *, meaning\n"
914"                       all printers.\n"
915"                       You can specify several names or wildcards, \n"
916"                       by separating them with commas.\n"
917"  \n"
918"examples :                              \n"
919"\n"
920"  $ repykota --printer lp\n"
921"  \n"
922"  This will print the quota status for all users who use the lp printer.\n"
923"\n"
924"  $ repykota \n"
925"  \n"
926"  This will print the quota status for all users on all printers.\n"
927"  \n"
928"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
929"  \n"
930"  This will print the quota status for user jerome and all users\n"
931"  whose name begins with \"jo\" on all printers which name begins\n"
932"  with \"laser\" or ends with \"pson\".\n"
933"  \n"
934"  If launched by an user who is not a PyKota administrator, additionnal\n"
935"  arguments representing users or groups names are ignored, and only the\n"
936"  current user/group is reported.\n"
937"\n"
938"This program is free software; you can redistribute it and/or modify\n"
939"it under the terms of the GNU General Public License as published by\n"
940"the Free Software Foundation; either version 2 of the License, or\n"
941"(at your option) any later version.\n"
942"\n"
943"This program is distributed in the hope that it will be useful,\n"
944"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
945"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
946"GNU General Public License for more details.\n"
947"\n"
948"You should have received a copy of the GNU General Public License\n"
949"along with this program; if not, write to the Free Software\n"
950"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
951"\n"
952"Please e-mail bugs to: %s"
953msgstr ""
954
955#, python-format
956msgid "Unsupported accounter backend %s"
957msgstr "Ej underst�redovisningsmetod %s"
958
959#, python-format
960msgid "Configuration file %s not found."
961msgstr "Konfigurationsfil %s hittades inte."
962
963#, python-format
964msgid "Option %s not found in section global of %s"
965msgstr "Variabeln %s hittades inte i sektion 'global' i %s"
966
967#, python-format
968msgid "Option %s not found in section %s of %s"
969msgstr "Variabeln %s hittades inte i sektion '%s' i %s"
970
971#, python-format
972msgid "Option logger only supports values in %s"
973msgstr "Variabeln 'logger' st�r bara v�en i %s"
974
975#, python-format
976msgid "Invalid accounter %s for printer %s"
977msgstr "Ogiltig redovisningsmetod %s f�rintern %s"
978
979#, python-format
980msgid "Option accounter in section %s only supports values in %s"
981msgstr "Variabeln 'accounter' i sektion '%s' st�r bara v�en i %s"
982
983#, python-format
984msgid "Option enforcement in section %s only supports values in %s"
985msgstr "Till�ad option i sektion %s st�r bara v�en i %s"
986
987#, python-format
988msgid "Option onaccountererror in section %s only supports values in %s"
989msgstr ""
990
991#, python-format
992msgid "Invalid policy %s for printer %s"
993msgstr "Ogiltig policy %s f�krivare %s"
994
995#, python-format
996msgid "Option policy in section %s only supports values in %s"
997msgstr "Variabeln 'policy' i sektion '%s' st�r bara v�en i %s"
998
999#, python-format
1000msgid "Invalid option mailto %s for printer %s"
1001msgstr "Ogiltig variabel 'mailto' %s f�krivare %s"
1002
1003#, python-format
1004msgid "Option mailto in section %s only supports values in %s"
1005msgstr "Variabeln 'mailto' i sektion '%s' st�r bara v�en i %s"
1006
1007#, python-format
1008msgid "Invalid grace delay %s"
1009msgstr "Ogiltigt uppskovsv�e (grace delay) %s"
1010
1011#, python-format
1012msgid "Invalid poor man's threshold %s"
1013msgstr "Ogiltigt fattigmansv�e (poor man's threshold) %s"
1014
1015msgid ""
1016"Your Print Quota account balance is Low.\n"
1017"Soon you'll not be allowed to print anymore.\n"
1018"Please contact the Print Quota Administrator to solve the problem."
1019msgstr ""
1020"Saldot p�itt utskriftskonto �l�.\n"
1021"Snart kommer du inte kunna skriva ut l�re.\n"
1022"V�igen kontakta din systemadministrat��tt l�problemet."
1023
1024#, python-format
1025msgid ""
1026"You are not allowed to print anymore because\n"
1027"your Print Quota is exceeded on printer %s."
1028msgstr ""
1029"Du f�inte l�re skriva ut eftersom\n"
1030"din utskriftkvot p�krivare %s �n�."
1031
1032#, python-format
1033msgid ""
1034"You will soon be forbidden to print anymore because\n"
1035"your Print Quota is almost reached on printer %s."
1036msgstr ""
1037"Du kommer snart inte f�kriva ut eftersom\n"
1038"din utskriftskvot n�an �n� p�krivare %s."
1039
1040#, python-format
1041msgid "Unsupported logging subsystem %s"
1042msgstr "Ej underst�loggningssystem %s"
1043
1044#, python-format
1045msgid "Report for %s quota on printer %s"
1046msgstr "Rapport f�s utskriftssaldo p�krivare %s"
1047
1048#, python-format
1049msgid "Pages grace time: %i days"
1050msgstr "Uppskov f�tskrifter: %i days"
1051
1052#, python-format
1053msgid "Price per job: %.3f"
1054msgstr "Pris per utskrift: %.3f"
1055
1056#, python-format
1057msgid "Price per page: %.3f"
1058msgstr "Pris per sida: %.3f"
1059
1060msgid ""
1061"Group           used    soft    hard    balance grace         total       "
1062"paid"
1063msgstr ""
1064"Grupp           anv�  mjuk    h�    saldo   uppskov       summa       "
1065"betalt"
1066
1067msgid ""
1068"User            used    soft    hard    balance grace         total       "
1069"paid"
1070msgstr ""
1071"Anv�are       anv�  mjuk    h�    saldo   uppskov       summa       "
1072"betalt"
1073
1074msgid "unknown"
1075msgstr "ok�/ok�"
1076
1077#, python-format
1078msgid "Real : %s"
1079msgstr "Riktigt : %s"
1080
1081#, python-format
1082msgid "Total : %9i"
1083msgstr "Summa : %9i"
1084
1085#, python-format
1086msgid "Unsupported reporter backend %s"
1087msgstr "Ej underst�rapportmetod %s"
1088
1089#, python-format
1090msgid "Unsupported quota storage backend %s"
1091msgstr "Ej underst�metod %s f�tt lagra data"
1092
1093#, python-format
1094msgid "Impossible to connect to SMTP server : %s"
1095msgstr "Kunde ej f�ontakt med SMTP server : %s"
1096
1097#, python-format
1098msgid "Impossible to send mail to %s, error %s : %s"
1099msgstr "Kunde inte s�a epost till %s, felmeddelande %s : %s"
1100
1101#, python-format
1102msgid ""
1103"\n"
1104"\n"
1105"Please contact your system administrator :\n"
1106"\n"
1107"\t%s - <%s>\n"
1108msgstr ""
1109"\n"
1110"\n"
1111"V�igen kontakta din systemadministrat�\n"
1112"\n"
1113"\t%s - <%s>\n"
1114
1115#, python-format
1116msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1117msgstr ""
1118"Kunde inte matcha anv�are %s p�krivare %s, till�ar standardpolicyn (%s)"
1119
1120#, python-format
1121msgid ""
1122"Unable to find user %s's account balance, applying default policy (%s) for "
1123"printer %s"
1124msgstr ""
1125"Kunde inte hitta utskriftssaldo f�nv�are %s, till�ar standardpolicyn "
1126"(%s) f�krivare %s"
1127
1128#, python-format
1129msgid "Print Quota exceeded for group %s on printer %s"
1130msgstr "Utskriftssaldot ��trasserad f�rupp %s p�rinter %s"
1131
1132msgid "Print Quota"
1133msgstr "Utskriftssaldo"
1134
1135msgid "Print Quota Exceeded"
1136msgstr "Utskriftssaldo �trasserad"
1137
1138#, python-format
1139msgid "Print Quota low for group %s on printer %s"
1140msgstr "Utskriftssaldot �l� f�rupp %s p�rinter %s"
1141
1142#, python-format
1143msgid "Print Quota exceeded for user %s on printer %s"
1144msgstr "Utskriftssaldot ��trasserad f�nv�are %s p�krivare %s"
1145
1146#, python-format
1147msgid "Print Quota low for user %s on printer %s"
1148msgstr "Utskriftssaldot �l� anv�are %s p�krivare %s"
1149
1150msgid "Print Quota Low"
1151msgstr "Utskriftssaldo l�"
1152
1153#, python-format
1154msgid "Printing system %s, args=%s"
1155msgstr "Utskriftssystem %s, args=%s"
1156
1157#, python-format
1158msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1159msgstr "Kunde ej f�r�a jobbets storlek med standard PDL analys : %s"
1160
1161#, python-format
1162msgid "SIGTERM received, job %s cancelled."
1163msgstr "Mottog SIGTERM, utskrift %s avbr�"
1164
1165msgid "Printer hostname undefined, set to 'localhost'"
1166msgstr "Skrivarens v�namn ej definerat, s�s till 'localhost'"
1167
1168#, python-format
1169msgid "Printing system unknown, args=%s"
1170msgstr "Utskriftsystem ok�, args=%s"
1171
1172#, python-format
1173msgid ""
1174"Printer %s not registered in the PyKota system, applying external policy (%"
1175"s) for printer %s"
1176msgstr ""
1177"Skrivare %s inte registrerad i PyKotasystemet, till�ar extern policy (%s) "
1178"f�krivare %s"
1179
1180#, python-format
1181msgid ""
1182"User %s not registered in the PyKota system, applying external policy (%s) "
1183"for printer %s"
1184msgstr ""
1185"Anv�are %s inte registrerad i Pykotasystemet, till�ar extern policy (%s) "
1186"f�krivare %s"
1187
1188#, python-format
1189msgid ""
1190"User %s doesn't have quota on printer %s in the PyKota system, applying "
1191"external policy (%s) for printer %s"
1192msgstr ""
1193"Anv�are %s har inget utskriftssaldo p�krivare %s i PyKotasystemet, "
1194"till�arextern policy (%s) f�krivare %s"
1195
1196#, python-format
1197msgid ""
1198"External policy %s for printer %s produced an error. Job rejected. Please "
1199"check PyKota's configuration files."
1200msgstr ""
1201"Extern policy %s f�krivare %s l�ade ett felmeddelande. Utskrift "
1202"avbruten. V�igen kontrollera PyKotas konfigurationsfiler."
1203
1204#, python-format
1205msgid ""
1206"Printer %s not registered in the PyKota system, applying default policy (%s)"
1207msgstr ""
1208"Skrivare %s �inte registrerad i PyKotasystemet, till�ar standardpolicy (%"
1209"s)"
1210
1211#, python-format
1212msgid ""
1213"User %s not registered in the PyKota system, applying default policy (%s) "
1214"for printer %s"
1215msgstr ""
1216"Anv�are %s �inte registrerad i PyKotasystemet, till�ar standardpolicy "
1217"(%s) f�krivare %s"
1218
1219#, python-format
1220msgid ""
1221"User %s doesn't have quota on printer %s in the PyKota system, applying "
1222"default policy (%s)"
1223msgstr ""
1224"Anv�are %s har inget utskriftssaldo p�krivare %s i PyKotasystemet, "
1225"till�ar standardpolicy (%s)"
1226
1227#, python-format
1228msgid ""
1229"Printer %s still not registered in the PyKota system, job will be rejected"
1230msgstr ""
1231"Skrivare %s fortfarande inte registrerad i PyKotasystemet, utskriften avbryts"
1232
1233#, python-format
1234msgid ""
1235"User %s still not registered in the PyKota system, job will be rejected on "
1236"printer %s"
1237msgstr ""
1238"Anv�are %s fortfarande inte registrerad i PyKotasystemet, utskriften p�
1239"skrivare %s avbryts"
1240
1241#, python-format
1242msgid ""
1243"User %s still doesn't have quota on printer %s in the PyKota system, job "
1244"will be rejected"
1245msgstr ""
1246"Anv�are %s har fortfarande inget utskriftssaldo p�krivare %s i "
1247"PyKotasystemet,utskriften avbryts"
1248
1249#, python-format
1250msgid ""
1251"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1252"double check /etc/pykota/pykota.conf : %s"
1253msgstr ""
1254"S�sen %s existerar inte. M�g felkonfiguration. Var god kontrollera /"
1255"etc/pykota/pykota.conf : %s"
1256
1257#, python-format
1258msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1259msgstr "S�ng efter %s(%s) fr�%s(scope=%s) gav inget svar."
1260
1261#, python-format
1262msgid "Problem adding LDAP entry (%s, %s)"
1263msgstr "Problem med att l�a till LDAP post (%s, %s)"
1264
1265#, python-format
1266msgid "Problem deleting LDAP entry (%s)"
1267msgstr "Problem med att ta bort LDAP post (%s)"
1268
1269#, python-format
1270msgid "Problem modifying LDAP entry (%s, %s)"
1271msgstr "Problem med att modifiera LDAP post (%s, %s)"
1272
1273#, python-format
1274msgid ""
1275"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1276"entries manually ?"
1277msgstr ""
1278
1279#, python-format
1280msgid ""
1281"Unable to find an existing objectClass %s entry with %s=%s to attach "
1282"pykotaAccount objectClass"
1283msgstr ""
1284"Kunde ej hitta en existerande 'objectClass' %s med posten %s=%s f�tt "
1285"binda pykotaAccount objectClass"
1286
1287#, python-format
1288msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1289msgstr ""
1290"Kunde ej hitta existerande post f�tt binda pykotaGroup objectclass %s"
1291
1292msgid "Totals may be inaccurate if some users are members of several groups."
1293msgstr ""
1294"Summor kan vara felaktiga om vissa anv�are �medlemmar i flera grupper."
1295
1296#, python-format
1297msgid "Network error while doing SNMP queries on printer %s : %s"
1298msgstr ""
1299
1300#, python-format
1301msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1302msgstr ""
1303
1304#, python-format
1305msgid "Waiting for printer %s to be idle or printing..."
1306msgstr ""
1307
1308#, python-format
1309msgid "Waiting for printer %s's idle status to stabilize..."
1310msgstr ""
1311
1312#, python-format
1313msgid "Problem during connection to %s:%s : %s"
1314msgstr ""
1315
1316#, python-format
1317msgid "Problem while sending PJL query to %s:%s : %s"
1318msgstr ""
1319
1320#, python-format
1321msgid "A problem occured while reading printer %s's internal page counter."
1322msgstr ""
1323
1324#, python-format
1325msgid "Retrieving printer %s's page counter from database instead."
1326msgstr ""
1327
1328#, python-format
1329msgid ""
1330"Couldn't retrieve printer %s's internal page counter either before or after "
1331"printing."
1332msgstr ""
1333
1334#, python-format
1335msgid "Job's size forced to 1 page for printer %s."
1336msgstr ""
1337
1338#, python-format
1339msgid "No previous job in database for printer %s."
1340msgstr ""
1341
1342#, python-format
1343msgid "Inconsistent values for printer %s's internal page counter."
1344msgstr ""
1345
1346msgid ""
1347"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
1348"download it from http://pysnmp.sourceforge.net"
1349msgstr ""
1350
1351#, python-format
1352msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1353msgstr "Ok� skrivaradress i HARDWARE(%s) f�krivare %s"
1354
1355#, python-format
1356msgid "Launching HARDWARE(%s)..."
1357msgstr "Startar H�DVARA(%s)..."
1358
1359#, python-format
1360msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1361msgstr "SIGTERM skickad till h�varumetod %s (pid: %s)"
1362
1363#, python-format
1364msgid "Line [%s] skipped in accounter's output. Trying again..."
1365msgstr ""
1366
1367#, python-format
1368msgid "Hardware accounter %s exit code is %s"
1369msgstr ""
1370
1371#, python-format
1372msgid "Unable to query printer %s via HARDWARE(%s)"
1373msgstr "Kunde inte h�a information fr�skrivare %s via HARDWARE(%s)"
1374
1375#, python-format
1376msgid ""
1377"SNMP querying stage interrupted. Using latest value seen for internal page "
1378"counter (%s) on printer %s."
1379msgstr ""
1380
1381#, python-format
1382msgid ""
1383"PJL querying stage interrupted. Using latest value seen for internal page "
1384"counter (%s) on printer %s."
1385msgstr ""
1386
1387#, python-format
1388msgid "Launching SOFTWARE(%s)..."
1389msgstr "Startar MJUKVARA(%s)..."
1390
1391#, python-format
1392msgid "Unable to compute job size with accounter %s"
1393msgstr "Kunde inte ber�a utskriftsstorlek med metod %s"
1394
1395#, python-format
1396msgid "Problem while waiting for software accounter pid %s to exit : %s"
1397msgstr "Problem vid inv�an f�jukvarumetod pid %s att avslutas : %s"
1398
1399#, python-format
1400msgid "Software accounter %s exit code is %s"
1401msgstr "Mjukvarumetod %s avslutningskod �%s"
1402
1403msgid "PyKota Reports"
1404msgstr "PyKota rapporter"
1405
1406msgid "Report"
1407msgstr "Rapport"
1408
1409msgid "User / Group names mask"
1410msgstr "Anv�ar- / Gruppnamn maskering"
1411
1412msgid "Groups report"
1413msgstr "Grupprapport"
1414
1415msgid "History"
1416msgstr "Historia"
1417
1418msgid "Empty"
1419msgstr "Tom"
1420
1421msgid "Date"
1422msgstr "Datum"
1423
1424msgid "Action"
1425msgstr "Aktion"
1426
1427msgid "User"
1428msgstr "Anv�are"
1429
1430msgid "Printer"
1431msgstr "Skrivare"
1432
1433msgid "Hostname"
1434msgstr "Datornamn"
1435
1436msgid "JobId"
1437msgstr "JobbId"
1438
1439msgid "JobSize"
1440msgstr "JobbStorlek"
1441
1442msgid "JobPrice"
1443msgstr "JobbPris"
1444
1445msgid "Copies"
1446msgstr "Kopior"
1447
1448msgid "JobBytes"
1449msgstr "JobBytes"
1450
1451msgid "PageCounter"
1452msgstr "SidR�are"
1453
1454msgid "Title"
1455msgstr "Titel"
1456
1457msgid "Filename"
1458msgstr "Filnamn"
1459
1460msgid "Options"
1461msgstr "Optioner"
1462
1463msgid "Previous page"
1464msgstr "F��de sida"
Note: See TracBrowser for help on using the browser.