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

Revision 3259, 90.2 kB (checked in by jerome, 16 years ago)

Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later.
TODO : Also move command line tools and library.
TODO : Change documentation from SGML DocBook? to XML DocBook? to
TODO : accomodate the GNU GPL v3 text available in DocBook? XML
TODO : from www.gnu.org

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