blob: 8eceb648fcff5b9a997d40e5c4a82cb7e48f6c90 [file] [log] [blame]
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001# Swedish messages for e2fsprogs.
Göran Uddeborg0874a382008-03-10 15:08:29 -04002# Copyright © 2003, 2005, 2006, 2008 Theodore Tso (msgids)
Theodore Ts'o66549a42008-01-21 14:01:52 -05003# This file is distributed under the same license as the e2fsprogs package.
4# Göran Uddeborg <goeran@uddeborg.se>, 2003, 2005, 2006, 2008.
Theodore Ts'of2275e32006-01-06 20:44:13 -05005#
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04006# $Revision: 1.48 $
Theodore Ts'of2275e32006-01-06 20:44:13 -05007#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04008#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways. First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on. In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust". Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on. A table of these expansions can be found below. Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
28#. ownership field (inode->i_uid).
29#.
30#. %b <blk> block number
31#. %B <blkcount> integer
32#. %c <blk2> block number
33#. %Di <dirent> -> ino inode number
34#. %Dn <dirent> -> name string
35#. %Dr <dirent> -> rec_len
36#. %Dl <dirent> -> name_len
37#. %Dt <dirent> -> filetype
38#. %d <dir> inode number
39#. %g <group> integer
40#. %i <ino> inode number
41#. %Is <inode> -> i_size
42#. %IS <inode> -> i_extra_isize
43#. %Ib <inode> -> i_blocks
44#. %Il <inode> -> i_links_count
45#. %Im <inode> -> i_mode
46#. %IM <inode> -> i_mtime
47#. %IF <inode> -> i_faddr
48#. %If <inode> -> i_file_acl
49#. %Id <inode> -> i_dir_acl
50#. %Iu <inode> -> i_uid
51#. %Ig <inode> -> i_gid
52#. %j <ino2> inode number
53#. %m <com_err error message>
54#. %N <num>
55#. %p ext2fs_get_pathname of directory <ino>
56#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
57#. the containing directory. (If dirent is NULL
58#. then return the pathname of directory <ino2>)
59#. %q ext2fs_get_pathname of directory <dir>
60#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
61#. the containing directory.
62#. %s <str> miscellaneous string
63#. %S backup superblock
64#. %X <num> hexadecimal format
65#.
Theodore Ts'o65b1a942003-07-25 12:10:12 -040066msgid ""
67msgstr ""
Göran Uddeborg3a2e0892008-10-01 21:52:02 -040068"Project-Id-Version: e2fsprogs 1.41.1\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050069"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -050070"POT-Creation-Date: 2009-01-26 20:41-0500\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -040071"PO-Revision-Date: 2008-09-27 11:59+0200\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -040072"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -050073"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -040074"MIME-Version: 1.0\n"
75"Content-Type: text/plain; charset=ISO-8859-1\n"
76"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050077"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -040078
Theodore Ts'o945ffb92009-01-26 20:43:10 -050079#: e2fsck/badblocks.c:22 misc/mke2fs.c:165
Theodore Ts'o65b1a942003-07-25 12:10:12 -040080#, c-format
81msgid "Bad block %u out of range; ignored.\n"
82msgstr "Dåligt block %u utanför giltigt intervall; ignoreras.\n"
83
84#: e2fsck/badblocks.c:45
85msgid "while sanity checking the bad blocks inode"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -040086msgstr "vid rimlighetskontroll av inoden för dåliga block"
Theodore Ts'o65b1a942003-07-25 12:10:12 -040087
88#: e2fsck/badblocks.c:57
89msgid "while reading the bad blocks inode"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -040090msgstr "vid läsning av inoden för dåliga block"
Theodore Ts'o65b1a942003-07-25 12:10:12 -040091
92#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o945ffb92009-01-26 20:43:10 -050093#: e2fsck/unix.c:1037 e2fsck/unix.c:1120 misc/badblocks.c:1148
94#: misc/badblocks.c:1156 misc/badblocks.c:1170 misc/badblocks.c:1182
95#: misc/dumpe2fs.c:505 misc/e2image.c:576 misc/e2image.c:672
96#: misc/e2image.c:688 misc/mke2fs.c:181 misc/tune2fs.c:1515 resize/main.c:309
Theodore Ts'o65b1a942003-07-25 12:10:12 -040097#, c-format
98msgid "while trying to open %s"
99msgstr "vid försök att öppna %s"
100
101#: e2fsck/badblocks.c:82
102#, c-format
103msgid "while trying popen '%s'"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400104msgstr "vid försök att använda popen \"%s\""
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400105
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500106#: e2fsck/badblocks.c:93 misc/mke2fs.c:188
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400107msgid "while reading in list of bad blocks from file"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400108msgstr "vid läsning i listan över dåliga block från fil"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400109
Theodore Ts'o8f741372008-02-28 21:47:05 -0500110#: e2fsck/badblocks.c:104
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400111msgid "while updating bad block inode"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400112msgstr "vid uppdatering av inoden för dåliga block"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400113
Theodore Ts'o8f741372008-02-28 21:47:05 -0500114#: e2fsck/badblocks.c:130
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400115#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400116msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400117msgstr "Varning: otillåtet block %u hittat i inoden får dåliga block. Tömt.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400118
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500119#: e2fsck/ehandler.c:54
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400120#, c-format
121msgid "Error reading block %lu (%s) while %s. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400122msgstr "Fel vid läsning av block %lu (%s) vid %s. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400123
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500124#: e2fsck/ehandler.c:57
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400125#, c-format
126msgid "Error reading block %lu (%s). "
127msgstr "Fel vid läsning av block %lu (%s). "
128
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500129#: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400130msgid "Ignore error"
131msgstr "Ignorera fel"
132
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500133#: e2fsck/ehandler.c:61
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400134msgid "Force rewrite"
135msgstr "Framtvinga omskrivning"
136
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500137#: e2fsck/ehandler.c:103
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400140msgstr "Fel vid skrivning av block %lu (%s) vid %s. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400141
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500142#: e2fsck/ehandler.c:106
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400143#, c-format
144msgid "Error writing block %lu (%s). "
145msgstr "Fel vid skrivning av block %lu (%s). "
146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
149msgstr "tomma katalogblock"
150
151#: e2fsck/emptydir.c:61
152msgid "empty dir map"
153msgstr "tom katalogkarta"
154
155#: e2fsck/emptydir.c:97
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400156#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400157msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400158msgstr "Tomt katalogblock %u (nr. %d) i inod %u\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400159
160#: e2fsck/extend.c:21
161#, c-format
162msgid "%s: %s filename nblocks blocksize\n"
163msgstr "%s: %s filnamn nblock blockstorlek\n"
164
165#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500166#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400167msgid "Illegal number of blocks!\n"
168msgstr "Otillåtet antal block!\n"
169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
173msgstr "Kunde inte allokera blockbuffert (storlek=%d)\n"
174
175#: e2fsck/flushb.c:34
176#, c-format
177msgid "Usage: %s disk\n"
178msgstr "Användning: %s disk\n"
179
180#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500181#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400182msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400183msgstr "BLKFLSBUF-ioctl stöds inte! Kan inte tömma buffertar.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400184
185#: e2fsck/iscan.c:46
186#, c-format
187msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400188msgstr "Användning: %s [-F] [-I inodbuffertblock] enhet\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400189
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500190#: e2fsck/iscan.c:83 e2fsck/unix.c:818
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400191#, c-format
192msgid "while opening %s for flushing"
193msgstr "vid öppning av %s för utskrivning"
194
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500195#: e2fsck/iscan.c:88 e2fsck/unix.c:824 resize/main.c:285
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400196#, c-format
197msgid "while trying to flush %s"
198msgstr "vid försök att skriva ut %s"
199
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:482
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400201msgid "while opening inode scan"
202msgstr "vid öppning av inodsökning"
203
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500204#: e2fsck/iscan.c:129 misc/e2image.c:500
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400205msgid "while getting next inode"
206msgstr "när nästa inod hämtades"
207
208#: e2fsck/iscan.c:138
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400209#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400210msgid "%u inodes scanned.\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400211msgstr "%u inoder genomsökta.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400212
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500213#: e2fsck/journal.c:507
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400214msgid "reading journal superblock\n"
215msgstr "läser journalsuperblock\n"
216
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500217#: e2fsck/journal.c:564
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400218#, c-format
219msgid "%s: no valid journal superblock found\n"
220msgstr "%s: inget giltigt journalsuperblock hittades\n"
221
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500222#: e2fsck/journal.c:573
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400223#, c-format
224msgid "%s: journal too short\n"
225msgstr "%s: journalen för kort\n"
226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500227#: e2fsck/journal.c:858
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400228#, c-format
229msgid "%s: recovering journal\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400230msgstr "%s: återhämtar journalen\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400231
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500232#: e2fsck/journal.c:860
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400233#, c-format
234msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400235msgstr "%s: återhämtar inte journalen i skrivskyddat läge\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500237#: e2fsck/journal.c:881
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400238#, c-format
239msgid "while trying to re-open %s"
240msgstr "vid försök att återöppna %s"
241
242# Första bokstaven i detta och följande meddelanden är ett index som
243# används som en förkortning i andra meddelanden, och inte skrivs ut.
244# Uppslagningen sker på det ursprungliga meddelandet, så det spelar
245# egentligen ingen roll vilket tecken som står först i den översatta
246# strängen. Det viktiga är att det står någon platshållare där, första
247# tecknet skrivs inte ut, vare sig i orginalsträngen eller den översatta
248# strängen. Jag tyckte det var bäst att behålla orginaltecknet.
249#
250# Jag har felrapporterat hela idén. Det innebär ju att man bygger ihop
251# meningar från delar, och det brukar ju gå sönder i översättningar med
252# olika genus och dylikt. Men författaren har en del bra argument om
253# att förkortningssystemet är en fördel när man skall få plats med så
254# mycket som möjligt på en räddningsdiskett. I det fallet är ändå
255# knappast översättningar med. Så den bästa lösningen är nog att låta
256# systemet som sådant finnas kvar, men inte använda det alls i översatta
257# meddelanden.
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400258#: e2fsck/message.c:110
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400259msgid "aextended attribute"
260msgstr "autökat attribut"
261
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400262#: e2fsck/message.c:111
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400263msgid "Aerror allocating"
264msgstr "Afel vid allokering"
265
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400266#: e2fsck/message.c:112
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400267msgid "bblock"
268msgstr "bblock"
269
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400270#: e2fsck/message.c:113
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400271msgid "Bbitmap"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400272msgstr "Bbitkarta"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400273
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400274#: e2fsck/message.c:114
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400275msgid "ccompress"
276msgstr "ckomprimera"
277
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400278#: e2fsck/message.c:115
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400279msgid "Cconflicts with some other fs @b"
280msgstr "Ckonflikt med något annat fs @b"
281
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400282#: e2fsck/message.c:116
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400283msgid "iinode"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400284msgstr "iinod"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400285
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400286#: e2fsck/message.c:117
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400287msgid "Iillegal"
288msgstr "Iotillåten"
289
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400290#: e2fsck/message.c:118
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400291msgid "jjournal"
292msgstr "jjournal"
293
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400294#: e2fsck/message.c:119
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400295msgid "Ddeleted"
296msgstr "Draderad"
297
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400298#: e2fsck/message.c:120
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400299msgid "ddirectory"
300msgstr "dkatalog"
301
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400302#: e2fsck/message.c:121
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400303msgid "eentry"
304msgstr "epost"
305
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400306#: e2fsck/message.c:122
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400307msgid "E@e '%Dn' in %p (%i)"
308msgstr "Epost \"%Dn\" i %p (%i)"
309
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400310#: e2fsck/message.c:123
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400311msgid "ffilesystem"
312msgstr "ffilsystem"
313
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400314#: e2fsck/message.c:124
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400315msgid "Ffor @i %i (%Q) is"
316msgstr "Fför inod %i (%Q) är"
317
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400318#: e2fsck/message.c:125
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400319msgid "ggroup"
320msgstr "ggrupp"
321
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400322#: e2fsck/message.c:126
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400323msgid "hHTREE @d @i"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400324msgstr "hHTREE katalog-inod"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400325
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400326#: e2fsck/message.c:127
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400327msgid "llost+found"
328msgstr "llost+found"
329
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400330#: e2fsck/message.c:128
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400331msgid "Lis a link"
332msgstr "Lär en länk"
333
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400334#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400335msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400336msgstr "mflerfaldigt ianspråkstagna"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400338#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400339msgid "ninvalid"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400340msgstr "nogiltig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400341
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400342#: e2fsck/message.c:131
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400343msgid "oorphaned"
344msgstr "oföräldralös"
345
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400346#: e2fsck/message.c:132
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400347msgid "pproblem in"
348msgstr "pproblem i"
349
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400350#: e2fsck/message.c:133
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400351msgid "rroot @i"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400352msgstr "rrotinod"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400353
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400354#: e2fsck/message.c:134
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400355msgid "sshould be"
356msgstr "sskulle varit"
357
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400358#: e2fsck/message.c:135
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400359msgid "Ssuper@b"
360msgstr "Ssuperblock"
361
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400362#: e2fsck/message.c:136
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400363msgid "uunattached"
364msgstr "ulös"
365
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400366#: e2fsck/message.c:137
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400367msgid "vdevice"
368msgstr "venhet"
369
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400370#: e2fsck/message.c:138
371msgid "xextent"
372msgstr "xutsträckning"
373
374#: e2fsck/message.c:139
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400375msgid "zzero-length"
376msgstr "znollängds"
377
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400378#: e2fsck/message.c:150
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400379msgid "<The NULL inode>"
380msgstr "<Inod noll>"
381
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400382#: e2fsck/message.c:151
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400383msgid "<The bad blocks inode>"
384msgstr "<Inoden för dåliga block>"
385
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400386#: e2fsck/message.c:153
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400387msgid "<The ACL index inode>"
388msgstr "<ACL-indexinoden>"
389
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400390#: e2fsck/message.c:154
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400391msgid "<The ACL data inode>"
392msgstr "<ACL-datainoden>"
393
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400394#: e2fsck/message.c:155
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400395msgid "<The boot loader inode>"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400396msgstr "<Uppstartsprograminoden>"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400397
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400398#: e2fsck/message.c:156
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400399msgid "<The undelete directory inode>"
400msgstr "<Inoden för återhämtning av borttagna kataloger>"
401
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400402#: e2fsck/message.c:157
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400403msgid "<The group descriptor inode>"
404msgstr "<Gruppidentifierarinoden>"
405
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400406#: e2fsck/message.c:158
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400407msgid "<The journal inode>"
408msgstr "<Journalinoden>"
409
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400410#: e2fsck/message.c:159
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400411msgid "<Reserved inode 9>"
412msgstr "<Reserverad inod 9>"
413
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400414#: e2fsck/message.c:160
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400415msgid "<Reserved inode 10>"
416msgstr "<Reserverad inod 10>"
417
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500418#: e2fsck/message.c:323
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400419#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400420msgid "regular file"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400421msgstr "normal fil"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400422
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500423#: e2fsck/message.c:325
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400424#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425msgid "directory"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400426msgstr "katalog"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500428#: e2fsck/message.c:327
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429#, c-format
430msgid "character device"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400431msgstr "teckenenhet"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400432
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500433#: e2fsck/message.c:329
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400434#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435msgid "block device"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400436msgstr "blockenhet"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500438#: e2fsck/message.c:331
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439#, c-format
440msgid "named pipe"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400441msgstr "namngivet rör"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400442
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500443#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400444#, c-format
445msgid "symbolic link"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400446msgstr "symbolisk länk"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500448#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449#, c-format
450msgid "socket"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400451msgstr "uttag (socket)"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400452
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500453#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400454#, c-format
455msgid "unknown file type with mode 0%o"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400456msgstr "okänd filtyp med typ 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457
458#: e2fsck/pass1b.c:215
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400459msgid "multiply claimed inode map"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400460msgstr "karta över flerfaldigt i anspråkstagna inoder"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400461
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400462#: e2fsck/pass1b.c:567 e2fsck/pass1b.c:700
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400463#, c-format
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400464msgid "internal error: can't find dup_blk for %u\n"
465msgstr "internt fel: kan inte hitta dup_blk för %u\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400466
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400467#: e2fsck/pass1b.c:743
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400468msgid "returned from clone_file_block"
469msgstr "återvände från clone_file_block"
470
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400471#: e2fsck/pass1b.c:762
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400472#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400473msgid "internal error: couldn't lookup EA block record for %u"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400474msgstr "internt fel; det gick inte att slå upp EA-blockpost för %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400475
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400476#: e2fsck/pass1b.c:774
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400477#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400478msgid "internal error: couldn't lookup EA inode record for %u"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400479msgstr "internt fel: det gick inte att slå upp EA-inodpost för %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400480
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400481#: e2fsck/pass1.c:430 e2fsck/pass2.c:780
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400482msgid "reading directory block"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400483msgstr "läser katalogblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400484
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400485#: e2fsck/pass1.c:552
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400486msgid "in-use inode map"
487msgstr "karta över använda inoder"
488
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400489#: e2fsck/pass1.c:561
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400490msgid "directory inode map"
491msgstr "kataloginodskarta"
492
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400493#: e2fsck/pass1.c:569
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400494msgid "regular file inode map"
495msgstr "inodskarta över reguljära filer"
496
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400497#: e2fsck/pass1.c:576
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400498msgid "in-use block map"
499msgstr "karta över använda block"
500
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400501#: e2fsck/pass1.c:630
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400502msgid "opening inode scan"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400503msgstr "öppnar inodsökning"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400504
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400505#: e2fsck/pass1.c:654
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400506msgid "getting next inode from scan"
Theodore Ts'o01ff3292007-08-03 22:25:25 -0400507msgstr "hämtar nästa inod från sökning"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400508
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400509#: e2fsck/pass1.c:1122
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400510msgid "Pass 1"
511msgstr "Pass 1"
512
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400513#: e2fsck/pass1.c:1181
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400514#, c-format
515msgid "reading indirect blocks of inode %u"
Theodore Ts'od2955d22006-02-20 14:16:21 -0500516msgstr "läser indirektblock för inod %u"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400517
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500518#: e2fsck/pass1.c:1225
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400519msgid "bad inode map"
520msgstr "karta över dåliga inoder"
521
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500522#: e2fsck/pass1.c:1247
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400523msgid "inode in bad block map"
524msgstr "inod i karta över dåliga block"
525
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500526#: e2fsck/pass1.c:1267
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400527msgid "imagic inode map"
528msgstr "imagic inodskarta"
529
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500530#: e2fsck/pass1.c:1294
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400531msgid "multiply claimed block map"
532msgstr "karta över flerfaldigt i anspråkstagna block"
533
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500534#: e2fsck/pass1.c:1393
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400535msgid "ext attr block map"
536msgstr "karta över block för utökade attribut"
537
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500538#: e2fsck/pass1.c:2134
539#, fuzzy, c-format
540msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400541msgstr "%6lu: förväntade %6lu fick fys %6lu (blkant %lld)\n"
542
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500543#: e2fsck/pass1.c:2449
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400544msgid "block bitmap"
545msgstr "blockbitkarta"
546
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500547#: e2fsck/pass1.c:2453
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400548msgid "inode bitmap"
549msgstr "inodbitkarta"
550
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500551#: e2fsck/pass1.c:2457
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400552msgid "inode table"
553msgstr "inodstabell"
554
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400555#: e2fsck/pass2.c:284
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400556msgid "Pass 2"
557msgstr "Pass 2"
558
Göran Uddeborg3a2e0892008-10-01 21:52:02 -0400559#: e2fsck/pass2.c:803
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400560msgid "Can not continue."
561msgstr "Kan inte fortsätta."
562
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400563#: e2fsck/pass3.c:79
564msgid "inode done bitmap"
565msgstr "inod klar bitkarta"
566
567#: e2fsck/pass3.c:90
568msgid "Peak memory"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400569msgstr "Max minne"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400570
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400571#: e2fsck/pass3.c:146
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400572msgid "Pass 3"
573msgstr "Pass 3"
574
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400575#: e2fsck/pass3.c:334
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400576msgid "inode loop detection bitmap"
577msgstr "bitkarta för upptäckt av inodsslingor"
578
Göran Uddeborg56fc0a72008-07-24 11:59:22 -0400579#: e2fsck/pass4.c:196
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400580msgid "Pass 4"
581msgstr "Pass 4"
582
583#: e2fsck/pass5.c:70
584msgid "Pass 5"
585msgstr "Pass 5"
586
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400587#: e2fsck/problem.c:50
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400588msgid "(no prompt)"
589msgstr "(ingen prompt)"
590
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400591#: e2fsck/problem.c:51
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400592msgid "Fix"
593msgstr "Fixa"
594
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400595#: e2fsck/problem.c:52
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400596msgid "Clear"
597msgstr "Töm"
598
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400599#: e2fsck/problem.c:53
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400600msgid "Relocate"
601msgstr "Relokera"
602
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400603#: e2fsck/problem.c:54
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400604msgid "Allocate"
605msgstr "Allokera"
606
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400607#: e2fsck/problem.c:55
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400608msgid "Expand"
609msgstr "Expandera"
610
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400611#: e2fsck/problem.c:56
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400612msgid "Connect to /lost+found"
613msgstr "Koppla till /lost+found"
614
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400615#: e2fsck/problem.c:57
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400616msgid "Create"
617msgstr "Skapa"
618
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400619#: e2fsck/problem.c:58
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400620msgid "Salvage"
621msgstr "Rädda"
622
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400623#: e2fsck/problem.c:59
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400624msgid "Truncate"
625msgstr "Kapa"
626
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400627#: e2fsck/problem.c:60
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400628msgid "Clear inode"
629msgstr "Töm inod"
630
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400631#: e2fsck/problem.c:61
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400632msgid "Abort"
633msgstr "Avbryt"
634
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400635#: e2fsck/problem.c:62
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400636msgid "Split"
637msgstr "Dela"
638
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400639#: e2fsck/problem.c:63
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400640msgid "Continue"
641msgstr "Fortsätt"
642
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400643#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400644msgid "Clone multiply-claimed blocks"
Theodore Ts'od2955d22006-02-20 14:16:21 -0500645msgstr "Klona flerfaldigt ianspråkstagna block"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400646
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400647#: e2fsck/problem.c:65
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400648msgid "Delete file"
649msgstr "Ta bort fil"
650
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400651#: e2fsck/problem.c:66
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400652msgid "Suppress messages"
653msgstr "Undertryck meddelanden"
654
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400655#: e2fsck/problem.c:67
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400656msgid "Unlink"
657msgstr "Avlänka"
658
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400659#: e2fsck/problem.c:68
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400660msgid "Clear HTree index"
661msgstr "Töm HTree-index"
662
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400663#: e2fsck/problem.c:69
664msgid "Recreate"
665msgstr "Återskapa"
666
667#: e2fsck/problem.c:78
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400668msgid "(NONE)"
669msgstr "(INGET)"
670
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400671#: e2fsck/problem.c:79
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400672msgid "FIXED"
673msgstr "FIXAT"
674
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400675#: e2fsck/problem.c:80
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400676msgid "CLEARED"
677msgstr "TÖMD"
678
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400679#: e2fsck/problem.c:81
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400680msgid "RELOCATED"
681msgstr "RELOKERAT"
682
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400683#: e2fsck/problem.c:82
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400684msgid "ALLOCATED"
685msgstr "ALLOKERAT"
686
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400687#: e2fsck/problem.c:83
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400688msgid "EXPANDED"
689msgstr "EXPANDERAD"
690
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400691#: e2fsck/problem.c:84
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400692msgid "RECONNECTED"
693msgstr "ÅTERKOPPLAD"
694
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400695#: e2fsck/problem.c:85
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400696msgid "CREATED"
697msgstr "SKAPAD"
698
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400699#: e2fsck/problem.c:86
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400700msgid "SALVAGED"
701msgstr "RÄDDAD"
702
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400703#: e2fsck/problem.c:87
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400704msgid "TRUNCATED"
705msgstr "KAPAT"
706
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400707#: e2fsck/problem.c:88
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400708msgid "INODE CLEARED"
709msgstr "INOD TÖMD"
710
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400711#: e2fsck/problem.c:89
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400712msgid "ABORTED"
713msgstr "AVBRUTET"
714
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400715#: e2fsck/problem.c:90
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400716msgid "SPLIT"
717msgstr "DELAD"
718
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400719#: e2fsck/problem.c:91
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400720msgid "CONTINUING"
721msgstr "FORTSÄTTER"
722
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400723#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400724msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400725msgstr "FLERFALDIG IANSPRÅKSTAGNA BLOCK KLONADE"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400726
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400727#: e2fsck/problem.c:93
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400728msgid "FILE DELETED"
729msgstr "FIL BORTTAGEN"
730
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400731#: e2fsck/problem.c:94
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400732msgid "SUPPRESSED"
733msgstr "UNDERTRYCKT"
734
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400735#: e2fsck/problem.c:95
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400736msgid "UNLINKED"
737msgstr "AVLÄNKAD"
738
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400739#: e2fsck/problem.c:96
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400740msgid "HTREE INDEX CLEARED"
741msgstr "HTREE-INDEX TÖMT"
742
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400743#: e2fsck/problem.c:97
744msgid "WILL RECREATE"
745msgstr "KOMMER ÅTERSKAPA"
746
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400747#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400748#: e2fsck/problem.c:106
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400749msgid "@b @B for @g %g is not in @g. (@b %b)\n"
750msgstr "blockbitkarta för grupp %g är inte i gruppen. (block %b)\n"
751
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400752#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400753#: e2fsck/problem.c:110
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400754msgid "@i @B for @g %g is not in @g. (@b %b)\n"
755msgstr "inodsbitkarta för grupp %g är inte i gruppen. (block %b)\n"
756
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400757#. @-expanded: inode table for group %g is not in group. (block %b)\n
758#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400759#: e2fsck/problem.c:115
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400760msgid ""
761"@i table for @g %g is not in @g. (@b %b)\n"
762"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
763msgstr ""
764"inodtabell för grupp %g är inte i gruppen. (block %b)\n"
765"VARNING: ALLVARLIG DATAFÖRLUST ÄR MÖJLIG.\n"
766
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400767#. @-expanded: \n
768#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
769#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
770#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
771#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
772#. @-expanded: e2fsck -b %S <device>\n
773#. @-expanded: \n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400774#: e2fsck/problem.c:121
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400775#, c-format
776msgid ""
777"\n"
778"The @S could not be read or does not describe a correct ext2\n"
779"@f. If the @v is valid and it really contains an ext2\n"
780"@f (and not swap or ufs or something else), then the @S\n"
781"is corrupt, and you might try running e2fsck with an alternate @S:\n"
782" e2fsck -b %S <@v>\n"
783"\n"
784msgstr ""
785"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400786"Superblocket kunde inte läsas eller beskriver inte ett korrekt\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400787"ext2-filsystem. Om enheten är giltig och den verkligen innehåller ett\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400788"ext2-filsystem (och inte växlingsutrymme eller ufs eller något annat)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500789"är superblocket trasigt, och du kan försöka köra med ett alternativt\n"
790"superblock:\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400791" e2fsck -b %S <enhet>\n"
792"\n"
793
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400794#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
795#. @-expanded: The physical size of the device is %c blocks\n
796#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400797#: e2fsck/problem.c:130
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400798msgid ""
799"The @f size (according to the @S) is %b @bs\n"
800"The physical size of the @v is %c @bs\n"
801"Either the @S or the partition table is likely to be corrupt!\n"
802msgstr ""
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400803"Filsystemsstorleken (enligt superblocket) är %b block\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400804"Den fysiska storleken på enheten är %c block\n"
805"Superblocket eller partitionstabellen är förmodligen trasig!\n"
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: superblock block_size = %b, fragsize = %c.\n
808#. @-expanded: This version of e2fsck does not support fragment sizes different\n
809#. @-expanded: from the block size.\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400810#: e2fsck/problem.c:137
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400811msgid ""
812"@S @b_size = %b, fragsize = %c.\n"
813"This version of e2fsck does not support fragment sizes different\n"
814"from the @b size.\n"
815msgstr ""
816"Superblockets blockstorlek = %b, fragmentstorlek = %c.\n"
817"Denna version av e2fsck stödjer inte andra fragmentstorlekar än\n"
818"blockstorleken.\n"
819
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400820#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400821#: e2fsck/problem.c:144
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400822msgid "@S @bs_per_group = %b, should have been %c\n"
823msgstr "Superblockets block per grupp = %b, skulle ha varit %c\n"
824
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400826#: e2fsck/problem.c:149
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400827msgid "@S first_data_@b = %b, should have been %c\n"
828msgstr "Superblockets första datablock = %b, skulle ha varit %c\n"
829
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: filesystem did not have a UUID; generating one.\n
831#. @-expanded: \n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400832#: e2fsck/problem.c:154
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400833msgid ""
834"@f did not have a UUID; generating one.\n"
835"\n"
836msgstr "filsystemet hade ingen UUID; genererar en.\n"
837
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400838#: e2fsck/problem.c:159
Theodore Ts'o886017a2005-06-26 22:11:46 -0400839#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400840msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400841"Note: if several inode or block bitmap blocks or part\n"
842"of the inode table require relocation, you may wish to try\n"
843"running e2fsck with the '-b %S' option first. The problem\n"
844"may lie only with the primary block group descriptors, and\n"
845"the backup block group descriptors may be OK.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400846"\n"
847msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400848"Observera: om det är flera inod- eller blockbitkarteblock eller en del\n"
849"av inodstabellen som måste flyttas, kanske du vill köra e2fsck med\n"
850"flaggan \"-b %S\" först. Problemet kan ligga bara i den primära\n"
851"blockgruppbeskrivaren, och reservblockgruppbeskrivaren kan vara OK.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400852"\n"
853
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854#. @-expanded: Corruption found in superblock. (%s = %N).\n
855#: e2fsck/problem.c:168
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400856msgid "Corruption found in @S. (%s = %N).\n"
857msgstr "Skada hittad i superblock. (%s = %N).\n"
858
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#. @-expanded: Error determining size of the physical device: %m\n
860#: e2fsck/problem.c:173
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400861#, c-format
862msgid "Error determining size of the physical @v: %m\n"
863msgstr "Fel vid bestämning av den fysiska enheten: %m\n"
864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#. @-expanded: inode count in superblock is %i, should be %j.\n
866#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400867msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400868msgstr "inodsantal i superblock är %i, skall vara %j.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400869
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400870#: e2fsck/problem.c:182
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400871msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400872msgstr "Hurd stödjer inte funktionen filtyp.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400873
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500874#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400875#: e2fsck/problem.c:187
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500876#, fuzzy, c-format
877msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400878msgstr "Superblock har en ogiltig ext3-journal (inod %i).\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400879
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400880#. @-expanded: External journal has multiple filesystem users (unsupported).\n
881#: e2fsck/problem.c:192
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400882msgid "External @j has multiple @f users (unsupported).\n"
883msgstr "Extern journal har flera filsystemsanvändare (stödjs ej).\n"
884
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400885#. @-expanded: Can't find external journal\n
886#: e2fsck/problem.c:197
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400887msgid "Can't find external @j\n"
888msgstr "Kan inte hitta extern journal\n"
889
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400890#. @-expanded: External journal has bad superblock\n
891#: e2fsck/problem.c:202
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400892msgid "External @j has bad @S\n"
893msgstr "Extern journal har dåligt superblock\n"
894
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400895#. @-expanded: External journal does not support this filesystem\n
896#: e2fsck/problem.c:207
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400897msgid "External @j does not support this @f\n"
898msgstr "Extern journal stödjer inte detta filsystem\n"
899
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500900#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400901#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
902#. @-expanded: format.\n
903#. @-expanded: It is also possible the journal superblock is corrupt.\n
904#: e2fsck/problem.c:212
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500905#, fuzzy
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400906msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500907"@f @j @S is unknown type %N (unsupported).\n"
908"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
909"format.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400910"It is also possible the @j @S is corrupt.\n"
911msgstr ""
912"Ext3-journalsuperblock är av okänd typ %N (ej stött).\n"
913"Det är troligt att ditt exemplar av e2fsck är gammalt och/eller inte\n"
914"stödjer detta journalformat.\n"
915"Det är också möjligt att journalsuperblocket är trasigt.\n"
916
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500917#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918#: e2fsck/problem.c:220
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500919#, fuzzy
920msgid "@j @S is corrupt.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400921msgstr "Ext3-journalsuperblock är trasigt.\n"
922
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500923#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400924#: e2fsck/problem.c:225
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500925#, fuzzy, c-format
926msgid "@S has_@j flag is clear, but a @j %s is present.\n"
927msgstr "ext3-rättningsflagga är nollställd, men journal har data.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400928
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500929#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400930#: e2fsck/problem.c:230
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500931#, fuzzy
932msgid "@S needs_recovery flag is set, but no @j is present.\n"
933msgstr ""
934"superblock har ext3-behöver-rättas-flagga satt, men har ext3-journal %s.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400935
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500936#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400937#: e2fsck/problem.c:235
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500938#, fuzzy
939msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400940msgstr "ext3-rättningsflagga är nollställd, men journal har data.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400941
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400942#. @-expanded: Clear journal
943#: e2fsck/problem.c:240
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400944msgid "Clear @j"
945msgstr "Töm journal"
946
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400947#. @-expanded: Run journal anyway
948#: e2fsck/problem.c:245
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400949msgid "Run @j anyway"
950msgstr "Kör journal ändå"
951
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400952#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
953#: e2fsck/problem.c:250
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400954msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
955msgstr "Rättningsflagga inte satt i reservsuperblock, så kör journal ändå.\n"
956
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400957#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
958#: e2fsck/problem.c:255
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400959msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500960msgstr ""
961"%s föräldralös inod %i (uid=%Iu, gid=%Ig, rättighet=%Im, storlek=%Is)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400962
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400963#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
964#: e2fsck/problem.c:260
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400965msgid "@I @b #%B (%b) found in @o @i %i.\n"
966msgstr "Ogiltigt block nummer %B (%b) hittat i föräldralös inod %i.\n"
967
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400968#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
969#: e2fsck/problem.c:265
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400970msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
971msgstr "Redan tömt block nummer %B (%b) hittat i föräldralös inod %i.\n"
972
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400973#. @-expanded: illegal orphaned inode %i in superblock.\n
974#: e2fsck/problem.c:270
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400975#, c-format
976msgid "@I @o @i %i in @S.\n"
977msgstr "Ogiltig föräldralös inod %i i superblock.\n"
978
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400979#. @-expanded: illegal inode %i in orphaned inode list.\n
980#: e2fsck/problem.c:275
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400981#, c-format
982msgid "@I @i %i in @o @i list.\n"
983msgstr "Ogiltig inod %i i föräldralös inodlista.\n"
984
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400985#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500986#: e2fsck/problem.c:280 e2fsck/problem.c:647
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400987msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500988msgstr ""
989"filsystemet har funktionsflaggor satta, men är ett revision 0-filsystem. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400990
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500991#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400992#: e2fsck/problem.c:285
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500993#, fuzzy
994msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400995msgstr "Ext3-journalsuperblock har okänd skrivskyddad funktionsflagga satt.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -0400996
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500997#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998#: e2fsck/problem.c:290
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500999#, fuzzy
1000msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001001msgstr "Ext3-journalsuperblock har okänd inkompatibel funktionsflagga satt.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001002
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001003#. @-expanded: journal version not supported by this e2fsck.\n
1004#: e2fsck/problem.c:295
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001005msgid "@j version not supported by this e2fsck.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001006msgstr "Journalversion stöds inte av denna e2fsck.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001008#. @-expanded: Moving journal from /%s to hidden inode.\n
1009#. @-expanded: \n
1010#: e2fsck/problem.c:300
Theodore Ts'o886017a2005-06-26 22:11:46 -04001011#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001012msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001013"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001014"\n"
1015msgstr ""
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001016"Flyttar journal från /%s till dold inod.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001017"\n"
1018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001019#. @-expanded: Error moving journal: %m\n
1020#. @-expanded: \n
1021#: e2fsck/problem.c:305
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001022#, c-format
1023msgid ""
1024"Error moving @j: %m\n"
1025"\n"
1026msgstr ""
1027"Fel vid flyttning av journal: %m\n"
1028"\n"
1029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001030#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1031#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1032#. @-expanded: \n
1033#: e2fsck/problem.c:310
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001034msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001035"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001036"Clearing fields beyond the V1 @j @S...\n"
1037"\n"
1038msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001039"Hittade ogiltiga V2-journalsuperblockfält (från V1-journal).\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001040"Tömmer fält efter V1-journalsuperblock ...\n"
1041"\n"
1042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001043#. @-expanded: Backing up journal inode block information.\n
1044#. @-expanded: \n
1045#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001046msgid ""
1047"Backing up @j @i @b information.\n"
1048"\n"
1049msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001050"Säkerhetskopierar blockinformation för journalinod.\n"
1051"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001053#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1054#. @-expanded: is %N; should be zero.
1055#: e2fsck/problem.c:321
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001056msgid ""
1057"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1058"is %N; @s zero. "
1059msgstr ""
1060"Filsystemet har inte resize_inode aktiverat, men r_reserved_gdt_blocks\n"
1061"är %N; skulle varit noll. "
1062
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001063#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1064#: e2fsck/problem.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001065msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001066msgstr ""
1067"Resize_inode är inte aktiverat, men storleksändringsinoden är inte noll. "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001069#. @-expanded: Resize inode not valid.
1070#: e2fsck/problem.c:332
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001071msgid "Resize @i not valid. "
1072msgstr "Storleksändringsinod är inte giltig. "
1073
Theodore Ts'o6956f612005-12-31 16:46:15 -05001074#. @-expanded: superblock last mount time is in the future.
1075#: e2fsck/problem.c:337
1076msgid "@S last mount time is in the future. "
Theodore Ts'of2275e32006-01-06 20:44:13 -05001077msgstr "Superblockets senaste monteringstid är i framtiden. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001078
1079#. @-expanded: superblock last write time is in the future.
1080#: e2fsck/problem.c:342
1081msgid "@S last write time is in the future. "
Theodore Ts'of2275e32006-01-06 20:44:13 -05001082msgstr "Superblockets senaste skrivningstid är i framtiden. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001083
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001084#. @-expanded: superblock hint for external superblock should be %X.
1085#: e2fsck/problem.c:346
1086#, c-format
1087msgid "@S hint for external superblock @s %X. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001088msgstr "Superblocktips för externt superblock borde vara %X."
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001089
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001090#. @-expanded: Adding dirhash hint to filesystem.\n
1091#. @-expanded: \n
1092#: e2fsck/problem.c:351
1093msgid ""
1094"Adding dirhash hint to @f.\n"
1095"\n"
1096msgstr ""
Theodore Ts'o01ff3292007-08-03 22:25:25 -04001097"Lägger till dirhash-tips till filsystem.\n"
1098"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001099
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001100#. @-expanded: group descriptor %g checksum is invalid.
1101#: e2fsck/problem.c:356
1102#, c-format
1103msgid "@g descriptor %g checksum is invalid. "
1104msgstr "kontrollsumma för gruppbeskrivare %g är ogiltig. "
1105
1106#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1107#: e2fsck/problem.c:361
1108#, c-format
1109msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001110msgstr ""
1111"gruppbeskrivare %g är markerad oinitierad utan att egenskapen är satt.\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001112
1113#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1114#: e2fsck/problem.c:366
1115#, c-format
1116msgid "@g %g @b @B uninitialized but @i @B in use.\n"
1117msgstr "blockbitkarta för grupp %g oinitierad men inodsbitkarta används.\n"
1118
1119#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1120#: e2fsck/problem.c:371
1121msgid "@g descriptor %g has invalid unused inodes count %b. "
1122msgstr "gruppbeskrivare %g har ogiltigt antal oanvända inoder %b. "
1123
1124#. @-expanded: Last group block bitmap uninitialized.
1125#: e2fsck/problem.c:376
1126msgid "Last @g @b @B uninitialized. "
1127msgstr "Sista gruppblockbitkarta oinitierad. "
1128
1129#: e2fsck/problem.c:381
1130#, c-format
1131msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1132msgstr "Journaltransaktion %i var trasig, återuppspelningen avbröts.\n"
1133
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001134#: e2fsck/problem.c:385
1135msgid "The test_fs flag is set (and ext4 is available). "
1136msgstr ""
1137
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001138#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001139#: e2fsck/problem.c:392
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001140msgid "Pass 1: Checking @is, @bs, and sizes\n"
1141msgstr "Pass 1: Kontrollerar inoder, block och storlekar\n"
1142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001143#. @-expanded: root inode is not a directory.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001144#: e2fsck/problem.c:396
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001145msgid "@r is not a @d. "
1146msgstr "Rootinod är inte en katalog. "
1147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001148#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001149#: e2fsck/problem.c:401
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001150msgid "@r has dtime set (probably due to old mke2fs). "
1151msgstr "rotinod har dtid satt (förmodligen på grund av gammal mke2fs). "
1152
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001153#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001154#: e2fsck/problem.c:406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001155msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001156msgstr "Reserverad inod %i %Q har ogiltiga rättigheter. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001159#: e2fsck/problem.c:411
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001160#, c-format
1161msgid "@D @i %i has zero dtime. "
1162msgstr "Raderad inod %i har dtid noll. "
1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001164#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001165#: e2fsck/problem.c:416
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001166#, c-format
1167msgid "@i %i is in use, but has dtime set. "
1168msgstr "Inod %i används, men har dtid satt. "
1169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001170#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001171#: e2fsck/problem.c:421
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001172#, c-format
1173msgid "@i %i is a @z @d. "
1174msgstr "Inod %i är en nollängds katalog. "
1175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001176#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001177#: e2fsck/problem.c:426
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001178msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001179msgstr ""
1180"Grupp %g:s blockbitkarta vid %b står i konflikt med annat filsystemblock.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001183#: e2fsck/problem.c:431
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001184msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001185msgstr ""
1186"Grupp %g:s inodbitkarta vid %b står i konflikt med annat filsystemblock.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001188#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001189#: e2fsck/problem.c:436
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001190msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001191msgstr ""
1192"Grupp %g:s inodtabell vid %b står i konflikt med annat filsystemblock.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001194#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001195#: e2fsck/problem.c:441
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001196msgid "@g %g's @b @B (%b) is bad. "
1197msgstr "Grupp %g:s blockbitkarta (%b) år felaktig. "
1198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001199#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001200#: e2fsck/problem.c:446
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001201msgid "@g %g's @i @B (%b) is bad. "
1202msgstr "Grupp %g:s inodbitkarta (%b) är felaktig. "
1203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001204#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001205#: e2fsck/problem.c:451
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001206msgid "@i %i, i_size is %Is, @s %N. "
1207msgstr "Inod %i, i_storlek är %Is, skulle varit %N. "
1208
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001209#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001210#: e2fsck/problem.c:456
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001211msgid "@i %i, i_@bs is %Ib, @s %N. "
1212msgstr "Inod %i, i_block är %Ib, skulle varit %N. "
1213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001214#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001215#: e2fsck/problem.c:461
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001216msgid "@I @b #%B (%b) in @i %i. "
1217msgstr "Ogiltigt block nr. %B (%b) i inod %i. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001219#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001220#: e2fsck/problem.c:466
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001221msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1222msgstr "Block nr. %B (%b) överlappar filsystemmetadata i inod %i. "
1223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001224#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001225#: e2fsck/problem.c:471
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001226#, c-format
1227msgid "@i %i has illegal @b(s). "
1228msgstr "Inod %i har ogiltiga block. "
1229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001230#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001231#: e2fsck/problem.c:476
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001232#, c-format
1233msgid "Too many illegal @bs in @i %i.\n"
1234msgstr "För många ogiltiga block i inod %i.\n"
1235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001236#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001237#: e2fsck/problem.c:481
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001238msgid "@I @b #%B (%b) in bad @b @i. "
1239msgstr "Ogiltigt block nummer %B (%b) i felaktig blockinod. "
1240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001241#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001242#: e2fsck/problem.c:486
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001243msgid "Bad @b @i has illegal @b(s). "
1244msgstr "Felaktig blockinod har ogiltiga block. "
1245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001246#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001247#: e2fsck/problem.c:491
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001248msgid "Duplicate or bad @b in use!\n"
1249msgstr "Duplicerat eller felaktigt block används!\n"
1250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001252#: e2fsck/problem.c:496
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001253msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001254msgstr ""
1255"Felaktigt block %b använt som indirektblock för inod för dåliga block. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: \n
1258#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1259#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1260#. @-expanded: in the filesystem.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001261#: e2fsck/problem.c:501
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001262msgid ""
1263"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001264"The bad @b @i has probably been corrupted. You probably\n"
1265"should stop now and run e2fsck -c to scan for bad blocks\n"
1266"in the @f.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001267msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001268"\n"
1269"Inoden för dåliga block har antagligen blivit skadad. Du bör\n"
Theodore Ts'od2955d22006-02-20 14:16:21 -05001270"antagligen sluta nu och köra e2fsck -c för att söka efter dåliga block\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001271"i filsystemet.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001272
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001273#. @-expanded: \n
1274#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001275#: e2fsck/problem.c:508
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001276msgid ""
1277"\n"
1278"If the @b is really bad, the @f can not be fixed.\n"
1279msgstr ""
1280"\n"
1281"Om blocket verkligen är dåligt kan inte filsystemet lagas.\n"
1282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001283#. @-expanded: You can remove this block from the bad block list and hope\n
1284#. @-expanded: that the block is really OK. But there are no guarantees.\n
1285#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001286#: e2fsck/problem.c:513
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001287msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001288"You can remove this @b from the bad @b list and hope\n"
1289"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001290"\n"
1291msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001292"Du kan ta bort detta block från listan över dåliga block och hoppas\n"
1293"att blocket verkligen är OK. men det finns inga garaniter.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001294"\n"
1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001296#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001297#: e2fsck/problem.c:519
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001298msgid "The primary @S (%b) is on the bad @b list.\n"
1299msgstr "Det primära superblocket (%b) är på listan över dåliga block.\n"
1300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001301#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001302#: e2fsck/problem.c:524
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001303msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001304msgstr ""
1305"Block %b i de primära gruppbeskrivarna är på listan över dåliga block\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001308#: e2fsck/problem.c:530
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001309msgid "Warning: Group %g's @S (%b) is bad.\n"
1310msgstr "Varning: Grupp %g:s superblock (%b) är dåligt.\n"
1311
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001312#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001313#: e2fsck/problem.c:535
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001314msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001315msgstr ""
1316"Varning: Grupp %g:s kopia av gruppbeskrivarna har ett dåligt block (%b).\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001319#: e2fsck/problem.c:541
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001320msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001321msgstr ""
1322"Programmeringsfel? Block nr. %b tas i anspråk utan anledning i "
1323"process_bad_block.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001324
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001325#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001326#: e2fsck/problem.c:547
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001327msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001328msgstr ""
1329"Fel vid allokering av %N konsekutiva block i blockgrupp %g för %s: %m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001331#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001332#: e2fsck/problem.c:552
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001333#, c-format
1334msgid "@A @b buffer for relocating %s\n"
1335msgstr "Fil vid allokering av blockbuffert för relokering av %s\n"
1336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001337#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001338#: e2fsck/problem.c:557
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001339msgid "Relocating @g %g's %s from %b to %c...\n"
1340msgstr "Relokerar grupp %g:s %s från %b till %c ...\n"
1341
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001342#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001343#: e2fsck/problem.c:562
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001344#, c-format
1345msgid "Relocating @g %g's %s to %c...\n"
1346msgstr "Relokerar grupp %g:s %s till %c ...\n"
1347
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001348#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001349#: e2fsck/problem.c:567
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001350msgid "Warning: could not read @b %b of %s: %m\n"
1351msgstr "Varning: kunde inte läsa block %b av %s: %m\n"
1352
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001354#: e2fsck/problem.c:572
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001355msgid "Warning: could not write @b %b for %s: %m\n"
1356msgstr "Varning: kunde inte skriva block %b av %s: %m\n"
1357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001359#: e2fsck/problem.c:577 e2fsck/problem.c:1378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001360msgid "@A @i @B (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001361msgstr "Fel vid allokering av inodbitkarta (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001362
1363#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001364#: e2fsck/problem.c:582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365msgid "@A @b @B (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001366msgstr "Fel vid allokering av blockbitkarta (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001367
1368#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001369#: e2fsck/problem.c:587
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001370#, c-format
1371msgid "@A icount link information: %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001372msgstr "Fel vid allokering av icount-länkinformation: %m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001375#: e2fsck/problem.c:592
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001376#, c-format
1377msgid "@A @d @b array: %m\n"
1378msgstr "Fel vid allokering av katalogblockvektor: %m\n"
1379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001381#: e2fsck/problem.c:597
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001382#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001383msgid "Error while scanning @is (%i): %m\n"
1384msgstr "Fel vid genomsökning av inoder (%i): %m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001387#: e2fsck/problem.c:602
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001388#, c-format
1389msgid "Error while iterating over @bs in @i %i: %m\n"
1390msgstr "Fel vid iterering över block i inod %i: %m\n"
1391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001393#: e2fsck/problem.c:607
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001394msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1395msgstr "Fel vid lagring av inodsräknarinformation (inod=%i, antal=%N): %m\n"
1396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001398#: e2fsck/problem.c:612
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001399msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001400msgstr ""
1401"Fel vid lagring av katalogblocksinformation (inod=%i, block=%b, antal=%N): %"
1402"m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001405#: e2fsck/problem.c:618
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001406#, c-format
1407msgid "Error reading @i %i: %m\n"
1408msgstr "Fel vid läsning av inod %i: %m\n"
1409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001411#: e2fsck/problem.c:626
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001412#, c-format
1413msgid "@i %i has imagic flag set. "
1414msgstr "Inod %i har flaggan imagic satt. "
1415
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1417#. @-expanded: or append-only flag set.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001418#: e2fsck/problem.c:631
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001419#, c-format
1420msgid ""
1421"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1422"or append-only flag set. "
1423msgstr ""
1424"Specialfil (enhet/uttag (socket)/fifo/symlänk) (inod %i) har flaggan\n"
1425"oföränderlig eller endast tillägg satt."
1426
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001427#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001428#: e2fsck/problem.c:637
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001429#, c-format
1430msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001431msgstr ""
1432"Inod %i har kompressionsflagga satt på filsystem utan kompressionsstöd. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001435#: e2fsck/problem.c:642
Theodore Ts'o886017a2005-06-26 22:11:46 -04001436#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'od2955d22006-02-20 14:16:21 -05001438msgstr "Specialinod (enhet/uttag (socket)/fifo) %i har nollskild storlek. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001439
1440#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001441#: e2fsck/problem.c:652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001442msgid "@j @i is not in use, but contains data. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001443msgstr "Journalinod används, men innehåller data. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001444
1445#. @-expanded: journal is not regular file.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001446#: e2fsck/problem.c:657
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001447msgid "@j is not regular file. "
1448msgstr "Journal är inte en vanlig fil. "
1449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001451#: e2fsck/problem.c:662
Theodore Ts'o886017a2005-06-26 22:11:46 -04001452#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453msgid "@i %i was part of the @o @i list. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001454msgstr "Inod %i var med i listan över föräldralösa inoder. "
1455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001456#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001457#: e2fsck/problem.c:668
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001458msgid "@is that were part of a corrupted orphan linked list found. "
1459msgstr "Inoder som var med i trasig lista över föräldralösa inoder hittad. "
1460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001462#: e2fsck/problem.c:673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001464msgstr "Fel vid allokering av referensräknarstruktur (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001465
1466#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001467#: e2fsck/problem.c:678
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001468msgid "Error reading @a @b %b for @i %i. "
1469msgstr "Fel vid läsning av utökade attribut-block %b för inod %i. "
1470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001472#: e2fsck/problem.c:683
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001473msgid "@i %i has a bad @a @b %b. "
1474msgstr "Inod %i har ett felaktigt utökade attribut-block %b. "
1475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001477#: e2fsck/problem.c:688
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001478msgid "Error reading @a @b %b (%m). "
1479msgstr "Fel vid läsning av utökade attribut-block %b (%m). "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001480
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001482#: e2fsck/problem.c:693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001483msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001484msgstr "Utökade attribut-block %b har referensräknare %B, skall vara %N. "
1485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001487#: e2fsck/problem.c:698
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001488msgid "Error writing @a @b %b (%m). "
1489msgstr "Fel vid skrivning av utökade attribut-block %b (%m). "
1490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001492#: e2fsck/problem.c:703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001493msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001494msgstr "Utökade attribut-block %b har h_blocks > 1. "
1495
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001496#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001497#: e2fsck/problem.c:708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498msgid "@A @a @b %b. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001499msgstr "Fel vid allokering av block för utökade attribut %b. "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001500
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001501#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001502#: e2fsck/problem.c:713
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001503msgid "@a @b %b is corrupt (allocation collision). "
1504msgstr "Utökade attribut-block %b är trasigt (allokeringskollision). "
1505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001506#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001507#: e2fsck/problem.c:718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001508msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001509msgstr "Utökade attribut-block %b är trasigt (ogiltigt namn). "
1510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001512#: e2fsck/problem.c:723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001514msgstr "Utökade attribut-block %b är trasigt (ogiltigt värde). "
1515
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516#. @-expanded: inode %i is too big.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001517#: e2fsck/problem.c:728
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001518#, c-format
1519msgid "@i %i is too big. "
1520msgstr "Inod %i är för stor. "
1521
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001523#: e2fsck/problem.c:732
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001524msgid "@b #%B (%b) causes @d to be too big. "
1525msgstr "Block nr. %B (%b) får katalog att bli för stor. "
1526
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001528#: e2fsck/problem.c:737
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001529msgid "@b #%B (%b) causes file to be too big. "
1530msgstr "Block nr. %B (%b) får fil att bli för stor. "
1531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001533#: e2fsck/problem.c:742
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001534msgid "@b #%B (%b) causes symlink to be too big. "
1535msgstr "Block nr. %B (%b) får symlänk att bli för stor. "
1536
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001537#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001538#: e2fsck/problem.c:747
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001539#, c-format
1540msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1541msgstr "Inod %i har flagga INDEX_FL satt på filsystem utan stöd för htree.\n"
1542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001544#: e2fsck/problem.c:752
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001545#, c-format
1546msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1547msgstr "Inod %i har flagga INDEX_FL satt men är inte en katalog.\n"
1548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001550#: e2fsck/problem.c:757
Theodore Ts'o886017a2005-06-26 22:11:46 -04001551#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552msgid "@h %i has an @n root node.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001553msgstr "HTREE kataloginod %i har en ogiltig rotnod.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001554
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001556#: e2fsck/problem.c:762
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001557msgid "@h %i has an unsupported hash version (%N)\n"
1558msgstr "HTREE katalog-inod %i har en hashversion som inte stöds (%N)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001561#: e2fsck/problem.c:767
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001562#, c-format
1563msgid "@h %i uses an incompatible htree root node flag.\n"
1564msgstr "HTREE katalog-inod %i använder en inkompatibel htree rotnodsflagga.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001565
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001567#: e2fsck/problem.c:772
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001568msgid "@h %i has a tree depth (%N) which is too big\n"
1569msgstr "HTREE katalog-inod %i har ett träddjup (%N) som är för stort\n"
1570
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1572#. @-expanded: filesystem metadata.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001573#: e2fsck/problem.c:777
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001574msgid ""
1575"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1576"@f metadata. "
1577msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001578"Inoden för dåliga block har ett indirektblock (%b) som står i konflikt\n"
1579"med filsystemsmetadata. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001580
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001582#: e2fsck/problem.c:783
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001583#, c-format
1584msgid "Resize @i (re)creation failed: %m."
1585msgstr "Misslyckades att återskapa storleksändringsinod: %m."
1586
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001587#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001588#: e2fsck/problem.c:788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001589msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001590msgstr "Inod %i har en extra storlek (%IS) som är ogiltig\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001592#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001593#: e2fsck/problem.c:793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001595msgstr "Utökat attribut i inod %i har ett namelen (%N) som är ogiltig\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001596
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001598#: e2fsck/problem.c:798
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001600msgstr "Utökat attribut i inod %i har ett värdestorlek (%N) som är ogiltig\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001601
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001602#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001603#: e2fsck/problem.c:803
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001605msgstr "Utökat attribut i inod %i har en värdeposition (%N) som är ogiltig\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001606
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001608#: e2fsck/problem.c:808
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001610msgstr ""
1611"Utökat attribut i inod %i har ett värdeblock (%N) som är ogiltigt (måste "
1612"vara 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001613
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001614#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001615#: e2fsck/problem.c:813
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001616msgid "@a in @i %i has a hash (%N) which is @n\n"
1617msgstr "Utökat attribut i inod %i har hash (%N) som är ogiltig\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001618
1619#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001620#: e2fsck/problem.c:818
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001621msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04001622msgstr "inod %i är en %It men det ser ut som det egentligen är en katalog.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001623
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04001624#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001625#: e2fsck/problem.c:823
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001626#, c-format
1627msgid "Error while reading over @x tree in @i %i: %m\n"
1628msgstr "Fel vid läsning över utsträckningsträd i inod %i: %m\n"
1629
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001630#. @-expanded: Failed to iterate extents in inode %i\n
1631#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1632#: e2fsck/problem.c:828
1633msgid ""
1634"Failed to iterate extents in @i %i\n"
1635"\t(op %s, blk %b, lblk %c): %m\n"
1636msgstr ""
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001637
1638#. @-expanded: inode %i has an invalid extent\n
1639#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001640#: e2fsck/problem.c:834
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001641msgid ""
1642"@i %i has an @n extent\n"
1643"\t(logical @b %c, @n physical @b %b, len %N)\n"
1644msgstr ""
1645"inod %i har en ogiltig utsträckning\n"
1646"\t(logiskt block %c, ogiltigt fysiskt block %b, längd %N)\n"
1647
1648#. @-expanded: inode %i has an invalid extent\n
1649#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001650#: e2fsck/problem.c:839
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001651msgid ""
1652"@i %i has an @n extent\n"
1653"\t(logical @b %c, physical @b %b, @n len %N)\n"
1654msgstr ""
1655"inod %i har en ogiltig utsträckning\n"
1656"\t(logiskt block %c, fysiskt block %b, ogiltig längd %N)\n"
1657
1658#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001659#: e2fsck/problem.c:844
1660#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001661msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1662msgstr ""
1663"Inod %i har flaggan EXTENTS_FL satt på filsystemet utan stöd för "
1664"utsträckningar.\n"
1665
1666#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1667#: e2fsck/problem.c:849
1668#, c-format
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001669msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001670msgstr ""
1671"inod %i är i utsträckningsformat, men superblocket saknar egenskapen "
1672"EXTENTS\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001673
1674#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001675#: e2fsck/problem.c:854
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001676#, c-format
1677msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1678msgstr "inod %i saknar EXTENT_FL, men är i utsträckningsformat\n"
1679
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001680#: e2fsck/problem.c:859
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001681#, c-format
1682msgid "Fast symlink %i has EXTENT_FL set. "
1683msgstr "Snabb symlänk %i har EXTENT_FL satt. "
1684
1685#. @-expanded: inode %i has out of order extents\n
1686#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001687#: e2fsck/problem.c:864
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04001688msgid ""
1689"@i %i has out of order extents\n"
1690"\t(@n logical @b %c, physical @b %b, len %N)\n"
1691msgstr ""
1692"inod %i har utsträckningar i oordning\n"
1693"\t(ogiltigt logiskt block %c, fysiskt block %b, längd %N)\n"
1694
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001695#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1696#: e2fsck/problem.c:868
1697msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1698msgstr ""
1699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700#. @-expanded: \n
1701#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1702#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001703#: e2fsck/problem.c:875
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001704msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001705"\n"
1706"Running additional passes to resolve @bs claimed by more than one @i...\n"
1707"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001708msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001709"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001710"Kör ytterliggare pass för att lösa upp block som används av mer än en "
1711"inod ...\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001712"Pass 1B: Söker igen efter block som används flera gånger\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001714#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001715#: e2fsck/problem.c:881
Theodore Ts'o886017a2005-06-26 22:11:46 -04001716#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001717msgid "@m @b(s) in @i %i:"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001718msgstr "Flerfaldigt ianspråkstagna block i inod %i:"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001719
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001720#: e2fsck/problem.c:896
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001721#, c-format
1722msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001723msgstr "Fel vid genomsökning av inoder (%i): %m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001724
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001726#: e2fsck/problem.c:901
Theodore Ts'o886017a2005-06-26 22:11:46 -04001727#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001728msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001729msgstr "Fel vid allokering av inodbitkarta (inode_dup_map): %m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001732#: e2fsck/problem.c:906
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001733#, c-format
1734msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1735msgstr "Fel vid iterering över block i inod %i (%s): %m\n"
1736
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001737#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001738#: e2fsck/problem.c:911 e2fsck/problem.c:1227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001739msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001740msgstr ""
1741"Fel vid justering av referensräknare för externa attribut-block %b (inod %"
1742"i): %m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001743
Theodore Ts'o6956f612005-12-31 16:46:15 -05001744#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001745#: e2fsck/problem.c:917
Theodore Ts'o6956f612005-12-31 16:46:15 -05001746msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001747msgstr ""
1748"Pass 1C: Söker kataloger efter inoder med flerfaldigt ianspråkstagna block\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001751#: e2fsck/problem.c:923
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001753msgstr "Pass 1D: Förlikar flerfaldigt ianspråkstagna block\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1756#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001757#: e2fsck/problem.c:928
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001758msgid ""
1759"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001760" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001761msgstr ""
1762"Fil %Q (inod nr. %i, modifieringstid %IM) \n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001763" har %B flerfaldigt ianspråkstagna block, delade med %N filer:\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001765#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001766#: e2fsck/problem.c:934
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001767msgid "\t%Q (@i #%i, mod time %IM)\n"
1768msgstr "\t%Q (inod nr. %i, modifieringstid %IM)\n"
1769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001770#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001771#: e2fsck/problem.c:939
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001772msgid "\t<@f metadata>\n"
1773msgstr "\t<filsystemsmetadata>\n"
1774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001775#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1776#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001777#: e2fsck/problem.c:944
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001778msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001779"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001780"\n"
1781msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001782"(Det finns %N inoder som innehåller flerfaldigt ianspråkstagna block.)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001783"\n"
1784
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001785#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1786#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001787#: e2fsck/problem.c:949
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001788msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789"@m @bs already reassigned or cloned.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001790"\n"
1791msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001792"Flerfaldig ianspråkstagna block redan överlåtna eller klonade.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001793"\n"
1794
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001795#: e2fsck/problem.c:962
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001796#, c-format
1797msgid "Couldn't clone file: %m\n"
1798msgstr "Kunde inte klona fil: %m\n"
1799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001800#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001801#: e2fsck/problem.c:968
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001802msgid "Pass 2: Checking @d structure\n"
1803msgstr "Pass 2: Kontrollerar katalogstruktur\n"
1804
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001805#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001806#: e2fsck/problem.c:973
Theodore Ts'o886017a2005-06-26 22:11:46 -04001807#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001808msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001809msgstr "Ogiltigt inodsnummer för \".\" i kataloginod %i.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001811#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001812#: e2fsck/problem.c:978
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001813msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001814msgstr "Post \"%Dn\" i %p (%i) har ogiltigt inodsnummer: %Di.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001816#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001817#: e2fsck/problem.c:983
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001818msgid "@E has @D/unused @i %Di. "
1819msgstr "Post \"%Dn\" i %p (%i) har raderad/oanvänd inod %Di. "
1820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001821#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001822#: e2fsck/problem.c:988
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001823msgid "@E @L to '.' "
1824msgstr "Post \"%Dn\" i %p (%i) är en länk till \".\" "
1825
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001827#: e2fsck/problem.c:993
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001828msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001829msgstr ""
1830"Post \"%Dn\" i %p (%i) pekar på inod (%Di) som finns i ett trasigt block.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001831
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001833#: e2fsck/problem.c:998
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001834msgid "@E @L to @d %P (%Di).\n"
1835msgstr "Post \"%Dn\" i %p (%i) är en länk till katalog %P (%Di).\n"
1836
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001837#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001838#: e2fsck/problem.c:1003
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001839msgid "@E @L to the @r.\n"
1840msgstr "Post \"%Dn\" i %p (%i) är en länk till rotinoden.\n"
1841
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001842#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001843#: e2fsck/problem.c:1008
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001844msgid "@E has illegal characters in its name.\n"
1845msgstr "Post \"%Dn\" i %p (%i) har ogiltiga tecken i namnet.\n"
1846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001848#: e2fsck/problem.c:1013
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001849#, c-format
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001850msgid "Missing '.' in @d @i %i.\n"
1851msgstr "\".\" saknas i kataloginod %i.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001852
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001854#: e2fsck/problem.c:1018
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001855#, c-format
1856msgid "Missing '..' in @d @i %i.\n"
1857msgstr "\"..\" saknas i kataloginod %i.\n"
1858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001859#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001860#: e2fsck/problem.c:1023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001861msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001862msgstr ""
1863"Första post \"%Dn\" (inod=%Di) i kataloginod %i (%p) skulle varit \".\"\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001864
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001865#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001866#: e2fsck/problem.c:1028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001867msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001868msgstr "Andra post \"%Dn\" (inod=%Di) i kataloginod %i skulle varit \"..\"\n"
1869
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001870#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001871#: e2fsck/problem.c:1033
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001872msgid "i_faddr @F %IF, @s zero.\n"
1873msgstr "i_faddr för inod %i (%Q) är %IF, skulle varit noll.\n"
1874
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001875#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001876#: e2fsck/problem.c:1038
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001877msgid "i_file_acl @F %If, @s zero.\n"
1878msgstr "i_file_acl för inod %i (%Q) är %If, skulle varit noll.\n"
1879
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001880#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001881#: e2fsck/problem.c:1043
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001882msgid "i_dir_acl @F %Id, @s zero.\n"
1883msgstr "i_dir_acl för inod %i (%Q) är %Id, skulle varit noll.\n"
1884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001886#: e2fsck/problem.c:1048
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001887msgid "i_frag @F %N, @s zero.\n"
1888msgstr "i_frag för inod %i (%Q) är %N, skulle varit noll.\n"
1889
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001890#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001891#: e2fsck/problem.c:1053
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001892msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05001893msgstr "i_fsize för inod %i (%Q) är %N, skulle varit noll.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001895#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001896#: e2fsck/problem.c:1058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001897msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001898msgstr "Inod %i (%Q) har ogiltiga rättigheter (%Im).\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001900#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001901#: e2fsck/problem.c:1063
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001902msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1903msgstr "Kataloginod %i, block %B, förskjutning %N: katalog trasig\n"
1904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001906#: e2fsck/problem.c:1068
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001907msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1908msgstr "Kataloginod %i, block %B, förskjutning %N: filnamn för långt\n"
1909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001910#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001911#: e2fsck/problem.c:1073
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001912msgid "@d @i %i has an unallocated @b #%B. "
1913msgstr "Kataloginod %i har ett oallokerat block nr. %B. "
1914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001916#: e2fsck/problem.c:1078
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001917#, c-format
1918msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1919msgstr "\".\"-katalogpost i kataloginod %i är inte nollterminerad\n"
1920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001922#: e2fsck/problem.c:1083
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001923#, c-format
1924msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1925msgstr "\"..\"-katalogpost i kataloginod %i är inte nollterminerad\n"
1926
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001927#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001928#: e2fsck/problem.c:1088
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001929msgid "@i %i (%Q) is an @I character @v.\n"
1930msgstr "Inod %i (%Q) är en ogiltig teckenenhet.\n"
1931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001933#: e2fsck/problem.c:1093
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001934msgid "@i %i (%Q) is an @I @b @v.\n"
1935msgstr "Inod %i (TQ är en ogiltig blockenhet.\n"
1936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001938#: e2fsck/problem.c:1098
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001939msgid "@E is duplicate '.' @e.\n"
1940msgstr "Post \"%Dn\" i %p (%i) är duplicerad \".\"-post.\n"
1941
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001942#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001943#: e2fsck/problem.c:1103
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001944msgid "@E is duplicate '..' @e.\n"
1945msgstr "Post \"%Dn\" i %p (%i) är duplicerad \"..\"-post.\n"
1946
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001947#: e2fsck/problem.c:1108 e2fsck/problem.c:1403
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001948#, c-format
1949msgid "Internal error: couldn't find dir_info for %i.\n"
1950msgstr "Internt fel: kunde inte hitta dir_info för %i.\n"
1951
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001952#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001953#: e2fsck/problem.c:1113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001954msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001955msgstr ""
1956"Post \"%Dn\" i %p (%i) har rec_len %Dr, skulle varit %N.\n"
1957"\n"
1958
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001959#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001960#: e2fsck/problem.c:1118
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001961#, c-format
1962msgid "@A icount structure: %m\n"
1963msgstr "Fel vid allokering av icount-struktur: %m\n"
1964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001965#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001966#: e2fsck/problem.c:1123
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001967#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001968msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001969msgstr "Fel vid iterering över katalogblock: %m\n"
1970
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001971#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001972#: e2fsck/problem.c:1128
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001973msgid "Error reading @d @b %b (@i %i): %m\n"
1974msgstr "Fel vid läsning av katalogblock %b (inod %i): %m\n"
1975
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001976#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001977#: e2fsck/problem.c:1133
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001978msgid "Error writing @d @b %b (@i %i): %m\n"
1979msgstr "Fel vid skrivning av katalogblock %b (inod %i): %m\n"
1980
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001981#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001982#: e2fsck/problem.c:1138
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001983#, c-format
1984msgid "@A new @d @b for @i %i (%s): %m\n"
1985msgstr "Fel vid allokering av nytt katalogblock för inod %i (%s): %m\n"
1986
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001988#: e2fsck/problem.c:1143
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001989#, c-format
1990msgid "Error deallocating @i %i: %m\n"
1991msgstr "Fel vid deallokering av inod %i: %m\n"
1992
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04001993#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001994#: e2fsck/problem.c:1148
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04001995#, c-format
1996msgid "@d @e for '.' in %p (%i) is big.\n"
1997msgstr "Katalogpost för \".\" i %p (%i) är stor.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04001998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002000#: e2fsck/problem.c:1153
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002001msgid "@i %i (%Q) is an @I FIFO.\n"
2002msgstr "Inod %i (%Q) är en ogiltig FIFO.\n"
2003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002004#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002005#: e2fsck/problem.c:1158
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002006msgid "@i %i (%Q) is an @I socket.\n"
2007msgstr "Inod %i (%Q) är ett ogiltigt uttag (socket).\n"
2008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002009#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002010#: e2fsck/problem.c:1163
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002011msgid "Setting filetype for @E to %N.\n"
2012msgstr "Sätter filtyp för post \"%Dn\" i %p (%i) till %N.\n"
2013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002015#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002016msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002017msgstr ""
2018"Post \"%Dn\" i %p (%i) har felaktig filtyp (var %Dt, skulle varit %N).\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002020#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002021#: e2fsck/problem.c:1173
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002022msgid "@E has filetype set.\n"
2023msgstr "Post \"%Dn\" i %p (%i) har filtyp satt.\n"
2024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002025#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002026#: e2fsck/problem.c:1178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002027msgid "@E has a @z name.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002028msgstr "Post \"%Dn\" i %p (%i) har nollängdsnamn.\n"
2029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002031#: e2fsck/problem.c:1183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002032msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002033msgstr "Symlänk %Q (inod nr. %i) är ogiltig.\n"
2034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002036#: e2fsck/problem.c:1188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002037msgid "@a @b @F @n (%If).\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002038msgstr "Utökat attribut-block för inod %i (%Q) är ogiltigt (%If).\n"
2039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002040#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002041#: e2fsck/problem.c:1193
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002042msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002043msgstr ""
2044"Filsystem innehåller stora filer, men saknar flaggan LARGE_FILE i "
2045"superblock.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002048#: e2fsck/problem.c:1198
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002049msgid "@p @h %d: node (%B) not referenced\n"
2050msgstr "Problem i HTREE-katalognod %d: nod (%B) inte refererad\n"
2051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002053#: e2fsck/problem.c:1203
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002054msgid "@p @h %d: node (%B) referenced twice\n"
2055msgstr "Problem i HTREE-katalognod %d: nod (%B) refererad två gånger\n"
2056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002058#: e2fsck/problem.c:1208
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002059msgid "@p @h %d: node (%B) has bad min hash\n"
2060msgstr "Problem i HTREE-katalognod %d: nod (%B) har felaktig min-hash\n"
2061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002062#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002063#: e2fsck/problem.c:1213
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002064msgid "@p @h %d: node (%B) has bad max hash\n"
2065msgstr "Problem i HTREE-katalognod %d: nod (%B) inte felaktig max-hash\n"
2066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002068#: e2fsck/problem.c:1218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002069msgid "@n @h %d (%q). "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002070msgstr "Ogiltig HTREE-katalognod %d (%q). "
2071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002072#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002073#: e2fsck/problem.c:1222
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002074msgid "@p @h %d (%q): bad @b number %b.\n"
2075msgstr "Problem i HTREE-katalognod %d (%q): felaktigt blocknummer %b.\n"
2076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002077#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002078#: e2fsck/problem.c:1232
Theodore Ts'o886017a2005-06-26 22:11:46 -04002079#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002080msgid "@p @h %d: root node is @n\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002081msgstr "Problem i HTREE-katalognod %d: ogiltig rotnod.\n"
2082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002083#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002084#: e2fsck/problem.c:1237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002085msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002086msgstr "Problem i HTREE-katalognod %d (%q): nod (%B) har ogiltig gräns (%N)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002089#: e2fsck/problem.c:1242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002090msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002091msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002092"Problem i HTREE-katalognod %d (%q): nod (%B) har ogiltigt antal (%N)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002093"\n"
2094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002095#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002096#: e2fsck/problem.c:1247
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002097msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002098msgstr ""
2099"Problem i HTREE-katalognod %d (%q): not (%B) har en oordnat hash-tabell\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002100
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04002101#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth (%N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002102#: e2fsck/problem.c:1252
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04002103msgid "@p @h %d: node (%B) has @n depth (%N)\n"
2104msgstr "Problem i HTREE-katalognod %d (%q): node (%B) har ogiltigt djup (%N)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002106#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002107#: e2fsck/problem.c:1257
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002108msgid "Duplicate @E found. "
2109msgstr "Duplicerad post \"%Dn\" i %p (%i) hittad. "
2110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002111#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2112#. @-expanded: Rename to %s
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002113#: e2fsck/problem.c:1262
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002114#, no-c-format
2115msgid ""
2116"@E has a non-unique filename.\n"
2117"Rename to %s"
2118msgstr ""
2119"Post \"%Dn\" i %p (%i) har ett icke unikt filnamn.\n"
2120"Byt namn till %s"
2121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002122#. @-expanded: Duplicate entry '%Dn' found.\n
2123#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2124#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002125#: e2fsck/problem.c:1267
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002126msgid ""
2127"Duplicate @e '%Dn' found.\n"
2128"\tMarking %p (%i) to be rebuilt.\n"
2129"\n"
2130msgstr ""
2131"Duplicerad post \"%Dn\" hittad.\n"
2132"\tMarkerar %p (%i) för ombyggnad.\n"
2133"\n"
2134
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002135#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002136#: e2fsck/problem.c:1272
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002137msgid "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002138msgstr "i_blocks_hi för inod %i (%Q) är %N, skulle varit noll.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002139
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002140#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002141#: e2fsck/problem.c:1277
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002142msgid "Unexpected @b in @h %d (%q).\n"
2143msgstr "Oväntat block i HTREE-katalog %d (%q).\n"
2144
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002145#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2146#: e2fsck/problem.c:1281
2147#, fuzzy
2148msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002149msgstr "inod %i funnen i grupp %g där _INODE_UNINIT är satt. "
2150
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002151#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2152#: e2fsck/problem.c:1286
2153#, fuzzy
2154msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002155msgstr "inod %i funnen i oanvänt inodsområde i grupp %g. "
2156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002157#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002158#: e2fsck/problem.c:1293
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002159msgid "Pass 3: Checking @d connectivity\n"
2160msgstr "Pass 3: Kontrollerar katalogförbindelser\n"
2161
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002162#. @-expanded: root inode not allocated.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002163#: e2fsck/problem.c:1298
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002164msgid "@r not allocated. "
2165msgstr "Rotinod inte allokerad. "
2166
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002167#. @-expanded: No room in lost+found directory.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002168#: e2fsck/problem.c:1303
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002169msgid "No room in @l @d. "
2170msgstr "Ingen plats i lost+found-katalog. "
2171
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002172#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002173#: e2fsck/problem.c:1308
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002174#, c-format
2175msgid "Unconnected @d @i %i (%p)\n"
2176msgstr "Oförbunden kataloginod %i (%p)\n"
2177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002178#. @-expanded: /lost+found not found.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002179#: e2fsck/problem.c:1313
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002180msgid "/@l not found. "
2181msgstr "/lost+found inte funnen. "
2182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002183#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002184#: e2fsck/problem.c:1318
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002185msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2186msgstr "\"..\" i %Q (%i) är %P (%j), skulle varit %q (%d).\n"
2187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002188#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002189#: e2fsck/problem.c:1323
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002190msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2191msgstr "Felaktig eller ej existerande /lost+found. Kan inte återföbinda.\n"
2192
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002193#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002194#: e2fsck/problem.c:1328
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002195#, c-format
2196msgid "Could not expand /@l: %m\n"
2197msgstr "Kunde inte expandera /lost+found: %m\n"
2198
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002199#: e2fsck/problem.c:1333
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002200#, c-format
2201msgid "Could not reconnect %i: %m\n"
2202msgstr "Kunde inte återförbinda %i: %m\n"
2203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002205#: e2fsck/problem.c:1338
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002206#, c-format
2207msgid "Error while trying to find /@l: %m\n"
2208msgstr "Fel vid försök att hitta /lost+found: %m\n"
2209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002211#: e2fsck/problem.c:1343
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002212#, c-format
2213msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2214msgstr "ext2fs_new_block: %m ved försök att skapa /lost+found-katalog\n"
2215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002216#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002217#: e2fsck/problem.c:1348
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002218#, c-format
2219msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2220msgstr "ext2fs_new_inode: %m vid försök att skapa /lost+found-katalog\n"
2221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002222#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002223#: e2fsck/problem.c:1353
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002224#, c-format
2225msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2226msgstr "ext2fs_new_dir_block: %m när nytt katalogblock skapades\n"
2227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002228#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002229#: e2fsck/problem.c:1358
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002230#, c-format
2231msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002232msgstr ""
2233"ext2fs_write_dir_block: %m vid skrivning av katalogblocket för /lost+found\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002235#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002236#: e2fsck/problem.c:1363
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002237#, c-format
2238msgid "Error while adjusting @i count on @i %i\n"
2239msgstr "Fel vid justering av inodräknare på inod %i\n"
2240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002241#. @-expanded: Couldn't fix parent of inode %i: %m\n
2242#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002243#: e2fsck/problem.c:1368
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002244#, c-format
2245msgid ""
2246"Couldn't fix parent of @i %i: %m\n"
2247"\n"
2248msgstr ""
2249"Kunde inte rätta förälder till inod %i: %m\n"
2250"\n"
2251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2253#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002254#: e2fsck/problem.c:1373
Theodore Ts'o886017a2005-06-26 22:11:46 -04002255#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002256msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002257"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002258"\n"
2259msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002260"Kunde inte rätta förälder till inod %i: Kunde inte hitta "
2261"förälderkatalogpost\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002262"\n"
2263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002264#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002265#: e2fsck/problem.c:1383
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002266#, c-format
2267msgid "Error creating root @d (%s): %m\n"
2268msgstr "Fel vid skapande av rotkatalog (%s): %m\n"
2269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002270#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002271#: e2fsck/problem.c:1388
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002272#, c-format
2273msgid "Error creating /@l @d (%s): %m\n"
2274msgstr "Fel vid skapande av /lost+found-katalog (%s): %m\n"
2275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002276#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002277#: e2fsck/problem.c:1393
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002278msgid "@r is not a @d; aborting.\n"
2279msgstr "Rotinod är inte en katalog; avbryter.\n"
2280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002281#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002282#: e2fsck/problem.c:1398
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002283msgid "Cannot proceed without a @r.\n"
2284msgstr "Kan inte fortsätta utan en rotinod.\n"
2285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002286#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002287#: e2fsck/problem.c:1408
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002288#, c-format
2289msgid "/@l is not a @d (ino=%i)\n"
2290msgstr "/lost+found är inte en katalog (ino=%i)\n"
2291
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002292#: e2fsck/problem.c:1415
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002293msgid "Pass 3A: Optimizing directories\n"
2294msgstr "Pass 3A: Optimerar kataloger\n"
2295
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002296#: e2fsck/problem.c:1420
2297#, fuzzy, c-format
2298msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002299msgstr "Misslyckades att skapa dirs_to_hash-iterator: %m"
2300
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002301#: e2fsck/problem.c:1425
2302#, fuzzy
2303msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002304msgstr "Misslyckades att optimera katalog %q (%d): %m"
2305
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002306#: e2fsck/problem.c:1430
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002307msgid "Optimizing directories: "
2308msgstr "Optimerar kataloger: "
2309
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002310#: e2fsck/problem.c:1447
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002311msgid "Pass 4: Checking reference counts\n"
2312msgstr "Pass 4: Kontrollerar referensräknare\n"
2313
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002314#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002315#: e2fsck/problem.c:1452
Theodore Ts'o886017a2005-06-26 22:11:46 -04002316#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002317msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002318msgstr "Lös nollängdsinod %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002319
2320#. @-expanded: unattached inode %i\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002321#: e2fsck/problem.c:1457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002322#, c-format
2323msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002324msgstr "lös inod %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002325
2326#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002327#: e2fsck/problem.c:1462
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002328msgid "@i %i ref count is %Il, @s %N. "
2329msgstr "Inod %i referensräknare är %Il, skulle varit %N. "
2330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002331#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2332#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2333#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002334#: e2fsck/problem.c:1466
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002335msgid ""
2336"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2337"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002338"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002339msgstr ""
2340"VARNING: PROGRAMMERINGSFEL I E2FSCK!\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002341" ELLER NÅGON KLANTSKALLE (DU) KONTROLLERAR ETT MONTERAT (AKTIVT) "
2342"FILSYSTEM.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002343"inod_link_info[%i] är %N, inod.i_links_count är %Il. De skulle vara samma!\n"
2344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002345#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002346#: e2fsck/problem.c:1476
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002347msgid "Pass 5: Checking @g summary information\n"
2348msgstr "Pass 5: Kontrollerar gruppsammanfattningsinformation\n"
2349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002350#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002351#: e2fsck/problem.c:1481
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002352msgid "Padding at end of @i @B is not set. "
2353msgstr "Utfyllnad vid slutet av inodsbitkarta är inte satt. "
2354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002355#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002356#: e2fsck/problem.c:1486
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002357msgid "Padding at end of @b @B is not set. "
2358msgstr "Utfyllnad vid slutet av blockbitkarta är inte satt. "
2359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002360#. @-expanded: block bitmap differences:
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002361#: e2fsck/problem.c:1491
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002362msgid "@b @B differences: "
2363msgstr "Blockbitkarteskillnader: "
2364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002365#. @-expanded: inode bitmap differences:
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002366#: e2fsck/problem.c:1511
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002367msgid "@i @B differences: "
2368msgstr "Inodsbitkarteskillnader: "
2369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002370#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002371#: e2fsck/problem.c:1531
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002372msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2373msgstr "Antal fria inoder är fel för grupp nr. %g (%i, räknade=%j).\n"
2374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002375#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002376#: e2fsck/problem.c:1536
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002377msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2378msgstr "Katalogantal fel för grupp nr. %g (%i, räknade=%j).\n"
2379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002380#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002381#: e2fsck/problem.c:1541
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002382msgid "Free @is count wrong (%i, counted=%j).\n"
2383msgstr "Antal fria inoder är fel (%i, räknade=%j).\n"
2384
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002385#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002386#: e2fsck/problem.c:1546
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002387msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2388msgstr "Antal fria block är fel för grupp nr. %g (%b, räknade=%c).\n"
2389
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002390#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002391#: e2fsck/problem.c:1551
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002392msgid "Free @bs count wrong (%b, counted=%c).\n"
2393msgstr "Antal fria block är fel (%b, räknade=%c).\n"
2394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2396#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002397#: e2fsck/problem.c:1556
2398msgid ""
2399"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2400"endpoints (%i, %j)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002401msgstr ""
2402"PROGRAMMERINGSFEL: filsystem (nr. %N) bitkartas ändpunkter (%b, %c) stämmer\n"
2403"inte med beräknade bitkarteändpunkter (%i, %j)\n"
2404
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002405#: e2fsck/problem.c:1562
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002406msgid "Internal error: fudging end of bitmap (%N)\n"
2407msgstr "Internt fel: fuskar till slut på bitkarta (%N)\n"
2408
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002409#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002410#: e2fsck/problem.c:1567
Theodore Ts'o886017a2005-06-26 22:11:46 -04002411#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002412msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002413msgstr "Fel vid kopiering av ersättningsinodskarta: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002414
2415#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002416#: e2fsck/problem.c:1572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002417#, c-format
2418msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002419msgstr "Fel vid inkopiering av ersättningsbitkarta: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002420
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002421#. @-expanded: Recreate journal
2422#: e2fsck/problem.c:1597
2423#, fuzzy
2424msgid "Recreate @j"
2425msgstr "Återskapa"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002426
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002427#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002428#: e2fsck/problem.c:1602
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002429#, c-format
2430msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2431msgstr "block i grupp %g används men gruppen är markerad BLOCK_UNINIT\n"
2432
2433#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002434#: e2fsck/problem.c:1607
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002435#, c-format
2436msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2437msgstr "inoder i grupp %g används men gruppen är markerad INODE_UNINIT\n"
2438
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002439#: e2fsck/problem.c:1725
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002440#, c-format
2441msgid "Unhandled error code (0x%x)!\n"
2442msgstr "Ej hanterad felkod (0x%x)!\n"
2443
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002444#: e2fsck/problem.c:1820
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002445msgid "IGNORED"
2446msgstr "IGNORERAT"
2447
2448#: e2fsck/scantest.c:81
2449#, c-format
2450msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2451msgstr "Använt minne: %d, förlupen tid: %6.3f/%6.3f/%6.3f\n"
2452
2453#: e2fsck/scantest.c:100
2454#, c-format
2455msgid "size of inode=%d\n"
2456msgstr "storlek på inod=%d\n"
2457
2458#: e2fsck/scantest.c:121
2459msgid "while starting inode scan"
2460msgstr "vid start av inodsgenomsökning"
2461
2462#: e2fsck/scantest.c:132
2463msgid "while doing inode scan"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002464msgstr "vid inodsgenomsökning"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002465
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002466#: e2fsck/super.c:187
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002467#, c-format
2468msgid "while calling ext2fs_block_iterate for inode %d"
2469msgstr "vid anrop av ext2fs_block_iterate för inod %d"
2470
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002471#: e2fsck/super.c:209
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002472#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002473msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002474msgstr "vid anrop av ext2fs_adjust_ea_refcount för inod %d"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002475
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002476#: e2fsck/super.c:267
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002477msgid "Truncating"
2478msgstr "Kapar"
2479
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002480#: e2fsck/super.c:268
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002481msgid "Clearing"
2482msgstr "Tömmer"
2483
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04002484#: e2fsck/unix.c:76
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002485#, c-format
2486msgid ""
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002487"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002488"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002489"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002490"\t\t[-E extended-options] device\n"
2491msgstr ""
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002492"Användning: %s [-panyrcdfvtDFV] [-b superblock] [-B blockstorlek]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002493"\t\t[-I inodbuffertblock] [-P processinodsstorlek]\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002494"\t\t[-l|-L dåliga_block_fil] [-C fd] [-j extern_journal]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002495"\t\t[-E utökade-flaggor] enhet\n"
2496
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04002497#: e2fsck/unix.c:82
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002498#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002499msgid ""
2500"\n"
2501"Emergency help:\n"
2502" -p Automatic repair (no questions)\n"
2503" -n Make no changes to the filesystem\n"
2504" -y Assume \"yes\" to all questions\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002505" -c Check for bad blocks and add them to the badblock "
2506"list\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002507" -f Force checking even if filesystem is marked clean\n"
2508msgstr ""
2509"\n"
2510"Nödhjälp:\n"
2511" -p Repearera automatiskt (inga frågor)\n"
2512" -n Gör inga förändringar av filsystemet\n"
2513" -y Anta \"ja\" som svar på alla frågor\n"
2514" -c Leta efter dåliga block och lägg till dem i listan\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002515" -f Framtvinga kontroll även om filsystemet är markerat "
2516"rent\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002517
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04002518#: e2fsck/unix.c:88
Theodore Ts'o886017a2005-06-26 22:11:46 -04002519#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002520msgid ""
2521" -v Be verbose\n"
2522" -b superblock Use alternative superblock\n"
2523" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002524" -j external_journal Set location of the external journal\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002525" -l bad_blocks_file Add to badblocks list\n"
2526" -L bad_blocks_file Set badblocks list\n"
2527msgstr ""
2528" -v Var utförlig\n"
2529" -b superblock Använd alternativt superblock\n"
2530" -B blockstorlek Framtvinga blockstorlek vid sökande efter superblock\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002531" -j extern_journal Bestäm plats för den externa journalen\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002532" -l dåliga_block_fil Lägg till till listan över dåliga block\n"
2533" -L dåliga_block_fil Ange lista över dåliga block\n"
2534
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002535#: e2fsck/unix.c:132
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002536#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002537msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002538msgstr "%s: %u/%u filer (%0d.%d%% ej sammanhängande), %u/%u block\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002539
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002540#: e2fsck/unix.c:150
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002541#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002542msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002543msgstr " antal inoder med ind/dind/tind-block: %u/%u/%u\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002544
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002545#: e2fsck/unix.c:157
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04002546#, c-format
2547msgid " Extent depth histogram: "
2548msgstr " Histogram över utsträckningars djup: "
2549
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002550#: e2fsck/unix.c:207 misc/badblocks.c:916 misc/tune2fs.c:1567 misc/util.c:151
2551#: resize/main.c:248
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002552#, c-format
2553msgid "while determining whether %s is mounted."
2554msgstr "när det avgjordes om %s är monterat."
2555
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002556#: e2fsck/unix.c:225
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002557#, c-format
2558msgid "Warning! %s is mounted.\n"
2559msgstr "Varning! %s är monterat.\n"
2560
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002561#: e2fsck/unix.c:229
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002562#, c-format
2563msgid "%s is mounted. "
2564msgstr "%s är monterat. "
2565
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002566#: e2fsck/unix.c:231
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002567msgid ""
2568"Cannot continue, aborting.\n"
2569"\n"
2570msgstr ""
2571"Kan inte fortsätta, avbryter.\n"
2572"\n"
2573
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002574#: e2fsck/unix.c:232
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002575#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002576msgid ""
2577"\n"
2578"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002579"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2580"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002581"\n"
2582msgstr ""
2583"\n"
2584"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002585"\a\a\a\aVARNING!!! Att köra e2fsck på ett monterat filsystem kan orsaka\n"
2586"ALLVARLIG skada på filsystemet.\a\a\a\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002587"\n"
2588
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002589#: e2fsck/unix.c:235
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002590msgid "Do you really want to continue"
2591msgstr "Vill du verkligen fortsätta"
2592
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002593#: e2fsck/unix.c:237
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002594#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002595msgid "check aborted.\n"
2596msgstr "kontroll avbruten.\n"
2597
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002598#: e2fsck/unix.c:310
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002599msgid " contains a file system with errors"
2600msgstr " innehåller ett filsystem med fel"
2601
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002602#: e2fsck/unix.c:312
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002603msgid " was not cleanly unmounted"
2604msgstr " var inte fläckfritt avmonterat"
2605
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002606#: e2fsck/unix.c:314
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002607msgid " primary superblock features different from backup"
Theodore Ts'o66549a42008-01-21 14:01:52 -05002608msgstr " det primära superblockets egenskaper skiljer från reservens"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002609
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002610#: e2fsck/unix.c:318
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002611#, c-format
2612msgid " has been mounted %u times without being checked"
2613msgstr " har monterats %u gånger utan att kontrolleras"
2614
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002615#: e2fsck/unix.c:324
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002616msgid " has filesystem last checked time in the future"
2617msgstr " har tidpunkten för senaste filsystemskontroll i framtiden"
2618
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002619#: e2fsck/unix.c:330
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002620#, c-format
2621msgid " has gone %u days without being checked"
2622msgstr " har inte kontrollerats på %u dagar"
2623
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002624#: e2fsck/unix.c:339
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002625msgid ", check forced.\n"
2626msgstr ", kontroll framtvingad.\n"
2627
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002628#: e2fsck/unix.c:342
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002629#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002630msgid "%s: clean, %u/%u files, %u/%u blocks"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002631msgstr "%s: rent, %u/%u filer, %u/%u block"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002632
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002633#: e2fsck/unix.c:359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002634msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002635msgstr " (kontroll senarelagd; på batteri)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002636
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002637#: e2fsck/unix.c:362
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002638msgid " (check after next mount)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002639msgstr " (kontrollera efter nästa montering)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002640
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002641#: e2fsck/unix.c:364
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002642#, c-format
2643msgid " (check in %ld mounts)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002644msgstr " (kontrollera om %ld monteringar)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002645
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002646#: e2fsck/unix.c:511
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002647#, c-format
2648msgid "ERROR: Couldn't open /dev/null (%s)\n"
2649msgstr "FEL: Kunde inte öppna /dev/null (%s)\n"
2650
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002651#: e2fsck/unix.c:581
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002652#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002653msgid "Invalid EA version.\n"
2654msgstr "Ogiltig EA-version.\n"
2655
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002656#: e2fsck/unix.c:590
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002657#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002658msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002659msgstr "Okänd utökad flagga: %s\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002660
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002661#: e2fsck/unix.c:612
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002662#, c-format
2663msgid ""
2664"Syntax error in e2fsck config file (%s, line #%d)\n"
2665"\t%s\n"
2666msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002667"Syntaxfel i e2fsck:s konfigurationsfil (%s, rad nr %d)\n"
2668"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002669
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002670#: e2fsck/unix.c:680
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002671#, c-format
2672msgid "Error validating file descriptor %d: %s\n"
2673msgstr "Fel vid validering av filidentifierare %d: %s\n"
2674
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002675#: e2fsck/unix.c:684
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002676msgid "Invalid completion information file descriptor"
2677msgstr "Ogiltig filidentifierare för förloppsinformation"
2678
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002679#: e2fsck/unix.c:699
Theodore Ts'o6956f612005-12-31 16:46:15 -05002680msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002681msgstr "Endast en av flaggorna -p/-a, -n eller -y kan anges."
2682
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002683#: e2fsck/unix.c:720
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002684#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002685msgid "The -t option is not supported on this version of e2fsck.\n"
2686msgstr "Flaggan -t stödjs inte i denna version av e2fsck.\n"
2687
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002688#: e2fsck/unix.c:801 misc/tune2fs.c:549 misc/tune2fs.c:833 misc/tune2fs.c:850
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002689#, c-format
2690msgid "Unable to resolve '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002691msgstr "Kan inte hitta \"%s\""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002692
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002693#: e2fsck/unix.c:831
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002694#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002695msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2696msgstr "Flaggorna -c och -l/-L kan inte båda användas på samma gång.\n"
2697
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002698#: e2fsck/unix.c:879
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002699#, c-format
2700msgid ""
2701"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2702"\n"
2703msgstr ""
Theodore Ts'o66549a42008-01-21 14:01:52 -05002704"E2FSCK_JBD_DEBUG \"%s\" är inte ett heltal\n"
2705"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002706
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002707#: e2fsck/unix.c:888
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002708#, c-format
2709msgid ""
2710"\n"
2711"Invalid non-numeric argument to -%c (\"%s\")\n"
2712"\n"
2713msgstr ""
Theodore Ts'o66549a42008-01-21 14:01:52 -05002714"\n"
2715"Ogiltigt ickenumerikst argument till -%c (\"%s\")\n"
2716"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002717
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002718#: e2fsck/unix.c:929
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002719#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002720msgid "Error: ext2fs library version out of date!\n"
2721msgstr "Fel: ext2fs-bibliotekversion inaktuell!\n"
2722
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002723#: e2fsck/unix.c:937
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002724msgid "while trying to initialize program"
2725msgstr "vid försök att initiera program"
2726
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002727#: e2fsck/unix.c:951
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002728#, c-format
2729msgid "\tUsing %s, %s\n"
2730msgstr "\tAnvänder %s, %s\n"
2731
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002732#: e2fsck/unix.c:963
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002733msgid "need terminal for interactive repairs"
2734msgstr "behöver terminal för interaktiva reparationer"
2735
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002736#: e2fsck/unix.c:1010
Theodore Ts'o66549a42008-01-21 14:01:52 -05002737#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002738msgid "%s: %s trying backup blocks...\n"
Theodore Ts'o66549a42008-01-21 14:01:52 -05002739msgstr "%s: %s försöker med reservblock ...\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002740
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002741#: e2fsck/unix.c:1012
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002742msgid "Superblock invalid,"
Theodore Ts'o66549a42008-01-21 14:01:52 -05002743msgstr "Superblocket är ogiltigt,"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002744
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002745#: e2fsck/unix.c:1013
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002746msgid "Group descriptors look bad..."
2747msgstr "Gruppbeskrivarna ser trasiga ut ..."
2748
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002749#: e2fsck/unix.c:1040
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002750#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002751msgid ""
2752"The filesystem revision is apparently too high for this version of e2fsck.\n"
2753"(Or the filesystem superblock is corrupt)\n"
2754"\n"
2755msgstr ""
2756"Filsystemsrevisionen är uppenbarligen för hög för denna version av e2fsck.\n"
2757"(Eller så är filsystemets superblock trasigt)\n"
2758"\n"
2759
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002760#: e2fsck/unix.c:1046
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002761#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002762msgid "Could this be a zero-length partition?\n"
2763msgstr "Kan detta vara en nollängdspartition?\n"
2764
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002765#: e2fsck/unix.c:1048
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002766#, c-format
2767msgid "You must have %s access to the filesystem or be root\n"
2768msgstr "Du måste ha %s-åtkomst till filsystemet eller vara root\n"
2769
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002770#: e2fsck/unix.c:1053
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002771#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002772msgid "Possibly non-existent or swap device?\n"
2773msgstr "Kanske inte existerar eller växlingsenhet?\n"
2774
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002775#: e2fsck/unix.c:1055
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002776#, c-format
2777msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002778msgstr "Filsystemet monterat eller öppnat exklusivt av ett annat program?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002779
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002780#: e2fsck/unix.c:1059
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002781#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002782msgid ""
2783"Disk write-protected; use the -n option to do a read-only\n"
2784"check of the device.\n"
2785msgstr ""
2786"Skrivskyddad disk; använd flaggan -n för att göra en läsningskontroll\n"
2787"av enheten.\n"
2788
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002789#: e2fsck/unix.c:1123
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002790msgid "Get a newer version of e2fsck!"
2791msgstr "Hämta en nyare version av e2fsck!"
2792
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002793#: e2fsck/unix.c:1147
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002794#, c-format
2795msgid "while checking ext3 journal for %s"
2796msgstr "vid kontroll av ext3-journal för %s"
2797
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002798#: e2fsck/unix.c:1158
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002799#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002800msgid ""
2801"Warning: skipping journal recovery because doing a read-only filesystem "
2802"check.\n"
2803msgstr ""
2804"Varning: hoppar över journalåterhämtning eftersom en läsningskontroll av "
2805"filsystem görs.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002806
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002807#: e2fsck/unix.c:1171
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002808#, c-format
2809msgid "unable to set superblock flags on %s\n"
2810msgstr "kan inte sätta superblocksflaggor på %s\n"
2811
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002812#: e2fsck/unix.c:1177
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002813#, c-format
2814msgid "while recovering ext3 journal of %s"
2815msgstr "vid återhämtning av ext3-journal för %s"
2816
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002817#: e2fsck/unix.c:1201
Göran Uddeborg0874a382008-03-10 15:08:29 -04002818#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002819msgid "%s has unsupported feature(s):"
Göran Uddeborg0874a382008-03-10 15:08:29 -04002820msgstr "%s har funktioner som inte stöds:"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002821
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002822#: e2fsck/unix.c:1217
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002823msgid "Warning: compression support is experimental.\n"
2824msgstr "Varning: komprimeringsstöd är experimentellt.\n"
2825
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002826#: e2fsck/unix.c:1222
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002827#, c-format
2828msgid ""
2829"E2fsck not compiled with HTREE support,\n"
2830"\tbut filesystem %s has HTREE directories.\n"
2831msgstr ""
2832"E2fsck är inte kompilerat med HTREE-stöd,\n"
2833"\tmen filsystem %s har HTREE-kataloger.\n"
2834
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002835#: e2fsck/unix.c:1276
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002836msgid "while reading bad blocks inode"
2837msgstr "vid läsning av inod för dåliga block"
2838
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002839#: e2fsck/unix.c:1278
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002840#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002841msgid "This doesn't bode well, but we'll try to go on...\n"
2842msgstr "Detta bådar inte gott, men vi skall försöka att fortsätta ...\n"
2843
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002844#: e2fsck/unix.c:1304
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002845msgid "Couldn't determine journal size"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002846msgstr "Det gick inte att avgöra journalstorlek"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002847
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002848#: e2fsck/unix.c:1307
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002849#, c-format
2850msgid "Creating journal (%d blocks): "
2851msgstr "Skapar journal (%d block): "
2852
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002853#: e2fsck/unix.c:1314 misc/mke2fs.c:2091
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002854msgid ""
2855"\n"
2856"\twhile trying to create journal"
2857msgstr ""
2858"\n"
2859"\tvid försök att skapa journal"
2860
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002861#: e2fsck/unix.c:1317
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002862#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002863msgid " Done.\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002864msgstr " Klar.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002865
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002866#: e2fsck/unix.c:1318
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002867#, c-format
2868msgid ""
2869"\n"
2870"*** journal has been re-created - filesystem is now ext3 again ***\n"
2871msgstr ""
Theodore Ts'o01ff3292007-08-03 22:25:25 -04002872"\n"
2873"*** journalen har återskapats - filsystemet är nu ext3 igen ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002874
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002875#: e2fsck/unix.c:1325
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002876#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002877msgid "Restarting e2fsck from the beginning...\n"
2878msgstr "Startar om e2fsck från början ...\n"
2879
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002880#: e2fsck/unix.c:1329
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002881msgid "while resetting context"
2882msgstr "vid återställning av omgivning"
2883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002884#: e2fsck/unix.c:1336
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002885#, c-format
2886msgid "%s: e2fsck canceled.\n"
2887msgstr "%s: e2fsck inställd.\n"
2888
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002889#: e2fsck/unix.c:1341
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002890msgid "aborted"
2891msgstr "avbruten"
2892
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002893#: e2fsck/unix.c:1353
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002894#, c-format
2895msgid ""
2896"\n"
2897"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2898msgstr ""
2899"\n"
2900"%s: ***** FILSYSTEMET MODIFIERADES *****\n"
2901
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002902#: e2fsck/unix.c:1356
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002903#, c-format
2904msgid "%s: ***** REBOOT LINUX *****\n"
2905msgstr "%s: ***** STARTA OM LINUX *****\n"
2906
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002907#: e2fsck/unix.c:1364
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002908#, c-format
2909msgid ""
2910"\n"
2911"%s: ********** WARNING: Filesystem still has errors **********\n"
2912"\n"
2913msgstr ""
2914"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002915"%s: ********** VARNING: Filsystemet har fortfarande fel **********\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002916"\n"
2917
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002918#: e2fsck/unix.c:1400
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04002919msgid "while setting block group checksum info"
2920msgstr "när kontrollsummeinformation för blockgrupp sattes"
2921
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002922#: e2fsck/util.c:138 misc/util.c:68
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002923msgid "yY"
2924msgstr "yYjJ"
2925
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002926#: e2fsck/util.c:139
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002927msgid "nN"
2928msgstr "nN"
2929
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002930#: e2fsck/util.c:153
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002931msgid "<y>"
2932msgstr "<j>"
2933
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002934#: e2fsck/util.c:155
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002935msgid "<n>"
2936msgstr "<n>"
2937
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002938#: e2fsck/util.c:157
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002939msgid " (y/n)"
2940msgstr " (j/n)"
2941
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002942#: e2fsck/util.c:172
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002943msgid "cancelled!\n"
2944msgstr "inställd!\n"
2945
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002946#: e2fsck/util.c:187
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002947msgid "yes\n"
2948msgstr "ja\n"
2949
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002950#: e2fsck/util.c:189
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002951msgid "no\n"
2952msgstr "nej\n"
2953
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002954#: e2fsck/util.c:199
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002955#, c-format
2956msgid ""
2957"%s? no\n"
2958"\n"
2959msgstr ""
2960"%s? nej\n"
2961"\n"
2962
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002963#: e2fsck/util.c:203
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002964#, c-format
2965msgid ""
2966"%s? yes\n"
2967"\n"
2968msgstr ""
2969"%s? ja\n"
2970"\n"
2971
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002972#: e2fsck/util.c:207
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002973msgid "yes"
2974msgstr "ja"
2975
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002976#: e2fsck/util.c:207
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002977msgid "no"
2978msgstr "nej"
2979
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002980#: e2fsck/util.c:221
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002981#, c-format
2982msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2983msgstr "e2fsck_read_bitmaps: ogiltiga bitkarteblock för %s"
2984
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002985#: e2fsck/util.c:226
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002986msgid "reading inode and block bitmaps"
2987msgstr "läser inod- och blockbitkartor"
2988
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002989#: e2fsck/util.c:231
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002990#, c-format
2991msgid "while retrying to read bitmaps for %s"
2992msgstr "vid upprepat försök att läsa bitkarta för %s"
2993
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002994#: e2fsck/util.c:243
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04002995msgid "writing block and inode bitmaps"
2996msgstr "skiver block- och inodsbitkartor"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002997
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002998#: e2fsck/util.c:248
Theodore Ts'o65b1a942003-07-25 12:10:12 -04002999#, c-format
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003000msgid "while rewriting block and inode bitmaps for %s"
3001msgstr "vid omskrivning av block- och inodsbitkartor för %s"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003002
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003003#: e2fsck/util.c:260
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003004#, c-format
3005msgid ""
3006"\n"
3007"\n"
3008"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3009"\t(i.e., without -a or -p options)\n"
3010msgstr ""
3011"\n"
3012"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003013"%s: OVÄNTAD INKONSEKVENS; KÖR fsck MANUELLT.\n"
3014"\t(d.v.s., utan flaggorna -a eller -p)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003015
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003016#: e2fsck/util.c:336
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003017#, c-format
3018msgid "Memory used: %dk/%dk (%dk/%dk), "
3019msgstr "Använt minne: %d k/%d k (%d k/%d k), "
3020
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003021#: e2fsck/util.c:340
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003022#, c-format
3023msgid "Memory used: %d, "
3024msgstr "Använt minne: %d, "
3025
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003026#: e2fsck/util.c:346
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003027#, c-format
3028msgid "time: %5.2f/%5.2f/%5.2f\n"
3029msgstr "tid: %5.2f/%5.2f/%5.2f\n"
3030
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003031#: e2fsck/util.c:351
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003032#, c-format
3033msgid "elapsed time: %6.3f\n"
3034msgstr "förfluten tid: %6.3f\n"
3035
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003036#: e2fsck/util.c:385 e2fsck/util.c:399
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003037#, c-format
3038msgid "while reading inode %ld in %s"
3039msgstr "vid läsning av inod %ld i %s"
3040
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003041#: e2fsck/util.c:413 e2fsck/util.c:426
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003042#, c-format
3043msgid "while writing inode %ld in %s"
3044msgstr "vid skrivning av inod %ld i %s"
3045
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003046#: e2fsck/util.c:575
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003047msgid "while allocating zeroizing buffer"
3048msgstr "vid allokering av nollställningsbuffert"
3049
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003050#: misc/badblocks.c:66
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003051msgid "done \n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003052msgstr "klar \n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003053
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003054#: misc/badblocks.c:89
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003055#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003056msgid ""
3057"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003058" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3059"max_bad_blocks]\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003060" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3061" device [last_block [first_block]]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003062msgstr ""
3063"Användning: %s [-b blockstorlek] [-i infil] [-o utfile] [-svwnf]\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003064" [-c block_åt_gången] [-d fördröjningsfaktor mellan läsningar]\n"
3065" [-e max_dåliga_block] [-p antal_pass]\n"
3066" [-t testmönster [-t testmönster [...]]]\n"
3067" enhet [sista_block [första_block]]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003068
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003069#: misc/badblocks.c:100
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003070#, c-format
3071msgid ""
3072"%s: The -n and -w options are mutually exclusive.\n"
3073"\n"
3074msgstr ""
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003075"%s: Flaggorna -n och -w är ömsesidigt uteslutande.\n"
3076"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003077
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003078#: misc/badblocks.c:202
3079#, c-format
3080msgid "%6.2f%% done, %s elapsed"
3081msgstr ""
3082
3083#: misc/badblocks.c:289
Theodore Ts'of592bed2003-07-26 00:51:54 -04003084msgid "Testing with random pattern: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003085msgstr "Testar med slumpmönster: "
Theodore Ts'of592bed2003-07-26 00:51:54 -04003086
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003087#: misc/badblocks.c:307
Theodore Ts'of592bed2003-07-26 00:51:54 -04003088msgid "Testing with pattern 0x"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003089msgstr "Testar med mönster 0x"
Theodore Ts'of592bed2003-07-26 00:51:54 -04003090
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003091#: misc/badblocks.c:335 misc/badblocks.c:404
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003092msgid "during seek"
3093msgstr "vid sökning"
3094
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003095#: misc/badblocks.c:346
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003096#, c-format
3097msgid "Weird value (%ld) in do_read\n"
3098msgstr "Underligt värde (%ld) i do_read\n"
3099
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003100#: misc/badblocks.c:424
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003101msgid "during ext2fs_sync_device"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003102msgstr "vid ext2fs_sync_device"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003103
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003104#: misc/badblocks.c:440 misc/badblocks.c:699
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003105msgid "while beginning bad block list iteration"
3106msgstr "vid början av iteration över lista av dåliga block"
3107
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003108#: misc/badblocks.c:454 misc/badblocks.c:551 misc/badblocks.c:709
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003109msgid "while allocating buffers"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003110msgstr "vid allokering av buffertar"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003111
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003112#: misc/badblocks.c:458
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003113#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04003114msgid "Checking blocks %lu to %lu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003115msgstr "Kontrollerar block %lu till %lu\n"
Theodore Ts'of592bed2003-07-26 00:51:54 -04003116
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003117#: misc/badblocks.c:463
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003118msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003119msgstr "Letar efter dåliga block i skrivskyddat läge\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003120
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003121#: misc/badblocks.c:472
Theodore Ts'of592bed2003-07-26 00:51:54 -04003122msgid "Checking for bad blocks (read-only test): "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003123msgstr "Letar efter dåliga block (skrivskyddad test): "
Theodore Ts'of592bed2003-07-26 00:51:54 -04003124
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003125#: misc/badblocks.c:480 misc/badblocks.c:583 misc/badblocks.c:628
3126#: misc/badblocks.c:772
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003127msgid "Too many bad blocks, aborting test\n"
3128msgstr "För många dåliga block, avbryter testet\n"
3129
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003130#: misc/badblocks.c:558
Theodore Ts'of592bed2003-07-26 00:51:54 -04003131msgid "Checking for bad blocks in read-write mode\n"
3132msgstr "Letar efter dåliga block i läs-skriv-läge\n"
3133
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003134#: misc/badblocks.c:560 misc/badblocks.c:722
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003135#, c-format
3136msgid "From block %lu to %lu\n"
3137msgstr "Från block %lu till %lu\n"
3138
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003139#: misc/badblocks.c:618
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003140msgid "Reading and comparing: "
3141msgstr "Läser och jämför: "
3142
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003143#: misc/badblocks.c:721
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003144msgid "Checking for bad blocks in non-destructive read-write mode\n"
3145msgstr "Letar efter dåliga block i ickeförstörande läs-skriv-läge\n"
3146
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003147#: misc/badblocks.c:727
Theodore Ts'of592bed2003-07-26 00:51:54 -04003148msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003149msgstr "Letar efter dåliga block (ickeförstörande läs-skriv-test)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003150
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003151#: misc/badblocks.c:734
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003152msgid ""
3153"\n"
3154"Interrupt caught, cleaning up\n"
3155msgstr ""
3156"\n"
3157"Avbrott fångat, rensar upp\n"
3158
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003159#: misc/badblocks.c:810
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003160#, c-format
3161msgid "during test data write, block %lu"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003162msgstr "vid testdataskrivning, block %lu"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003163
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003164#: misc/badblocks.c:921 misc/util.c:156
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003165#, c-format
3166msgid "%s is mounted; "
3167msgstr "%s är monterat, "
3168
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003169#: misc/badblocks.c:923
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003170msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3171msgstr "badblocks framtvingat ändå. Hoppas /etc/mtab är felaktig.\n"
3172
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003173#: misc/badblocks.c:928
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003174msgid "it's not safe to run badblocks!\n"
3175msgstr "det är inte säkert att köra badblocks!\n"
3176
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003177#: misc/badblocks.c:933 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003178#, c-format
3179msgid "%s is apparently in use by the system; "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003180msgstr "%s används uppenbarligen av systemet; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003181
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003182#: misc/badblocks.c:936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003183msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003184msgstr "badblocks framtvingat ändå.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003185
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003186#: misc/badblocks.c:956
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003187#, c-format
3188msgid "invalid %s - %s"
3189msgstr "ogiltig %s - %s"
3190
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003191#: misc/badblocks.c:1015
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003192#, c-format
3193msgid "bad block size - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003194msgstr "felaktig blockstorlek - %s"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003195
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003196#: misc/badblocks.c:1070
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003197#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04003198msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003199msgstr "kunde inte allokera minne för testmönster - %s"
Theodore Ts'of592bed2003-07-26 00:51:54 -04003200
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003201#: misc/badblocks.c:1097
Theodore Ts'of592bed2003-07-26 00:51:54 -04003202msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003203msgstr "Högst ett testmönster får anges i skrivskyddat läge"
Theodore Ts'of592bed2003-07-26 00:51:54 -04003204
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003205#: misc/badblocks.c:1103
Theodore Ts'of592bed2003-07-26 00:51:54 -04003206msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003207msgstr "Slumpvis testmönster är inte tillåtet i skrivskyddat läge"
Theodore Ts'of592bed2003-07-26 00:51:54 -04003208
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003209#: misc/badblocks.c:1117
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003210msgid ""
3211"Couldn't determine device size; you must specify\n"
3212"the size manually\n"
3213msgstr ""
3214"Kunde inte avgöra enhetsstorlek; du måste ange\n"
3215"storleken manuellt\n"
3216
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003217#: misc/badblocks.c:1123
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003218msgid "while trying to determine device size"
3219msgstr "vid försök att avgöra enhetsstorlek"
3220
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003221#: misc/badblocks.c:1128
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003222msgid "last block"
3223msgstr "sista block"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003224
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003225#: misc/badblocks.c:1134
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003226msgid "first block"
3227msgstr "första block"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003228
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003229#: misc/badblocks.c:1137
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003230#, c-format
3231msgid "invalid starting block (%lu): must be less than %lu"
3232msgstr "felaktigt startblock (%lu): måste vara mindre än %lu"
3233
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003234#: misc/badblocks.c:1193
Theodore Ts'o197abba2005-06-20 18:00:23 -04003235msgid "while creating in-memory bad blocks list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003236msgstr "när lista över dåliga block i minnet skapades"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003237
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003238#: misc/badblocks.c:1208
Theodore Ts'o197abba2005-06-20 18:00:23 -04003239msgid "while adding to in-memory bad block list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003240msgstr "när tillägg gjordes till lista i minnet över dåliga block gjordes"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003241
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003242#: misc/badblocks.c:1232
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003243#, c-format
3244msgid "Pass completed, %u bad blocks found.\n"
3245msgstr "Pass avslutat, %u dåliga block hittade.\n"
3246
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003247#: misc/chattr.c:85
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003248#, c-format
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003249msgid "Usage: %s [-RVf] [-+=AacDdijsSu] [-v version] files...\n"
3250msgstr "Användning: %s [-RVf] [-+=AacDdijsSu] [-v version] filer...\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003251
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003252#: misc/chattr.c:152
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003253#, c-format
3254msgid "bad version - %s\n"
3255msgstr "felaktig version - %s\n"
3256
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003257#: misc/chattr.c:198 misc/lsattr.c:113
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003258#, c-format
3259msgid "while trying to stat %s"
3260msgstr "vid försök att ta status på %s"
3261
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003262#: misc/chattr.c:204 misc/chattr.c:222
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003263#, c-format
3264msgid "Flags of %s set as "
3265msgstr "Flaggor på %s satta som "
3266
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003267#: misc/chattr.c:214
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003268#, c-format
3269msgid "while reading flags on %s"
3270msgstr "vid läsning av flaggor på %s"
3271
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003272#: misc/chattr.c:231
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003273#, c-format
3274msgid "while setting flags on %s"
3275msgstr "vid sättning av flaggor på %s"
3276
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003277#: misc/chattr.c:239
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003278#, c-format
3279msgid "Version of %s set as %lu\n"
3280msgstr "Version av %s satt som %lu\n"
3281
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003282#: misc/chattr.c:243
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003283#, c-format
3284msgid "while setting version on %s"
3285msgstr "vid sättning av version på %s"
3286
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003287#: misc/chattr.c:263
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003288#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003289msgid "Couldn't allocate path variable in chattr_dir_proc"
3290msgstr "Kunde inte allokera sökvägsvariabel i chattr_dir_proc"
3291
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003292#: misc/chattr.c:302
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003293msgid "= is incompatible with - and +\n"
3294msgstr "= är inkompatibelt med - och +\n"
3295
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003296#: misc/chattr.c:310
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003297msgid "Must use '-v', =, - or +\n"
3298msgstr "Måste använda \"-v\", =, - eller +\n"
3299
Theodore Ts'o6956f612005-12-31 16:46:15 -05003300#: misc/dumpe2fs.c:53
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003301#, c-format
3302msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3303msgstr "Användning: %s [-bfhixV] [-ob superblock] [-oB blockstorlek] enhet\n"
3304
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003305#: misc/dumpe2fs.c:168
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003306#, c-format
3307msgid "Group %lu: (Blocks "
3308msgstr "Grupp %lu: (Block "
3309
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003310#: misc/dumpe2fs.c:173
3311#, c-format
3312msgid " Checksum 0x%04x, unused inodes %d\n"
3313msgstr " Kontrollsumma 0x%04x, oanvända inoder %d\n"
3314
3315#: misc/dumpe2fs.c:178
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003316#, c-format
3317msgid " %s superblock at "
3318msgstr " %ssuperblock vid "
3319
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003320#: misc/dumpe2fs.c:179
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003321msgid "Primary"
3322msgstr "Primärt "
3323
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003324#: misc/dumpe2fs.c:179
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003325msgid "Backup"
3326msgstr "Reserv"
3327
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003328#: misc/dumpe2fs.c:183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003329#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003330msgid ", Group descriptors at "
3331msgstr ", Gruppbeskrivare vid "
3332
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003333#: misc/dumpe2fs.c:187
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003334#, c-format
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003335msgid ""
3336"\n"
3337" Reserved GDT blocks at "
3338msgstr ""
3339"\n"
3340" Reserverade GDT-block vid "
3341
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003342#: misc/dumpe2fs.c:194
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003343#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003344msgid " Group descriptor at "
3345msgstr " Gruppbeskrivare vid "
3346
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003347#: misc/dumpe2fs.c:200
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003348msgid " Block bitmap at "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003349msgstr " Blockbitkarta vid "
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003350
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003351#: misc/dumpe2fs.c:205
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003352msgid ", Inode bitmap at "
3353msgstr ", Inodsbitkarta vid "
3354
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003355#: misc/dumpe2fs.c:210
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003356msgid ""
3357"\n"
3358" Inode table at "
3359msgstr ""
3360"\n"
3361" Inodstabell vid "
3362
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003363#: misc/dumpe2fs.c:217
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003364#, c-format
3365msgid ""
3366"\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003367" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003368msgstr ""
3369"\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003370" %u fria block, %u fria inoder, %u kataloger%s"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003371
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003372#: misc/dumpe2fs.c:224
3373#, c-format
3374msgid ", %u unused inodes\n"
3375msgstr ", %u oanvända inoder\n"
3376
3377#: misc/dumpe2fs.c:227
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003378msgid " Free blocks: "
3379msgstr " Fria block: "
3380
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003381#: misc/dumpe2fs.c:237
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003382msgid " Free inodes: "
3383msgstr " Fria inoder: "
3384
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003385#: misc/dumpe2fs.c:264
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003386msgid "while printing bad block list"
3387msgstr "vid utskrift av lista över dåliga block"
3388
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003389#: misc/dumpe2fs.c:270
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003390#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003391msgid "Bad blocks: %u"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003392msgstr "Dåliga block: %u"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003393
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003394#: misc/dumpe2fs.c:292 misc/tune2fs.c:279
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003395msgid "while reading journal inode"
3396msgstr "vid läsning av journalinod"
3397
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003398#: misc/dumpe2fs.c:295
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003399msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003400msgstr "Journalstorlek: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003401
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003402#: misc/dumpe2fs.c:319 misc/tune2fs.c:200
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003403msgid "while reading journal superblock"
3404msgstr "vid läsning av journalsuperblock"
3405
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003406#: misc/dumpe2fs.c:327
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003407msgid "Couldn't find journal superblock magic numbers"
3408msgstr "Kunde inte hitta journalsuperblockets magiska tal"
3409
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003410#: misc/dumpe2fs.c:331
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003411#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003412msgid ""
3413"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003414"Journal block size: %u\n"
3415"Journal length: %u\n"
3416"Journal first block: %u\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003417"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003418"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003419"Journal number of users: %u\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003420msgstr ""
3421"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003422"Journalblockstorlek: %u\n"
3423"Journallängd: %u\n"
3424"Journalens första block: %u\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003425"Journalsekvens: 0x%08x\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003426"Journalstart: %u\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003427"Journalens användarantal: %u\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003428
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003429#: misc/dumpe2fs.c:344
Theodore Ts'o197abba2005-06-20 18:00:23 -04003430#, c-format
3431msgid "Journal users: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003432msgstr "Journalanvändare: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003433
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003434#: misc/dumpe2fs.c:360 misc/mke2fs.c:693 misc/tune2fs.c:868
Theodore Ts'o8f741372008-02-28 21:47:05 -05003435#, c-format
3436msgid "Couldn't allocate memory to parse options!\n"
3437msgstr "Kunde inte allokera minne för att tolka flaggor!\n"
3438
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003439#: misc/dumpe2fs.c:386
Göran Uddeborg0874a382008-03-10 15:08:29 -04003440#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003441msgid "Invalid superblock parameter: %s\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04003442msgstr "Ogiltig superblockparameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003443
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003444#: misc/dumpe2fs.c:401
Göran Uddeborg0874a382008-03-10 15:08:29 -04003445#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003446msgid "Invalid blocksize parameter: %s\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04003447msgstr "Ogiltig blockstorleksparameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003448
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003449#: misc/dumpe2fs.c:412
Göran Uddeborg0874a382008-03-10 15:08:29 -04003450#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003451msgid ""
3452"\n"
3453"Bad extended option(s) specified: %s\n"
3454"\n"
3455"Extended options are separated by commas, and may take an argument which\n"
3456"\tis set off by an equals ('=') sign.\n"
3457"\n"
3458"Valid extended options are:\n"
3459"\tsuperblock=<superblock number>\n"
3460"\tblocksize=<blocksize>\n"
3461msgstr ""
3462"\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04003463"Felaktiga utökade flaggor angivna: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003464"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003465"Utökade flaggor separeras med komman, och kan ta ett argument som avdelas "
3466"med\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003467"\tett likhetstecken (\"=\").\n"
3468"\n"
3469"Giltiga utökade flaggor är:\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04003470"\tsuperblock=<superblocknummer>\n"
3471"\tblocksize=<blockstorlek>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003472
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003473#: misc/dumpe2fs.c:471 misc/mke2fs.c:1355
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003474#, c-format
3475msgid "\tUsing %s\n"
3476msgstr "\tAnvänder %s\n"
3477
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003478#: misc/dumpe2fs.c:507 misc/e2image.c:674 misc/tune2fs.c:1518
3479#: resize/main.c:311
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003480#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003481msgid "Couldn't find valid filesystem superblock.\n"
3482msgstr "Kunde inte hitta giltigt filsystemssuperblock.\n"
3483
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003484#: misc/dumpe2fs.c:532
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003485#, c-format
3486msgid ""
3487"\n"
3488"%s: %s: error reading bitmaps: %s\n"
3489msgstr ""
3490"\n"
3491"%s: %s: fel vid läsning av bitkartor: %s\n"
3492
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003493#: misc/e2image.c:52
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003494#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003495msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003496msgstr "Användning: %s [-rsI] enhet avbildsfil\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003497
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003498#: misc/e2image.c:64
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003499msgid "Couldn't allocate header buffer\n"
3500msgstr "Kunde inte allokera huvudbuffert\n"
3501
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003502#: misc/e2image.c:83
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003503#, c-format
3504msgid "short write (only %d bytes) for writing image header"
3505msgstr "kort skrivning (endast %d byte) för skrivning av bildhuvud"
3506
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003507#: misc/e2image.c:102
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003508msgid "while writing superblock"
3509msgstr "vid skrivning av superblock"
3510
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003511#: misc/e2image.c:110
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003512msgid "while writing inode table"
3513msgstr "vid skrivning av inodtabell"
3514
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003515#: misc/e2image.c:117
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003516msgid "while writing block bitmap"
3517msgstr "vid skrivning av blockbitkarta"
3518
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003519#: misc/e2image.c:124
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003520msgid "while writing inode bitmap"
3521msgstr "vid skrivning av inodbitkarta"
3522
3523#: misc/e2label.c:57
3524#, c-format
3525msgid "e2label: cannot open %s\n"
3526msgstr "e2label: kan inte öppna %s\n"
3527
3528#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003529#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003530msgid "e2label: cannot seek to superblock\n"
3531msgstr "e2label: kan inte söka till superblock\n"
3532
3533#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003534#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003535msgid "e2label: error reading superblock\n"
3536msgstr "e2label: fel vid läsning av superblock\n"
3537
3538#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003539#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003540msgid "e2label: not an ext2 filesystem\n"
3541msgstr "e2label: inte ett ext2-filsystem\n"
3542
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003543#: misc/e2label.c:96 misc/tune2fs.c:1653
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003544#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003545msgid "Warning: label too long, truncating.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003546msgstr "Varning: etikett för lång, avkortar.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003547
3548#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003549#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003550msgid "e2label: cannot seek to superblock again\n"
3551msgstr "e2label: kan inte söka till superblock igen\n"
3552
3553#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003554#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003555msgid "e2label: error writing superblock\n"
3556msgstr "e2label: fel vid skrivning av superblock\n"
3557
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003558#: misc/e2label.c:116 misc/tune2fs.c:541
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003559#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003560msgid "Usage: e2label device [newlabel]\n"
3561msgstr "Användning: e2label enhet [ny-etikett]\n"
3562
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003563#: misc/e2undo.c:35
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003564#, c-format
3565msgid "Usage: %s <transaction file> <filesystem>\n"
3566msgstr "Användning: %s <transaktionsfil> <filsystem>\n"
3567
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003568#: misc/e2undo.c:52
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003569msgid "Failed to read the file system data \n"
3570msgstr "Misslyckades att läsa filsystemdata \n"
3571
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003572#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:204
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003573#, c-format
3574msgid "Failed tdb_fetch %s\n"
3575msgstr "Misslyckades med tdb_fetch %s\n"
3576
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003577#: misc/e2undo.c:70
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003578#, c-format
3579msgid "The file system Mount time didn't match %u\n"
3580msgstr "Filsystemets monterings tid stämmer inte med %u\n"
3581
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003582#: misc/e2undo.c:89
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003583msgid "The file system UUID didn't match \n"
3584msgstr "Filsystemets UUID stämmer inte med \n"
3585
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003586#: misc/e2undo.c:161
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003587#, c-format
3588msgid "Failed tdb_open %s\n"
3589msgstr "tdb_open misslyckades %s\n"
3590
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003591#: misc/e2undo.c:167
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003592#, c-format
3593msgid "Error while determining whether %s is mounted.\n"
3594msgstr "Fel när det avgjordes om %s är monterat.\n"
3595
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003596#: misc/e2undo.c:173
3597msgid "e2undo should only be run on unmounted file system\n"
3598msgstr "e2undo skall endast köras på omonterade filsystem\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003599
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003600#: misc/e2undo.c:182
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003601#, c-format
3602msgid "Failed to open %s\n"
3603msgstr "Det gick inte att öppna öppna %s\n"
3604
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003605#: misc/e2undo.c:208
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003606#, c-format
3607msgid "Replayed transaction of size %zd at location %ld\n"
3608msgstr "Återuppspelning av transaktion med storlek %zd på plats %ld\n"
3609
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003610#: misc/e2undo.c:214
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003611#, c-format
3612msgid "Failed write %s\n"
3613msgstr "Misslyckades skriva %s\n"
3614
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003615#: misc/fsck.c:347
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003616#, c-format
3617msgid "WARNING: couldn't open %s: %s\n"
3618msgstr "VARNING: kunde inte öppna %s: %s\n"
3619
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003620#: misc/fsck.c:357
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003621#, c-format
3622msgid "WARNING: bad format on line %d of %s\n"
3623msgstr "VARNING: fel format på rad %d av %s\n"
3624
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003625#: misc/fsck.c:372
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003626msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003627"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003628"\tfield. I will kludge around things for you, but you\n"
3629"\tshould fix your /etc/fstab file as soon as you can.\n"
3630"\n"
3631msgstr ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003632"\a\a\aVARNING: Din /etc/fstab innehåller inte fsck passnr-fält\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003633"\tJag fixar mig förbi detta åt dig, men du\n"
3634"\tbör rätta din /etc/fstab-fil så snart du kan.\n"
3635"\n"
3636
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003637#: misc/fsck.c:481
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003638#, c-format
3639msgid "fsck: %s: not found\n"
3640msgstr "fsck: %s: inte funnen\n"
3641
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003642#: misc/fsck.c:597
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003643#, c-format
3644msgid "%s: wait: No more child process?!?\n"
3645msgstr "%s: wait: Inga fler barnprocesser?!?\n"
3646
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003647#: misc/fsck.c:619
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003648#, c-format
3649msgid "Warning... %s for device %s exited with signal %d.\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003650msgstr "Varning... %s för enhet %s avslutade med signal %d.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003651
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003652#: misc/fsck.c:625
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003653#, c-format
3654msgid "%s %s: status is %x, should never happen.\n"
3655msgstr "%s %s: status är %x, skulle aldrig inträffa.\n"
3656
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003657#: misc/fsck.c:664
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003658#, c-format
3659msgid "Finished with %s (exit status %d)\n"
3660msgstr "Avslutade med %s (slutstatus %d)\n"
3661
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003662#: misc/fsck.c:724
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003663#, c-format
3664msgid "%s: Error %d while executing fsck.%s for %s\n"
3665msgstr "%s: Fel %d när fsck.%s kördes för %s\n"
3666
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003667#: misc/fsck.c:745
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003668msgid ""
3669"Either all or none of the filesystem types passed to -t must be prefixed\n"
3670"with 'no' or '!'.\n"
3671msgstr ""
3672"Antingen alla eller inga av filsystemstyperna som ges till -t måste ha\n"
3673"prefix \"no\" eller \"!\".\n"
3674
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003675#: misc/fsck.c:764
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003676msgid "Couldn't allocate memory for filesystem types\n"
3677msgstr "Kunde inte allokera minne för filsystemtyper\n"
3678
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003679#: misc/fsck.c:887
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003680#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003681msgid ""
3682"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3683"number\n"
3684msgstr ""
3685"%s: hoppar över felaktig rad i /etc/fstab: bind-montering med fsck-"
3686"passnummer som inte är noll\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003687
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003688#: misc/fsck.c:914
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003689#, c-format
3690msgid "fsck: cannot check %s: fsck.%s not found\n"
3691msgstr "fsck: kan inte kontrollera %s: fsck.%s finns inte\n"
3692
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003693#: misc/fsck.c:970
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003694msgid "Checking all file systems.\n"
3695msgstr "Kontrollerar alla filsystem.\n"
3696
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003697#: misc/fsck.c:1061
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003698#, c-format
3699msgid "--waiting-- (pass %d)\n"
3700msgstr "--väntar-- (pass %d)\n"
3701
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003702#: misc/fsck.c:1081
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003703msgid ""
3704"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3705msgstr ""
3706"Användning: fsck [-AMNPRTV] [ -C [ fh ] ] [-t fstyp] [fs-flaggor] "
3707"[filsys ...]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003708
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003709#: misc/fsck.c:1123
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003710#, c-format
3711msgid "%s: too many devices\n"
3712msgstr "%s: för många enheter\n"
3713
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04003714#: misc/fsck.c:1156 misc/fsck.c:1242
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003715#, c-format
3716msgid "%s: too many arguments\n"
3717msgstr "%s: för många argument\n"
3718
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003719#: misc/lsattr.c:73
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003720#, c-format
3721msgid "Usage: %s [-RVadlv] [files...]\n"
3722msgstr "Användning: %s [-RVadlv] [filer...]\n"
3723
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003724#: misc/lsattr.c:83
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003725#, c-format
3726msgid "While reading flags on %s"
3727msgstr "Vid läsning av flaggor på %s"
3728
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003729#: misc/lsattr.c:90
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003730#, c-format
3731msgid "While reading version on %s"
3732msgstr "Vid läsning av version på %s"
3733
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003734#: misc/mke2fs.c:104
3735#, fuzzy, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003736msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003737"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3738"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003739"\t[-G meta group size] [-N number-of-inodes]\n"
3740"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003741"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003742"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003743"\t[-T fs-type] [-U UUID] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003744msgstr ""
Göran Uddeborg0874a382008-03-10 15:08:29 -04003745"Användning: %s [-c|-l filnamn] [-b blockstorlek] [-f fragmentstorlek]\n"
3746"\t[-i byte-per-inod] [-I inodstorlek] [-J journalflaggor]\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003747"\t[-G metagruppstorlek] [-N antal-inoder]\n"
3748"\t[-m reservade-block-procent] [-o skapar-os]\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003749"\t[-g block-per-grupp] [-L volymetikett] [-M senast-monterad-katalog]\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04003750"\t[-O funktion[,...]] [-r fs-revision] [-E utökad-flagga[,...]]\n"
3751"\t[-T fs-typ] [-jnqvFSV] enhet [blockantal]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003752
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003753#: misc/mke2fs.c:206
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003754#, c-format
3755msgid "Running command: %s\n"
3756msgstr "Kör kommando: %s\n"
3757
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003758#: misc/mke2fs.c:210
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003759#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003760msgid "while trying to run '%s'"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003761msgstr "vid försök att köra \"%s\""
3762
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003763#: misc/mke2fs.c:217
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003764msgid "while processing list of bad blocks from program"
3765msgstr "vid bearbetning av lista över dåliga block från program"
3766
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003767#: misc/mke2fs.c:244
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003768#, c-format
3769msgid "Block %d in primary superblock/group descriptor area bad.\n"
3770msgstr "Block %d i primär superblock-/gruppbeskrivare är felaktigt.\n"
3771
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003772#: misc/mke2fs.c:246
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003773#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003774msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003775msgstr "Block %u till %u måste vara bra för att bygga ett filsystem.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003776
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003777#: misc/mke2fs.c:249
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003778msgid "Aborting....\n"
3779msgstr "Avbryter...\n"
3780
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003781#: misc/mke2fs.c:269
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003782#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003783msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003784"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003785"\tbad blocks.\n"
3786"\n"
3787msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003788"Varning: reservsuperblock-/-gruppbeskrivare vid block %u innehåller\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003789"\tdåliga block.\n"
3790"\n"
3791
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003792#: misc/mke2fs.c:288
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003793msgid "while marking bad blocks as used"
3794msgstr "vid markering av dåliga block som använda"
3795
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003796#: misc/mke2fs.c:346
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003797msgid "done \n"
3798msgstr "klar \n"
3799
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003800#: misc/mke2fs.c:360
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003801msgid "Writing inode tables: "
3802msgstr "Skriver inodstabeller: "
3803
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003804#: misc/mke2fs.c:383
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003805#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003806msgid ""
3807"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003808"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003809msgstr ""
3810"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003811"Kunde inte skriva %d block i inodstabell som börjar vid %u: %s\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003812
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003813#: misc/mke2fs.c:407
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003814msgid "while creating root dir"
3815msgstr "vid skapande av rotkatalog"
3816
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003817#: misc/mke2fs.c:414
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003818msgid "while reading root inode"
3819msgstr "vid läsning av rotinod"
3820
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003821#: misc/mke2fs.c:428
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003822msgid "while setting root inode ownership"
3823msgstr "vid inställning av rotinodens ägarskap"
3824
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003825#: misc/mke2fs.c:446
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003826msgid "while creating /lost+found"
3827msgstr "vid skapande av /lost+found"
3828
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003829#: misc/mke2fs.c:453
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003830msgid "while looking up /lost+found"
3831msgstr "vid sökning efter /lost+found"
3832
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003833#: misc/mke2fs.c:466
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003834msgid "while expanding /lost+found"
3835msgstr "vid utvidgning av /lost+found"
3836
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003837#: misc/mke2fs.c:481
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003838msgid "while setting bad block inode"
3839msgstr "vid inställning av inod för dåliga block"
3840
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003841#: misc/mke2fs.c:508
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003842#, c-format
3843msgid "Out of memory erasing sectors %d-%d\n"
3844msgstr "Slut på mine vid radering av sektorer %d-%d\n"
3845
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003846#: misc/mke2fs.c:518
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003847#, c-format
3848msgid "Warning: could not read block 0: %s\n"
3849msgstr "Varning: kune inte läsa block 0: %s\n"
3850
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003851#: misc/mke2fs.c:534
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003852#, c-format
3853msgid "Warning: could not erase sector %d: %s\n"
3854msgstr "Varning: kunde inte radera sektor %d: %s\n"
3855
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003856#: misc/mke2fs.c:550
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003857msgid "while initializing journal superblock"
3858msgstr "vid initiering av journalsuperblock"
3859
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003860#: misc/mke2fs.c:556
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003861msgid "Zeroing journal device: "
3862msgstr "Nollställer journalenhet: "
3863
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003864#: misc/mke2fs.c:569
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003865#, c-format
3866msgid "while zeroing journal device (block %u, count %d)"
3867msgstr "vid nollställning av journalenhet (block %u, antal %d)"
3868
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003869#: misc/mke2fs.c:585
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003870msgid "while writing journal superblock"
3871msgstr "vid skrivning av journalsuperblock"
3872
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003873#: misc/mke2fs.c:601
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003874#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003875msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003876"warning: %u blocks unused.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003877"\n"
3878msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003879"varning: %u block oanvända.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003880"\n"
3881
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003882#: misc/mke2fs.c:606
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003883#, c-format
3884msgid "Filesystem label=%s\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003885msgstr "Filsystemsetikett=%s\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003886
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003887#: misc/mke2fs.c:607
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003888msgid "OS type: "
3889msgstr "OS-typ: "
3890
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003891#: misc/mke2fs.c:612
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003892#, c-format
3893msgid "Block size=%u (log=%u)\n"
3894msgstr "Blockstorlek=%u (log=%u)\n"
3895
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003896#: misc/mke2fs.c:614
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003897#, c-format
3898msgid "Fragment size=%u (log=%u)\n"
3899msgstr "Fragmentstorlek=%u (log=%u)\n"
3900
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003901#: misc/mke2fs.c:616
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003902#, c-format
3903msgid "%u inodes, %u blocks\n"
3904msgstr "%u inoder, %u block\n"
3905
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003906#: misc/mke2fs.c:618
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003907#, c-format
3908msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3909msgstr "%u block (%2.2f%%) reserverade för superanvändaren\n"
3910
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003911#: misc/mke2fs.c:621
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003912#, c-format
3913msgid "First data block=%u\n"
3914msgstr "Första datablock=%u\n"
3915
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003916#: misc/mke2fs.c:623
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003917#, c-format
3918msgid "Maximum filesystem blocks=%lu\n"
3919msgstr "Maximalt antal filsystemsblock=%lu\n"
3920
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003921#: misc/mke2fs.c:627
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003922#, c-format
3923msgid "%u block groups\n"
3924msgstr "%u blockgrupper\n"
3925
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003926#: misc/mke2fs.c:629
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003927#, c-format
3928msgid "%u block group\n"
3929msgstr "%u blockgrupp\n"
3930
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003931#: misc/mke2fs.c:630
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003932#, c-format
3933msgid "%u blocks per group, %u fragments per group\n"
3934msgstr "%u block per grupp, %u fragment per grupp\n"
3935
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003936#: misc/mke2fs.c:632
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003937#, c-format
3938msgid "%u inodes per group\n"
3939msgstr "%u inoder per grupp\n"
3940
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003941#: misc/mke2fs.c:639
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003942#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003943msgid "Superblock backups stored on blocks: "
3944msgstr "Superblockkopior lagrade på block: "
3945
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003946#: misc/mke2fs.c:718
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003947#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003948msgid "Invalid stride parameter: %s\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003949msgstr "Ogiltig stride-parameter: %s\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003950
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003951#: misc/mke2fs.c:733
Göran Uddeborg0874a382008-03-10 15:08:29 -04003952#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003953msgid "Invalid stripe-width parameter: %s\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04003954msgstr "Ogiltig remsbreddsparameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003955
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003956#: misc/mke2fs.c:755
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003957#, c-format
3958msgid "Invalid resize parameter: %s\n"
3959msgstr "Ogiltig storleksändringsparameter: %s\n"
3960
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003961#: misc/mke2fs.c:762
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003962#, c-format
3963msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003964msgstr ""
3965"Storleksändringens maximum måste vara större än filsystemets storlek.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003966
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003967#: misc/mke2fs.c:786
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003968#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003969msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04003970msgstr "Storleksändring under drift stöds inte med revision 0-filsystem\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003971
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003972#: misc/mke2fs.c:808
Göran Uddeborg0874a382008-03-10 15:08:29 -04003973#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003974msgid ""
3975"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003976"Bad option(s) specified: %s\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003977"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003978"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003979"\tis set off by an equals ('=') sign.\n"
3980"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003981"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003982"\tstride=<RAID per-disk data chunk in blocks>\n"
3983"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003984"\tresize=<resize maximum size in blocks>\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003985"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003986"\ttest_fs\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04003987"\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003988msgstr ""
3989"\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04003990"Felaktiga flaggor angivna: %s\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003991"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003992"Utökade flaggor separeras med komman, och kan ta ett argument som avdelas "
3993"med\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003994"\tett likhetstecken (\"=\").\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04003995"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003996"Giltiga utökade flaggor är:\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04003997"\tstride=<RAID-datadstycken per disk i block>\n"
3998"\tstripe-width=<RAID-kliv · datadiskar i block>\n"
3999"\tresize=<maximal storleksändringsstorlek i block>\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004000"\tlazy_itable_init=<0 för att avaktivera, 1 för att aktivera>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004001"\ttest_fs\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004002"\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004003
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004004#: misc/mke2fs.c:824
Theodore Ts'o8f741372008-02-28 21:47:05 -05004005#, c-format
4006msgid ""
4007"\n"
4008"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4009"\n"
4010msgstr ""
Göran Uddeborg0874a382008-03-10 15:08:29 -04004011"\n"
4012"Varning: RAID-remsbredd %u är inte en jämn multipel av klivet %u.\n"
4013"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004014
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004015#: misc/mke2fs.c:856
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004016#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004017msgid ""
4018"Syntax error in mke2fs config file (%s, line #%d)\n"
4019"\t%s\n"
4020msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004021"Syntaxfel i mke2fs konfigurationsfil (%s, rad nr %d)\n"
4022"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004023
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004024#: misc/mke2fs.c:869 misc/tune2fs.c:353
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004025#, c-format
4026msgid "Invalid filesystem option set: %s\n"
4027msgstr "Ogiltig filsystemsflagga satt: %s\n"
4028
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004029#: misc/mke2fs.c:979
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004030#, c-format
4031msgid ""
4032"\n"
4033"Warning! Your mke2fs.conf file does not define the %s filesystem type.\n"
4034msgstr ""
4035"\n"
4036"Varning! Din mke2fs.conf-fil definierar inte filsystemtypen %s.\n"
4037
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004038#: misc/mke2fs.c:982
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004039#, c-format
4040msgid ""
4041"You probably need to install an updated mke2fs.conf file.\n"
4042"\n"
4043msgstr ""
4044"Du behöver förmodligen installera en uppdaterad mke2fs.conf-fil.\n"
4045"\n"
4046
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004047#: misc/mke2fs.c:1177
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004048#, c-format
4049msgid "invalid block size - %s"
4050msgstr "felaktig blockstorlek - %s"
4051
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004052#: misc/mke2fs.c:1181
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004053#, c-format
4054msgid "Warning: blocksize %d not usable on most systems.\n"
4055msgstr "Varning: blockstorlek %d är inte användbar på de flesta system.\n"
4056
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004057#: misc/mke2fs.c:1197
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004058#, c-format
4059msgid "invalid fragment size - %s"
4060msgstr "ogiltig fragmentstorlek - %s"
4061
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004062#: misc/mke2fs.c:1203
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004063#, c-format
4064msgid "Warning: fragments not supported. Ignoring -f option\n"
4065msgstr "Varning: fragment stöds inte. Ignorerar -f-flagga\n"
4066
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004067#: misc/mke2fs.c:1210
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004068msgid "Illegal number for blocks per group"
4069msgstr "Ogiltigt antal för block per grupp"
4070
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004071#: misc/mke2fs.c:1215
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004072msgid "blocks per group must be multiple of 8"
4073msgstr "block per grupp måste vara en multipel av 8"
4074
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004075#: misc/mke2fs.c:1223
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004076msgid "Illegal number for flex_bg size"
4077msgstr "Felaktigt tal för flex_bg-storlek"
4078
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004079#: misc/mke2fs.c:1229
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004080msgid "flex_bg size must be a power of 2"
4081msgstr "storlek på flex_bg måste vara en multipel av 2"
4082
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004083#: misc/mke2fs.c:1239
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004084#, c-format
4085msgid "invalid inode ratio %s (min %d/max %d)"
4086msgstr "ogiltig inodsförhållande %s (min %d/max %d)"
4087
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004088#: misc/mke2fs.c:1256
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004089msgid "in malloc for bad_blocks_filename"
4090msgstr "i malloc för bad_blocks_filename"
4091
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004092#: misc/mke2fs.c:1265
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004093#, c-format
4094msgid "invalid reserved blocks percent - %s"
4095msgstr "ogiltig procentandel reserverade block - %s"
4096
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004097#: misc/mke2fs.c:1283
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004098#, c-format
4099msgid "bad revision level - %s"
4100msgstr "felaktigt versionsnivå - %s"
4101
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004102#: misc/mke2fs.c:1295
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004103#, c-format
4104msgid "invalid inode size - %s"
4105msgstr "ogiltig inodsstorlek - %s"
4106
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004107#: misc/mke2fs.c:1315
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004108#, c-format
4109msgid "bad num inodes - %s"
4110msgstr "felaktigt antal inoder - %s"
4111
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004112#: misc/mke2fs.c:1380 misc/mke2fs.c:2052
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004113#, c-format
4114msgid "while trying to open journal device %s\n"
4115msgstr "vid försök att öppna journalenhet %s\n"
4116
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004117#: misc/mke2fs.c:1386
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004118#, c-format
4119msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4120msgstr "Journalenhetens blockstorlek (%d) mindre än minsta blockstorlek %d\n"
4121
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004122#: misc/mke2fs.c:1392
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004123#, c-format
4124msgid "Using journal device's blocksize: %d\n"
4125msgstr "Använder journalenhetens blockstorlek: %d\n"
4126
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004127#: misc/mke2fs.c:1401
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004128#, c-format
4129msgid "%d-byte blocks too big for system (max %d)"
4130msgstr "%d-byteblock för stort för systemet (max %d)"
4131
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004132#: misc/mke2fs.c:1405
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004133#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004134msgid ""
4135"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4136msgstr ""
4137"Varning: %d-byteblock för stort för systemet (max %d), tvingas fortsätta\n"
4138
4139#: misc/mke2fs.c:1413
4140#, c-format
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004141msgid "invalid blocks count - %s"
4142msgstr "felaktigt blockantal - %s"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004143
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004144# "Ett" för att detta sätts in i annan sträng där det föregås av "a".
4145# Även "journal" kan sättas in på samma plats. Felrapporterat.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004146#: misc/mke2fs.c:1423
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004147msgid "filesystem"
4148msgstr "ett filsystem"
4149
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004150#: misc/mke2fs.c:1459
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004151#, c-format
4152msgid ""
4153"%s: Size of device %s too big to be expressed in 32 bits\n"
4154"\tusing a blocksize of %d.\n"
4155msgstr ""
4156"%s: Storlek på enhet %s är för stor för att uttryckas med 32 bitar\n"
4157"\tanvänder en blockstorlek på %d.\n"
4158
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004159#: misc/mke2fs.c:1468 resize/main.c:371
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004160msgid "while trying to determine filesystem size"
4161msgstr "vid försök att avgöra filsystemstorlek"
4162
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004163#: misc/mke2fs.c:1475
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004164msgid ""
4165"Couldn't determine device size; you must specify\n"
4166"the size of the filesystem\n"
4167msgstr ""
4168"Kunde inte avgöra enhetsstorlek; du måste ange\n"
4169"storleken på filsystemet\n"
4170
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004171#: misc/mke2fs.c:1482
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004172msgid ""
4173"Device size reported to be zero. Invalid partition specified, or\n"
4174"\tpartition table wasn't reread after running fdisk, due to\n"
4175"\ta modified partition being busy and in use. You may need to reboot\n"
4176"\tto re-read your partition table.\n"
4177msgstr ""
4178"Enhetsstorlek rapporterades som noll. Ogiltig partition angiven, eller\n"
4179"\tpartitionstabellen var inte omläst efter att ha kört fsck, på grund\n"
4180"\tav en modifierad partition används och är i bruk. Du kan behöva\n"
4181"\tstarta om för att läsa om din partitionstabell.\n"
4182
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004183#: misc/mke2fs.c:1500
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004184msgid "Filesystem larger than apparent device size."
4185msgstr "Filsystem större än synbar enhetsstorlek."
4186
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004187#: misc/mke2fs.c:1506
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004188#, c-format
4189msgid "Failed to parse fs types list\n"
4190msgstr "Misslyckades tolka fs-typlista\n"
4191
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004192#: misc/mke2fs.c:1542
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004193msgid "fs_types for mke2fs.conf resolution: "
4194msgstr "upplösning av fs_types för mke2fs.conf: "
4195
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004196#: misc/mke2fs.c:1549
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004197#, c-format
4198msgid "Filesystem features not supported with revision 0 filesystems\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004199msgstr "Filsystemsfunktioner som inte stöds med revision 0-filsystem\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004200
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004201#: misc/mke2fs.c:1556
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004202#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004203msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004204msgstr "Glesa superblock stöds inte med revision 0-filsystem\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004205
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004206#: misc/mke2fs.c:1568
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004207#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004208msgid "Journals not supported with revision 0 filesystems\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004209msgstr "Journaler stöds inte med revision 0-filsystem\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004210
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004211#: misc/mke2fs.c:1586
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004212#, c-format
4213msgid ""
4214"The resize_inode and meta_bg features are not compatible.\n"
4215"They can not be both enabled simultaneously.\n"
4216msgstr ""
4217"Egenskaperna resize_inode och meta_bg är inte kompatibla\n"
4218"De kan inte båda aktiveras samtidigt.\n"
4219
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004220#: misc/mke2fs.c:1603
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004221msgid "while trying to determine hardware sector size"
4222msgstr "vid försök att avgöra hårdvarusektorstorlek"
4223
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004224#: misc/mke2fs.c:1661
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004225msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004226msgstr ""
4227"reserverade block för storleksändring under drift stöds inte på icke-glesa "
4228"filsystem"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004229
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004230#: misc/mke2fs.c:1670
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004231msgid "blocks per group count out of range"
4232msgstr "antal block per grupp utanför giltigt intervall"
4233
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004234#: misc/mke2fs.c:1685
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004235msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004236msgstr ""
4237"Funktionen flex_gb är inte aktiverad, så fleg_bg-storleg kan inte anges"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004238
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004239#: misc/mke2fs.c:1697
Theodore Ts'o886017a2005-06-26 22:11:46 -04004240#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004241msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004242msgstr "ogiltig inodstorlek %d (min %d/max %d)"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004243
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004244#: misc/mke2fs.c:1711
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004245#, c-format
4246msgid "too many inodes (%llu), raise inode ratio?"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004247msgstr "för många inoder (%llu), öka inodsförhållandet?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004248
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004249#: misc/mke2fs.c:1716
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004250#, c-format
4251msgid "too many inodes (%llu), specify < 2^32 inodes"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004252msgstr "för många inoder (%llu), ange < 2^32 inoder"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004253
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004254#: misc/mke2fs.c:1731
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004255#, c-format
4256msgid ""
4257"inode_size (%u) * inodes_count (%u) too big for a\n"
4258"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4259"\tor lower inode count (-N).\n"
4260msgstr ""
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004261"inodsstorlek (%u) · inodantal (%u) för stort för ett\n"
4262"\tfilsystem med %lu block, ange högre inodsförhållande (-i)\n"
4263"\teller lägre inodantal (-N).\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004264
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004265#: misc/mke2fs.c:1828 misc/tune2fs.c:1462
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004266#, c-format
4267msgid "while trying to delete %s"
4268msgstr "vid försök att ta bort %s"
4269
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004270#: misc/mke2fs.c:1837
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004271#, c-format
4272msgid ""
4273"Overwriting existing filesystem; this can be undone using the command:\n"
4274" e2undo %s %s\n"
4275"\n"
4276msgstr ""
4277"Skriver över existerande filsystem, detta kan göras ogjort med kommandot:\n"
4278" e2undo %s %s\n"
4279"\n"
4280
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004281#: misc/mke2fs.c:1885
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004282msgid "while setting up superblock"
4283msgstr "vid uppsättning av superblock"
4284
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004285#: misc/mke2fs.c:1936
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004286#, c-format
4287msgid "unknown os - %s"
4288msgstr "okänt os - %s"
4289
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004290#: misc/mke2fs.c:1990
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004291msgid "while trying to allocate filesystem tables"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004292msgstr "vid försök att allokera filsystemstabeller"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004293
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004294#: misc/mke2fs.c:2021
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004295#, c-format
4296msgid "while zeroing block %u at end of filesystem"
4297msgstr "vid nollställning av block %u vid slutet av filsystem"
4298
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004299#: misc/mke2fs.c:2034
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004300msgid "while reserving blocks for online resize"
4301msgstr "vid reservation av block för storleksändring under drift"
4302
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004303# "En" för att detta sätts in i annan sträng där det föregås av "a".
4304# Även "filsystem" kan sättas in på samma plats. Felrapporterat.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004305#: misc/mke2fs.c:2045 misc/tune2fs.c:477
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004306msgid "journal"
4307msgstr "en journal"
4308
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004309#: misc/mke2fs.c:2057
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004310#, c-format
4311msgid "Adding journal to device %s: "
4312msgstr "Lägger till journal till enhet %s: "
4313
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004314#: misc/mke2fs.c:2064
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004315#, c-format
4316msgid ""
4317"\n"
4318"\twhile trying to add journal to device %s"
4319msgstr ""
4320"\n"
4321"\tvid försök att lägga till journal till enhet %s"
4322
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004323#: misc/mke2fs.c:2069 misc/mke2fs.c:2095 misc/tune2fs.c:506 misc/tune2fs.c:520
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004324#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004325msgid "done\n"
4326msgstr "klar\n"
4327
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004328#: misc/mke2fs.c:2083
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004329#, c-format
4330msgid "Creating journal (%u blocks): "
4331msgstr "Skapar journal (%u block): "
4332
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004333#: misc/mke2fs.c:2100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004334#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004335msgid "Writing superblocks and filesystem accounting information: "
4336msgstr "Skriver superblock och filsystemsbokföringsinformation: "
4337
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004338#: misc/mke2fs.c:2105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004339#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004340msgid ""
4341"\n"
4342"Warning, had trouble writing out superblocks."
4343msgstr ""
4344"\n"
4345"Varning, hade problem att skriva ut superblock."
4346
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004347#: misc/mke2fs.c:2108
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004348#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004349msgid ""
4350"done\n"
4351"\n"
4352msgstr ""
4353"klar\n"
4354"\n"
4355
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004356#: misc/mklost+found.c:49
4357#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004358msgid "Usage: mklost+found\n"
4359msgstr "Användning: mklost+found\n"
4360
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004361#: misc/partinfo.c:39
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004362#, c-format
4363msgid ""
4364"Usage: %s device...\n"
4365"\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004366"Prints out the partition information for each given device.\n"
4367"For example: %s /dev/hda\n"
4368"\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004369msgstr ""
4370"Användning: %s enhet...\n"
4371"\n"
4372"Skriv ut partitionsinformationen för varje angiven enhet.\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004373"Till exempel: %s /dev/hda\n"
4374"\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004375
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004376#: misc/partinfo.c:49
4377#, c-format
4378msgid "Cannot open %s: %s"
4379msgstr "Kan inte öppna %s: %s"
4380
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004381#: misc/partinfo.c:55
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004382#, c-format
4383msgid "Cannot get geometry of %s: %s"
4384msgstr "Kan inte få geometrin för %s: %s"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004385
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004386#: misc/partinfo.c:63
4387#, c-format
4388msgid "Cannot get size of %s: %s"
4389msgstr "Kan inte få storlek av %s: %s"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004390
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004391#: misc/partinfo.c:69
4392#, c-format
4393msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4394msgstr "%s: h=%3d s=%3d c=%4d start=%8d storlek=%8lu slut=%8d\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004395
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004396#: misc/tune2fs.c:96
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004397msgid "Please run e2fsck on the filesystem.\n"
4398msgstr "Kör e2fsck på filsystemet.\n"
4399
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004400#: misc/tune2fs.c:103
Göran Uddeborg0874a382008-03-10 15:08:29 -04004401#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004402msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004403"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004404"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4405"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4406"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004407"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004408"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4409"\t[ -I new_inode_size ] device\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004410msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04004411"Användning: %s [-c max_antal_monteringar] [-e felbeteende] [-g grupp]\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004412"\t[-i intervall[d|m|w]] [-j] [-J journalflaggor] [-l]\n"
4413"\t[-m reserverade_block_procent] [-o [^]monteringsflaggor[,...]]\n"
4414"\t[-r antal_reserverade_block] [-u användare] [-C antal_monteringar]\n"
4415"\t[-L volymetikett] [-M senast_monterad_katalog] [-O [^]funktion[,...]]\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004416"\t[-E utökad-flagga[,...]] [-T senaste_kontrolltid] [-U UUID]\n"
4417"\t[ -I ny_inodstorlek ] enhet\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004418
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004419#: misc/tune2fs.c:188
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004420msgid "while trying to open external journal"
4421msgstr "vid försök att öppna extern journal"
4422
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004423#: misc/tune2fs.c:192
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004424#, c-format
4425msgid "%s is not a journal device.\n"
4426msgstr "%s är inte en journalenhet.\n"
4427
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004428#: misc/tune2fs.c:207
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004429msgid "Journal superblock not found!\n"
4430msgstr "Journalsuperblock inte funnet!\n"
4431
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004432#: misc/tune2fs.c:219
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004433msgid "Filesystem's UUID not found on journal device.\n"
4434msgstr "Filsystems UUID inte funnet på journalenhet.\n"
4435
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004436#: misc/tune2fs.c:240
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004437msgid "Journal NOT removed\n"
4438msgstr "Journal INTE borttagen\n"
4439
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004440#: misc/tune2fs.c:246
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004441msgid "Journal removed\n"
4442msgstr "Journal borttagen\n"
4443
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004444#: misc/tune2fs.c:286
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004445msgid "while reading bitmaps"
4446msgstr "vid läsning av bitkartor"
4447
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004448#: misc/tune2fs.c:294
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004449msgid "while clearing journal inode"
4450msgstr "vid nollställning av journalinod"
4451
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004452#: misc/tune2fs.c:305
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004453msgid "while writing journal inode"
4454msgstr "vid skrivning av journalinod"
4455
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004456#: misc/tune2fs.c:320
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004457#, c-format
4458msgid "Invalid mount option set: %s\n"
4459msgstr "Ogiltig monteringsflagga satt: %s\n"
4460
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004461#: misc/tune2fs.c:356
Göran Uddeborg0874a382008-03-10 15:08:29 -04004462#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004463msgid "Clearing filesystem feature '%s' not supported.\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004464msgstr "Nollställning av filsystemsfunktion \"%s\" stöds inte.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004465
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004466#: misc/tune2fs.c:362
Göran Uddeborg0874a382008-03-10 15:08:29 -04004467#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004468msgid "Setting filesystem feature '%s' not supported.\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004469msgstr "Att sätta filsystemsfunktion \"%s\" stöds inte.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004470
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004471#: misc/tune2fs.c:371
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004472msgid ""
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004473"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004474"unmounted or mounted read-only.\n"
4475msgstr ""
4476"Flaggan has_journal får endast nollställas när filsystemet är\n"
4477"omonterat eller monterat enbart för läsning.\n"
4478
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004479#: misc/tune2fs.c:379
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004480msgid ""
4481"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4482"the has_journal flag.\n"
4483msgstr ""
4484"Flaggan needs_recovery är satt. Kör e2fsck före flaggan has_journal\n"
4485"nollställs.\n"
4486
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004487#: misc/tune2fs.c:412
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004488msgid ""
4489"Clearing the flex_bg flag would cause the the filesystem to be\n"
4490"inconsistent.\n"
4491msgstr ""
4492"Att nollställa flaggan flex_bg skulle få filsystemet att bli\n"
4493"inkonsistent.\n"
4494
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004495#: misc/tune2fs.c:423
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004496msgid ""
4497"The huge_file feature may only be cleared when the filesystem is\n"
4498"unmounted or mounted read-only.\n"
4499msgstr ""
4500"Flaggan huge_file får endast nollställas när filsystemet är\n"
4501"omonterat eller monterat enbart för läsning.\n"
4502
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004503#: misc/tune2fs.c:451
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004504#, c-format
4505msgid "(and reboot afterwards!)\n"
4506msgstr "(och starta om efteråt!)\n"
4507
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004508#: misc/tune2fs.c:472
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004509msgid "The filesystem already has a journal.\n"
4510msgstr "Filsystemet har redan en journal.\n"
4511
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004512#: misc/tune2fs.c:490
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004513#, c-format
4514msgid ""
4515"\n"
4516"\twhile trying to open journal on %s\n"
4517msgstr ""
4518"\n"
4519"\tvid försök att öppna journal på %s\n"
4520
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004521#: misc/tune2fs.c:494
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004522#, c-format
4523msgid "Creating journal on device %s: "
4524msgstr "Skapar journal på enhet %s: "
4525
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004526#: misc/tune2fs.c:502
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004527#, c-format
4528msgid "while adding filesystem to journal on %s"
4529msgstr "vid tillägg av filsystem till journal på %s"
4530
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004531#: misc/tune2fs.c:508
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004532msgid "Creating journal inode: "
4533msgstr "Skapar journalinod: "
4534
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004535#: misc/tune2fs.c:517
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004536msgid ""
4537"\n"
4538"\twhile trying to create journal file"
4539msgstr ""
4540"\n"
4541"\tvid försök att skapa journalfil"
4542
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004543#: misc/tune2fs.c:584
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004544#, c-format
4545msgid "Couldn't parse date/time specifier: %s"
4546msgstr "Kunde inte tolka datum-/tidsangivelse: %s"
4547
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004548#: misc/tune2fs.c:608 misc/tune2fs.c:621
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004549#, c-format
4550msgid "bad mounts count - %s"
4551msgstr "felaktigt antal monteringar - %s"
4552
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004553#: misc/tune2fs.c:637
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004554#, c-format
4555msgid "bad error behavior - %s"
4556msgstr "felaktigt felbeteende - %s"
4557
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004558#: misc/tune2fs.c:664
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004559#, c-format
4560msgid "bad gid/group name - %s"
4561msgstr "felaktigt gid/gruppnamn - %s"
4562
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004563#: misc/tune2fs.c:697
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004564#, c-format
4565msgid "bad interval - %s"
4566msgstr "felaktigt intervall - %s"
4567
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004568#: misc/tune2fs.c:725
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004569#, c-format
4570msgid "bad reserved block ratio - %s"
4571msgstr "felaktig andel reserverade block - %s"
4572
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004573#: misc/tune2fs.c:740
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004574msgid "-o may only be specified once"
4575msgstr "-o får endast anges en gång"
4576
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004577#: misc/tune2fs.c:750
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004578msgid "-O may only be specified once"
4579msgstr "-O får endast anges en gång"
4580
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004581#: misc/tune2fs.c:760
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004582#, c-format
4583msgid "bad reserved blocks count - %s"
4584msgstr "felaktigt antal reserverade block - %s"
4585
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004586#: misc/tune2fs.c:789
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004587#, c-format
4588msgid "bad uid/user name - %s"
4589msgstr "felagtigt uid/användarnamn - %s"
4590
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004591#: misc/tune2fs.c:806
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004592#, c-format
4593msgid "bad inode size - %s"
4594msgstr "felaktig inodsstorlek - %s"
4595
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004596#: misc/tune2fs.c:813
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004597#, c-format
4598msgid "Inode size must be a power of two- %s"
4599msgstr "Inodsstorlek måste vara en multipel av två- %s"
4600
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004601#: misc/tune2fs.c:900
Göran Uddeborg0874a382008-03-10 15:08:29 -04004602#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004603msgid "Invalid RAID stride: %s\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004604msgstr "Ogiltig RAID-kliv: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004605
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004606#: misc/tune2fs.c:915
Göran Uddeborg0874a382008-03-10 15:08:29 -04004607#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004608msgid "Invalid RAID stripe-width: %s\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004609msgstr "Ogiltig RAID-remsbredd: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004610
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004611#: misc/tune2fs.c:930
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004612#, c-format
4613msgid "Invalid hash algorithm: %s\n"
4614msgstr "Ogiltig hash-algoritm: %s\n"
4615
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004616#: misc/tune2fs.c:936
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004617#, c-format
4618msgid "Setting default hash algorithm to %s (%d)\n"
4619msgstr "Sätter standardhashalgoritm till %s (%d)\n"
4620
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004621#: misc/tune2fs.c:944
Göran Uddeborg0874a382008-03-10 15:08:29 -04004622#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004623msgid ""
4624"\n"
4625"Bad options specified.\n"
4626"\n"
4627"Extended options are separated by commas, and may take an argument which\n"
4628"\tis set off by an equals ('=') sign.\n"
4629"\n"
4630"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004631"\tstride=<RAID per-disk chunk size in blocks>\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004632"\tstripe_width=<RAID stride*data disks in blocks>\n"
4633"\thash_alg=<hash algorithm>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004634"\ttest_fs\n"
4635"\t^test_fs\n"
4636msgstr ""
4637"\n"
4638"Felaktiga flaggor angivna.\n"
4639"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004640"Utökade flaggor separeras med komman, och kan ta ett argument som avdelas "
4641"med\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004642"\tett likhetstecken (\"=\").\n"
4643"\n"
4644"Giltiga utökade flaggor är:\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004645"\tstride=<RAID-styckestorlek per disk i block>\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004646"\tstripe_width=<RAID-kliv·datadiskar i block>\n"
4647"\thash_alg=<hash-algoritm>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004648"\ttest_fs\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004649"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004650
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004651#: misc/tune2fs.c:1384 misc/tune2fs.c:1389 resize/resize2fs.c:760
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004652msgid "blocks to be moved"
4653msgstr "block att flytta"
4654
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004655#: misc/tune2fs.c:1471
4656#, fuzzy, c-format
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004657msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004658"To undo the tune2fs operation please run the command\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004659" e2undo %s %s\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004660"\n"
4661msgstr ""
4662"För att göra tune2fs-operationer ogjorda, kör kommandot\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004663" e2undo %s %s\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004664"\n"
4665
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004666#: misc/tune2fs.c:1529
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004667#, c-format
4668msgid "The inode size is already %d\n"
4669msgstr "Inodsstorleken är redan %d\n"
4670
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004671#: misc/tune2fs.c:1534
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004672#, c-format
4673msgid "Shrinking the inode size is not supported\n"
4674msgstr "Att krympa inodsstorleken stöds inte.\n"
4675
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004676#: misc/tune2fs.c:1577
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004677#, c-format
4678msgid "Setting maximal mount count to %d\n"
4679msgstr "Sätter max antal monteringar till %d\n"
4680
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004681#: misc/tune2fs.c:1583
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004682#, c-format
4683msgid "Setting current mount count to %d\n"
4684msgstr "Sätter aktuellt antal monteringar till %d\n"
4685
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004686#: misc/tune2fs.c:1588
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004687#, c-format
4688msgid "Setting error behavior to %d\n"
4689msgstr "Sätter felbeteende till %d\n"
4690
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004691#: misc/tune2fs.c:1593
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004692#, c-format
4693msgid "Setting reserved blocks gid to %lu\n"
4694msgstr "Sätter gid för reserverade block till %lu\n"
4695
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004696#: misc/tune2fs.c:1598
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004697#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004698msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004699msgstr "Sätter intervall mellan kontroller till %lu sekunder\n"
4700
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004701#: misc/tune2fs.c:1605
Theodore Ts'of2275e32006-01-06 20:44:13 -05004702#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004703msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004704msgstr "Sätter procent reserverade block till %g%% (%u block)\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004705
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004706#: misc/tune2fs.c:1612
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004707#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004708msgid "reserved blocks count is too big (%lu)"
4709msgstr "antal reserverade block för stort (%lu)"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004710
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004711#: misc/tune2fs.c:1618
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004712#, c-format
4713msgid "Setting reserved blocks count to %lu\n"
4714msgstr "Sätter antal reserverade block till %lu\n"
4715
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004716#: misc/tune2fs.c:1624
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004717msgid ""
4718"\n"
4719"The filesystem already has sparse superblocks.\n"
4720msgstr ""
4721"\n"
4722"Filsystemet har redan glesa superblock.\n"
4723
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004724#: misc/tune2fs.c:1631
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004725#, c-format
4726msgid ""
4727"\n"
4728"Sparse superblock flag set. %s"
4729msgstr ""
4730"\n"
4731"Flaggan för glesa superblock satt. %s"
4732
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004733#: misc/tune2fs.c:1636
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004734msgid ""
4735"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004736"Clearing the sparse superflag not supported.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004737msgstr ""
Göran Uddeborg0874a382008-03-10 15:08:29 -04004738"\n"
4739"Nollställning av superflaggan gles stöds inte.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004740
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004741#: misc/tune2fs.c:1643
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004742#, c-format
4743msgid "Setting time filesystem last checked to %s\n"
4744msgstr "Sätter tidpunkt för senaste filsystemskontroll till %s\n"
4745
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004746#: misc/tune2fs.c:1649
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004747#, c-format
4748msgid "Setting reserved blocks uid to %lu\n"
4749msgstr "Sätter uid för reserverade block till %lu\n"
4750
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004751#: misc/tune2fs.c:1700
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004752msgid "Invalid UUID format\n"
4753msgstr "Ogiltigt UUID-format\n"
4754
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004755#: misc/tune2fs.c:1712
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004756msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4757msgstr "Inodsstorleken får endast ändras när filsystemet är omonterat.\n"
4758
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004759#: misc/tune2fs.c:1719
4760msgid ""
4761"Changing the inode size not supported for filesystems with the flex_bg\n"
4762"feature enabled.\n"
4763msgstr ""
4764
4765#: misc/tune2fs.c:1731
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004766msgid ""
4767"Error in resizing the inode size.\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004768"Run e2undo to undo the file system changes. \n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004769msgstr ""
4770"Fel när storleken på inoder ändrades.\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004771"Kör e2undo för att göra filsystemsändringarna ogjorda. \n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004772
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004773#: misc/tune2fs.c:1735
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004774#, c-format
4775msgid "Setting inode size %lu\n"
4776msgstr "Sätter inodsstorlek till %lu\n"
4777
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004778#: misc/tune2fs.c:1745
Göran Uddeborg0874a382008-03-10 15:08:29 -04004779#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004780msgid "Setting stride size to %d\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004781msgstr "Sätter klivstorlek till %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004782
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004783#: misc/tune2fs.c:1750
Göran Uddeborg0874a382008-03-10 15:08:29 -04004784#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004785msgid "Setting stripe width to %d\n"
Göran Uddeborg0874a382008-03-10 15:08:29 -04004786msgstr "Sätter remsbredd till %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004787
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004788#: misc/util.c:72
4789msgid "Proceed anyway? (y,n) "
4790msgstr "Fortsätt ändå? (j,n) "
4791
4792#: misc/util.c:93
4793#, c-format
4794msgid "Could not stat %s --- %s\n"
4795msgstr "Kunde inte ta status på %s --- %s\n"
4796
4797#: misc/util.c:96
4798msgid ""
4799"\n"
4800"The device apparently does not exist; did you specify it correctly?\n"
4801msgstr ""
4802"\n"
4803"Enheten existerar uppenbarligen inte; angav du den korrekt?\n"
4804
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004805#: misc/util.c:107
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004806#, c-format
4807msgid "%s is not a block special device.\n"
4808msgstr "%s är inte en blockspecialenhet.\n"
4809
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004810#: misc/util.c:136
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004811#, c-format
4812msgid "%s is entire device, not just one partition!\n"
4813msgstr "%s är hela enheten, inte bara en partition!\n"
4814
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004815#: misc/util.c:158
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004816msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4817msgstr "mke2fs framtvingat ändå. Hoppas /etc/mtab är felaktig.\n"
4818
4819# %s kan bli "filsystem" eller "journal". Jag har lagt till "en"
4820# respektive "ett" i översättningarna av dessa strängar istället.
4821# Felrapporterat.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004822#: misc/util.c:163
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004823#, c-format
4824msgid "will not make a %s here!\n"
4825msgstr "skapar inte %s här!\n"
4826
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004827#: misc/util.c:170
4828msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004829msgstr "mke2fs framtvingad ändå.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004830
4831#: misc/util.c:186
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004832msgid "Couldn't allocate memory to parse journal options!\n"
4833msgstr "Kunde inte allokera minne för att tolka journalflaggor!\n"
4834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004835#: misc/util.c:228
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004836msgid ""
4837"\n"
4838"Bad journal options specified.\n"
4839"\n"
4840"Journal options are separated by commas, and may take an argument which\n"
4841"\tis set off by an equals ('=') sign.\n"
4842"\n"
4843"Valid journal options are:\n"
4844"\tsize=<journal size in megabytes>\n"
4845"\tdevice=<journal device>\n"
4846"\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004847"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004848"\n"
4849msgstr ""
4850"\n"
4851"Felaktiga journalflaggor angivna.\n"
4852"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004853"Journalflaggor separeras med kommatecken, och kan ta ett argument som\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004854"\tavgränsas med ett likhetstecken (\"=\").\n"
4855"\n"
4856"Giltiga journalflaggor är:\n"
4857"\tsize=<journalstorlek i megabyte>\n"
4858"\tenhet=<journalenhet>\n"
4859"\n"
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04004860"Journalstorleken måste vara mellan 1024 och 10240000 filsystemsblock.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004861"\n"
4862
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004863#: misc/util.c:258
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004864msgid ""
4865"\n"
4866"Filesystem too small for a journal\n"
4867msgstr ""
4868"\n"
4869"Filsystem för litet för en journal\n"
4870
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004871#: misc/util.c:265
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004872#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004873msgid ""
4874"\n"
4875"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004876"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004877msgstr ""
4878"\n"
4879"Den begärda journalstorleken är %d block; den måste vara\n"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004880"mellan 1024 och 10240000 block. Avbryter.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004881
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004882#: misc/util.c:273
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004883msgid ""
4884"\n"
4885"Journal size too big for filesystem.\n"
4886msgstr ""
4887"\n"
4888"Journalstorleken för stor för filsystem.\n"
4889
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004890#: misc/util.c:283
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004891#, c-format
4892msgid ""
4893"This filesystem will be automatically checked every %d mounts or\n"
4894"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4895msgstr ""
4896"Detta filsystem kommer automatiskt kontrolleras var %d montering eller\n"
4897"%g dag, vilket som kommer först. Använd tune2fs -c eller -i för att ändra.\n"
4898
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004899#: misc/uuidgen.c:31
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004900#, c-format
4901msgid "Usage: %s [-r] [-t]\n"
4902msgstr "Användning: %s [-r] [-t]\n"
4903
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004904#: resize/extent.c:196
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004905msgid "# Extent dump:\n"
4906msgstr "# Områdesdump:\n"
4907
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004908#: resize/extent.c:197
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004909#, c-format
4910msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4911msgstr "# Antal=%d, Storlek=%d, Markör=%d, Sorterad=%d\n"
4912
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004913#: resize/extent.c:200
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004914#, c-format
4915msgid "#\t\t %u -> %u (%d)\n"
4916msgstr "#\t\t %u -> %u (%d)\n"
4917
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004918#: resize/main.c:42
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004919#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004920msgid ""
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004921"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004922"\n"
4923msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004924"Användning: %s [-d felsökningflaggor] [-f] [-F] [-M] [-P] [-p] enhet "
4925"[ny_storlek]\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004926"\n"
4927
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004928#: resize/main.c:64
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004929msgid "Extending the inode table"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004930msgstr "Utökar inodstabellen"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004931
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004932#: resize/main.c:67
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004933msgid "Relocating blocks"
4934msgstr "Flyttar om block"
4935
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004936#: resize/main.c:70
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004937msgid "Scanning inode table"
4938msgstr "Söker igenom inodstabell"
4939
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004940#: resize/main.c:73
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004941msgid "Updating inode references"
4942msgstr "Uppdaterar inodsreferenser"
4943
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004944#: resize/main.c:76
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004945msgid "Moving inode table"
4946msgstr "Flyttar inodstabell"
4947
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004948#: resize/main.c:79
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004949msgid "Unknown pass?!?"
4950msgstr "Okänt pass?!?"
4951
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004952#: resize/main.c:82
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004953#, c-format
4954msgid "Begin pass %d (max = %lu)\n"
4955msgstr "Börja pass %d (max = %lu)\n"
4956
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004957#: resize/main.c:264
Theodore Ts'of2275e32006-01-06 20:44:13 -05004958#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004959msgid "while opening %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004960msgstr "när %s öppnades"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004961
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004962#: resize/main.c:276
Theodore Ts'of2275e32006-01-06 20:44:13 -05004963#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004964msgid "while getting stat information for %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004965msgstr "när statusinformation för %s hämtades"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004966
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004967#: resize/main.c:337
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004968#, c-format
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004969msgid ""
4970"%s: The combination of flex_bg and\n"
4971"\t!resize_inode features is not supported by resize2fs.\n"
4972msgstr ""
4973"%s: Kombinationen av funktionerna flex_bg och\n"
4974"\t!resize_inode stöds inte av resize2fs.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004975
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004976#: resize/main.c:345
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04004977#, c-format
4978msgid "Estimated minimum size of the filesystem: %u\n"
4979msgstr "Uppskattad minsta storlek på filsystemet: %u\n"
4980
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004981#: resize/main.c:381
4982#, fuzzy, c-format
4983msgid "Invalid new size: %s\n"
4984msgstr "ogiltig inodsstorlek - %s"
4985
4986#: resize/main.c:394
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004987msgid "Invalid stride length"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04004988msgstr "Ogiltig stride-längd"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004989
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004990#: resize/main.c:418
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004991#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004992msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004993"The containing partition (or device) is only %u (%dk) blocks.\n"
4994"You requested a new size of %u blocks.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004995"\n"
4996msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004997"Den rymmande partitionen (eller enheten) är bara %u (%d k) block.\n"
4998"De begärde en ny storlek på %u block.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04004999"\n"
5000
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005001#: resize/main.c:425
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005002#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005003msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005004"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005005"\n"
5006msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005007"Filsystemet är redan %u block långt. Inget behöver göras!\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005008"\n"
5009
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005010#: resize/main.c:436
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005011#, c-format
5012msgid ""
5013"Please run 'e2fsck -f %s' first.\n"
5014"\n"
5015msgstr ""
5016"Kör \"e2fsck -f %s\" först.\n"
5017"\n"
5018
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005019#: resize/main.c:447
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005020#, c-format
5021msgid "while trying to resize %s"
5022msgstr "vid försök att ändra storlek på %s"
5023
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005024#: resize/main.c:452
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005025#, c-format
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005026msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005027"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005028"\n"
5029msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005030"Filsystemet på %s är nu %u block långt.\n"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005031"\n"
5032
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04005033#: resize/online.c:37
5034#, c-format
5035msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5036msgstr "Filsystem på %s är monterat på %s, on-line-storleksändring krävs\n"
5037
5038#: resize/online.c:41
5039#, c-format
5040msgid "On-line shrinking from %u to %u not supported.\n"
5041msgstr "Att krympa uppkopplat från %u till %u stöds inte.\n"
5042
5043#: resize/online.c:61
5044msgid "Filesystem does not support online resizing"
5045msgstr "Filsystemet stödjer inte storleksändring uppkopplat"
5046
5047#: resize/online.c:68
5048#, c-format
5049msgid "while trying to open mountpoint %s"
5050msgstr "vid försök att öppna monteringspunkt %s"
5051
5052#: resize/online.c:76
5053msgid "Permission denied to resize filesystem"
5054msgstr "Rättighet att ändra storlek på filsystem nekas"
5055
5056#: resize/online.c:79
5057msgid "Kernel does not support online resizing"
5058msgstr "Kärnan stödjer inte storleksändring uppkopplat"
5059
5060#: resize/online.c:82
5061msgid "While checking for on-line resizing support"
5062msgstr "Vid kontroll av stöd för storleksändring uppkopplat"
5063
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04005064#: resize/online.c:111
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04005065#, c-format
5066msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
5067msgstr "Utför en storleksändring on-line av %s till %u (%d k) block.\n"
5068
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04005069#: resize/online.c:121
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04005070msgid "While trying to extend the last group"
5071msgstr "Vid försök att utöka den sista gruppen"
5072
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04005073#: resize/online.c:180
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04005074#, c-format
5075msgid "While trying to add group #%d"
5076msgstr "Vid försök att öppna grupp nr. %d"
5077
Göran Uddeborg3a2e0892008-10-01 21:52:02 -04005078#: resize/online.c:191
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04005079#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005080msgid ""
5081"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5082"this system.\n"
5083msgstr ""
5084"Filsystemet på %s är monterat på %s, och storleksändring on-line stöds inte "
5085"på detta system.\n"
Göran Uddeborg56fc0a72008-07-24 11:59:22 -04005086
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005087#: resize/resize2fs.c:322
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005088#, c-format
5089msgid "inodes (%llu) must be less than %u"
Theodore Ts'o01ff3292007-08-03 22:25:25 -04005090msgstr "inoder (%llu) måste vara mindre än %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005091
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005092#: resize/resize2fs.c:755
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005093msgid "reserved blocks"
5094msgstr "reserverade block"
5095
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005096#: resize/resize2fs.c:765
Theodore Ts'obc759702005-05-09 20:40:55 -04005097msgid "meta-data blocks"
5098msgstr "metadatablock"
Theodore Ts'o65b1a942003-07-25 12:10:12 -04005099
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005100#: resize/resize2fs.c:1703
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005101#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005102msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005103msgstr "Skulle aldrig inträffa: storleksändringsinoden trasig!\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005104
5105#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
5106#~ msgstr "superblock har inte har-journal-flagga, men har ext3-journal %s.\n"
5107
5108#~ msgid "Error while deleting extent: %m\n"
5109#~ msgstr "Fel vid radering av utsträckning: %m\n"
5110
5111#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
5112#~ msgstr "Återskapa journal för att göra filsystemet till ext3 igen?\n"