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

Revision 2344, 53.1 kB (checked in by jerome, 19 years ago)

Moved the GPL blurb into a single location.
Now uses named parameters in commands' help.

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