root / pykota / trunk / po / sv_SE / pykota.po @ 2028

Revision 2028, 55.1 kB (checked in by jalet, 19 years ago)

Modified copyright years

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