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

Revision 2059, 60.0 kB (checked in by jalet, 19 years ago)

Updated the translation files to the latest version of the code

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