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

Revision 3075, 82.3 kB (checked in by jerome, 17 years ago)

Added the --noremote command line option to pknotify.

  • 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 | --noremote action     If it's impossible to connect to the remote\n"
1108"                             PyKotIcon machine, do this action instead.\n"
1109"                             Allowed actions are 'CONTINUE' and 'CANCEL', \n"
1110"                             which will respectively allow the processing\n"
1111"                             of the print job to continue, or the job to\n"
1112"                             be cancelled. The default value is CANCEL.\n"
1113"                             \n"
1114"  -n | --notify              Tells pknotify to send an informational "
1115"message\n"
1116"                             to the end user.\n"
1117"                             \n"
1118"  -q | --quit                Tells pknotify to send a message asking the\n"
1119"                             PyKotIcon application to exit. This option can\n"
1120"                             be combined with the other ones to make "
1121"PyKotIcon\n"
1122"                             exit after having sent the answer from the "
1123"dialog.\n"
1124"                             \n"
1125"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1126"if\n"
1127"                             it comes past T seconds after the dialog box "
1128"being\n"
1129"                             opened. The default value is 0 seconds, which \n"
1130"                             tells pknotify to wait indefinitely.\n"
1131"                             Use this option to avoid having an user who\n"
1132"                             leaved his computer stall a whole print queue.\n"
1133"                             \n"
1134"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1135"\n"
1136"  arguments :             \n"
1137"  \n"
1138"    -a | --ask : Several arguments are accepted, of the form\n"
1139"                 \"label:varname:defaultvalue\". The result will\n"
1140"                 be printed to stdout in the following format :\n"
1141"                 VAR1NAME=VAR1VALUE\n"
1142"                 VAR2NAME=VAR2VALUE\n"
1143"                 ...\n"
1144"                 If the dialog was cancelled, nothing will be\n"
1145"                 printed. If one of the varname is 'password'\n"
1146"                 then this field is asked as a password (you won't\n"
1147"                 see what you type in), and is NOT printed. Although\n"
1148"                 it is not printed, it will be used to check if\n"
1149"                 authentication is valid if you specify --checkauth.\n"
1150"                 \n"
1151"    -c | --confirm : A single argument is expected, representing the\n"
1152"                     message to display. If the dialog is confirmed\n"
1153"                     then pknotify will print OK, else CANCEL.\n"
1154"                     \n"
1155"    -n | --notify : A single argument is expected, representing "
1156"the                 \n"
1157"                    message to display. In this case pknotify will\n"
1158"                    always print OK.\n"
1159"                    \n"
1160"examples :                    \n"
1161"\n"
1162"  pknotify -d client:7654 --noremote CONTINUE --confirm \"This job costs 10 "
1163"credits\"\n"
1164"  \n"
1165"  Would display the cost of the print job and asks for confirmation.\n"
1166"  If the end user doesn't have PyKotIcon running and accepting connections\n"
1167"  from the print server, PyKota will consider that the end user accepted\n"
1168"  to print this job.\n"
1169"  \n"
1170"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1171"           --checkauth --ask \"Your name:username:\" \"Your password:"
1172"password:\"\n"
1173"           \n"
1174"  Asks an username and password, and checks if they are valid.         \n"
1175"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1176"  only set if you launch pknotify from cupspykota through a directive\n"
1177"  in ~pykota/pykota.conf\n"
1178"  \n"
1179"  The TCP port you'll use must be reachable on the client from the\n"
1180"  print server.\n"
1181msgstr ""
1182
1183msgid "You MUST install PyPAM for this functionnality to work !"
1184msgstr ""
1185
1186#, python-format
1187msgid "Authentication error for user %s : %s"
1188msgstr ""
1189
1190#, python-format
1191msgid "Internal error : can't authenticate user %s"
1192msgstr ""
1193
1194#, python-format
1195msgid "Password correct for user %s"
1196msgstr ""
1197
1198#, python-format
1199msgid ""
1200"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1201"cancelled."
1202msgstr ""
1203
1204msgid "Connection error"
1205msgstr ""
1206
1207msgid "some options are mandatory, see help."
1208msgstr ""
1209
1210msgid "some options require arguments, see help."
1211msgstr ""
1212
1213#, python-format
1214msgid ""
1215"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1216"\n"
1217"An Users and Groups Manager for PyKota.\n"
1218"\n"
1219"command line usage :\n"
1220"\n"
1221"  pkusers [options] user1 user2 user3 ... userN\n"
1222"  \n"
1223"or :  \n"
1224"\n"
1225"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1226"\n"
1227"options :\n"
1228"\n"
1229"  -v | --version       Prints pkusers's version number then exits.\n"
1230"  -h | --help          Prints this message then exits.\n"
1231"  \n"
1232"  -a | --add           Adds users if they don't exist on the database.\n"
1233"                       If they exist, they are modified unless\n"
1234"                       -s|--skipexisting is also used.\n"
1235"                       \n"
1236"  -d | --delete        Deletes users from the quota storage.\n"
1237"\n"
1238"  -e | --email addr    Sets the email address for the users.\n"
1239"                       If the addr parameter begins with @, then\n"
1240"                       the username is prepended to addr to form\n"
1241"                       a valid email address.\n"
1242"\n"
1243"  -D | --description d Adds a textual description to users or groups.\n"
1244"                       \n"
1245"  -g | --groups        Edit users groups instead of users.\n"
1246"                          \n"
1247"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1248"                       when computing the cost of a print job. Positive or \n"
1249"                       negative floating point values are allowed,\n"
1250"                       this allows you to do some really creative\n"
1251"                       things like giving money to an user whenever\n"
1252"                       he prints. The number of pages in a print job\n"
1253"                       is not modified by this coefficient, only the\n"
1254"                       cost of the job for a particular user.\n"
1255"                       Only users have such a coefficient.\n"
1256"  \n"
1257"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1258"                              listed, separated by commas. The groups\n"
1259"                              must already exist in the Quota Storage.\n"
1260"                       \n"
1261"  -L | --list          Lists users or groups.\n"
1262"  \n"
1263"  -l | --limitby l     Choose if the user/group is limited in "
1264"printing                     \n"
1265"                       by its account balance or by its page quota.\n"
1266"                       The default value is 'quota'. Allowed values\n"
1267"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1268"                       and 'nochange' :\n"
1269"                       \n"
1270"                         - quota : limit by number of pages per printer.\n"
1271"                         - balance : limit by number of credits in account.\n"
1272"                         - noquota : no limit, accounting still done.\n"
1273"                         - nochange : no limit, accounting not done. \n"
1274"                         - noprint : printing is denied. \n"
1275"                       NB : nochange and noprint are not supported for "
1276"groups.\n"
1277"                       \n"
1278"  -b | --balance b     Sets the user's account balance to "
1279"b.                     \n"
1280"                       Account balance may be increase or decreased\n"
1281"                       if b is prefixed with + or -.\n"
1282"                       WARNING : when decreasing account balance,\n"
1283"                       the total paid so far by the user is decreased\n"
1284"                       too.\n"
1285"                       Groups don't have a real balance, but the\n"
1286"                       sum of their users' account balance.\n"
1287"                       \n"
1288"  -C | --comment txt   Defines some informational text to be associated\n"
1289"                       with a change to an user's account balance.\n"
1290"                       Only meaningful if -b | --balance is also used.\n"
1291"                       \n"
1292"                       \n"
1293"  -r | --remove        In combination with the --ingroups option "
1294"above,                       \n"
1295"                       remove users from the specified users groups.\n"
1296"                       \n"
1297"  -s | --skipexisting  In combination with the --add option above, tells\n"
1298"                       pkusers to not modify existing users.\n"
1299"                       \n"
1300"  user1 through userN and group1 through groupN can use wildcards\n"
1301"  if the --add option is not set.\n"
1302"  \n"
1303"examples :                              \n"
1304"\n"
1305"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1306"  \n"
1307"  This will add users john, paul, george and ringo to the quota\n"
1308"  database. User ringo's email address will also be set to \n"
1309"  'ringo@example.com'\n"
1310"  \n"
1311"  $ pkusers --ingroups coders,it jerome\n"
1312"  \n"
1313"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1314"  already exist in the quota database.\n"
1315"            \n"
1316"  $ pkusers --limitby balance jerome\n"
1317"  \n"
1318"  This will tell PyKota to limit jerome by his account's balance\n"
1319"  when printing.\n"
1320"  \n"
1321"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1322"  \n"
1323"  This will increase jerome's account balance by 10.0 (in your\n"
1324"  own currency). You can decrease the account balance with a\n"
1325"  dash prefix, and set it to a fixed amount with no prefix.\n"
1326"  A comment will be stored for this balance change.\n"
1327"  \n"
1328"  $ pkusers --delete jerome rachel\n"
1329"  \n"
1330"  This will completely delete jerome and rachel from the quota\n"
1331"  database. All their quotas and jobs will be deleted too.\n"
1332"  \n"
1333"  $ pkusers --overcharge 2.5 poorstudent\n"
1334"  \n"
1335"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1336"  \n"
1337"  $ pkusers --overcharge -1 jerome\n"
1338"  \n"
1339"  User jerome will actually earn money whenever he prints.\n"
1340"  \n"
1341"  $ pkusers --overcharge 0 boss\n"
1342"  \n"
1343"  User boss can print at will, it won't cost him anything because the\n"
1344"  cost of each print job will be multiplied by zero before charging\n"
1345"  his account.\n"
1346"\n"
1347"  $ pkusers --email @example.com\n"
1348"\n"
1349"  This will set the email address for each user to username@example.com\n"
1350msgstr ""
1351
1352#, python-format
1353msgid "There's no %s matching %s"
1354msgstr ""
1355
1356#, python-format
1357msgid "Limited by : %s"
1358msgstr ""
1359
1360#, python-format
1361msgid "Account balance : %.2f"
1362msgstr ""
1363
1364#, python-format
1365msgid "Total paid so far : %.2f"
1366msgstr ""
1367
1368#, python-format
1369msgid "Overcharging factor : %.2f"
1370msgstr ""
1371
1372#, python-format
1373msgid "Group balance : %.2f"
1374msgstr ""
1375
1376#, python-format
1377msgid "Invalid limitby value %s"
1378msgstr "Ogiltigt v�e %s p�ariabeln limitby"
1379
1380#, python-format
1381msgid "Invalid overcharge value %s"
1382msgstr "Ogiltigt �debiteringsv�e %s"
1383
1384#, python-format
1385msgid "Invalid balance value %s"
1386msgstr "Ogiltigt saldov�e %s. "
1387
1388#, python-format
1389msgid "There's no users group matching %s"
1390msgstr ""
1391
1392#, python-format
1393msgid "Invalid email address %s"
1394msgstr "Ogiltig epostadress %s"
1395
1396#, python-format
1397msgid "Unknown group %s"
1398msgstr "Ok� grupp %s"
1399
1400#, python-format
1401msgid "Unknown user %s"
1402msgstr "Ok� anv�are %s"
1403
1404#, python-format
1405msgid "%s %s already exists, skipping."
1406msgstr ""
1407
1408#, python-format
1409msgid "%s %s already exists, will be modified."
1410msgstr ""
1411
1412#, python-format
1413msgid "Invalid name %s"
1414msgstr ""
1415
1416msgid "You have to pass user groups names on the command line"
1417msgstr ""
1418
1419#, python-format
1420msgid ""
1421"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1422"\n"
1423"Gives print quotes to users.\n"
1424"\n"
1425"command line usage :\n"
1426"\n"
1427"  pykotme  [options]  [files]\n"
1428"\n"
1429"options :\n"
1430"\n"
1431"  -v | --version       Prints pykotme's version number then exits.\n"
1432"  -h | --help          Prints this message then exits.\n"
1433"  \n"
1434"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1435"                       use wildcards characters to select only\n"
1436"                       some printers. The default value is *, meaning\n"
1437"                       all printers.\n"
1438"                       You can specify several names or wildcards, \n"
1439"                       by separating them with commas.\n"
1440"  \n"
1441"examples :                              \n"
1442"\n"
1443"  $ pykotme --printer apple file1.ps file2.ps\n"
1444"  \n"
1445"  This will give a print quote to the current user. The quote will show\n"
1446"  the price and size of a job consisting in file1.ps and file2.ps \n"
1447"  which would be sent to the apple printer.\n"
1448"  \n"
1449"  $ pykotme --printer apple,hplaser <file1.ps\n"
1450"  \n"
1451"  This will give a print quote to the current user. The quote will show\n"
1452"  the price and size of a job consisting in file1.ps as read from\n"
1453"  standard input, which would be sent to the apple or hplaser\n"
1454"  printer.\n"
1455"\n"
1456"  $ pykotme \n"
1457"  \n"
1458"  This will give a quote for a job consisting of what is on standard \n"
1459"  input. The quote will list the job size, and the price the job\n"
1460"  would cost on each printer.\n"
1461msgstr ""
1462
1463#, python-format
1464msgid "Your account balance : %.2f"
1465msgstr "Ditt utskriftssaldo : %.2f"
1466
1467#, python-format
1468msgid "Job size : %i pages"
1469msgstr "Utskriftsstorlek : %i sidor"
1470
1471#, python-format
1472msgid "Cost on printer %s : %.2f"
1473msgstr "Kostnad p�krivare %s : %.2f"
1474
1475msgid "won't be charged, printer is in passthrough mode"
1476msgstr ""
1477
1478msgid "won't be charged, your account is immutable"
1479msgstr ""
1480
1481#, python-format
1482msgid ""
1483"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1484"\n"
1485"Sends mail to users over print quota.\n"
1486"\n"
1487"command line usage :\n"
1488"\n"
1489"  warnpykota  [options]  [names]\n"
1490"\n"
1491"options :\n"
1492"\n"
1493"  -v | --version       Prints warnpykota's version number then exits.\n"
1494"  -h | --help          Prints this message then exits.\n"
1495"  \n"
1496"  -u | --users         Warns users over their print quota, this is the \n"
1497"                       default.\n"
1498"  \n"
1499"  -g | --groups        Warns users whose groups quota are over limit.\n"
1500"  \n"
1501"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1502"                       use wildcards characters to select only\n"
1503"                       some printers. The default value is *, meaning\n"
1504"                       all printers.\n"
1505"                       You can specify several names or wildcards, \n"
1506"                       by separating them with commas.\n"
1507"  \n"
1508"examples :                              \n"
1509"\n"
1510"  $ warnpykota --printer lp\n"
1511"  \n"
1512"  This will warn all users of the lp printer who have exceeded their\n"
1513"  print quota.\n"
1514"\n"
1515"  $ warnpykota \n"
1516"  \n"
1517"  This will warn all users  who have exceeded their print quota on\n"
1518"  any printer.\n"
1519"\n"
1520"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1521"  \n"
1522"  This will warn all users of groups which names begins with \"dev\" and\n"
1523"  who have exceeded their print quota on any printer which name begins \n"
1524"  with \"laserjet\"\n"
1525"  \n"
1526"  If launched by an user who is not a PyKota administrator, additionnal\n"
1527"  arguments representing users or groups names are ignored, and only the\n"
1528"  current user/group is reported.\n"
1529msgstr ""
1530
1531#, python-format
1532msgid ""
1533"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1534"\n"
1535"Dumps PyKota database's content.\n"
1536"\n"
1537"command line usage :\n"
1538"\n"
1539"  dumpykota [options] [filterexpr]\n"
1540"\n"
1541"options :\n"
1542"\n"
1543"  -v | --version       Prints dumpykota's version number then exits.\n"
1544"  -h | --help          Prints this message then exits.\n"
1545"  \n"
1546"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1547"                       \n"
1548"                         - history : dumps the jobs history.\n"
1549"                         - users : dumps users.\n"
1550"                         - groups : dumps user groups.\n"
1551"                         - printers : dump printers.\n"
1552"                         - upquotas : dump user quotas.\n"
1553"                         - gpquotas : dump user groups quotas.\n"
1554"                         - payments : dumps user payments.\n"
1555"                         - pmembers : dumps printer groups members.\n"
1556"                         - umembers : dumps user groups members.\n"
1557"                         - billingcodes : dumps billing codes.\n"
1558"                         - all : dumps all PyKota datas. The output format\n"
1559"                                 is always XML in this case.\n"
1560"                         \n"
1561"                       NB : the -d | --data command line option   \n"
1562"                       is MANDATORY.\n"
1563"  \n"
1564"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1565"                       the format is to dump datas in the csv format (comma\n"
1566"                       separated values). All data dumped is between double\n"
1567"                       quotes. Allowed formats are :\n"
1568"                       \n"
1569"                         - csv : separate datas with commas\n"
1570"                         - ssv : separate datas with semicolons\n"
1571"                         - tsv : separate datas with tabs\n"
1572"                         - xml : dump data as XML \n"
1573"                         - cups : dump datas in CUPS' page_log format :\n"
1574"                                  ONLY AVAILABLE WITH --data history\n"
1575"                         \n"
1576"  -o | --output fname  All datas will be dumped to the file instead of\n"
1577"                       to the standard output. The special '-' filename\n"
1578"                       is the default value and means stdout.\n"
1579"                       WARNING : existing files are truncated !\n"
1580"\n"
1581"  -s | --sum           Summarize the selected datas.\n"
1582"                           ONLY AVAILABLE WITH --data history or payments\n"
1583"\n"
1584"  Use the filter expressions to extract only parts of the \n"
1585"  datas. Allowed filters are of the form :\n"
1586"                \n"
1587"         key=value\n"
1588"                         \n"
1589"  Allowed keys for now are :  \n"
1590"                       \n"
1591"         username       User's name\n"
1592"         groupname      Users group's name\n"
1593"         printername    Printer's name\n"
1594"         pgroupname     Printers group's name\n"
1595"         hostname       Client's hostname\n"
1596"         billingcode    Job's billing code\n"
1597"         start          Job's date of printing\n"
1598"         end            Job's date of printing\n"
1599"         \n"
1600"  Contrary to other PyKota management tools, wildcard characters are not \n"
1601"  expanded, so you can't use them.\n"
1602"  \n"
1603"  NB : not all keys are allowed for each data type, so the result may be \n"
1604"  empty if you use a key not available for a particular data type.\n"
1605"  \n"
1606"Examples :\n"
1607"\n"
1608"  $ dumpykota --data history --format csv >myfile.csv\n"
1609"  \n"
1610"  This dumps the history in a comma separated values file, for possible\n"
1611"  use in a spreadsheet.\n"
1612"  \n"
1613"  $ dumpykota --data users --format xml -o users.xml\n"
1614"  \n"
1615"  Dumps all users datas to the users.xml file.\n"
1616"  \n"
1617"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1618"  \n"
1619"  Dumps the job history for user jerome on printer HP2100 only.\n"
1620"  \n"
1621"  $ dumpykota --data history start=200503 end=20050730234615\n"
1622"  \n"
1623"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1624"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1625msgstr ""
1626
1627msgid "The -d | --data command line option is mandatory, see help."
1628msgstr ""
1629
1630#, python-format
1631msgid ""
1632"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1633"\n"
1634"An invoice generator for PyKota.\n"
1635"\n"
1636"command line usage :\n"
1637"\n"
1638"  pkinvoice [options] user1 user2 ... userN\n"
1639"\n"
1640"options :\n"
1641"\n"
1642"  -v | --version       Prints pkinvoice's version number then exits.\n"
1643"  -h | --help          Prints this message then exits.\n"
1644"  \n"
1645"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1646"                       be drawn at the center top of the page. The default\n"
1647"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1648"                       \n"
1649"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1650"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1651"                       to name a few. The default size is A4.\n"
1652"                       \n"
1653"  -n | --number N      Sets the number of the first invoice. This number\n"
1654"                       will automatically be incremented for each invoice.\n"
1655"                       \n"
1656"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1657"                       be generated as a PDF document. If not set or\n"
1658"                       set to '-', the PDF document is sent to standard\n"
1659"                       output. \n"
1660"                       \n"
1661"  -u | --unit u        Defines the name of the unit to use on the "
1662"invoice.                       \n"
1663"                       The default unit is 'Credits', optionally translated\n"
1664"                       to your native language if it is supported by "
1665"PyKota.\n"
1666"  \n"
1667"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1668"                       exposed. The default is 0.0, meaning no VAT\n"
1669"                       information will be included.\n"
1670"                       \n"
1671"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1672"  \n"
1673"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1674"                       \n"
1675"  user1 through userN can use wildcards if needed. If no user argument is\n"
1676"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1677"  \n"
1678"  Dates formatting with --start and --end :\n"
1679"  \n"
1680"    YYYY : year boundaries\n"
1681"    YYYYMM : month boundaries\n"
1682"    YYYYMMDD : day boundaries\n"
1683"    YYYYMMDDhh : hour boundaries\n"
1684"    YYYYMMDDhhmm : minute boundaries\n"
1685"    YYYYMMDDhhmmss : second boundaries\n"
1686"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1687"15)\n"
1688"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1689"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1690"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1691"\n"
1692"  'now' and 'today' are not exactly the same since today represents the "
1693"first\n"
1694"  or last second of the day depending on if it's used in a start= or end=\n"
1695"  date expression. The utility to be able to specify dates in the future is\n"
1696"  a question which remains to be answered :-)\n"
1697"                                        \n"
1698"examples :                       \n"
1699"\n"
1700"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1701"  \n"
1702"  Will generate a PDF document containing invoices for all users\n"
1703"  who have spent some credits last month. Invoices will be done in\n"
1704"  EURO.  No VAT information will be included.\n"
1705msgstr ""
1706
1707msgid "Invoice"
1708msgstr ""
1709
1710msgid "Since"
1711msgstr ""
1712
1713msgid "Until"
1714msgstr ""
1715
1716msgid "Edited on"
1717msgstr ""
1718
1719msgid "Number of pages printed"
1720msgstr ""
1721
1722msgid "Amount due"
1723msgstr ""
1724
1725msgid "Included VAT"
1726msgstr ""
1727
1728msgid "Here's the invoice for your printouts"
1729msgstr ""
1730
1731#, python-format
1732msgid "Incorrect value '%s' for the --vat command line option"
1733msgstr ""
1734
1735#, python-format
1736msgid "Incorrect value '%s' for the --number command line option"
1737msgstr ""
1738
1739msgid "Generating invoices"
1740msgstr ""
1741
1742msgid "Credits"
1743msgstr ""
1744
1745#, python-format
1746msgid ""
1747"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1748"\n"
1749"A Printers Manager for PyKota.\n"
1750"\n"
1751"command line usage :\n"
1752"\n"
1753"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1754"\n"
1755"options :\n"
1756"\n"
1757"  -v | --version       Prints pkprinters's version number then exits.\n"
1758"  -h | --help          Prints this message then exits.\n"
1759"  \n"
1760"  -a | --add           Adds printers if they don't exist on the Quota \n"
1761"                       Storage Server. If they exist, they are modified\n"
1762"                       unless -s|--skipexisting is also used.\n"
1763"                       \n"
1764"  -d | --delete        Deletes printers from the quota storage.\n"
1765"  \n"
1766"  -D | --description d Adds a textual description to printers.\n"
1767"\n"
1768"  -C | --cups          Also modifies the DeviceURI in CUPS' printers.conf\n"
1769"\n"
1770"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1771"                       Job price is optional.\n"
1772"                       If both are to be set, separate them with a comma.\n"
1773"                       Floating point and negative values are allowed.\n"
1774"  \n"
1775"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1776"                       groups pg1, pg2, etc... which must already exist.\n"
1777"                       A printer group is just like a normal printer,\n"
1778"                       only that it is usually unknown from the printing\n"
1779"                       system. Create printer groups exactly the same\n"
1780"                       way that you create printers, then add other \n"
1781"                       printers to them with this option.\n"
1782"                       Accounting is done on a printer and on all\n"
1783"                       the printer groups it belongs to, quota checking\n"
1784"                       is done on a printer and on all the printer groups\n"
1785"                       it belongs to.\n"
1786"                       If the --remove option below is not used, the \n"
1787"                       default action is to add printers to the specified\n"
1788"                       printer groups.\n"
1789"                       \n"
1790"  -l | --list          List informations about the printer(s) and the\n"
1791"                       printers groups it is a member of.\n"
1792"                       \n"
1793"  -r | --remove        In combination with the --groups option "
1794"above,                       \n"
1795"                       remove printers from the specified printers groups.\n"
1796"                       \n"
1797"  -s | --skipexisting  In combination with the --add option above, tells\n"
1798"                       pkprinters to not modify existing printers.\n"
1799"                       \n"
1800"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1801"                       to s pages.\n"
1802"                       \n"
1803"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1804"                       mode, users are allowed to print without any impact\n"
1805"                       on their quota or account balance.\n"
1806"                       \n"
1807"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1808"                       Without -p or -n, printers are created in \n"
1809"                       normal mode, i.e. no passthrough.\n"
1810"  \n"
1811"  printer1 through printerN can contain wildcards if the --add option \n"
1812"  is not set.\n"
1813"  \n"
1814"examples :                              \n"
1815"\n"
1816"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1817"hp8000\n"
1818"  \n"
1819"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1820"  Their price per page will be set at 0.05 unit, and their price\n"
1821"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1822"  or whatever you want them to mean.\n"
1823"  All of their descriptions will be set to the string \"HP Printer\".\n"
1824"  If any of these printers already exists, it will also be modified \n"
1825"  unless the -s|--skipexisting command line option is also used.\n"
1826"            \n"
1827"  $ pkprinters --delete \"*\"\n"
1828"  \n"
1829"  This will completely delete all printers and associated quota "
1830"information,\n"
1831"  as well as their job history. USE WITH CARE !\n"
1832"  \n"
1833"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1834"  \n"
1835"  This will put all printers which name matches \"hp*\" into printers "
1836"groups \n"
1837"  Laser and HP, which MUST already exist.\n"
1838"  \n"
1839"  $ pkprinters --groups LexMark --remove hp2200\n"
1840"  \n"
1841"  This will remove the hp2200 printer from the LexMark printer group.\n"
1842msgstr ""
1843
1844#, python-format
1845msgid "Passthrough mode : %s"
1846msgstr "Passera igenom l� : %s"
1847
1848msgid "ON"
1849msgstr "P�
1850
1851msgid "OFF"
1852msgstr "AV"
1853
1854msgid "in"
1855msgstr "i"
1856
1857#, python-format
1858msgid "Invalid charge amount value %s"
1859msgstr "Ogiltigt v�e %s p�ris."
1860
1861#, python-format
1862msgid "Invalid maximum job size value %s"
1863msgstr "Ogiltig maxstorlek f��et jobbstorlek %s"
1864
1865#, python-format
1866msgid "Printer %s already exists, skipping."
1867msgstr "Skrivare %s existerar redan, hoppar �."
1868
1869#, python-format
1870msgid "Printer %s already exists, will be modified."
1871msgstr "Skrivare %s existerar redan, kommer bli modifierad."
1872
1873#, python-format
1874msgid "Invalid printer name %s"
1875msgstr "Ogiltigt skrivarnamn %s"
1876
1877msgid "You have to pass printer groups names on the command line"
1878msgstr "Du m�e skicka med skrivargruppnamn p�ommandoraden"
1879
1880msgid "You have to pass printer names on the command line"
1881msgstr "Du m�e skicka med skrivarnamn p�ommandoraden"
1882
1883#, python-format
1884msgid "Unsupported accounter backend %s"
1885msgstr "Ej underst�redovisningsmetod %s"
1886
1887#, python-format
1888msgid ""
1889"Configuration file %s can't be read. Please check that the file exists and "
1890"that your permissions are sufficient."
1891msgstr ""
1892"Konfigurationsfil %s g�ej att l�. Se efter att filen existerar och att "
1893"r�igheterna �r�."
1894
1895#, python-format
1896msgid "Configuration file %s not found."
1897msgstr "Konfigurationsfil %s hittades inte."
1898
1899#, python-format
1900msgid "Option %s not found in section global of %s"
1901msgstr "Variabeln %s hittades inte i sektion 'global' i %s"
1902
1903#, python-format
1904msgid "Option %s not found in section %s of %s"
1905msgstr "Variabeln %s hittades inte i sektion '%s' i %s"
1906
1907#, python-format
1908msgid "Option ldaptls is set, but certificate %s is not readable."
1909msgstr "Optionen ldaptls �satt men certifikatet %s g�ej att l�."
1910
1911#, python-format
1912msgid "Option logger only supports values in %s"
1913msgstr "Variabeln 'logger' st�r bara v�en i %s"
1914
1915#, python-format
1916msgid "Invalid preaccounter %s for printer %s"
1917msgstr ""
1918
1919#, python-format
1920msgid "Option preaccounter in section %s only supports values in %s"
1921msgstr ""
1922
1923#, python-format
1924msgid "Invalid accounter %s for printer %s"
1925msgstr "Ogiltig redovisningsmetod %s f�rintern %s"
1926
1927#, python-format
1928msgid "Option accounter in section %s only supports values in %s"
1929msgstr "Variabeln 'accounter' i sektion '%s' st�r bara v�en i %s"
1930
1931#, python-format
1932msgid "Invalid unknown_billingcode directive %s for printer %s"
1933msgstr ""
1934
1935#, python-format
1936msgid "Directive unknown_billingcode in section %s only supports values in %s"
1937msgstr ""
1938
1939#, python-format
1940msgid "Option enforcement in section %s only supports values in %s"
1941msgstr "Till�ad option i sektion %s st�r bara v�en i %s"
1942
1943#, python-format
1944msgid ""
1945"Option onbackenderror in section %s only supports values 'charge', "
1946"'nocharge', and 'retry:num:delay'"
1947msgstr ""
1948
1949#, python-format
1950msgid "Option onaccountererror in section %s only supports values in %s"
1951msgstr "Optionen onaccountererror i sektionen %s st�r endast v�en i %s"
1952
1953#, python-format
1954msgid "Option policy in section %s only supports values in %s"
1955msgstr "Variabeln 'policy' i sektion '%s' st�r endast v�en i %s"
1956
1957#, python-format
1958msgid "Invalid option mailto %s for printer %s"
1959msgstr "Ogiltig variabel 'mailto' %s f�krivare %s"
1960
1961#, python-format
1962msgid "Option mailto in section %s only supports values in %s"
1963msgstr "Variabeln 'mailto' i sektion '%s' st�r endast v�en i %s"
1964
1965#, python-format
1966msgid "Invalid maximal deny banners counter %s"
1967msgstr ""
1968
1969#, python-format
1970msgid "Invalid grace delay %s"
1971msgstr "Ogiltigt uppskovsv�e (grace delay) %s"
1972
1973#, python-format
1974msgid "Invalid poor man's threshold %s"
1975msgstr "Ogiltigt fattigmansv�e (poor man's threshold) %s"
1976
1977#, python-format
1978msgid "Invalid balancezero value %s"
1979msgstr ""
1980
1981msgid ""
1982"Your Print Quota account balance is Low.\n"
1983"Soon you'll not be allowed to print anymore.\n"
1984"Please contact the Print Quota Administrator to solve the problem."
1985msgstr ""
1986"Saldot p�itt utskriftskonto �l�.\n"
1987"Snart kommer du inte kunna skriva ut l�re.\n"
1988"V�igen kontakta din systemadministrat��tt l�problemet."
1989
1990#, python-format
1991msgid ""
1992"You are not allowed to print anymore because\n"
1993"your Print Quota is exceeded on printer %s."
1994msgstr ""
1995"Du f�inte l�re skriva ut eftersom\n"
1996"din utskriftkvot p�krivare %s �n�."
1997
1998#, python-format
1999msgid ""
2000"You will soon be forbidden to print anymore because\n"
2001"your Print Quota is almost reached on printer %s."
2002msgstr ""
2003"Du kommer snart inte f�kriva ut eftersom\n"
2004"din utskriftskvot n�an �n� p�krivare %s."
2005
2006#, python-format
2007msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
2008msgstr ""
2009
2010#, python-format
2011msgid "Option accountbanner in section %s only supports values in %s"
2012msgstr ""
2013
2014#, python-format
2015msgid "Option trustjobsize for printer %s is incorrect"
2016msgstr "Optionen trustjobsize f�krivaren %s �ej korrekt"
2017
2018msgid "History"
2019msgstr "Historia"
2020
2021msgid "Users"
2022msgstr "Anv�are"
2023
2024msgid "Groups"
2025msgstr "Grupper"
2026
2027msgid "Printers"
2028msgstr "Skrivare"
2029
2030msgid "Users Print Quotas"
2031msgstr "Anv�ares printkvoter"
2032
2033msgid "Users Groups Print Quotas"
2034msgstr "Anv�argruppers printkvoter"
2035
2036msgid "History of Payments"
2037msgstr "Betalningshistorik"
2038
2039msgid "Printers Groups Membership"
2040msgstr "Skrivares gruppmedlemskap"
2041
2042msgid "Users Groups Membership"
2043msgstr "Anv�argruppsmedlemskap"
2044
2045msgid "Billing Codes"
2046msgstr ""
2047
2048msgid "All"
2049msgstr ""
2050
2051msgid "Comma Separated Values"
2052msgstr "Kommaseparerade v�en"
2053
2054msgid "Semicolon Separated Values"
2055msgstr "Semikolonseparerade v�en"
2056
2057msgid "Tabulation Separated Values"
2058msgstr "Tabseparerade v�en"
2059
2060msgid "eXtensible Markup Language"
2061msgstr ""
2062
2063msgid "CUPS' page_log"
2064msgstr ""
2065
2066#, python-format
2067msgid "Invalid modifier [%s] for --data command line option, see help."
2068msgstr "Ogiltig modifierare [%s] f�ommandoradoptionen --data, se hj�."
2069
2070msgid ""
2071"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2072"filters."
2073msgstr ""
2074
2075#, python-format
2076msgid "Invalid filter value [%s], see help."
2077msgstr "Ogiltigt filterv�e [%s], se hj�."
2078
2079#, python-format
2080msgid "Invalid modifier [%s] for --format command line option, see help."
2081msgstr "Ogiltig modifierare [%s] f�ommandoradoptionen --format,  se hj�."
2082
2083msgid "XML output is disabled because the jaxml module is not available."
2084msgstr "XML utdata �avst�d eftersom jaxml modulen saknas."
2085
2086#, python-format
2087msgid "Invalid data type [%s] for --sum command line option, see help."
2088msgstr "Ogiltig datatyp [%s] f�ommandoradoptionen --sum, se hj�."
2089
2090msgid "PyKota data dumper failed : I/O error"
2091msgstr "PyKota datadump misslyckades : I/O fel"
2092
2093#, python-format
2094msgid "Unsupported logging subsystem %s"
2095msgstr "Ej underst�loggningssystem %s"
2096
2097#, python-format
2098msgid "Report for %s quota on printer %s"
2099msgstr "Rapport f�s utskriftssaldo p�krivare %s"
2100
2101#, python-format
2102msgid "Pages grace time: %i days"
2103msgstr "Uppskov f�tskrifter: %i days"
2104
2105#, python-format
2106msgid "Price per job: %.3f"
2107msgstr "Pris per utskrift: %.3f"
2108
2109#, python-format
2110msgid "Price per page: %.3f"
2111msgstr "Pris per sida: %.3f"
2112
2113msgid ""
2114"Group          overcharge   used    soft    hard    balance grace         "
2115"total       paid warn"
2116msgstr ""
2117
2118msgid ""
2119"User           overcharge   used    soft    hard    balance grace         "
2120"total       paid warn"
2121msgstr ""
2122
2123msgid "unknown"
2124msgstr "ok�/ok�"
2125
2126#, python-format
2127msgid "Real : %s"
2128msgstr "Riktigt : %s"
2129
2130#, python-format
2131msgid "Total : %9i"
2132msgstr "Summa : %9i"
2133
2134msgid "N/A"
2135msgstr "Ej tillg�ligt"
2136
2137#, python-format
2138msgid "Unsupported reporter backend %s"
2139msgstr "Ej underst�rapportmetod %s"
2140
2141#, python-format
2142msgid "Unsupported quota storage backend %s"
2143msgstr "Ej underst�metod %s f�tt lagra data"
2144
2145msgid "Done"
2146msgstr ""
2147
2148msgid "Average speed"
2149msgstr ""
2150
2151msgid "entries per second"
2152msgstr ""
2153
2154#, python-format
2155msgid "Strange problem with uid(%s) : %s"
2156msgstr "M�ligt problmed med uid(%s) : %s"
2157
2158#, python-format
2159msgid "Running as user '%s'."
2160msgstr "K�om anv�are '%s'."
2161
2162msgid "No user named 'pykota'. Not dropping priviledges."
2163msgstr "Ingen anv�are med namn 'pykota'. Sl�er ej privilegierna."
2164
2165#, python-format
2166msgid "Impossible to drop priviledges : %s"
2167msgstr "Om�gt att sl�a privilegier : %s"
2168
2169msgid "Priviledges dropped. Now running as user 'pykota'."
2170msgstr "Privilegier sl�ta. K�u som anv�are 'pykota'."
2171
2172#, python-format
2173msgid "Impossible to regain priviledges : %s"
2174msgstr "Om�gt att �rta privilegier : %s"
2175
2176msgid "Regained priviledges. Now running as root."
2177msgstr "�ertog privilegier. K�u som root."
2178
2179msgid "Please report bugs to :"
2180msgstr "V�igen rapportera buggar till :"
2181
2182#, python-format
2183msgid ""
2184"\n"
2185"\n"
2186"Please contact your system administrator :\n"
2187"\n"
2188"\t%s - <%s>\n"
2189msgstr ""
2190"\n"
2191"\n"
2192"V�igen kontakta din systemadministrat�\n"
2193"\n"
2194"\t%s - <%s>\n"
2195
2196#, python-format
2197msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2198msgstr ""
2199"Kunde inte matcha anv�are %s p�krivare %s, till�ar standardpolicyn (%s)"
2200
2201#, python-format
2202msgid ""
2203"Unable to find user %s's account balance, applying default policy (%s) for "
2204"printer %s"
2205msgstr ""
2206"Kunde inte hitta utskriftssaldo f�nv�are %s, till�ar standardpolicyn "
2207"(%s) f�krivare %s"
2208
2209#, python-format
2210msgid "User %s will not be charged for printing."
2211msgstr ""
2212
2213#, python-format
2214msgid "Print Quota exceeded for group %s on printer %s"
2215msgstr "Utskriftssaldot ��trasserad f�rupp %s p�rinter %s"
2216
2217msgid "Print Quota Exceeded"
2218msgstr "Utskriftssaldo �trasserad"
2219
2220#, python-format
2221msgid "Print Quota low for group %s on printer %s"
2222msgstr "Utskriftssaldot �l� f�rupp %s p�rinter %s"
2223
2224msgid "Print Quota Low"
2225msgstr "Utskriftssaldo l�"
2226
2227#, python-format
2228msgid ""
2229"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2230"double check /etc/pykota/pykota.conf : %s"
2231msgstr ""
2232"S�sen %s existerar inte. M�g felkonfiguration. Var god kontrollera /"
2233"etc/pykota/pykota.conf : %s"
2234
2235#, python-format
2236msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2237msgstr "S�ng efter %s(%s) fr�%s(scope=%s) gav inget svar."
2238
2239#, python-format
2240msgid "Problem adding LDAP entry (%s, %s)"
2241msgstr "Problem med att l�a till LDAP post (%s, %s)"
2242
2243#, python-format
2244msgid "Problem deleting LDAP entry (%s)"
2245msgstr "Problem med att ta bort LDAP post (%s)"
2246
2247#, python-format
2248msgid "Problem modifying LDAP entry (%s, %s)"
2249msgstr "Problem med att modifiera LDAP post (%s, %s)"
2250
2251#, python-format
2252msgid ""
2253"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2254"entries manually ?"
2255msgstr ""
2256
2257msgid "Hidden because of privacy concerns"
2258msgstr ""
2259
2260#, python-format
2261msgid ""
2262"Unable to find an existing objectClass %s entry with %s=%s to attach "
2263"pykotaAccount objectClass"
2264msgstr ""
2265"Kunde ej hitta en existerande 'objectClass' %s med posten %s=%s f�tt "
2266"binda pykotaAccount objectClass"
2267
2268#, python-format
2269msgid "%s. A new entry will be created instead."
2270msgstr ""
2271
2272#, python-format
2273msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2274msgstr ""
2275"Kunde ej hitta existerande post f�tt binda pykotaGroup objectclass %s"
2276
2277#, python-format
2278msgid "A problem occured while reading printer %s's internal page counter."
2279msgstr "Ett problem uppstod vid l�ing av skrivarens %s interna sidr�are"
2280
2281#, python-format
2282msgid "Retrieving printer %s's page counter from database instead."
2283msgstr "H�ar skrivaren %s sidr�are fr�databasen ist�et."
2284
2285#, python-format
2286msgid ""
2287"Couldn't retrieve printer %s's internal page counter either before or after "
2288"printing."
2289msgstr ""
2290"Kunde ej h�a skrivarens %s interna sidr�are varken f�eller efter "
2291"utskriften."
2292
2293#, python-format
2294msgid "Job's size forced to 1 page for printer %s."
2295msgstr "Jobbstorlek tvingad till 1 sida f�krivaren %s."
2296
2297#, python-format
2298msgid "No previous job in database for printer %s."
2299msgstr "Inget f��de jobb i databasen f�krivaren %s."
2300
2301#, python-format
2302msgid "Inconsistent values for printer %s's internal page counter."
2303msgstr "Inkonsekventa v�en f�krivaren %s interna sidr�are."
2304
2305#, python-format
2306msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2307msgstr "Ok� skrivaradress i HARDWARE(%s) f�krivare %s"
2308
2309#, python-format
2310msgid "Launching HARDWARE(%s)..."
2311msgstr "Startar H�DVARA(%s)..."
2312
2313#, python-format
2314msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2315msgstr "SIGTERM skickad till h�varumetod %s (pid: %s)"
2316
2317#, python-format
2318msgid "Line [%s] skipped in accounter's output. Trying again..."
2319msgstr ""
2320
2321#, python-format
2322msgid "Hardware accounter %s exit code is %s"
2323msgstr ""
2324
2325#, python-format
2326msgid "Unable to query printer %s via HARDWARE(%s)"
2327msgstr "Kunde inte h�a information fr�skrivare %s via HARDWARE(%s)"
2328
2329#, python-format
2330msgid "Problem during connection to %s:%s : %s"
2331msgstr "Problem under anslutning till %s:%s : %s"
2332
2333#, python-format
2334msgid "Problem while sending PJL query to %s:%s : %s"
2335msgstr "Problem vid s�ning av PJL-fr�r till %s:%s : %s"
2336
2337#, python-format
2338msgid "Problem while receiving PJL answer from %s:%s : %s"
2339msgstr "Problem vid mottagning av PJL-svar fr�%s:%s : %s"
2340
2341#, python-format
2342msgid "Waiting for printer %s to be printing..."
2343msgstr "V�ar p�tt skrivaren %s ska b� utskrift..."
2344
2345#, python-format
2346msgid "Waiting for printer %s's idle status to stabilize..."
2347msgstr "V�ar p�tt skrivaren %s inaktivitetsstatus ska stabiliseras..."
2348
2349#, python-format
2350msgid ""
2351"PJL querying stage interrupted. Using latest value seen for internal page "
2352"counter (%s) on printer %s."
2353msgstr ""
2354"PJL-fr� avbruten. Anv�er senaste v�et f�en interna sidr�aren (%s) "
2355"on printer %s."
2356
2357#, python-format
2358msgid "Network error while doing SNMP queries on printer %s : %s"
2359msgstr ""
2360
2361#, python-format
2362msgid "SNMP message decoding error for printer %s : %s"
2363msgstr ""
2364
2365#, python-format
2366msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2367msgstr ""
2368
2369#, python-format
2370msgid ""
2371"SNMP querying stage interrupted. Using latest value seen for internal page "
2372"counter (%s) on printer %s."
2373msgstr ""
2374
2375#, python-format
2376msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2377msgstr "Kunde ej f�r�a jobbets storlek med standard PDL analys : %s"
2378
2379#, python-format
2380msgid "Launching SOFTWARE(%s)..."
2381msgstr "Startar MJUKVARA(%s)..."
2382
2383#, python-format
2384msgid "Unable to compute job size with accounter %s"
2385msgstr "Kunde inte ber�a utskriftsstorlek med metod %s"
2386
2387#, python-format
2388msgid "Problem while waiting for software accounter pid %s to exit : %s"
2389msgstr "Problem vid inv�an f�jukvarumetod pid %s att avslutas : %s"
2390
2391#, python-format
2392msgid "Software accounter %s exit code is %s"
2393msgstr "Mjukvarumetod %s avslutningskod �%s"
2394
2395msgid "Totals may be inaccurate if some users are members of several groups."
2396msgstr ""
2397"Summor kan vara felaktiga om vissa anv�are �medlemmar i flera grupper."
2398
2399#~ msgid "Impossible to add printer %s"
2400#~ msgstr "Om�gt att l�a till skrivare %s"
2401
2402#~ msgid "Prototype object %s not found in Quota Storage."
2403#~ msgstr "Prototypen f�bjektet %s hittas inte i PyKotasystemet"
2404
2405#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2406#~ msgstr "Prototypen %s hittas inte i PyKotasystemet f�krivaren %s."
2407
2408#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2409#~ msgstr ""
2410#~ "Odefinerat h�gr�v�e satt till mjukgr�v�e (%s) p�rinter %s."
2411
2412#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2413#~ msgstr ""
2414#~ "Odefinerat mjukgr�v�e satt till h�gr�v�e (%s) p�rinter %s."
2415
2416#~ msgid "Invalid group name %s"
2417#~ msgstr "Ogiltigt gruppnamn %s"
2418
2419#~ msgid "Invalid user name %s"
2420#~ msgstr "Ogiltigt anv�arnamn %s"
2421
2422#~ msgid "Quota not found for object %s on printer %s."
2423#~ msgstr "Utskriftssaldo hittades inte f�bjekt %s p�rinter %s."
2424
2425#~ msgid "You can't increase limits by %s when no limit is set."
2426#~ msgstr "Du kan ej h�gr�en f�s n�ingen gr� �satt."
2427
2428#~ msgid "You can't set negative limits."
2429#~ msgstr "Du kan ej s�a negativa gr�er."
2430
2431#~ msgid "Group %s not found in the PyKota Storage."
2432#~ msgstr "Gruppen %s hittades inte i PyKotasystemet."
2433
2434#~ msgid "Nonexistent user %s or missing print quota entry."
2435#~ msgstr "Icke existerande anv�are %s eller saknad av printersaldopost."
2436
2437#~ msgid "Nonexistent group %s or missing print quota entry."
2438#~ msgstr "Icke existerande grupp %s eller saknad av printersaldopost."
2439
2440#~ msgid "Dump"
2441#~ msgstr "Dump"
2442
2443#~ msgid "Please click on the above button"
2444#~ msgstr "Var god klicka p�nappen ovan"
2445
2446#~ msgid "Data Type"
2447#~ msgstr "Datatyp"
2448
2449#~ msgid "Output Format"
2450#~ msgstr "Utformat"
2451
2452#~ msgid "Filter"
2453#~ msgstr "Filter"
2454
2455#~ msgid "Summarize"
2456#~ msgstr "Summera"
2457
2458#~ msgid "only for payments or history"
2459#~ msgstr "endast f�etalningar och historik"
2460
2461#~ msgid "PyKota Reports"
2462#~ msgstr "PyKota rapporter"
2463
2464#~ msgid "Report"
2465#~ msgstr "Rapport"
2466
2467#~ msgid "Printer"
2468#~ msgstr "Skrivare"
2469
2470#~ msgid "User / Group names mask"
2471#~ msgstr "Anv�ar- / Gruppnamn maskering"
2472
2473#~ msgid "Groups report"
2474#~ msgstr "Grupprapport"
2475
2476#~ msgid "Empty"
2477#~ msgstr "Tom"
2478
2479#~ msgid "Action"
2480#~ msgstr "Aktion"
2481
2482#~ msgid "User"
2483#~ msgstr "Anv�are"
2484
2485#~ msgid "Hostname"
2486#~ msgstr "Datornamn"
2487
2488#~ msgid "JobId"
2489#~ msgstr "JobbId"
2490
2491#~ msgid "Cost"
2492#~ msgstr "Kostnad"
2493
2494#~ msgid "Copies"
2495#~ msgstr "Kopior"
2496
2497#~ msgid "Number of bytes"
2498#~ msgstr "Antal bytes"
2499
2500#~ msgid "Printer's internal counter"
2501#~ msgstr "Printerns interna r�are"
2502
2503#~ msgid "Options"
2504#~ msgstr "Optioner"
2505
2506#~ msgid "MD5Sum"
2507#~ msgstr "MD5Sum"
2508
2509#~ msgid "Precomputed number of pages"
2510#~ msgstr "F�r�ade antal sidor"
2511
2512#~ msgid "Precomputed cost"
2513#~ msgstr "F�r�ad kostnad"
2514
2515#~ msgid "Pages details"
2516#~ msgstr "Siddetaljer"
2517
2518#~ msgid "(not supported yet)"
2519#~ msgstr "(inget st�nnu)"
2520
2521#~ msgid "Previous page"
2522#~ msgstr "F��de sida"
2523
2524#~ msgid ""
2525#~ "The exact cost of a print job can only be determined for a particular "
2526#~ "user. Please retry while logged-in."
2527#~ msgstr ""
2528#~ "Exakt kostnad av ett utskriftsjobb kan endast utf� f�n specifik "
2529#~ "anv�are. Var god och f�k igen n�du �inloggad."
2530
2531#~ msgid "File number %s unregistered twice from polling object, ignored."
2532#~ msgstr ""
2533#~ "Filnummer %s oregistrerat tv��er fr�utfr�ing av objekt, ignoreras."
2534
2535#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2536#~ msgstr "SIGTERM s�es till bakgrundsprocess %s (pid: %s)"
2537
2538#~ msgid "CUPS backend %s died abnormally."
2539#~ msgstr "CUPS bakgrundsprocess %s avbr�ov�at."
2540
2541#~ msgid "Software accounting already done in first pass. Ignoring."
2542#~ msgstr "Mjukvarusaldo redan utf�under f�a passet. Ignoreras."
2543
2544#~ msgid "Hardware accounting already done in first pass. Ignoring."
2545#~ msgstr "H�varusaldo redan utf�under f�a passet. Ignoreras."
2546
2547#~ msgid "Invalid DeviceURI : %s"
2548#~ msgstr "Felaktig EnhetsURI : %s"
2549
2550#~ msgid ""
2551#~ "\n"
2552#~ "Please wait while pkhint analyzes your printing system's configuration..."
2553#~ msgstr ""
2554#~ "\n"
2555#~ "Var god v�a medan pkhint analyserar utskriftssystemets konfiguration..."
2556
2557#~ msgid "Unknown device %s for printer %s"
2558#~ msgstr "Ok� enhet %s f�krivare %s"
2559
2560#~ msgid ""
2561#~ "\n"
2562#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2563#~ msgstr ""
2564#~ "\n"
2565#~ "L� till f�nde rader i filen /etc/pykota/pykota.conf :\n"
2566
2567#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2568#~ msgstr "# UPPM�KSAMMA : om mjukvarumetoden f�l� betyder det inte"
2569
2570#~ msgid ""
2571#~ "# that hardware accounting wouldn't work, this only means that PyKota"
2572#~ msgstr ""
2573#~ "# att h�varumetoden inte skulle fungera, det betyder endast att PyKota"
2574
2575#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2576#~ msgstr "# inte automatiskt kunde uppt�a vilken metod den skall anv�a."
2577
2578#~ msgid "JobSize"
2579#~ msgstr "JobbStorlek"
2580
2581#~ msgid "JobPrice"
2582#~ msgstr "JobbPris"
2583
2584#~ msgid "JobBytes"
2585#~ msgstr "JobBytes"
2586
2587#~ msgid "PageCounter"
2588#~ msgstr "SidR�are"
2589
2590#~ msgid "Printing system %s, args=%s"
2591#~ msgstr "Utskriftssystem %s, args=%s"
2592
2593#~ msgid "Printer hostname undefined, set to 'localhost'"
2594#~ msgstr "Skrivarens v�namn ej definerat, s�s till 'localhost'"
2595
2596#~ msgid "Printing system unknown, args=%s"
2597#~ msgstr "Utskriftsystem ok�, args=%s"
2598
2599#~ msgid ""
2600#~ "Group           used    soft    hard    balance grace         total       "
2601#~ "paid"
2602#~ msgstr ""
2603#~ "Grupp           anv�  mjuk    h�    saldo   uppskov       summa       "
2604#~ "betalt"
2605
2606#~ msgid ""
2607#~ "User            used    soft    hard    balance grace         total       "
2608#~ "paid"
2609#~ msgstr ""
2610#~ "Anv�are       anv�  mjuk    h�    saldo   uppskov       summa       "
2611#~ "betalt"
Note: See TracBrowser for help on using the browser.