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

Revision 2937, 81.6 kB (checked in by jerome, 18 years ago)

pkusers now supports the --email command line option.

  • 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) 2005 Stefan Wold <stefan.wold@it.su.se>
6# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with this program; if not, write to the Free Software
19# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20#
21# $Id$
22#
23# PyKota Swedish translation file.
24# Copyright (c) 2003, 2004, 2005 Conseil Internet & Logiciels Libres
25# Jerome Alet <alet@librelogiciel.com>, 2003, 2004, 2005.
26#
27msgid ""
28msgstr ""
29"Project-Id-Version: PyKota v1.20\n"
30"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
31"POT-Creation-Date: 2006-03-30 22:00+0200\n"
32"PO-Revision-Date: 2004-01-15 12:00+0100\n"
33"Last-Translator: Stefan Wold <stefan.wold@it.su.se>\n"
34"Language-Team: Swedish <alet@librelogiciel.com>\n"
35"MIME-Version: 1.0\n"
36"Content-Type: text/plain; charset=ISO-8859-15\n"
37"Content-Transfer-Encoding: 8bit\n"
38
39#, python-format
40msgid ""
41"autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
42"\n"
43"A tool to automate user account creation and initial balance setting.\n"
44"\n"
45"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
46"\n"
47"command line usage :\n"
48"\n"
49"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
50"  OF AN external policy IN pykota.conf\n"
51"  \n"
52"  autopykota { -i | --initbalance value } \n"
53"\n"
54"options :\n"
55"\n"
56"  -v | --version       Prints autopykota's version number then exits.\n"
57"  -h | --help          Prints this message then exits.\n"
58"  \n"
59"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
60"                       If the user already exists, actual balance is left\n"
61"                       unmodified. If unset, the default value is 0.\n"
62msgstr ""
63
64#, python-format
65msgid ""
66"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
67"\n"
68"A Print Quota editor for PyKota.\n"
69"\n"
70"command line usage :\n"
71"\n"
72"  edpykota [options] user1 user2 ... userN\n"
73"  \n"
74"  edpykota [options] group1 group2 ... groupN\n"
75"\n"
76"options :\n"
77"\n"
78"  -v | --version       Prints edpykota's version number then exits.\n"
79"  -h | --help          Prints this message then exits.\n"
80"  \n"
81"  -a | --add           Adds users or groups print quota entries if\n"
82"                       they don't exist in database.\n"
83"                       \n"
84"  -d | --delete        Deletes users or groups print quota entries.\n"
85"                       Users or groups are never deleted, you have\n"
86"                       to use the pkusers command to delete them.\n"
87"                       The history will be purge from all matching\n"
88"                       jobs, unless -g | --groups is used.\n"
89"  \n"
90"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
91"                       use wildcards characters to select only\n"
92"                       some printers. The default value is *, meaning\n"
93"                       all printers. \n"
94"                       You can specify several names or wildcards, \n"
95"                       by separating them with commas.\n"
96"  \n"
97"  -g | --groups        Edit groups print quota entries instead of \n"
98"                       users print quota entries.\n"
99"                          \n"
100"  -L | --list          Lists users or groups print quota entries.\n"
101"  \n"
102"  -n | --noquota       Sets both soft and hard limits to None for users\n"
103"                       or groups print quota entries.\n"
104"  \n"
105"  -r | --reset         Resets the actual page counter for the user\n"
106"                       or group to zero on the specified printers. \n"
107"                       The life time page counter is kept unchanged.\n"
108"                       \n"
109"  -R | --hardreset     Resets the actual and life time page counters\n"
110"                       for the user or group to zero on the specified \n"
111"                       printers. This is a shortcut for '--used 0'.\n"
112"                       \n"
113"  -s | --skipexisting  In combination with the --add option above, tells\n"
114"                       edpykota to not modify existing print quota entries.\n"
115"                       \n"
116"  -S | --softlimit sl  Sets the quota soft limit to sl "
117"pages.                       \n"
118"  \n"
119"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
120"  \n"
121"  -I | --increase v    Increase existing Soft and Hard limits by the value\n"
122"                       of v. You can prefix v with + or -, if no sign is\n"
123"                       used, + is assumed.\n"
124"\n"
125"  -U | --used u        Sets the page counters for the user u pages on\n"
126"                       the selected printers. Doesn't work for groups, "
127"since\n"
128"                       their page counters are the sum of all their "
129"members'\n"
130"                       page counters.\n"
131"                       Useful for migrating users from a different system\n"
132"                       where they have already used some pages. Actual\n"
133"                       and Life Time page counters may be increased or "
134"decreased\n"
135"                       if u is prefixed with + or -.\n"
136"                       WARNING : BOTH page counters are modified in all "
137"cases,\n"
138"                       so be careful.\n"
139"                       NB : if u equals '0', then the action taken is\n"
140"                       the same as if --hardreset was used.\n"
141"\n"
142"  user1 through userN and group1 through groupN can use wildcards\n"
143"  if the --add option is not set.\n"
144"  \n"
145"examples :                              \n"
146"\n"
147"  $ edpykota --add john paul george ringo\n"
148"  \n"
149"  This will create print quota entries for users john, paul, george\n"
150"  and ringo on all printers. These print quota entries will have no\n"
151"  limit set.\n"
152"  \n"
153"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
154"  \n"
155"  This will set jerome's print quota on the lp printer to a soft limit\n"
156"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n"
157"  printer lp have been previously created with the pkusers and pkprinters\n"
158"  commands, respectively.\n"
159"\n"
160"  $ edpykota -g -S 500 -H 550 financial support            \n"
161"  \n"
162"  This will set print quota soft limit to 500 pages and hard limit\n"
163"  to 550 pages for groups financial and support on all printers.\n"
164"  \n"
165"  $ edpykota --reset jerome \"jo*\"\n"
166"  \n"
167"  This will reset jerome's page counter to zero on all printers, as\n"
168"  well as every user whose name begins with 'jo'.\n"
169"  Their life time page counter on each printer will be kept unchanged.\n"
170"  You can also reset the life time page counters by using the\n"
171"  --hardreset | -R command line option.\n"
172"  \n"
173"  $ edpykota --printer hpcolor --noquota jerome\n"
174"  \n"
175"  This will tell PyKota to not limit jerome when printing on the \n"
176"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
177"  accounting of the pages he prints will still be kept.\n"
178"  Print Quotas for jerome on other printers are unchanged.\n"
179"  \n"
180"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n"
181"  \n"
182"  This will delete users jerome and rachel's print quota\n"
183"  entries on all printers which name begin with 'HP' or\n"
184"  'XER'. The jobs printed by these users on these printers\n"
185"  will be deleted from the history.\n"
186msgstr ""
187
188#, python-format
189msgid "You can't set negative limits for %s"
190msgstr ""
191
192msgid "Extracting datas"
193msgstr ""
194
195#, python-format
196msgid "Page counter : %s"
197msgstr ""
198
199#, python-format
200msgid "Lifetime page counter : %s"
201msgstr ""
202
203#, python-format
204msgid "Soft limit : %s"
205msgstr ""
206
207#, python-format
208msgid "Hard limit : %s"
209msgstr ""
210
211#, python-format
212msgid "Date limit : %s"
213msgstr ""
214
215#, python-format
216msgid "Maximum job size : %s"
217msgstr "Max jobbstorlek : %s"
218
219#, python-format
220msgid "%s pages"
221msgstr "%s sidor"
222
223msgid "Unlimited"
224msgstr "Obegr�ad"
225
226#, python-format
227msgid "Warning banners printed : %s"
228msgstr ""
229
230msgid "Deletion"
231msgstr ""
232
233#, python-format
234msgid "Invalid used value %s."
235msgstr "Ogiltigt v�e %s."
236
237#, python-format
238msgid "Invalid increase value %s."
239msgstr "Ogiltigt v�e f��ng %s."
240
241#, python-format
242msgid "Invalid softlimit value %s."
243msgstr "Ogiltigt mjukgr�v�e %s."
244
245#, python-format
246msgid "Invalid hardlimit value %s."
247msgstr "Ogiltigt h�gr�v�e %s."
248
249#, python-format
250msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
251msgstr ""
252"H�gr�v�et %i �mindre �mjukgr�v�et %i, v�ena kommer bytas."
253
254#, python-format
255msgid "Undefined hard limit set to soft limit (%s)."
256msgstr ""
257
258#, python-format
259msgid "Undefined soft limit set to hard limit (%s)."
260msgstr ""
261
262msgid "Creation"
263msgstr ""
264
265#, python-format
266msgid ""
267"Impossible to create print quota entries if the user or group object '%s' "
268"doesn't already exist. Please use pkusers to create it first."
269msgstr ""
270
271msgid "Modification"
272msgstr ""
273
274msgid "incompatible options, see help."
275msgstr "Of�liga val, se manualerna"
276
277msgid "You have to pass user or group names on the command line"
278msgstr "Du m�e skicka med anv�are- eller gruppnamn p�ommandoraden"
279
280#, python-format
281msgid ""
282"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
283"\n"
284"Generates banners.\n"
285"\n"
286"command line usage :\n"
287"\n"
288"  pkbanner  [options]  [more info]\n"
289"\n"
290"options :\n"
291"\n"
292"  -v | --version       Prints pkbanner's version number then exits.\n"
293"  -h | --help          Prints this message then exits.\n"
294"  \n"
295"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
296"                       be drawn at the center top of the page. The default\n"
297"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
298"                       \n"
299"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
300"                       page sizes are recognized, like 'A4' or 'Letter'\n"
301"                       to name a few. The default size is A4.\n"
302"  \n"
303"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
304"                       used to save toner. The default value is 0, which\n"
305"                       means that no toner saving will be done.\n"
306"  \n"
307"  -u | --url u         Uses u as an url to be written at the bottom of \n"
308"                       the banner page. The default url is :\n"
309"                       http://www.pykota.com/\n"
310"  \n"
311"examples :                              \n"
312"\n"
313"  Using pkbanner directly from the command line is not recommended,\n"
314"  excepted for testing purposes. You should use pkbanner in the\n"
315"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
316"  \n"
317"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
318"  \n"
319"      With such a setting in pykota.conf, all print jobs will be \n"
320"      prefixed with an A4 banner with no logo, and text luminosity will\n"
321"      be increased by 75%%. The PostScript output will be directly sent\n"
322"      to your printer.\n"
323"      \n"
324"  You'll find more examples in the sample configuration file included    \n"
325"  in PyKota.\n"
326msgstr ""
327
328msgid "Unknown"
329msgstr "Ok�"
330
331msgid "Username"
332msgstr "Anv�arnamn"
333
334msgid "More Info"
335msgstr "Mer information"
336
337msgid "Job"
338msgstr "Jobb"
339
340msgid "Date"
341msgstr "Datum"
342
343msgid "Allowed"
344msgstr "Till�n"
345
346msgid "Denied"
347msgstr "Nekad"
348
349msgid "Allowed with Warning"
350msgstr "Till�n med varning"
351
352msgid "Problem"
353msgstr ""
354
355msgid "Cancelled"
356msgstr ""
357
358msgid "Result"
359msgstr "Resultat"
360
361msgid "Title"
362msgstr "Titel"
363
364msgid "Filename"
365msgstr "Filnamn"
366
367#, python-format
368msgid "Pages printed so far on %s"
369msgstr "Antal sidor tills nu mot %s"
370
371msgid "Account balance"
372msgstr ""
373
374msgid "Soft Limit"
375msgstr "Mjukgr�"
376
377msgid "Hard Limit"
378msgstr "H�gr�"
379
380msgid "Date Limit"
381msgstr "Datumgr�"
382
383msgid "No Limit"
384msgstr ""
385
386msgid "No Accounting"
387msgstr ""
388
389msgid "Forbidden"
390msgstr ""
391
392msgid "Printing Mode"
393msgstr ""
394
395msgid "Allowed range is (0..99)"
396msgstr "Till�n skala �(0..99)"
397
398#, python-format
399msgid "Invalid 'savetoner' option %s : %s"
400msgstr "Ogiltig 'savetoner' valm�ghet %s : %s"
401
402#, python-format
403msgid "Invalid 'pagesize' option %s, defaulting to A4."
404msgstr "Ogiltig 'pagesize' valm�ghet %s, s�er standard till A4."
405
406#, python-format
407msgid ""
408"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
409"\n"
410"Email gateway for PyKota.\n"
411"\n"
412"command line usage :\n"
413"\n"
414"  pkmail  [options]\n"
415"\n"
416"options :\n"
417"\n"
418"  -v | --version       Prints pkmail's version number then exits.\n"
419"  -h | --help          Prints this message then exits.\n"
420"  \n"
421"    \n"
422"  This command is meant to be used from your mail server's aliases file,\n"
423"  as a pipe. It will then accept commands send to it in email messages,\n"
424"  and will send the answer to the command's originator.\n"
425"  \n"
426"  To use this command, create an email alias in /etc/aliases with\n"
427"  the following format :\n"
428"  \n"
429"    pykotacmd: \"|/usr/bin/pkmail\"\n"
430"    \n"
431"  Then run the 'newaliases' command to regenerate the aliases database.\n"
432"  \n"
433"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
434"  the command in the subject.\n"
435"  \n"
436"  List of supported commands :\n"
437"  \n"
438"        report [username]\n"
439"  \n"
440"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
441"  system user in the 'pykota' system group to ensure this user can\n"
442"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
443"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
444"  that you think at least twice before doing this though.\n"
445"  \n"
446"  Use at your own risk !\n"
447msgstr ""
448
449#, python-format
450msgid ""
451"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
452"\n"
453"A turn key tool for PyKota. When launched, this command will initialize\n"
454"PyKota's database with all existing print queues and some or all users.\n"
455"For now, no prices or limits are set, so printing is fully accounted\n"
456"for, but not limited. That's why you'll probably want to also use\n"
457"edpykota once the database has been initialized.\n"
458"\n"
459"command line usage :\n"
460"\n"
461"  pkturnkey [options] [printqueues names]\n"
462"\n"
463"options :\n"
464"\n"
465"  -v | --version       Prints pkturnkey version number then exits.\n"
466"  -h | --help          Prints this message then exits.\n"
467"  \n"
468"  -c | --doconf        Give hints about what to put into pykota.conf\n"
469"  \n"
470"  -d | --dousers       Manages users accounts as well.\n"
471"  \n"
472"  -D | --dogroups      Manages users groups as well.\n"
473"                       Implies -d | --dousers.\n"
474"  \n"
475"  -e | --emptygroups   Includes empty groups.\n"
476"  \n"
477"  -f | --force         Modifies the database instead of printing what\n"
478"                       it would do.\n"
479"                       \n"
480"  -u | --uidmin uid    Only adds users whose uid is greater than or equal "
481"to\n"
482"                       uid. You can pass an username there as well, and its\n"
483"                       uid will be used automatically.\n"
484"                       If not set, 0 will be used automatically.\n"
485"                       Implies -d | --dousers.\n"
486"                       \n"
487"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n"
488"                       uid. You can pass an username there as well, and its\n"
489"                       uid will be used automatically.\n"
490"                       If not set, a large value will be used "
491"automatically.\n"
492"                       Implies -d | --dousers.\n"
493"\n"
494"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal "
495"to\n"
496"                       gid. You can pass a groupname there as well, and its\n"
497"                       gid will be used automatically.\n"
498"                       If not set, 0 will be used automatically.\n"
499"                       Implies -D | --dogroups.\n"
500"                       \n"
501"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal "
502"to\n"
503"                       gid. You can pass a groupname there as well, and its\n"
504"                       gid will be used automatically.\n"
505"                       If not set, a large value will be used "
506"automatically.\n"
507"                       Implies -D | --dogroups.\n"
508"\n"
509"examples :                              \n"
510"\n"
511"  $ pkturnkey --dousers --uidmin jerome\n"
512"\n"
513"  Will simulate the initialization of PyKota's database will all existing\n"
514"  printers and print accounts for all users whose uid is greater than\n"
515"  or equal to jerome's one. Won't manage any users group.\n"
516"  \n"
517"  To REALLY initialize the database instead of simulating it, please\n"
518"  use the -f | --force command line switch.\n"
519"  \n"
520"  You can limit the initialization to only a subset of the existing\n"
521"  printers, by passing their names at the end of the command line.\n"
522msgstr ""
523
524#, python-format
525msgid ""
526"Printer %s is not managed by PyKota yet. Please modify printers.conf and "
527"restart CUPS."
528msgstr ""
529
530msgid "You're not allowed to use this command."
531msgstr "Du har inte beh�jet att anv�a detta kommando."
532
533msgid "Please be patient..."
534msgstr "Var god v�a..."
535
536msgid "Don't worry, the database WILL NOT BE MODIFIED."
537msgstr "OBS! Databasen kommer EJ MODIFIERAS!"
538
539msgid "Please WORRY NOW, the database WILL BE MODIFIED."
540msgstr "Varning! Databasen kommer nu att modifiereas!"
541
542msgid "System users will have a print account as well !"
543msgstr "Systemanv�are kommer ocks�a utskriftskonton!"
544
545#, python-format
546msgid "Unknown username %s : %s"
547msgstr "Ok� anv�arnamn %s : %s"
548
549msgid "System groups will have a print account as well !"
550msgstr "Systemgrupper kommer ocks�a utskriftskonton !"
551
552#, python-format
553msgid "Unknown groupname %s : %s"
554msgstr "Ok� gruppnamn %s : %s"
555
556msgid "Simulation terminated."
557msgstr "Simulering avslutad."
558
559msgid "Database initialized !"
560msgstr "Databas initierad !"
561
562msgid "The --uidmin or --uidmax command line option implies --dousers as well."
563msgstr ""
564
565msgid ""
566"The --gidmin or --gidmax command line option implies --dogroups as well."
567msgstr ""
568
569msgid "The --dogroups command line option implies --dousers as well."
570msgstr ""
571
572#, python-format
573msgid ""
574"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
575"\n"
576"An OSD quota monitor for PyKota.\n"
577"\n"
578"command line usage :\n"
579"\n"
580"  pykosd [options]\n"
581"\n"
582"options :\n"
583"\n"
584"  -v | --version       Prints pykosd's version number then exits.\n"
585"  -h | --help          Prints this message then exits.\n"
586"  \n"
587"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
588"                       triplet, for example #FF0000 is 100%% red.\n"
589"                       Defaults to 100%% green (#00FF00).\n"
590"                       \n"
591"  -d | --duration d    Sets the duration of the display in seconds. \n"
592"                       Defaults to 3 seconds.\n"
593"                       \n"
594"  -f | --font f        Sets the font to use for "
595"display.                      \n"
596"                       Defaults to the Python OSD library's default.\n"
597"  \n"
598"  -l | --loop n        Sets the number of times the info will be displayed.\n"
599"                       Defaults to 0, which means loop forever.\n"
600"                       \n"
601"  -s | --sleep s       Sets the sleeping duration between two displays \n"
602"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
603"                       \n"
604"  \n"
605"examples :                              \n"
606"\n"
607"  $ pykosd -s 60 --loop 5\n"
608"  \n"
609"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
610"  and will last for 3 seconds (the default) each time. After five\n"
611"  iterations, the program will exit.\n"
612msgstr ""
613
614#, python-format
615msgid "Invalid duration option %s"
616msgstr "Felaktig val f�duration' %s"
617
618#, python-format
619msgid "Invalid loop option %s"
620msgstr "Felaktig val f�loop' %s"
621
622#, python-format
623msgid "Invalid sleep option %s"
624msgstr "Felaktig val f�sleep %s"
625
626#, python-format
627msgid "Invalid color option %s"
628msgstr "Felaktig val f�color' %s"
629
630#, python-format
631msgid "User %s doesn't exist in PyKota's database"
632msgstr "Anv�are %s existerar inte i PyKotas databas"
633
634#, python-format
635msgid "Pages used on %s : %s"
636msgstr "Sidor anv�a p�s : %s"
637
638#, python-format
639msgid "PyKota Units left : %.2f"
640msgstr "PyKota enheter kvar : %.2f"
641
642msgid "Printing denied."
643msgstr ""
644
645msgid "Printing not limited."
646msgstr ""
647
648msgid "Printing not limited, no accounting."
649msgstr ""
650
651#, python-format
652msgid ""
653"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
654"\n"
655"Generates print quota reports.\n"
656"\n"
657"command line usage :\n"
658"\n"
659"  repykota [options] \n"
660"\n"
661"options :\n"
662"\n"
663"  -v | --version       Prints repykota's version number then exits.\n"
664"  -h | --help          Prints this message then exits.\n"
665"  \n"
666"  -u | --users         Generates a report on users quota, this is \n"
667"                       the default.\n"
668"  \n"
669"  -g | --groups        Generates a report on group quota instead of users.\n"
670"  \n"
671"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n"
672"                              groups. Reserved to PyKota Administrators.\n"
673"  \n"
674"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
675"                       use wildcards characters to select only\n"
676"                       some printers. The default value is *, meaning\n"
677"                       all printers.\n"
678"                       You can specify several names or wildcards, \n"
679"                       by separating them with commas.\n"
680"  \n"
681"examples :                              \n"
682"\n"
683"  $ repykota --printer lp\n"
684"  \n"
685"  This will print the quota status for all users who use the lp printer.\n"
686"\n"
687"  $ repykota \n"
688"  \n"
689"  This will print the quota status for all users on all printers.\n"
690"  \n"
691"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
692"  \n"
693"  This will print the quota status for user jerome and all users\n"
694"  whose name begins with \"jo\" on all printers which name begins\n"
695"  with \"laser\" or ends with \"pson\".\n"
696"  \n"
697"  If launched by an user who is not a PyKota administrator, additionnal\n"
698"  arguments representing users or groups names are ignored, and only the\n"
699"  current user/group is reported.\n"
700msgstr ""
701
702msgid "Option --ingroups is reserved to PyKota Administrators."
703msgstr ""
704
705#, python-format
706msgid "There's no printer matching %s"
707msgstr "Det finns ingen matchande skrivare till %s"
708
709#, python-format
710msgid "SIGTERM received, job %s cancelled."
711msgstr "Mottog SIGTERM, utskrift %s avbr�"
712
713msgid "You are not allowed to print at this time."
714msgstr "Du har inte till�lse att skriva ut just nu."
715
716msgid "Print job cancelled."
717msgstr ""
718
719#, python-format
720msgid "Banner generator %s exit code is %s"
721msgstr ""
722
723msgid "Banner won't be printed : maximum number of deny banners reached."
724msgstr ""
725
726#, python-format
727msgid "Beware : computed job size (%s) != precomputed job size (%s)"
728msgstr ""
729"Uppm�samma : ber�ad jobbstorlek (%s) != f�r�ad jobbstorlek (%s)"
730
731msgid ""
732"The job size will be trusted anyway according to the 'trustjobsize' directive"
733msgstr ""
734"Jobbets storlek kommer litas p� alla fall enligt direktivet 'trustjobsize'"
735
736#, python-format
737msgid ""
738"The job size will be trusted because it is inferior to the 'trustjobsize' "
739"directive's limit %s"
740msgstr ""
741"Jobbets storlek kommer att litas p�ftersom det �l�e �direktivet "
742"'trustjobsize' gr� %s"
743
744#, python-format
745msgid ""
746"The job size will be modified according to the 'trustjobsize' directive : %s"
747msgstr ""
748"Jobbets storlek kommer att modifieras enligt direktivet 'trustjobsize' : %s"
749
750#, python-format
751msgid ""
752"Printer %s not registered in the PyKota system, applying external policy (%"
753"s) for printer %s"
754msgstr ""
755"Skrivare %s inte registrerad i PyKotasystemet, till�ar extern policy (%s) "
756"f�krivare %s"
757
758#, python-format
759msgid ""
760"User %s not registered in the PyKota system, applying external policy (%s) "
761"for printer %s"
762msgstr ""
763"Anv�are %s inte registrerad i Pykotasystemet, till�ar extern policy (%s) "
764"f�krivare %s"
765
766#, python-format
767msgid ""
768"User %s doesn't have quota on printer %s in the PyKota system, applying "
769"external policy (%s) for printer %s"
770msgstr ""
771"Anv�are %s har inget utskriftssaldo p�krivare %s i PyKotasystemet, "
772"till�arextern policy (%s) f�krivare %s"
773
774#, python-format
775msgid ""
776"External policy %s for printer %s produced an error. Job rejected. Please "
777"check PyKota's configuration files."
778msgstr ""
779"Extern policy %s f�krivare %s l�ade ett felmeddelande. Utskrift "
780"avbruten. V�igen kontrollera PyKotas konfigurationsfiler."
781
782#, python-format
783msgid ""
784"Printer %s not registered in the PyKota system, applying default policy (%s)"
785msgstr ""
786"Skrivare %s �inte registrerad i PyKotasystemet, till�ar standardpolicy (%"
787"s)"
788
789#, python-format
790msgid ""
791"User %s not registered in the PyKota system, applying default policy (%s) "
792"for printer %s"
793msgstr ""
794"Anv�are %s �inte registrerad i PyKotasystemet, till�ar standardpolicy "
795"(%s) f�krivare %s"
796
797#, python-format
798msgid ""
799"User %s doesn't have quota on printer %s in the PyKota system, applying "
800"default policy (%s)"
801msgstr ""
802"Anv�are %s har inget utskriftssaldo p�krivare %s i PyKotasystemet, "
803"till�ar standardpolicy (%s)"
804
805#, python-format
806msgid ""
807"Printer %s still not registered in the PyKota system, job will be rejected"
808msgstr ""
809"Skrivare %s fortfarande inte registrerad i PyKotasystemet, utskriften avbryts"
810
811#, python-format
812msgid ""
813"User %s still not registered in the PyKota system, job will be rejected on "
814"printer %s"
815msgstr ""
816"Anv�are %s fortfarande inte registrerad i PyKotasystemet, utskriften p�
817"skrivare %s avbryts"
818
819#, python-format
820msgid ""
821"User %s still doesn't have quota on printer %s in the PyKota system, job "
822"will be rejected"
823msgstr ""
824"Anv�are %s har fortfarande inget utskriftssaldo p�krivare %s i "
825"PyKotasystemet,utskriften avbryts"
826
827msgid "Job is a dupe"
828msgstr "Jobbet �ett duplikat"
829
830msgid "Printing is denied by configuration"
831msgstr "Utskrifter nekade av konfigurationen"
832
833#, python-format
834msgid "Duplicate print jobs are not allowed on printer %s."
835msgstr "Kopior av utskriftsjobb �inte till�a f�krivaren %s."
836
837msgid "Subprocess denied printing of a dupe"
838msgstr "Underprocess nekar utskrift av kopia"
839
840#, python-format
841msgid "Duplicate print jobs are not allowed on printer %s at this time."
842msgstr ""
843"Kopior av utskriftsjobb �f�illf�et ej till�t mot skrivaren %s."
844
845msgid "Subprocess allowed printing of a dupe"
846msgstr "Underprocess godk�e utskrift av kopia"
847
848#, python-format
849msgid ""
850"\n"
851"\n"
852"Your system administrator :\n"
853"\n"
854"\t%s - <%s>\n"
855msgstr ""
856"\n"
857"\n"
858"Din systemadministrat�\n"
859"\n"
860"\t%s - <%s>\n"
861
862#, python-format
863msgid "Impossible to connect to SMTP server : %s"
864msgstr "Kunde ej f�ontakt med SMTP server : %s"
865
866msgid "Print Quota"
867msgstr "Utskriftssaldo"
868
869#, python-format
870msgid "Impossible to send mail to %s, error %s : %s"
871msgstr "Kunde inte s�a epost till %s, felmeddelande %s : %s"
872
873msgid "Job contains no data. Printing is denied."
874msgstr "Jobb inneh�er ingen data. Utskrift nekad"
875
876msgid "Error in external policy script. Printing is denied."
877msgstr ""
878
879#, python-format
880msgid ""
881"Still no print quota entry for user %s on printer %s after external policy. "
882"Printing is denied."
883msgstr ""
884
885msgid "Printing is denied by printer policy."
886msgstr ""
887
888msgid "Job allowed by printer policy. No accounting will be done."
889msgstr "Jobb godk� av printerpolicy. Ingen debitering kommer att ske."
890
891#, python-format
892msgid "Invalid policy %s for printer %s"
893msgstr "Ogiltig policy %s f�krivare %s"
894
895#, python-format
896msgid "Precomputed job size (%s pages) too large for printer %s."
897msgstr "F�r�ad jobbstorlek (%s sidor) �f��mot skrivaren %s."
898
899#, python-format
900msgid "You are not allowed to print so many pages on printer %s at this time."
901msgstr ""
902"Du �ej till�n att skriva ut s��a sidor mot skrivaren %s f�
903"tillf�et."
904
905#, python-format
906msgid "User %s is not allowed to print at this time."
907msgstr "Anv�are %s har ej till�lse att skriva ut f�illf�et."
908
909msgid "Your account settings forbid you to print at this time."
910msgstr "Dina anv�arinst�ningar f�uder utskrift f�illf�et."
911
912#, python-format
913msgid "Print Quota exceeded for user %s on printer %s"
914msgstr "Utskriftssaldot ��trasserad f�nv�are %s p�krivare %s"
915
916#, python-format
917msgid "Print Quota low for user %s on printer %s"
918msgstr "Utskriftssaldot �l� anv�are %s p�krivare %s"
919
920msgid "Job denied, no accounting will be done."
921msgstr "Jobb nekat, ingen debitering kommer att ske."
922
923msgid "Job cancelled, no accounting will be done."
924msgstr ""
925
926msgid "Job accounting begins."
927msgstr "Jobbsaldo p�rjas."
928
929msgid "Job denied, no accounting has been done."
930msgstr "Jobb nekat, ingen debitering gjord."
931
932msgid "Job cancelled, no accounting has been done."
933msgstr ""
934
935msgid "Job accounting ends."
936msgstr "Jobbsaldo avslutas."
937
938msgid ""
939"Job size forced to 0 because the real CUPS backend failed. No accounting "
940"will be done."
941msgstr ""
942
943msgid "The real CUPS backend failed, but the job will be accounted for anyway."
944msgstr ""
945
946msgid "Job size forced to 0 because printing is denied."
947msgstr "Jobbstorlek satt till 0 f�tt utskriften nekades."
948
949msgid "Job size forced to 0 because printing was cancelled."
950msgstr ""
951
952#, python-format
953msgid "Job size : %i"
954msgstr "Jobbstorlek : %i"
955
956#, python-format
957msgid "User %s's quota on printer %s won't be modified"
958msgstr "Anv�are %s saldo f�krivaren %s kommer ej modifieras"
959
960#, python-format
961msgid "Updating user %s's quota on printer %s"
962msgstr "Uppdaterar anv�are %s kvot p�krivare %s"
963
964msgid "Job added to history."
965msgstr "Jobb adderat till arkivet."
966
967#, python-format
968msgid "Billing code %s was updated."
969msgstr ""
970
971#, python-format
972msgid "Incorrect value for the 'onbackenderror' directive in section [%s]"
973msgstr ""
974
975#, python-format
976msgid "The real backend produced an error, we will try again in %s seconds."
977msgstr ""
978
979#, python-format
980msgid "Job %s interrupted by the administrator !"
981msgstr ""
982
983#, python-format
984msgid ""
985"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
986"\n"
987"A billing codes Manager for PyKota.\n"
988"\n"
989"command line usage :\n"
990"\n"
991"  pkbcodes [options] code1 code2 code3 ... codeN\n"
992"\n"
993"options :\n"
994"\n"
995"  -v | --version       Prints pkbcodes version number then exits.\n"
996"  -h | --help          Prints this message then exits.\n"
997"  \n"
998"  -a | --add           Adds billing codes if they don't exist in PyKota's\n"
999"                       database. If they exist, they are modified\n"
1000"                       unless -s|--skipexisting is also used.\n"
1001"\n"
1002"  -d | --delete        Deletes billing codes from PyKota's database.\n"
1003"                       NB : the history entries with this billing code\n"
1004"                       are not deleted, voluntarily.\n"
1005"\n"
1006"  -D | --description d Adds a textual description to billing codes.\n"
1007"\n"
1008"  -l | --list          List informations about the billing codes.\n"
1009"\n"
1010"  -r | --reset         Resets the billing codes' balance and page counters\n"
1011"                       to 0.\n"
1012"\n"
1013"  -s | --skipexisting  In combination with the --add option above, tells\n"
1014"                       pkbcodes to not modify existing billing codes.\n"
1015"\n"
1016"  code1 through codeN can contain wildcards if the --add option\n"
1017"  is not set.\n"
1018"\n"
1019"examples :                              \n"
1020"\n"
1021"  $ pkbcodes --add -D \"My project\" myproj\n"
1022"\n"
1023"  Will create the myproj billing code with \"My project\"\n"
1024"  as the description.\n"
1025"\n"
1026"  $ pkbcodes --delete \"*\"\n"
1027"\n"
1028"  This will completely delete all the billing codes, but without\n"
1029"  removing any matching job from the history. USE WITH CARE ANYWAY !\n"
1030"  \n"
1031"  $ pkbcodes --list \"my*\"\n"
1032"  \n"
1033"  This will list all billing codes which name begins with 'my'.\n"
1034msgstr ""
1035
1036#, python-format
1037msgid "There's no billingcode matching %s"
1038msgstr ""
1039
1040msgid "pages"
1041msgstr ""
1042
1043msgid "and"
1044msgstr ""
1045
1046msgid "credits"
1047msgstr ""
1048
1049#, python-format
1050msgid "Billing code [%s] already exists, skipping."
1051msgstr ""
1052
1053#, python-format
1054msgid "Billing code [%s] already exists, will be modified."
1055msgstr ""
1056
1057msgid "You have to pass billing codes on the command line"
1058msgstr ""
1059
1060#, python-format
1061msgid ""
1062"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1063"\n"
1064"Notifies or ask questions to end users who launched the PyKotIcon "
1065"application.\n"
1066"\n"
1067"command line usage :\n"
1068"\n"
1069"  pknotify  [options]  [arguments]\n"
1070"\n"
1071"options :\n"
1072"\n"
1073"  -v | --version             Prints pknotify's version number then exits.\n"
1074"  -h | --help                Prints this message then exits.\n"
1075"  \n"
1076"  -d | --destination h[:p]   Sets the destination hostname and optional\n"
1077"                             port onto which contact the remote PyKotIcon\n"
1078"                             application. This option is mandatory.\n"
1079"                             When not specified, the port defaults to 7654.\n"
1080"                             \n"
1081"  -a | --ask                 Tells pknotify to ask something to the end\n"
1082"                             user. Then pknotify will output the result.\n"
1083"                       \n"
1084"  -C | --checkauth           When --ask is used and both an 'username' and "
1085"a\n"
1086"                             'password' are asked to the end user, then\n"
1087"                             pknotify will try to authenticate the user\n"
1088"                             through PAM. If authentified, this program\n"
1089"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n"
1090"                             If a field is missing, \"AUTH=IMPOSSIBLE\" "
1091"will\n"
1092"                             be printed. If the user is authenticated, then\n"
1093"                             \"USERNAME=xxxx\" will be printed as well.\n"
1094"                             \n"
1095"  -c | --confirm             Tells pknotify to ask for either a "
1096"confirmation                       \n"
1097"                             or abortion.\n"
1098"                             \n"
1099"  -D | --denyafter N         With --checkauth above, makes pknotify "
1100"loop                           \n"
1101"                             up to N times if the password is incorrect.\n"
1102"                             After having reached the limit, \"DENY\" will\n"
1103"                             be printed, which effectively rejects the job.\n"
1104"                             The default value of N is 1, meaning the job\n"
1105"                             is denied after the first unsuccessful try.\n"
1106"                             \n"
1107"  -n | --notify              Tells pknotify to send an informational "
1108"message\n"
1109"                             to the end user.\n"
1110"                             \n"
1111"  -q | --quit                Tells pknotify to send a message asking the\n"
1112"                             PyKotIcon application to exit. This option can\n"
1113"                             be combined with the other ones to make "
1114"PyKotIcon\n"
1115"                             exit after having sent the answer from the "
1116"dialog.\n"
1117"                             \n"
1118"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1119"if\n"
1120"                             it comes past T seconds after the dialog box "
1121"being\n"
1122"                             opened. The default value is 0 seconds, which \n"
1123"                             tells pknotify to wait indefinitely.\n"
1124"                             Use this option to avoid having an user who\n"
1125"                             leaved his computer stall a whole print queue.\n"
1126"                             \n"
1127"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1128"\n"
1129"  arguments :             \n"
1130"  \n"
1131"    -a | --ask : Several arguments are accepted, of the form\n"
1132"                 \"label:varname:defaultvalue\". The result will\n"
1133"                 be printed to stdout in the following format :\n"
1134"                 VAR1NAME=VAR1VALUE\n"
1135"                 VAR2NAME=VAR2VALUE\n"
1136"                 ...\n"
1137"                 If the dialog was cancelled, nothing will be\n"
1138"                 printed. If one of the varname is 'password'\n"
1139"                 then this field is asked as a password (you won't\n"
1140"                 see what you type in), and is NOT printed. Although\n"
1141"                 it is not printed, it will be used to check if\n"
1142"                 authentication is valid if you specify --checkauth.\n"
1143"                 \n"
1144"    -c | --confirm : A single argument is expected, representing the\n"
1145"                     message to display. If the dialog is confirmed\n"
1146"                     then pknotify will print OK, else CANCEL.\n"
1147"                     \n"
1148"    -n | --notify : A single argument is expected, representing "
1149"the                 \n"
1150"                    message to display. In this case pknotify will\n"
1151"                    always print OK.\n"
1152"                    \n"
1153"examples :                    \n"
1154"\n"
1155"  pknotify -d client:7654 --confirm \"This job costs :\n"
1156"10 credits !\"\n"
1157"  \n"
1158"  Would display the cost of a print job and asks for confirmation.\n"
1159"  \n"
1160"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1161"           --checkauth --ask \"Your name:username:\" \"Your password:"
1162"password:\"\n"
1163"           \n"
1164"  Asks an username and password, and checks if they are valid.         \n"
1165"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1166"  only set if you launch pknotify from cupspykota through a directive\n"
1167"  in ~pykota/pykota.conf\n"
1168"  \n"
1169"  The TCP port you'll use must be reachable on the client from the\n"
1170"  print server.\n"
1171msgstr ""
1172
1173msgid "You MUST install PyPAM for this functionnality to work !"
1174msgstr ""
1175
1176#, python-format
1177msgid "Authentication error for user %s : %s"
1178msgstr ""
1179
1180#, python-format
1181msgid "Internal error : can't authenticate user %s"
1182msgstr ""
1183
1184#, python-format
1185msgid "Password correct for user %s"
1186msgstr ""
1187
1188#, python-format
1189msgid ""
1190"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1191"cancelled."
1192msgstr ""
1193
1194msgid "Connection error"
1195msgstr ""
1196
1197msgid "some options are mandatory, see help."
1198msgstr ""
1199
1200msgid "some options require arguments, see help."
1201msgstr ""
1202
1203#, python-format
1204msgid ""
1205"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1206"\n"
1207"An Users and Groups Manager for PyKota.\n"
1208"\n"
1209"command line usage :\n"
1210"\n"
1211"  pkusers [options] user1 user2 user3 ... userN\n"
1212"  \n"
1213"or :  \n"
1214"\n"
1215"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1216"\n"
1217"options :\n"
1218"\n"
1219"  -v | --version       Prints pkusers's version number then exits.\n"
1220"  -h | --help          Prints this message then exits.\n"
1221"  \n"
1222"  -a | --add           Adds users if they don't exist on the database.\n"
1223"                       If they exist, they are modified unless\n"
1224"                       -s|--skipexisting is also used.\n"
1225"                       \n"
1226"  -d | --delete        Deletes users from the quota storage.\n"
1227"\n"
1228"  -e | --email addr    Sets the email address for the users.\n"
1229"                       If the addr parameter begins with @, then\n"
1230"                       the username is prepended to addr to form\n"
1231"                       a valid email address.\n"
1232"\n"
1233"  -D | --description d Adds a textual description to users or groups.\n"
1234"                       \n"
1235"  -g | --groups        Edit users groups instead of users.\n"
1236"                          \n"
1237"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1238"                       when computing the cost of a print job. Positive or \n"
1239"                       negative floating point values are allowed,\n"
1240"                       this allows you to do some really creative\n"
1241"                       things like giving money to an user whenever\n"
1242"                       he prints. The number of pages in a print job\n"
1243"                       is not modified by this coefficient, only the\n"
1244"                       cost of the job for a particular user.\n"
1245"                       Only users have such a coefficient.\n"
1246"  \n"
1247"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1248"                              listed, separated by commas. The groups\n"
1249"                              must already exist in the Quota Storage.\n"
1250"                       \n"
1251"  -L | --list          Lists users or groups.\n"
1252"  \n"
1253"  -l | --limitby l     Choose if the user/group is limited in "
1254"printing                     \n"
1255"                       by its account balance or by its page quota.\n"
1256"                       The default value is 'quota'. Allowed values\n"
1257"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1258"                       and 'nochange' :\n"
1259"                       \n"
1260"                         - quota : limit by number of pages per printer.\n"
1261"                         - balance : limit by number of credits in account.\n"
1262"                         - noquota : no limit, accounting still done.\n"
1263"                         - nochange : no limit, accounting not done. \n"
1264"                         - noprint : printing is denied. \n"
1265"                       NB : nochange and noprint are not supported for "
1266"groups.\n"
1267"                       \n"
1268"  -b | --balance b     Sets the user's account balance to "
1269"b.                     \n"
1270"                       Account balance may be increase or decreased\n"
1271"                       if b is prefixed with + or -.\n"
1272"                       WARNING : when decreasing account balance,\n"
1273"                       the total paid so far by the user is decreased\n"
1274"                       too.\n"
1275"                       Groups don't have a real balance, but the\n"
1276"                       sum of their users' account balance.\n"
1277"                       \n"
1278"  -C | --comment txt   Defines some informational text to be associated\n"
1279"                       with a change to an user's account balance.\n"
1280"                       Only meaningful if -b | --balance is also used.\n"
1281"                       \n"
1282"                       \n"
1283"  -r | --remove        In combination with the --ingroups option "
1284"above,                       \n"
1285"                       remove users from the specified users groups.\n"
1286"                       \n"
1287"  -s | --skipexisting  In combination with the --add option above, tells\n"
1288"                       pkusers to not modify existing users.\n"
1289"                       \n"
1290"  user1 through userN and group1 through groupN can use wildcards\n"
1291"  if the --add option is not set.\n"
1292"  \n"
1293"examples :                              \n"
1294"\n"
1295"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1296"  \n"
1297"  This will add users john, paul, george and ringo to the quota\n"
1298"  database. User ringo's email address will also be set to \n"
1299"  'ringo@example.com'\n"
1300"  \n"
1301"  $ pkusers --ingroups coders,it jerome\n"
1302"  \n"
1303"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1304"  already exist in the quota database.\n"
1305"            \n"
1306"  $ pkusers --limitby balance jerome\n"
1307"  \n"
1308"  This will tell PyKota to limit jerome by his account's balance\n"
1309"  when printing.\n"
1310"  \n"
1311"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1312"  \n"
1313"  This will increase jerome's account balance by 10.0 (in your\n"
1314"  own currency). You can decrease the account balance with a\n"
1315"  dash prefix, and set it to a fixed amount with no prefix.\n"
1316"  A comment will be stored for this balance change.\n"
1317"  \n"
1318"  $ pkusers --delete jerome rachel\n"
1319"  \n"
1320"  This will completely delete jerome and rachel from the quota\n"
1321"  database. All their quotas and jobs will be deleted too.\n"
1322"  \n"
1323"  $ pkusers --overcharge 2.5 poorstudent\n"
1324"  \n"
1325"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1326"  \n"
1327"  $ pkusers --overcharge -1 jerome\n"
1328"  \n"
1329"  User jerome will actually earn money whenever he prints.\n"
1330"  \n"
1331"  $ pkusers --overcharge 0 boss\n"
1332"  \n"
1333"  User boss can print at will, it won't cost him anything because the\n"
1334"  cost of each print job will be multiplied by zero before charging\n"
1335"  his account.\n"
1336"\n"
1337"  $ pkusers --email @example.com\n"
1338"\n"
1339"  This will set the email address for each user to username@example.com\n"
1340msgstr ""
1341
1342#, python-format
1343msgid "There's no %s matching %s"
1344msgstr ""
1345
1346#, python-format
1347msgid "Limited by : %s"
1348msgstr ""
1349
1350#, python-format
1351msgid "Account balance : %.2f"
1352msgstr ""
1353
1354#, python-format
1355msgid "Total paid so far : %.2f"
1356msgstr ""
1357
1358#, python-format
1359msgid "Overcharging factor : %.2f"
1360msgstr ""
1361
1362#, python-format
1363msgid "Group balance : %.2f"
1364msgstr ""
1365
1366#, python-format
1367msgid "Invalid limitby value %s"
1368msgstr "Ogiltigt v�e %s p�ariabeln limitby"
1369
1370#, python-format
1371msgid "Invalid overcharge value %s"
1372msgstr "Ogiltigt �debiteringsv�e %s"
1373
1374#, python-format
1375msgid "Invalid balance value %s"
1376msgstr "Ogiltigt saldov�e %s. "
1377
1378#, python-format
1379msgid "There's no users group matching %s"
1380msgstr ""
1381
1382#, python-format
1383msgid "Invalid email address %s"
1384msgstr "Ogiltig epostadress %s"
1385
1386#, python-format
1387msgid "Unknown group %s"
1388msgstr "Ok� grupp %s"
1389
1390#, python-format
1391msgid "Unknown user %s"
1392msgstr "Ok� anv�are %s"
1393
1394#, python-format
1395msgid "%s %s already exists, skipping."
1396msgstr ""
1397
1398#, python-format
1399msgid "%s %s already exists, will be modified."
1400msgstr ""
1401
1402#, python-format
1403msgid "Invalid name %s"
1404msgstr ""
1405
1406msgid "You have to pass user groups names on the command line"
1407msgstr ""
1408
1409#, python-format
1410msgid ""
1411"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1412"\n"
1413"Gives print quotes to users.\n"
1414"\n"
1415"command line usage :\n"
1416"\n"
1417"  pykotme  [options]  [files]\n"
1418"\n"
1419"options :\n"
1420"\n"
1421"  -v | --version       Prints pykotme's version number then exits.\n"
1422"  -h | --help          Prints this message then exits.\n"
1423"  \n"
1424"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1425"                       use wildcards characters to select only\n"
1426"                       some printers. The default value is *, meaning\n"
1427"                       all printers.\n"
1428"                       You can specify several names or wildcards, \n"
1429"                       by separating them with commas.\n"
1430"  \n"
1431"examples :                              \n"
1432"\n"
1433"  $ pykotme --printer apple file1.ps file2.ps\n"
1434"  \n"
1435"  This will give a print quote to the current user. The quote will show\n"
1436"  the price and size of a job consisting in file1.ps and file2.ps \n"
1437"  which would be sent to the apple printer.\n"
1438"  \n"
1439"  $ pykotme --printer apple,hplaser <file1.ps\n"
1440"  \n"
1441"  This will give a print quote to the current user. The quote will show\n"
1442"  the price and size of a job consisting in file1.ps as read from\n"
1443"  standard input, which would be sent to the apple or hplaser\n"
1444"  printer.\n"
1445"\n"
1446"  $ pykotme \n"
1447"  \n"
1448"  This will give a quote for a job consisting of what is on standard \n"
1449"  input. The quote will list the job size, and the price the job\n"
1450"  would cost on each printer.\n"
1451msgstr ""
1452
1453#, python-format
1454msgid "Your account balance : %.2f"
1455msgstr "Ditt utskriftssaldo : %.2f"
1456
1457#, python-format
1458msgid "Job size : %i pages"
1459msgstr "Utskriftsstorlek : %i sidor"
1460
1461#, python-format
1462msgid "Cost on printer %s : %.2f"
1463msgstr "Kostnad p�krivare %s : %.2f"
1464
1465msgid "won't be charged, printer is in passthrough mode"
1466msgstr ""
1467
1468msgid "won't be charged, your account is immutable"
1469msgstr ""
1470
1471#, python-format
1472msgid ""
1473"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1474"\n"
1475"Sends mail to users over print quota.\n"
1476"\n"
1477"command line usage :\n"
1478"\n"
1479"  warnpykota  [options]  [names]\n"
1480"\n"
1481"options :\n"
1482"\n"
1483"  -v | --version       Prints warnpykota's version number then exits.\n"
1484"  -h | --help          Prints this message then exits.\n"
1485"  \n"
1486"  -u | --users         Warns users over their print quota, this is the \n"
1487"                       default.\n"
1488"  \n"
1489"  -g | --groups        Warns users whose groups quota are over limit.\n"
1490"  \n"
1491"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1492"                       use wildcards characters to select only\n"
1493"                       some printers. The default value is *, meaning\n"
1494"                       all printers.\n"
1495"                       You can specify several names or wildcards, \n"
1496"                       by separating them with commas.\n"
1497"  \n"
1498"examples :                              \n"
1499"\n"
1500"  $ warnpykota --printer lp\n"
1501"  \n"
1502"  This will warn all users of the lp printer who have exceeded their\n"
1503"  print quota.\n"
1504"\n"
1505"  $ warnpykota \n"
1506"  \n"
1507"  This will warn all users  who have exceeded their print quota on\n"
1508"  any printer.\n"
1509"\n"
1510"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1511"  \n"
1512"  This will warn all users of groups which names begins with \"dev\" and\n"
1513"  who have exceeded their print quota on any printer which name begins \n"
1514"  with \"laserjet\"\n"
1515"  \n"
1516"  If launched by an user who is not a PyKota administrator, additionnal\n"
1517"  arguments representing users or groups names are ignored, and only the\n"
1518"  current user/group is reported.\n"
1519msgstr ""
1520
1521#, python-format
1522msgid ""
1523"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1524"\n"
1525"Dumps PyKota database's content.\n"
1526"\n"
1527"command line usage :\n"
1528"\n"
1529"  dumpykota [options] [filterexpr]\n"
1530"\n"
1531"options :\n"
1532"\n"
1533"  -v | --version       Prints dumpykota's version number then exits.\n"
1534"  -h | --help          Prints this message then exits.\n"
1535"  \n"
1536"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1537"                       \n"
1538"                         - history : dumps the jobs history.\n"
1539"                         - users : dumps users.\n"
1540"                         - groups : dumps user groups.\n"
1541"                         - printers : dump printers.\n"
1542"                         - upquotas : dump user quotas.\n"
1543"                         - gpquotas : dump user groups quotas.\n"
1544"                         - payments : dumps user payments.\n"
1545"                         - pmembers : dumps printer groups members.\n"
1546"                         - umembers : dumps user groups members.\n"
1547"                         - billingcodes : dumps billing codes.\n"
1548"                         - all : dumps all PyKota datas. The output format\n"
1549"                                 is always XML in this case.\n"
1550"                         \n"
1551"                       NB : the -d | --data command line option   \n"
1552"                       is MANDATORY.\n"
1553"  \n"
1554"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1555"                       the format is to dump datas in the csv format (comma\n"
1556"                       separated values). All data dumped is between double\n"
1557"                       quotes. Allowed formats are :\n"
1558"                       \n"
1559"                         - csv : separate datas with commas\n"
1560"                         - ssv : separate datas with semicolons\n"
1561"                         - tsv : separate datas with tabs\n"
1562"                         - xml : dump data as XML \n"
1563"                         - cups : dump datas in CUPS' page_log format :\n"
1564"                                  ONLY AVAILABLE WITH --data history\n"
1565"                         \n"
1566"  -o | --output fname  All datas will be dumped to the file instead of\n"
1567"                       to the standard output. The special '-' filename\n"
1568"                       is the default value and means stdout.\n"
1569"                       WARNING : existing files are truncated !\n"
1570"\n"
1571"  -s | --sum           Summarize the selected datas.\n"
1572"                           ONLY AVAILABLE WITH --data history or payments\n"
1573"\n"
1574"  Use the filter expressions to extract only parts of the \n"
1575"  datas. Allowed filters are of the form :\n"
1576"                \n"
1577"         key=value\n"
1578"                         \n"
1579"  Allowed keys for now are :  \n"
1580"                       \n"
1581"         username       User's name\n"
1582"         groupname      Users group's name\n"
1583"         printername    Printer's name\n"
1584"         pgroupname     Printers group's name\n"
1585"         hostname       Client's hostname\n"
1586"         billingcode    Job's billing code\n"
1587"         start          Job's date of printing\n"
1588"         end            Job's date of printing\n"
1589"         \n"
1590"  Contrary to other PyKota management tools, wildcard characters are not \n"
1591"  expanded, so you can't use them.\n"
1592"  \n"
1593"  NB : not all keys are allowed for each data type, so the result may be \n"
1594"  empty if you use a key not available for a particular data type.\n"
1595"  \n"
1596"Examples :\n"
1597"\n"
1598"  $ dumpykota --data history --format csv >myfile.csv\n"
1599"  \n"
1600"  This dumps the history in a comma separated values file, for possible\n"
1601"  use in a spreadsheet.\n"
1602"  \n"
1603"  $ dumpykota --data users --format xml -o users.xml\n"
1604"  \n"
1605"  Dumps all users datas to the users.xml file.\n"
1606"  \n"
1607"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1608"  \n"
1609"  Dumps the job history for user jerome on printer HP2100 only.\n"
1610"  \n"
1611"  $ dumpykota --data history start=200503 end=20050730234615\n"
1612"  \n"
1613"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1614"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1615msgstr ""
1616
1617msgid "The -d | --data command line option is mandatory, see help."
1618msgstr ""
1619
1620#, python-format
1621msgid ""
1622"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1623"\n"
1624"An invoice generator for PyKota.\n"
1625"\n"
1626"command line usage :\n"
1627"\n"
1628"  pkinvoice [options] user1 user2 ... userN\n"
1629"\n"
1630"options :\n"
1631"\n"
1632"  -v | --version       Prints pkinvoice's version number then exits.\n"
1633"  -h | --help          Prints this message then exits.\n"
1634"  \n"
1635"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1636"                       be drawn at the center top of the page. The default\n"
1637"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1638"                       \n"
1639"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1640"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1641"                       to name a few. The default size is A4.\n"
1642"                       \n"
1643"  -n | --number N      Sets the number of the first invoice. This number\n"
1644"                       will automatically be incremented for each invoice.\n"
1645"                       \n"
1646"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1647"                       be generated as a PDF document. If not set or\n"
1648"                       set to '-', the PDF document is sent to standard\n"
1649"                       output. \n"
1650"                       \n"
1651"  -u | --unit u        Defines the name of the unit to use on the "
1652"invoice.                       \n"
1653"                       The default unit is 'Credits', optionally translated\n"
1654"                       to your native language if it is supported by "
1655"PyKota.\n"
1656"  \n"
1657"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1658"                       exposed. The default is 0.0, meaning no VAT\n"
1659"                       information will be included.\n"
1660"                       \n"
1661"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1662"  \n"
1663"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1664"                       \n"
1665"  user1 through userN can use wildcards if needed. If no user argument is\n"
1666"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1667"  \n"
1668"  Dates formating with --start and --end :\n"
1669"  \n"
1670"    YYYY : year boundaries\n"
1671"    YYYYMM : month boundaries\n"
1672"    YYYYMMDD : day boundaries\n"
1673"    YYYYMMDDhh : hour boundaries\n"
1674"    YYYYMMDDhhmm : minute boundaries\n"
1675"    YYYYMMDDhhmmss : second boundaries\n"
1676"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1677"15)\n"
1678"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1679"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1680"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1681"\n"
1682"  'now' and 'today' are not exactly the same since today represents the "
1683"first\n"
1684"  or last second of the day depending on if it's used in a start= or end=\n"
1685"  date expression. The utility to be able to specify dates in the future is\n"
1686"  a question which remains to be answered :-)\n"
1687"                                        \n"
1688"examples :                       \n"
1689"\n"
1690"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1691"  \n"
1692"  Will generate a PDF document containing invoices for all users\n"
1693"  who have spent some credits last month. Invoices will be done in\n"
1694"  EURO.  No VAT information will be included.\n"
1695msgstr ""
1696
1697msgid "Invoice"
1698msgstr ""
1699
1700msgid "Since"
1701msgstr ""
1702
1703msgid "Until"
1704msgstr ""
1705
1706msgid "Edited on"
1707msgstr ""
1708
1709msgid "Number of pages printed"
1710msgstr ""
1711
1712msgid "Amount due"
1713msgstr ""
1714
1715msgid "Included VAT"
1716msgstr ""
1717
1718msgid "Here's the invoice for your printouts"
1719msgstr ""
1720
1721#, python-format
1722msgid "Incorrect value '%s' for the --vat command line option"
1723msgstr ""
1724
1725#, python-format
1726msgid "Incorrect value '%s' for the --number command line option"
1727msgstr ""
1728
1729msgid "Generating invoices"
1730msgstr ""
1731
1732msgid "Credits"
1733msgstr ""
1734
1735#, python-format
1736msgid ""
1737"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1738"\n"
1739"A Printers Manager for PyKota.\n"
1740"\n"
1741"command line usage :\n"
1742"\n"
1743"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1744"\n"
1745"options :\n"
1746"\n"
1747"  -v | --version       Prints pkprinters's version number then exits.\n"
1748"  -h | --help          Prints this message then exits.\n"
1749"  \n"
1750"  -a | --add           Adds printers if they don't exist on the Quota \n"
1751"                       Storage Server. If they exist, they are modified\n"
1752"                       unless -s|--skipexisting is also used.\n"
1753"                       \n"
1754"  -d | --delete        Deletes printers from the quota storage.\n"
1755"  \n"
1756"  -D | --description d Adds a textual description to printers.\n"
1757"                       \n"
1758"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1759"                       Job price is optional.\n"
1760"                       If both are to be set, separate them with a comma.\n"
1761"                       Floating point and negative values are allowed.\n"
1762"  \n"
1763"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1764"                       groups pg1, pg2, etc... which must already exist.\n"
1765"                       A printer group is just like a normal printer,\n"
1766"                       only that it is usually unknown from the printing\n"
1767"                       system. Create printer groups exactly the same\n"
1768"                       way that you create printers, then add other \n"
1769"                       printers to them with this option.\n"
1770"                       Accounting is done on a printer and on all\n"
1771"                       the printer groups it belongs to, quota checking\n"
1772"                       is done on a printer and on all the printer groups\n"
1773"                       it belongs to.\n"
1774"                       If the --remove option below is not used, the \n"
1775"                       default action is to add printers to the specified\n"
1776"                       printer groups.\n"
1777"                       \n"
1778"  -l | --list          List informations about the printer(s) and the\n"
1779"                       printers groups it is a member of.\n"
1780"                       \n"
1781"  -r | --remove        In combination with the --groups option "
1782"above,                       \n"
1783"                       remove printers from the specified printers groups.\n"
1784"                       \n"
1785"  -s | --skipexisting  In combination with the --add option above, tells\n"
1786"                       pkprinters to not modify existing printers.\n"
1787"                       \n"
1788"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1789"                       to s pages.\n"
1790"                       \n"
1791"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1792"                       mode, users are allowed to print without any impact\n"
1793"                       on their quota or account balance.\n"
1794"                       \n"
1795"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1796"                       Without -p or -n, printers are created in \n"
1797"                       normal mode, i.e. no passthrough.\n"
1798"  \n"
1799"  printer1 through printerN can contain wildcards if the --add option \n"
1800"  is not set.\n"
1801"  \n"
1802"examples :                              \n"
1803"\n"
1804"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1805"hp8000\n"
1806"  \n"
1807"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1808"  Their price per page will be set at 0.05 unit, and their price\n"
1809"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1810"  or whatever you want them to mean.\n"
1811"  All of their descriptions will be set to the string \"HP Printer\".\n"
1812"  If any of these printers already exists, it will also be modified \n"
1813"  unless the -s|--skipexisting command line option is also used.\n"
1814"            \n"
1815"  $ pkprinters --delete \"*\"\n"
1816"  \n"
1817"  This will completely delete all printers and associated quota "
1818"information,\n"
1819"  as well as their job history. USE WITH CARE !\n"
1820"  \n"
1821"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1822"  \n"
1823"  This will put all printers which name matches \"hp*\" into printers "
1824"groups \n"
1825"  Laser and HP, which MUST already exist.\n"
1826"  \n"
1827"  $ pkprinters --groups LexMark --remove hp2200\n"
1828"  \n"
1829"  This will remove the hp2200 printer from the LexMark printer group.\n"
1830msgstr ""
1831
1832#, python-format
1833msgid "Passthrough mode : %s"
1834msgstr "Passera igenom l� : %s"
1835
1836msgid "ON"
1837msgstr "P�
1838
1839msgid "OFF"
1840msgstr "AV"
1841
1842msgid "in"
1843msgstr "i"
1844
1845#, python-format
1846msgid "Invalid charge amount value %s"
1847msgstr "Ogiltigt v�e %s p�ris."
1848
1849#, python-format
1850msgid "Invalid maximum job size value %s"
1851msgstr "Ogiltig maxstorlek f��et jobbstorlek %s"
1852
1853#, python-format
1854msgid "Printer %s already exists, skipping."
1855msgstr "Skrivare %s existerar redan, hoppar �."
1856
1857#, python-format
1858msgid "Printer %s already exists, will be modified."
1859msgstr "Skrivare %s existerar redan, kommer bli modifierad."
1860
1861#, python-format
1862msgid "Invalid printer name %s"
1863msgstr "Ogiltigt skrivarnamn %s"
1864
1865msgid "You have to pass printer groups names on the command line"
1866msgstr "Du m�e skicka med skrivargruppnamn p�ommandoraden"
1867
1868msgid "You have to pass printer names on the command line"
1869msgstr "Du m�e skicka med skrivarnamn p�ommandoraden"
1870
1871#, python-format
1872msgid "Unsupported accounter backend %s"
1873msgstr "Ej underst�redovisningsmetod %s"
1874
1875#, python-format
1876msgid ""
1877"Configuration file %s can't be read. Please check that the file exists and "
1878"that your permissions are sufficient."
1879msgstr ""
1880"Konfigurationsfil %s g�ej att l�. Se efter att filen existerar och att "
1881"r�igheterna �r�."
1882
1883#, python-format
1884msgid "Configuration file %s not found."
1885msgstr "Konfigurationsfil %s hittades inte."
1886
1887#, python-format
1888msgid "Option %s not found in section global of %s"
1889msgstr "Variabeln %s hittades inte i sektion 'global' i %s"
1890
1891#, python-format
1892msgid "Option %s not found in section %s of %s"
1893msgstr "Variabeln %s hittades inte i sektion '%s' i %s"
1894
1895#, python-format
1896msgid "Option ldaptls is set, but certificate %s is not readable."
1897msgstr "Optionen ldaptls �satt men certifikatet %s g�ej att l�."
1898
1899#, python-format
1900msgid "Option logger only supports values in %s"
1901msgstr "Variabeln 'logger' st�r bara v�en i %s"
1902
1903#, python-format
1904msgid "Invalid preaccounter %s for printer %s"
1905msgstr ""
1906
1907#, python-format
1908msgid "Option preaccounter in section %s only supports values in %s"
1909msgstr ""
1910
1911#, python-format
1912msgid "Invalid accounter %s for printer %s"
1913msgstr "Ogiltig redovisningsmetod %s f�rintern %s"
1914
1915#, python-format
1916msgid "Option accounter in section %s only supports values in %s"
1917msgstr "Variabeln 'accounter' i sektion '%s' st�r bara v�en i %s"
1918
1919#, python-format
1920msgid "Invalid unknown_billingcode directive %s for printer %s"
1921msgstr ""
1922
1923#, python-format
1924msgid "Directive unknown_billingcode in section %s only supports values in %s"
1925msgstr ""
1926
1927#, python-format
1928msgid "Option enforcement in section %s only supports values in %s"
1929msgstr "Till�ad option i sektion %s st�r bara v�en i %s"
1930
1931#, python-format
1932msgid ""
1933"Option onbackenderror in section %s only supports values 'charge', "
1934"'nocharge', and 'retry:num:delay'"
1935msgstr ""
1936
1937#, python-format
1938msgid "Option onaccountererror in section %s only supports values in %s"
1939msgstr "Optionen onaccountererror i sektionen %s st�r endast v�en i %s"
1940
1941#, python-format
1942msgid "Option policy in section %s only supports values in %s"
1943msgstr "Variabeln 'policy' i sektion '%s' st�r endast v�en i %s"
1944
1945#, python-format
1946msgid "Invalid option mailto %s for printer %s"
1947msgstr "Ogiltig variabel 'mailto' %s f�krivare %s"
1948
1949#, python-format
1950msgid "Option mailto in section %s only supports values in %s"
1951msgstr "Variabeln 'mailto' i sektion '%s' st�r endast v�en i %s"
1952
1953#, python-format
1954msgid "Invalid maximal deny banners counter %s"
1955msgstr ""
1956
1957#, python-format
1958msgid "Invalid grace delay %s"
1959msgstr "Ogiltigt uppskovsv�e (grace delay) %s"
1960
1961#, python-format
1962msgid "Invalid poor man's threshold %s"
1963msgstr "Ogiltigt fattigmansv�e (poor man's threshold) %s"
1964
1965#, python-format
1966msgid "Invalid balancezero value %s"
1967msgstr ""
1968
1969msgid ""
1970"Your Print Quota account balance is Low.\n"
1971"Soon you'll not be allowed to print anymore.\n"
1972"Please contact the Print Quota Administrator to solve the problem."
1973msgstr ""
1974"Saldot p�itt utskriftskonto �l�.\n"
1975"Snart kommer du inte kunna skriva ut l�re.\n"
1976"V�igen kontakta din systemadministrat��tt l�problemet."
1977
1978#, python-format
1979msgid ""
1980"You are not allowed to print anymore because\n"
1981"your Print Quota is exceeded on printer %s."
1982msgstr ""
1983"Du f�inte l�re skriva ut eftersom\n"
1984"din utskriftkvot p�krivare %s �n�."
1985
1986#, python-format
1987msgid ""
1988"You will soon be forbidden to print anymore because\n"
1989"your Print Quota is almost reached on printer %s."
1990msgstr ""
1991"Du kommer snart inte f�kriva ut eftersom\n"
1992"din utskriftskvot n�an �n� p�krivare %s."
1993
1994#, python-format
1995msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
1996msgstr ""
1997
1998#, python-format
1999msgid "Option accountbanner in section %s only supports values in %s"
2000msgstr ""
2001
2002#, python-format
2003msgid "Option trustjobsize for printer %s is incorrect"
2004msgstr "Optionen trustjobsize f�krivaren %s �ej korrekt"
2005
2006msgid "History"
2007msgstr "Historia"
2008
2009msgid "Users"
2010msgstr "Anv�are"
2011
2012msgid "Groups"
2013msgstr "Grupper"
2014
2015msgid "Printers"
2016msgstr "Skrivare"
2017
2018msgid "Users Print Quotas"
2019msgstr "Anv�ares printkvoter"
2020
2021msgid "Users Groups Print Quotas"
2022msgstr "Anv�argruppers printkvoter"
2023
2024msgid "History of Payments"
2025msgstr "Betalningshistorik"
2026
2027msgid "Printers Groups Membership"
2028msgstr "Skrivares gruppmedlemskap"
2029
2030msgid "Users Groups Membership"
2031msgstr "Anv�argruppsmedlemskap"
2032
2033msgid "Billing Codes"
2034msgstr ""
2035
2036msgid "All"
2037msgstr ""
2038
2039msgid "Comma Separated Values"
2040msgstr "Kommaseparerade v�en"
2041
2042msgid "Semicolon Separated Values"
2043msgstr "Semikolonseparerade v�en"
2044
2045msgid "Tabulation Separated Values"
2046msgstr "Tabseparerade v�en"
2047
2048msgid "eXtensible Markup Language"
2049msgstr ""
2050
2051msgid "CUPS' page_log"
2052msgstr ""
2053
2054#, python-format
2055msgid "Invalid modifier [%s] for --data command line option, see help."
2056msgstr "Ogiltig modifierare [%s] f�ommandoradoptionen --data, se hj�."
2057
2058msgid ""
2059"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2060"filters."
2061msgstr ""
2062
2063#, python-format
2064msgid "Invalid filter value [%s], see help."
2065msgstr "Ogiltigt filterv�e [%s], se hj�."
2066
2067#, python-format
2068msgid "Invalid modifier [%s] for --format command line option, see help."
2069msgstr "Ogiltig modifierare [%s] f�ommandoradoptionen --format,  se hj�."
2070
2071msgid "XML output is disabled because the jaxml module is not available."
2072msgstr "XML utdata �avst�d eftersom jaxml modulen saknas."
2073
2074#, python-format
2075msgid "Invalid data type [%s] for --sum command line option, see help."
2076msgstr "Ogiltig datatyp [%s] f�ommandoradoptionen --sum, se hj�."
2077
2078msgid "PyKota data dumper failed : I/O error"
2079msgstr "PyKota datadump misslyckades : I/O fel"
2080
2081#, python-format
2082msgid "Unsupported logging subsystem %s"
2083msgstr "Ej underst�loggningssystem %s"
2084
2085#, python-format
2086msgid "Report for %s quota on printer %s"
2087msgstr "Rapport f�s utskriftssaldo p�krivare %s"
2088
2089#, python-format
2090msgid "Pages grace time: %i days"
2091msgstr "Uppskov f�tskrifter: %i days"
2092
2093#, python-format
2094msgid "Price per job: %.3f"
2095msgstr "Pris per utskrift: %.3f"
2096
2097#, python-format
2098msgid "Price per page: %.3f"
2099msgstr "Pris per sida: %.3f"
2100
2101msgid ""
2102"Group          overcharge   used    soft    hard    balance grace         "
2103"total       paid warn"
2104msgstr ""
2105
2106msgid ""
2107"User           overcharge   used    soft    hard    balance grace         "
2108"total       paid warn"
2109msgstr ""
2110
2111msgid "unknown"
2112msgstr "ok�/ok�"
2113
2114#, python-format
2115msgid "Real : %s"
2116msgstr "Riktigt : %s"
2117
2118#, python-format
2119msgid "Total : %9i"
2120msgstr "Summa : %9i"
2121
2122msgid "N/A"
2123msgstr "Ej tillg�ligt"
2124
2125#, python-format
2126msgid "Unsupported reporter backend %s"
2127msgstr "Ej underst�rapportmetod %s"
2128
2129#, python-format
2130msgid "Unsupported quota storage backend %s"
2131msgstr "Ej underst�metod %s f�tt lagra data"
2132
2133msgid "Done"
2134msgstr ""
2135
2136msgid "Average speed"
2137msgstr ""
2138
2139msgid "entries per second"
2140msgstr ""
2141
2142#, python-format
2143msgid "Strange problem with uid(%s) : %s"
2144msgstr "M�ligt problmed med uid(%s) : %s"
2145
2146#, python-format
2147msgid "Running as user '%s'."
2148msgstr "K�om anv�are '%s'."
2149
2150msgid "No user named 'pykota'. Not dropping priviledges."
2151msgstr "Ingen anv�are med namn 'pykota'. Sl�er ej privilegierna."
2152
2153#, python-format
2154msgid "Impossible to drop priviledges : %s"
2155msgstr "Om�gt att sl�a privilegier : %s"
2156
2157msgid "Priviledges dropped. Now running as user 'pykota'."
2158msgstr "Privilegier sl�ta. K�u som anv�are 'pykota'."
2159
2160#, python-format
2161msgid "Impossible to regain priviledges : %s"
2162msgstr "Om�gt att �rta privilegier : %s"
2163
2164msgid "Regained priviledges. Now running as root."
2165msgstr "�ertog privilegier. K�u som root."
2166
2167msgid "Please report bugs to :"
2168msgstr "V�igen rapportera buggar till :"
2169
2170#, python-format
2171msgid ""
2172"\n"
2173"\n"
2174"Please contact your system administrator :\n"
2175"\n"
2176"\t%s - <%s>\n"
2177msgstr ""
2178"\n"
2179"\n"
2180"V�igen kontakta din systemadministrat�\n"
2181"\n"
2182"\t%s - <%s>\n"
2183
2184#, python-format
2185msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2186msgstr ""
2187"Kunde inte matcha anv�are %s p�krivare %s, till�ar standardpolicyn (%s)"
2188
2189#, python-format
2190msgid ""
2191"Unable to find user %s's account balance, applying default policy (%s) for "
2192"printer %s"
2193msgstr ""
2194"Kunde inte hitta utskriftssaldo f�nv�are %s, till�ar standardpolicyn "
2195"(%s) f�krivare %s"
2196
2197#, python-format
2198msgid "User %s will not be charged for printing."
2199msgstr ""
2200
2201#, python-format
2202msgid "Print Quota exceeded for group %s on printer %s"
2203msgstr "Utskriftssaldot ��trasserad f�rupp %s p�rinter %s"
2204
2205msgid "Print Quota Exceeded"
2206msgstr "Utskriftssaldo �trasserad"
2207
2208#, python-format
2209msgid "Print Quota low for group %s on printer %s"
2210msgstr "Utskriftssaldot �l� f�rupp %s p�rinter %s"
2211
2212msgid "Print Quota Low"
2213msgstr "Utskriftssaldo l�"
2214
2215#, python-format
2216msgid ""
2217"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2218"double check /etc/pykota/pykota.conf : %s"
2219msgstr ""
2220"S�sen %s existerar inte. M�g felkonfiguration. Var god kontrollera /"
2221"etc/pykota/pykota.conf : %s"
2222
2223#, python-format
2224msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2225msgstr "S�ng efter %s(%s) fr�%s(scope=%s) gav inget svar."
2226
2227#, python-format
2228msgid "Problem adding LDAP entry (%s, %s)"
2229msgstr "Problem med att l�a till LDAP post (%s, %s)"
2230
2231#, python-format
2232msgid "Problem deleting LDAP entry (%s)"
2233msgstr "Problem med att ta bort LDAP post (%s)"
2234
2235#, python-format
2236msgid "Problem modifying LDAP entry (%s, %s)"
2237msgstr "Problem med att modifiera LDAP post (%s, %s)"
2238
2239#, python-format
2240msgid ""
2241"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2242"entries manually ?"
2243msgstr ""
2244
2245msgid "Hidden because of privacy concerns"
2246msgstr ""
2247
2248#, python-format
2249msgid ""
2250"Unable to find an existing objectClass %s entry with %s=%s to attach "
2251"pykotaAccount objectClass"
2252msgstr ""
2253"Kunde ej hitta en existerande 'objectClass' %s med posten %s=%s f�tt "
2254"binda pykotaAccount objectClass"
2255
2256#, python-format
2257msgid "%s. A new entry will be created instead."
2258msgstr ""
2259
2260#, python-format
2261msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2262msgstr ""
2263"Kunde ej hitta existerande post f�tt binda pykotaGroup objectclass %s"
2264
2265#, python-format
2266msgid "A problem occured while reading printer %s's internal page counter."
2267msgstr "Ett problem uppstod vid l�ing av skrivarens %s interna sidr�are"
2268
2269#, python-format
2270msgid "Retrieving printer %s's page counter from database instead."
2271msgstr "H�ar skrivaren %s sidr�are fr�databasen ist�et."
2272
2273#, python-format
2274msgid ""
2275"Couldn't retrieve printer %s's internal page counter either before or after "
2276"printing."
2277msgstr ""
2278"Kunde ej h�a skrivarens %s interna sidr�are varken f�eller efter "
2279"utskriften."
2280
2281#, python-format
2282msgid "Job's size forced to 1 page for printer %s."
2283msgstr "Jobbstorlek tvingad till 1 sida f�krivaren %s."
2284
2285#, python-format
2286msgid "No previous job in database for printer %s."
2287msgstr "Inget f��de jobb i databasen f�krivaren %s."
2288
2289#, python-format
2290msgid "Inconsistent values for printer %s's internal page counter."
2291msgstr "Inkonsekventa v�en f�krivaren %s interna sidr�are."
2292
2293#, python-format
2294msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2295msgstr "Ok� skrivaradress i HARDWARE(%s) f�krivare %s"
2296
2297#, python-format
2298msgid "Launching HARDWARE(%s)..."
2299msgstr "Startar H�DVARA(%s)..."
2300
2301#, python-format
2302msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2303msgstr "SIGTERM skickad till h�varumetod %s (pid: %s)"
2304
2305#, python-format
2306msgid "Line [%s] skipped in accounter's output. Trying again..."
2307msgstr ""
2308
2309#, python-format
2310msgid "Hardware accounter %s exit code is %s"
2311msgstr ""
2312
2313#, python-format
2314msgid "Unable to query printer %s via HARDWARE(%s)"
2315msgstr "Kunde inte h�a information fr�skrivare %s via HARDWARE(%s)"
2316
2317#, python-format
2318msgid "Problem during connection to %s:%s : %s"
2319msgstr "Problem under anslutning till %s:%s : %s"
2320
2321#, python-format
2322msgid "Problem while sending PJL query to %s:%s : %s"
2323msgstr "Problem vid s�ning av PJL-fr�r till %s:%s : %s"
2324
2325#, python-format
2326msgid "Problem while receiving PJL answer from %s:%s : %s"
2327msgstr "Problem vid mottagning av PJL-svar fr�%s:%s : %s"
2328
2329#, python-format
2330msgid "Waiting for printer %s to be printing..."
2331msgstr "V�ar p�tt skrivaren %s ska b� utskrift..."
2332
2333#, python-format
2334msgid "Waiting for printer %s's idle status to stabilize..."
2335msgstr "V�ar p�tt skrivaren %s inaktivitetsstatus ska stabiliseras..."
2336
2337#, python-format
2338msgid ""
2339"PJL querying stage interrupted. Using latest value seen for internal page "
2340"counter (%s) on printer %s."
2341msgstr ""
2342"PJL-fr� avbruten. Anv�er senaste v�et f�en interna sidr�aren (%s) "
2343"on printer %s."
2344
2345#, python-format
2346msgid "Network error while doing SNMP queries on printer %s : %s"
2347msgstr ""
2348
2349#, python-format
2350msgid "SNMP message decoding error for printer %s : %s"
2351msgstr ""
2352
2353#, python-format
2354msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2355msgstr ""
2356
2357#, python-format
2358msgid ""
2359"SNMP querying stage interrupted. Using latest value seen for internal page "
2360"counter (%s) on printer %s."
2361msgstr ""
2362
2363#, python-format
2364msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2365msgstr "Kunde ej f�r�a jobbets storlek med standard PDL analys : %s"
2366
2367#, python-format
2368msgid "Launching SOFTWARE(%s)..."
2369msgstr "Startar MJUKVARA(%s)..."
2370
2371#, python-format
2372msgid "Unable to compute job size with accounter %s"
2373msgstr "Kunde inte ber�a utskriftsstorlek med metod %s"
2374
2375#, python-format
2376msgid "Problem while waiting for software accounter pid %s to exit : %s"
2377msgstr "Problem vid inv�an f�jukvarumetod pid %s att avslutas : %s"
2378
2379#, python-format
2380msgid "Software accounter %s exit code is %s"
2381msgstr "Mjukvarumetod %s avslutningskod �%s"
2382
2383msgid "Totals may be inaccurate if some users are members of several groups."
2384msgstr ""
2385"Summor kan vara felaktiga om vissa anv�are �medlemmar i flera grupper."
2386
2387#~ msgid "Impossible to add printer %s"
2388#~ msgstr "Om�gt att l�a till skrivare %s"
2389
2390#~ msgid "Prototype object %s not found in Quota Storage."
2391#~ msgstr "Prototypen f�bjektet %s hittas inte i PyKotasystemet"
2392
2393#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2394#~ msgstr "Prototypen %s hittas inte i PyKotasystemet f�krivaren %s."
2395
2396#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2397#~ msgstr ""
2398#~ "Odefinerat h�gr�v�e satt till mjukgr�v�e (%s) p�rinter %s."
2399
2400#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2401#~ msgstr ""
2402#~ "Odefinerat mjukgr�v�e satt till h�gr�v�e (%s) p�rinter %s."
2403
2404#~ msgid "Invalid group name %s"
2405#~ msgstr "Ogiltigt gruppnamn %s"
2406
2407#~ msgid "Invalid user name %s"
2408#~ msgstr "Ogiltigt anv�arnamn %s"
2409
2410#~ msgid "Quota not found for object %s on printer %s."
2411#~ msgstr "Utskriftssaldo hittades inte f�bjekt %s p�rinter %s."
2412
2413#~ msgid "You can't increase limits by %s when no limit is set."
2414#~ msgstr "Du kan ej h�gr�en f�s n�ingen gr� �satt."
2415
2416#~ msgid "You can't set negative limits."
2417#~ msgstr "Du kan ej s�a negativa gr�er."
2418
2419#~ msgid "Group %s not found in the PyKota Storage."
2420#~ msgstr "Gruppen %s hittades inte i PyKotasystemet."
2421
2422#~ msgid "Nonexistent user %s or missing print quota entry."
2423#~ msgstr "Icke existerande anv�are %s eller saknad av printersaldopost."
2424
2425#~ msgid "Nonexistent group %s or missing print quota entry."
2426#~ msgstr "Icke existerande grupp %s eller saknad av printersaldopost."
2427
2428#~ msgid "Dump"
2429#~ msgstr "Dump"
2430
2431#~ msgid "Please click on the above button"
2432#~ msgstr "Var god klicka p�nappen ovan"
2433
2434#~ msgid "Data Type"
2435#~ msgstr "Datatyp"
2436
2437#~ msgid "Output Format"
2438#~ msgstr "Utformat"
2439
2440#~ msgid "Filter"
2441#~ msgstr "Filter"
2442
2443#~ msgid "Summarize"
2444#~ msgstr "Summera"
2445
2446#~ msgid "only for payments or history"
2447#~ msgstr "endast f�etalningar och historik"
2448
2449#~ msgid "PyKota Reports"
2450#~ msgstr "PyKota rapporter"
2451
2452#~ msgid "Report"
2453#~ msgstr "Rapport"
2454
2455#~ msgid "Printer"
2456#~ msgstr "Skrivare"
2457
2458#~ msgid "User / Group names mask"
2459#~ msgstr "Anv�ar- / Gruppnamn maskering"
2460
2461#~ msgid "Groups report"
2462#~ msgstr "Grupprapport"
2463
2464#~ msgid "Empty"
2465#~ msgstr "Tom"
2466
2467#~ msgid "Action"
2468#~ msgstr "Aktion"
2469
2470#~ msgid "User"
2471#~ msgstr "Anv�are"
2472
2473#~ msgid "Hostname"
2474#~ msgstr "Datornamn"
2475
2476#~ msgid "JobId"
2477#~ msgstr "JobbId"
2478
2479#~ msgid "Cost"
2480#~ msgstr "Kostnad"
2481
2482#~ msgid "Copies"
2483#~ msgstr "Kopior"
2484
2485#~ msgid "Number of bytes"
2486#~ msgstr "Antal bytes"
2487
2488#~ msgid "Printer's internal counter"
2489#~ msgstr "Printerns interna r�are"
2490
2491#~ msgid "Options"
2492#~ msgstr "Optioner"
2493
2494#~ msgid "MD5Sum"
2495#~ msgstr "MD5Sum"
2496
2497#~ msgid "Precomputed number of pages"
2498#~ msgstr "F�r�ade antal sidor"
2499
2500#~ msgid "Precomputed cost"
2501#~ msgstr "F�r�ad kostnad"
2502
2503#~ msgid "Pages details"
2504#~ msgstr "Siddetaljer"
2505
2506#~ msgid "(not supported yet)"
2507#~ msgstr "(inget st�nnu)"
2508
2509#~ msgid "Previous page"
2510#~ msgstr "F��de sida"
2511
2512#~ msgid ""
2513#~ "The exact cost of a print job can only be determined for a particular "
2514#~ "user. Please retry while logged-in."
2515#~ msgstr ""
2516#~ "Exakt kostnad av ett utskriftsjobb kan endast utf� f�n specifik "
2517#~ "anv�are. Var god och f�k igen n�du �inloggad."
2518
2519#~ msgid "File number %s unregistered twice from polling object, ignored."
2520#~ msgstr ""
2521#~ "Filnummer %s oregistrerat tv��er fr�utfr�ing av objekt, ignoreras."
2522
2523#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2524#~ msgstr "SIGTERM s�es till bakgrundsprocess %s (pid: %s)"
2525
2526#~ msgid "CUPS backend %s died abnormally."
2527#~ msgstr "CUPS bakgrundsprocess %s avbr�ov�at."
2528
2529#~ msgid "Software accounting already done in first pass. Ignoring."
2530#~ msgstr "Mjukvarusaldo redan utf�under f�a passet. Ignoreras."
2531
2532#~ msgid "Hardware accounting already done in first pass. Ignoring."
2533#~ msgstr "H�varusaldo redan utf�under f�a passet. Ignoreras."
2534
2535#~ msgid "Invalid DeviceURI : %s"
2536#~ msgstr "Felaktig EnhetsURI : %s"
2537
2538#~ msgid ""
2539#~ "\n"
2540#~ "Please wait while pkhint analyzes your printing system's configuration..."
2541#~ msgstr ""
2542#~ "\n"
2543#~ "Var god v�a medan pkhint analyserar utskriftssystemets konfiguration..."
2544
2545#~ msgid "Unknown device %s for printer %s"
2546#~ msgstr "Ok� enhet %s f�krivare %s"
2547
2548#~ msgid ""
2549#~ "\n"
2550#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2551#~ msgstr ""
2552#~ "\n"
2553#~ "L� till f�nde rader i filen /etc/pykota/pykota.conf :\n"
2554
2555#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2556#~ msgstr "# UPPM�KSAMMA : om mjukvarumetoden f�l� betyder det inte"
2557
2558#~ msgid ""
2559#~ "# that hardware accounting wouldn't work, this only means that PyKota"
2560#~ msgstr ""
2561#~ "# att h�varumetoden inte skulle fungera, det betyder endast att PyKota"
2562
2563#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2564#~ msgstr "# inte automatiskt kunde uppt�a vilken metod den skall anv�a."
2565
2566#~ msgid "JobSize"
2567#~ msgstr "JobbStorlek"
2568
2569#~ msgid "JobPrice"
2570#~ msgstr "JobbPris"
2571
2572#~ msgid "JobBytes"
2573#~ msgstr "JobBytes"
2574
2575#~ msgid "PageCounter"
2576#~ msgstr "SidR�are"
2577
2578#~ msgid "Printing system %s, args=%s"
2579#~ msgstr "Utskriftssystem %s, args=%s"
2580
2581#~ msgid "Printer hostname undefined, set to 'localhost'"
2582#~ msgstr "Skrivarens v�namn ej definerat, s�s till 'localhost'"
2583
2584#~ msgid "Printing system unknown, args=%s"
2585#~ msgstr "Utskriftsystem ok�, args=%s"
2586
2587#~ msgid ""
2588#~ "Group           used    soft    hard    balance grace         total       "
2589#~ "paid"
2590#~ msgstr ""
2591#~ "Grupp           anv�  mjuk    h�    saldo   uppskov       summa       "
2592#~ "betalt"
2593
2594#~ msgid ""
2595#~ "User            used    soft    hard    balance grace         total       "
2596#~ "paid"
2597#~ msgstr ""
2598#~ "Anv�are       anv�  mjuk    h�    saldo   uppskov       summa       "
2599#~ "betalt"
Note: See TracBrowser for help on using the browser.