blob: 7593094b57c9534ada7f60e3d9320aaec2e3d0ab [file] [log] [blame]
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001# Finnish translation for e2fsprogs
2# Copyright © 2016 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Lauri Nurmi <lanurmi@iki.fi>, 2007, 2015-2016.
5#
6#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid). Also the "%B" expansion is special:
27#. it can expand to either the string "indirect block" (possibly preceded
28#. by the word "double" or "triple"), or the string "block #" immediately
29#. followed by an integer indicating a block sequence number.
30#.
31#. %b <blk> block number
32#. %B "indirect block" | "block #"<blkcount> string | string+integer
33#. %c <blk2> block number
34#. %Di <dirent> -> ino inode number
35#. %Dn <dirent> -> name string
36#. %Dr <dirent> -> rec_len
37#. %Dl <dirent> -> name_len
38#. %Dt <dirent> -> filetype
39#. %d <dir> inode number
40#. %g <group> integer
41#. %i <ino> inode number
42#. %Is <inode> -> i_size
43#. %IS <inode> -> i_extra_isize
44#. %Ib <inode> -> i_blocks
45#. %Il <inode> -> i_links_count
46#. %Im <inode> -> i_mode
47#. %IM <inode> -> i_mtime
48#. %IF <inode> -> i_faddr
49#. %If <inode> -> i_file_acl
Theodore Ts'o899425b2018-02-27 22:25:04 -050050#. %Id <inode> -> i_size_high
Theodore Ts'o4a85cc32017-01-31 17:47:06 -050051#. %Iu <inode> -> i_uid
52#. %Ig <inode> -> i_gid
53#. %It <str> file type
54#. %j <ino2> inode number
55#. %m <com_err error message>
56#. %N <num>
57#. %p ext2fs_get_pathname of directory <ino>
58#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
59#. the containing directory. (If dirent is NULL
60#. then return the pathname of directory <ino2>)
61#. %q ext2fs_get_pathname of directory <dir>
62#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
63#. the containing directory.
64#. %s <str> miscellaneous string
65#. %S backup superblock
66#. %X <num> hexadecimal format
67#.
68msgid ""
69msgstr ""
70"Project-Id-Version: e2fsprogs 1.42.12-pre2\n"
71"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -040072"POT-Creation-Date: 2018-08-18 21:03-0400\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -050073"PO-Revision-Date: 2016-05-26 21:46+0300\n"
74"Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
75"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
76"Language: fi\n"
77"MIME-Version: 1.0\n"
78"Content-Type: text/plain; charset=UTF-8\n"
79"Content-Transfer-Encoding: 8bit\n"
80"X-Bugs: Report translation errors to the Language-Team address.\n"
81"Plural-Forms: nplurals=2; plural=(n != 1);\n"
82"X-Generator: Poedit 1.8.7\n"
83
Theodore Ts'o899425b2018-02-27 22:25:04 -050084#: e2fsck/badblocks.c:23 misc/mke2fs.c:220
Theodore Ts'o4a85cc32017-01-31 17:47:06 -050085#, c-format
86msgid "Bad block %u out of range; ignored.\n"
87msgstr "Viallinen lohko %u sallitun välin ulkopuolella; jätetään huomiotta.\n"
88
89#: e2fsck/badblocks.c:46
90msgid "while sanity checking the bad blocks inode"
91msgstr ""
92
93#: e2fsck/badblocks.c:58
94msgid "while reading the bad blocks inode"
95msgstr ""
96
Theodore Ts'o40e66e22018-08-18 21:14:56 -040097#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1550
98#: e2fsck/unix.c:1664 misc/badblocks.c:1251 misc/badblocks.c:1259
99#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
100#: misc/dumpe2fs.c:688 misc/dumpe2fs.c:692 misc/e2image.c:1404
101#: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236
102#: misc/tune2fs.c:2837 misc/tune2fs.c:2931 resize/main.c:414
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500103#, c-format
104msgid "while trying to open %s"
105msgstr ""
106
107#: e2fsck/badblocks.c:83
108#, c-format
109msgid "while trying popen '%s'"
110msgstr ""
111
Theodore Ts'o899425b2018-02-27 22:25:04 -0500112#: e2fsck/badblocks.c:94 misc/mke2fs.c:243
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500113msgid "while reading in list of bad blocks from file"
114msgstr ""
115
116#: e2fsck/badblocks.c:105
117msgid "while updating bad block inode"
118msgstr ""
119
120#: e2fsck/badblocks.c:133
121#, c-format
122msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
123msgstr ""
124
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400125#: e2fsck/dirinfo.c:331
126#, fuzzy
127msgid "while freeing dir_info tdb file"
128msgstr "luettaessa juuren i-solmua"
129
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500130#: e2fsck/ehandler.c:55
131#, c-format
132msgid "Error reading block %lu (%s) while %s. "
133msgstr ""
134
135#: e2fsck/ehandler.c:58
136#, c-format
137msgid "Error reading block %lu (%s). "
138msgstr "Virhe luettaessa lohkoa %lu (%s). "
139
140#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
141msgid "Ignore error"
142msgstr ""
143
144#: e2fsck/ehandler.c:67
145msgid "Force rewrite"
146msgstr ""
147
148#: e2fsck/ehandler.c:109
149#, c-format
150msgid "Error writing block %lu (%s) while %s. "
151msgstr ""
152
153#: e2fsck/ehandler.c:112
154#, c-format
155msgid "Error writing block %lu (%s). "
156msgstr ""
157
158#: e2fsck/emptydir.c:57
159msgid "empty dirblocks"
160msgstr ""
161
162#: e2fsck/emptydir.c:62
163msgid "empty dir map"
164msgstr ""
165
166#: e2fsck/emptydir.c:98
167#, c-format
168msgid "Empty directory block %u (#%d) in inode %u\n"
169msgstr ""
170
171#: e2fsck/extend.c:22
172#, c-format
173msgid "%s: %s filename nblocks blocksize\n"
174msgstr ""
175
176#: e2fsck/extend.c:44
177#, c-format
178msgid "Illegal number of blocks!\n"
179msgstr "Virheellinen lohkojen määrä!\n"
180
181#: e2fsck/extend.c:50
182#, c-format
183msgid "Couldn't allocate block buffer (size=%d)\n"
184msgstr ""
185
186#: e2fsck/extents.c:42
187#, fuzzy
188msgid "extent rebuild inode map"
189msgstr "I-solmubittikartan luku ei onnistu"
190
191#: e2fsck/flushb.c:35
192#, c-format
193msgid "Usage: %s disk\n"
194msgstr "Käyttö: %s levy\n"
195
196#: e2fsck/flushb.c:64
197#, c-format
198msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
199msgstr ""
200
201#: e2fsck/iscan.c:44
202#, c-format
203msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
204msgstr "Käyttö: %s [-F] [-I i-solmupuskurilohkot] laite\n"
205
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400206#: e2fsck/iscan.c:81 e2fsck/unix.c:1075
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500207#, c-format
208msgid "while opening %s for flushing"
209msgstr ""
210
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400211#: e2fsck/iscan.c:86 e2fsck/unix.c:1081 resize/main.c:383
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500212#, c-format
213msgid "while trying to flush %s"
214msgstr ""
215
216#: e2fsck/iscan.c:110
217#, c-format
218msgid "while trying to open '%s'"
219msgstr ""
220
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400221#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1297
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500222msgid "while opening inode scan"
223msgstr ""
224
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400225#: e2fsck/iscan.c:127 misc/e2image.c:1316
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500226msgid "while getting next inode"
227msgstr ""
228
229#: e2fsck/iscan.c:136
230#, c-format
231msgid "%u inodes scanned.\n"
232msgstr "%u i-solmua tutkittu.\n"
233
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400234#: e2fsck/journal.c:597
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500235msgid "reading journal superblock\n"
236msgstr ""
237
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400238#: e2fsck/journal.c:670
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500239#, c-format
240msgid "%s: no valid journal superblock found\n"
241msgstr ""
242
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400243#: e2fsck/journal.c:679
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500244#, c-format
245msgid "%s: journal too short\n"
246msgstr ""
247
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400248#: e2fsck/journal.c:972 misc/fuse2fs.c:3786
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500249#, c-format
250msgid "%s: recovering journal\n"
251msgstr ""
252
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400253#: e2fsck/journal.c:974
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500254#, c-format
255msgid "%s: won't do journal recovery while read-only\n"
256msgstr ""
257
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400258#: e2fsck/journal.c:1001
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500259#, c-format
260msgid "while trying to re-open %s"
261msgstr ""
262
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400263#: e2fsck/message.c:116
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500264msgid "aextended attribute"
265msgstr ""
266
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400267#: e2fsck/message.c:117
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500268msgid "Aerror allocating"
269msgstr ""
270
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400271#: e2fsck/message.c:118
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500272msgid "bblock"
273msgstr ""
274
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400275#: e2fsck/message.c:119
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500276msgid "Bbitmap"
277msgstr ""
278
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400279#: e2fsck/message.c:120
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500280msgid "ccompress"
281msgstr ""
282
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400283#: e2fsck/message.c:121
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500284msgid "Cconflicts with some other fs @b"
285msgstr ""
286
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400287#: e2fsck/message.c:122
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500288msgid "ddirectory"
289msgstr ""
290
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400291#: e2fsck/message.c:123
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500292msgid "Ddeleted"
293msgstr ""
294
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400295#: e2fsck/message.c:124
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500296msgid "eentry"
297msgstr ""
298
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400299#: e2fsck/message.c:125
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500300msgid "E@e '%Dn' in %p (%i)"
301msgstr ""
302
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400303#: e2fsck/message.c:126
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500304msgid "ffilesystem"
305msgstr ""
306
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400307#: e2fsck/message.c:127
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500308msgid "Ffor @i %i (%Q) is"
309msgstr ""
310
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400311#: e2fsck/message.c:128
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500312msgid "ggroup"
313msgstr ""
314
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400315#: e2fsck/message.c:129
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500316msgid "hHTREE @d @i"
317msgstr ""
318
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400319#: e2fsck/message.c:130
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500320msgid "iinode"
321msgstr ""
322
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400323#: e2fsck/message.c:131
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500324msgid "Iillegal"
325msgstr ""
326
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400327#: e2fsck/message.c:132
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500328msgid "jjournal"
329msgstr ""
330
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400331#: e2fsck/message.c:133
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500332msgid "llost+found"
333msgstr ""
334
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400335#: e2fsck/message.c:134
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500336msgid "Lis a link"
337msgstr ""
338
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400339#: e2fsck/message.c:135
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500340msgid "mmultiply-claimed"
341msgstr ""
342
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400343#: e2fsck/message.c:136
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500344msgid "ninvalid"
345msgstr ""
346
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400347#: e2fsck/message.c:137
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500348msgid "oorphaned"
349msgstr ""
350
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400351#: e2fsck/message.c:138
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500352msgid "pproblem in"
353msgstr ""
354
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400355#: e2fsck/message.c:139
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500356msgid "qquota"
357msgstr ""
358
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400359#: e2fsck/message.c:140
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500360msgid "rroot @i"
361msgstr ""
362
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400363#: e2fsck/message.c:141
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500364msgid "sshould be"
365msgstr ""
366
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400367#: e2fsck/message.c:142
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500368msgid "Ssuper@b"
369msgstr ""
370
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400371#: e2fsck/message.c:143
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500372msgid "uunattached"
373msgstr ""
374
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400375#: e2fsck/message.c:144
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500376msgid "vdevice"
377msgstr ""
378
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400379#: e2fsck/message.c:145
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500380msgid "xextent"
381msgstr ""
382
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400383#: e2fsck/message.c:146
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500384msgid "zzero-length"
385msgstr ""
386
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400387#: e2fsck/message.c:157
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500388msgid "<The NULL inode>"
389msgstr ""
390
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400391#: e2fsck/message.c:158
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500392msgid "<The bad blocks inode>"
393msgstr ""
394
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400395#: e2fsck/message.c:160
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500396msgid "<The user quota inode>"
397msgstr ""
398
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400399#: e2fsck/message.c:161
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500400msgid "<The group quota inode>"
401msgstr ""
402
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400403#: e2fsck/message.c:162
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500404msgid "<The boot loader inode>"
405msgstr ""
406
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400407#: e2fsck/message.c:163
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500408msgid "<The undelete directory inode>"
409msgstr ""
410
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400411#: e2fsck/message.c:164
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500412msgid "<The group descriptor inode>"
413msgstr ""
414
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400415#: e2fsck/message.c:165
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500416msgid "<The journal inode>"
417msgstr ""
418
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400419#: e2fsck/message.c:166
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500420msgid "<Reserved inode 9>"
421msgstr ""
422
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400423#: e2fsck/message.c:167
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500424msgid "<Reserved inode 10>"
425msgstr ""
426
Theodore Ts'o899425b2018-02-27 22:25:04 -0500427#: e2fsck/message.c:327
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500428msgid "regular file"
429msgstr "tavallinen tiedosto"
430
Theodore Ts'o899425b2018-02-27 22:25:04 -0500431#: e2fsck/message.c:329
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500432msgid "directory"
433msgstr "hakemisto"
434
Theodore Ts'o899425b2018-02-27 22:25:04 -0500435#: e2fsck/message.c:331
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500436msgid "character device"
437msgstr "merkkilaite"
438
Theodore Ts'o899425b2018-02-27 22:25:04 -0500439#: e2fsck/message.c:333
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500440msgid "block device"
441msgstr "lohkolaite"
442
Theodore Ts'o899425b2018-02-27 22:25:04 -0500443#: e2fsck/message.c:335
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500444msgid "named pipe"
445msgstr "nimetty putki"
446
Theodore Ts'o899425b2018-02-27 22:25:04 -0500447#: e2fsck/message.c:337
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500448msgid "symbolic link"
449msgstr "symbolinen linkki"
450
Theodore Ts'o899425b2018-02-27 22:25:04 -0500451#: e2fsck/message.c:339 misc/uuidd.c:162
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500452msgid "socket"
453msgstr "pistoke"
454
Theodore Ts'o899425b2018-02-27 22:25:04 -0500455#: e2fsck/message.c:341
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500456#, c-format
457msgid "unknown file type with mode 0%o"
458msgstr ""
459
Theodore Ts'o899425b2018-02-27 22:25:04 -0500460#: e2fsck/message.c:412
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500461msgid "indirect block"
462msgstr "epäsuora lohko"
463
Theodore Ts'o899425b2018-02-27 22:25:04 -0500464#: e2fsck/message.c:414
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500465msgid "double indirect block"
466msgstr ""
467
Theodore Ts'o899425b2018-02-27 22:25:04 -0500468#: e2fsck/message.c:416
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500469msgid "triple indirect block"
470msgstr ""
471
Theodore Ts'o899425b2018-02-27 22:25:04 -0500472#: e2fsck/message.c:418
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500473msgid "translator block"
474msgstr ""
475
Theodore Ts'o899425b2018-02-27 22:25:04 -0500476#: e2fsck/message.c:420
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500477msgid "block #"
478msgstr ""
479
Theodore Ts'o899425b2018-02-27 22:25:04 -0500480#: e2fsck/message.c:482
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400481msgid "user"
482msgstr ""
483
Theodore Ts'o899425b2018-02-27 22:25:04 -0500484#: e2fsck/message.c:485
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400485msgid "group"
486msgstr ""
487
Theodore Ts'o899425b2018-02-27 22:25:04 -0500488#: e2fsck/message.c:488
Theodore Ts'o21725192017-08-23 19:46:04 -0400489msgid "project"
490msgstr ""
491
Theodore Ts'o899425b2018-02-27 22:25:04 -0500492#: e2fsck/message.c:491
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400493#, fuzzy
494msgid "unknown quota type"
495msgstr "tuntematon käyttöjärjestelmä - %s"
496
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500497#: e2fsck/pass1b.c:222
498msgid "multiply claimed inode map"
499msgstr ""
500
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400501#: e2fsck/pass1b.c:672 e2fsck/pass1b.c:826
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500502#, c-format
503msgid "internal error: can't find dup_blk for %llu\n"
504msgstr ""
505
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400506#: e2fsck/pass1b.c:952
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500507msgid "returned from clone_file_block"
508msgstr ""
509
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400510#: e2fsck/pass1b.c:976
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500511#, c-format
512msgid "internal error: couldn't lookup EA block record for %llu"
513msgstr ""
514
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400515#: e2fsck/pass1b.c:988
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500516#, c-format
517msgid "internal error: couldn't lookup EA inode record for %u"
518msgstr ""
519
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500520#: e2fsck/pass1.c:356
Theodore Ts'o899425b2018-02-27 22:25:04 -0500521#, c-format
522msgid "while hashing entry with e_value_inum = %u"
523msgstr ""
524
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400525#: e2fsck/pass1.c:774 e2fsck/pass2.c:1005
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500526msgid "reading directory block"
527msgstr ""
528
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400529#: e2fsck/pass1.c:1223
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500530msgid "in-use inode map"
531msgstr ""
532
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400533#: e2fsck/pass1.c:1234
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500534msgid "directory inode map"
535msgstr ""
536
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400537#: e2fsck/pass1.c:1244
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500538msgid "regular file inode map"
539msgstr ""
540
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400541#: e2fsck/pass1.c:1253 misc/e2image.c:1272
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500542msgid "in-use block map"
543msgstr ""
544
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400545#: e2fsck/pass1.c:1262
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500546#, fuzzy
547msgid "metadata block map"
548msgstr "Lohkobittikartan luku ei onnistu"
549
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400550#: e2fsck/pass1.c:1324
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500551#, fuzzy
552msgid "opening inode scan"
553msgstr "Laajennetaan i-solmutaulua"
554
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400555#: e2fsck/pass1.c:1362
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500556msgid "getting next inode from scan"
557msgstr ""
558
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500559#: e2fsck/pass1.c:2066
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500560msgid "Pass 1"
561msgstr "Vaihe 1"
562
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500563#: e2fsck/pass1.c:2127
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500564#, c-format
565msgid "reading indirect blocks of inode %u"
566msgstr ""
567
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500568#: e2fsck/pass1.c:2178
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500569msgid "bad inode map"
570msgstr ""
571
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500572#: e2fsck/pass1.c:2218
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500573msgid "inode in bad block map"
574msgstr ""
575
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500576#: e2fsck/pass1.c:2238
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500577msgid "imagic inode map"
578msgstr ""
579
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400580#: e2fsck/pass1.c:2269
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500581msgid "multiply claimed block map"
582msgstr ""
583
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400584#: e2fsck/pass1.c:2394
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500585msgid "ext attr block map"
586msgstr ""
587
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500588#: e2fsck/pass1.c:3637
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500589#, c-format
590msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
591msgstr ""
592
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500593#: e2fsck/pass1.c:4054
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500594msgid "block bitmap"
595msgstr ""
596
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500597#: e2fsck/pass1.c:4060
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500598msgid "inode bitmap"
599msgstr ""
600
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500601#: e2fsck/pass1.c:4066
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500602msgid "inode table"
603msgstr ""
604
Theodore Ts'o899425b2018-02-27 22:25:04 -0500605#: e2fsck/pass2.c:307
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500606msgid "Pass 2"
607msgstr "Vaihe 2"
608
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400609#: e2fsck/pass2.c:1077 e2fsck/pass2.c:1244
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500610msgid "Can not continue."
611msgstr "Ei voida jatkaa."
612
613#: e2fsck/pass3.c:77
614msgid "inode done bitmap"
615msgstr ""
616
617#: e2fsck/pass3.c:86
618msgid "Peak memory"
619msgstr ""
620
621#: e2fsck/pass3.c:149
622msgid "Pass 3"
623msgstr "Vaihe 3"
624
625#: e2fsck/pass3.c:344
626msgid "inode loop detection bitmap"
627msgstr ""
628
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400629#: e2fsck/pass4.c:277
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500630msgid "Pass 4"
631msgstr "Vaihe 4"
632
Theodore Ts'o899425b2018-02-27 22:25:04 -0500633#: e2fsck/pass5.c:79
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500634msgid "Pass 5"
635msgstr "Vaihe 5"
636
Theodore Ts'o899425b2018-02-27 22:25:04 -0500637#: e2fsck/pass5.c:102
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500638msgid "check_inode_bitmap_checksum: Memory allocation error"
639msgstr ""
640
Theodore Ts'o899425b2018-02-27 22:25:04 -0500641#: e2fsck/pass5.c:156
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500642msgid "check_block_bitmap_checksum: Memory allocation error"
643msgstr ""
644
645#: e2fsck/problem.c:51
646msgid "(no prompt)"
647msgstr ""
648
649#: e2fsck/problem.c:52
650msgid "Fix"
651msgstr ""
652
653#: e2fsck/problem.c:53
654msgid "Clear"
655msgstr ""
656
657#: e2fsck/problem.c:54
658msgid "Relocate"
659msgstr ""
660
661#: e2fsck/problem.c:55
662msgid "Allocate"
663msgstr ""
664
665#: e2fsck/problem.c:56
666msgid "Expand"
667msgstr ""
668
669#: e2fsck/problem.c:57
670msgid "Connect to /lost+found"
671msgstr ""
672
673#: e2fsck/problem.c:58
674msgid "Create"
675msgstr ""
676
677#: e2fsck/problem.c:59
678msgid "Salvage"
679msgstr ""
680
681#: e2fsck/problem.c:60
682msgid "Truncate"
683msgstr ""
684
685#: e2fsck/problem.c:61
686msgid "Clear inode"
687msgstr ""
688
689#: e2fsck/problem.c:62
690msgid "Abort"
691msgstr ""
692
693#: e2fsck/problem.c:63
694msgid "Split"
695msgstr ""
696
697#: e2fsck/problem.c:64
698msgid "Continue"
699msgstr ""
700
701#: e2fsck/problem.c:65
702msgid "Clone multiply-claimed blocks"
703msgstr ""
704
705#: e2fsck/problem.c:66
706msgid "Delete file"
707msgstr ""
708
709#: e2fsck/problem.c:67
710msgid "Suppress messages"
711msgstr ""
712
713#: e2fsck/problem.c:68
714msgid "Unlink"
715msgstr ""
716
717#: e2fsck/problem.c:69
718msgid "Clear HTree index"
719msgstr ""
720
721#: e2fsck/problem.c:70
722msgid "Recreate"
723msgstr ""
724
725#: e2fsck/problem.c:79
726msgid "(NONE)"
727msgstr ""
728
729#: e2fsck/problem.c:80
730msgid "FIXED"
731msgstr ""
732
733#: e2fsck/problem.c:81
734msgid "CLEARED"
735msgstr ""
736
737#: e2fsck/problem.c:82
738msgid "RELOCATED"
739msgstr ""
740
741#: e2fsck/problem.c:83
742msgid "ALLOCATED"
743msgstr ""
744
745#: e2fsck/problem.c:84
746msgid "EXPANDED"
747msgstr ""
748
749#: e2fsck/problem.c:85
750msgid "RECONNECTED"
751msgstr ""
752
753#: e2fsck/problem.c:86
754msgid "CREATED"
755msgstr ""
756
757#: e2fsck/problem.c:87
758msgid "SALVAGED"
759msgstr ""
760
761#: e2fsck/problem.c:88
762msgid "TRUNCATED"
763msgstr ""
764
765#: e2fsck/problem.c:89
766msgid "INODE CLEARED"
767msgstr ""
768
769#: e2fsck/problem.c:90
770msgid "ABORTED"
771msgstr "KESKEYTETTY"
772
773#: e2fsck/problem.c:91
774msgid "SPLIT"
775msgstr ""
776
777#: e2fsck/problem.c:92
778msgid "CONTINUING"
779msgstr ""
780
781#: e2fsck/problem.c:93
782msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
783msgstr ""
784
785#: e2fsck/problem.c:94
786msgid "FILE DELETED"
787msgstr ""
788
789#: e2fsck/problem.c:95
790msgid "SUPPRESSED"
791msgstr ""
792
793#: e2fsck/problem.c:96
794msgid "UNLINKED"
795msgstr ""
796
797#: e2fsck/problem.c:97
798msgid "HTREE INDEX CLEARED"
799msgstr ""
800
801#: e2fsck/problem.c:98
802msgid "WILL RECREATE"
803msgstr ""
804
805#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400806#: e2fsck/problem.c:112
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500807msgid "@b @B for @g %g is not in @g. (@b %b)\n"
808msgstr ""
809
810#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400811#: e2fsck/problem.c:116
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500812msgid "@i @B for @g %g is not in @g. (@b %b)\n"
813msgstr ""
814
815#. @-expanded: inode table for group %g is not in group. (block %b)\n
816#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400817#: e2fsck/problem.c:121
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500818msgid ""
819"@i table for @g %g is not in @g. (@b %b)\n"
820"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
821msgstr ""
822
823#. @-expanded: \n
824#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
825#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
826#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
827#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
828#. @-expanded: e2fsck -b 8193 <device>\n
829#. @-expanded: or\n
830#. @-expanded: e2fsck -b 32768 <device>\n
831#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400832#: e2fsck/problem.c:127
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500833msgid ""
834"\n"
835"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
836"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
837"@f (and not swap or ufs or something else), then the @S\n"
838"is corrupt, and you might try running e2fsck with an alternate @S:\n"
839" e2fsck -b 8193 <@v>\n"
840" or\n"
841" e2fsck -b 32768 <@v>\n"
842"\n"
843msgstr ""
844
845#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
846#. @-expanded: The physical size of the device is %c blocks\n
847#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400848#: e2fsck/problem.c:138
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500849msgid ""
850"The @f size (according to the @S) is %b @bs\n"
851"The physical size of the @v is %c @bs\n"
852"Either the @S or the partition table is likely to be corrupt!\n"
853msgstr ""
854
855#. @-expanded: superblock block_size = %b, fragsize = %c.\n
856#. @-expanded: This version of e2fsck does not support fragment sizes different\n
857#. @-expanded: from the block size.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400858#: e2fsck/problem.c:145
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500859msgid ""
860"@S @b_size = %b, fragsize = %c.\n"
861"This version of e2fsck does not support fragment sizes different\n"
862"from the @b size.\n"
863msgstr ""
864
865#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400866#: e2fsck/problem.c:152
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500867msgid "@S @bs_per_group = %b, should have been %c\n"
868msgstr ""
869
870#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400871#: e2fsck/problem.c:157
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500872msgid "@S first_data_@b = %b, should have been %c\n"
873msgstr ""
874
875#. @-expanded: filesystem did not have a UUID; generating one.\n
876#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400877#: e2fsck/problem.c:162
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500878msgid ""
879"@f did not have a UUID; generating one.\n"
880"\n"
881msgstr ""
882
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400883#: e2fsck/problem.c:167
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500884#, c-format
885msgid ""
886"Note: if several inode or block bitmap blocks or part\n"
887"of the inode table require relocation, you may wish to try\n"
888"running e2fsck with the '-b %S' option first. The problem\n"
889"may lie only with the primary block group descriptors, and\n"
890"the backup block group descriptors may be OK.\n"
891"\n"
892msgstr ""
893
894#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400895#: e2fsck/problem.c:176
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500896msgid "Corruption found in @S. (%s = %N).\n"
897msgstr ""
898
899#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400900#: e2fsck/problem.c:181
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500901#, c-format
902msgid "Error determining size of the physical @v: %m\n"
903msgstr ""
904
905#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400906#: e2fsck/problem.c:186
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500907msgid "@i count in @S is %i, @s %j.\n"
908msgstr ""
909
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400910#: e2fsck/problem.c:190
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500911msgid "The Hurd does not support the filetype feature.\n"
912msgstr ""
913
914#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400915#: e2fsck/problem.c:195
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500916#, c-format
917msgid "@S has an @n @j (@i %i).\n"
918msgstr ""
919
920#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400921#: e2fsck/problem.c:200
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500922msgid "External @j has multiple @f users (unsupported).\n"
923msgstr ""
924
925#. @-expanded: Can't find external journal\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400926#: e2fsck/problem.c:205
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500927msgid "Can't find external @j\n"
928msgstr ""
929
930#. @-expanded: External journal has bad superblock\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400931#: e2fsck/problem.c:210
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500932msgid "External @j has bad @S\n"
933msgstr ""
934
935#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400936#: e2fsck/problem.c:215
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500937msgid "External @j does not support this @f\n"
938msgstr ""
939
940#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
941#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
942#. @-expanded: format.\n
943#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400944#: e2fsck/problem.c:220
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500945msgid ""
946"@f @j @S is unknown type %N (unsupported).\n"
947"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
948"format.\n"
949"It is also possible the @j @S is corrupt.\n"
950msgstr ""
951
952#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400953#: e2fsck/problem.c:228
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500954msgid "@j @S is corrupt.\n"
955msgstr ""
956
957#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400958#: e2fsck/problem.c:233
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500959msgid "@S has_@j flag is clear, but a @j is present.\n"
960msgstr ""
961
962#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400963#: e2fsck/problem.c:238
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500964msgid "@S needs_recovery flag is set, but no @j is present.\n"
965msgstr ""
966
967#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400968#: e2fsck/problem.c:243
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500969msgid "@S needs_recovery flag is clear, but @j has data.\n"
970msgstr ""
971
972#. @-expanded: Clear journal
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400973#: e2fsck/problem.c:248
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500974msgid "Clear @j"
975msgstr ""
976
977#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400978#: e2fsck/problem.c:253 e2fsck/problem.c:764
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500979msgid "@f has feature flag(s) set, but is a revision 0 @f. "
980msgstr ""
981
982#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400983#: e2fsck/problem.c:258
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500984msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
985msgstr ""
986
987#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400988#: e2fsck/problem.c:263
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500989msgid "@I %B (%b) found in @o @i %i.\n"
990msgstr ""
991
992#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400993#: e2fsck/problem.c:268
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500994msgid "Already cleared %B (%b) found in @o @i %i.\n"
995msgstr ""
996
997#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400998#: e2fsck/problem.c:273
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500999#, c-format
1000msgid "@I @o @i %i in @S.\n"
1001msgstr ""
1002
1003#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001004#: e2fsck/problem.c:278
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001005#, c-format
1006msgid "@I @i %i in @o @i list.\n"
1007msgstr ""
1008
1009#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001010#: e2fsck/problem.c:283
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001011msgid "@j @S has an unknown read-only feature flag set.\n"
1012msgstr ""
1013
1014#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001015#: e2fsck/problem.c:288
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001016msgid "@j @S has an unknown incompatible feature flag set.\n"
1017msgstr ""
1018
1019#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001020#: e2fsck/problem.c:293
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001021msgid "@j version not supported by this e2fsck.\n"
1022msgstr ""
1023
1024#. @-expanded: Moving journal from /%s to hidden inode.\n
1025#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001026#: e2fsck/problem.c:298
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001027#, c-format
1028msgid ""
1029"Moving @j from /%s to hidden @i.\n"
1030"\n"
1031msgstr ""
1032
1033#. @-expanded: Error moving journal: %m\n
1034#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001035#: e2fsck/problem.c:303
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001036#, c-format
1037msgid ""
1038"Error moving @j: %m\n"
1039"\n"
1040msgstr ""
1041
1042#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1043#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1044#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001045#: e2fsck/problem.c:308
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001046msgid ""
1047"Found @n V2 @j @S fields (from V1 @j).\n"
1048"Clearing fields beyond the V1 @j @S...\n"
1049"\n"
1050msgstr ""
1051
1052#. @-expanded: Run journal anyway
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001053#: e2fsck/problem.c:314
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001054msgid "Run @j anyway"
1055msgstr ""
1056
1057#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001058#: e2fsck/problem.c:319
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001059msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1060msgstr ""
1061
1062#. @-expanded: Backing up journal inode block information.\n
1063#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001064#: e2fsck/problem.c:324
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001065msgid ""
1066"Backing up @j @i @b information.\n"
1067"\n"
1068msgstr ""
1069
1070#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1071#. @-expanded: is %N; should be zero.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001072#: e2fsck/problem.c:330
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001073msgid ""
1074"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1075"is %N; @s zero. "
1076msgstr ""
1077
1078#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001079#: e2fsck/problem.c:336
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001080msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1081msgstr ""
1082
1083#. @-expanded: Resize inode not valid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001084#: e2fsck/problem.c:341
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001085msgid "Resize @i not valid. "
1086msgstr ""
1087
1088#. @-expanded: superblock last mount time (%t,\n
1089#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001090#: e2fsck/problem.c:346
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001091msgid ""
1092"@S last mount time (%t,\n"
1093"\tnow = %T) is in the future.\n"
1094msgstr ""
1095
1096#. @-expanded: superblock last write time (%t,\n
1097#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001098#: e2fsck/problem.c:351
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001099msgid ""
1100"@S last write time (%t,\n"
1101"\tnow = %T) is in the future.\n"
1102msgstr ""
1103
1104#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001105#: e2fsck/problem.c:356
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001106#, c-format
1107msgid "@S hint for external superblock @s %X. "
1108msgstr ""
1109
1110#. @-expanded: Adding dirhash hint to filesystem.\n
1111#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001112#: e2fsck/problem.c:361
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001113msgid ""
1114"Adding dirhash hint to @f.\n"
1115"\n"
1116msgstr ""
1117
1118#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001119#: e2fsck/problem.c:366
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001120msgid "@g descriptor %g checksum is %04x, should be %04y. "
1121msgstr ""
1122
1123#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001124#: e2fsck/problem.c:371
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001125#, c-format
1126msgid "@g descriptor %g marked uninitialized without feature set.\n"
1127msgstr ""
1128
1129#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001130#: e2fsck/problem.c:376
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001131msgid "@g descriptor %g has invalid unused inodes count %b. "
1132msgstr ""
1133
1134#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001135#: e2fsck/problem.c:381
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001136msgid "Last @g @b @B uninitialized. "
1137msgstr ""
1138
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001139#: e2fsck/problem.c:386
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001140#, c-format
1141msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1142msgstr ""
1143
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001144#: e2fsck/problem.c:391
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001145msgid "The test_fs flag is set (and ext4 is available). "
1146msgstr ""
1147
1148#. @-expanded: superblock last mount time is in the future.\n
1149#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1150#. @-expanded: set)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001151#: e2fsck/problem.c:396
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001152msgid ""
1153"@S last mount time is in the future.\n"
1154"\t(by less than a day, probably due to the hardware clock being incorrectly "
1155"set)\n"
1156msgstr ""
1157
1158#. @-expanded: superblock last write time is in the future.\n
1159#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1160#. @-expanded: set)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001161#: e2fsck/problem.c:402
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001162msgid ""
1163"@S last write time is in the future.\n"
1164"\t(by less than a day, probably due to the hardware clock being incorrectly "
1165"set)\n"
1166msgstr ""
1167
1168#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001169#: e2fsck/problem.c:408
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001170msgid "One or more @b @g descriptor checksums are invalid. "
1171msgstr ""
1172
1173#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001174#: e2fsck/problem.c:413
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001175msgid "Setting free @is count to %j (was %i)\n"
1176msgstr ""
1177
1178#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001179#: e2fsck/problem.c:418
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001180msgid "Setting free @bs count to %c (was %b)\n"
1181msgstr ""
1182
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001183#. @-expanded: Hiding %U quota inode %i (%Q).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001184#: e2fsck/problem.c:423
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001185msgid "Hiding %U @q @i %i (%Q).\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001186msgstr ""
1187
1188#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001189#: e2fsck/problem.c:428
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001190msgid "@S has invalid MMP block. "
1191msgstr ""
1192
1193#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001194#: e2fsck/problem.c:433
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001195msgid "@S has invalid MMP magic. "
1196msgstr ""
1197
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001198#: e2fsck/problem.c:438
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001199#, c-format
1200msgid "ext2fs_open2: %m\n"
1201msgstr ""
1202
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001203#: e2fsck/problem.c:443
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001204#, c-format
1205msgid "ext2fs_check_desc: %m\n"
1206msgstr ""
1207
1208#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1209#. @-expanded: simultaneously.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001210#: e2fsck/problem.c:449
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001211msgid ""
1212"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1213"simultaneously."
1214msgstr ""
1215
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001216#. @-expanded: superblock MMP block checksum does not match.
1217#: e2fsck/problem.c:455
1218msgid "@S MMP @b checksum does not match. "
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001219msgstr ""
1220
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001221#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001222#: e2fsck/problem.c:460
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001223msgid "@S 64bit @f needs extents to access the whole disk. "
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001224msgstr ""
1225
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001226#: e2fsck/problem.c:465
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001227msgid "First_meta_bg is too big. (%N, max value %g). "
1228msgstr ""
1229
1230#. @-expanded: External journal superblock checksum does not match superblock.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001231#: e2fsck/problem.c:470
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001232msgid "External @j @S checksum does not match @S. "
1233msgstr ""
1234
1235#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001236#: e2fsck/problem.c:475
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001237msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1238msgstr ""
1239
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001240#: e2fsck/problem.c:480
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001241#, c-format
1242msgid "Error initializing quota context in support library: %m\n"
1243msgstr ""
1244
1245#. @-expanded: Bad required extra isize in superblock (%N).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001246#: e2fsck/problem.c:485
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001247msgid "Bad required extra isize in @S (%N). "
1248msgstr ""
1249
1250#. @-expanded: Bad desired extra isize in superblock (%N).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001251#: e2fsck/problem.c:490
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001252msgid "Bad desired extra isize in @S (%N). "
1253msgstr ""
1254
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001255#. @-expanded: Invalid %U quota inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001256#: e2fsck/problem.c:495
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001257msgid "Invalid %U @q @i %i. "
1258msgstr ""
1259
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001260#. @-expanded: superblock would have too many inodes (%N).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001261#: e2fsck/problem.c:500
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001262msgid "@S would have too many inodes (%N).\n"
1263msgstr ""
1264
1265#. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1266#. @-expanded: not compatible. Resize inode should be disabled.
1267#: e2fsck/problem.c:505
1268msgid ""
1269"Resize_@i and meta_bg features are enabled. Those features are\n"
1270"not compatible. Resize @i should be disabled. "
1271msgstr ""
1272
1273#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1274#: e2fsck/problem.c:513
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001275msgid "Pass 1: Checking @is, @bs, and sizes\n"
1276msgstr ""
1277
1278#. @-expanded: root inode is not a directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001279#: e2fsck/problem.c:517
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001280msgid "@r is not a @d. "
1281msgstr ""
1282
1283#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001284#: e2fsck/problem.c:522
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001285msgid "@r has dtime set (probably due to old mke2fs). "
1286msgstr ""
1287
1288#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001289#: e2fsck/problem.c:527
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001290msgid "Reserved @i %i (%Q) has @n mode. "
1291msgstr ""
1292
1293#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001294#: e2fsck/problem.c:532
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001295#, c-format
1296msgid "@D @i %i has zero dtime. "
1297msgstr ""
1298
1299#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001300#: e2fsck/problem.c:537
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001301#, c-format
1302msgid "@i %i is in use, but has dtime set. "
1303msgstr ""
1304
1305#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001306#: e2fsck/problem.c:542
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001307#, c-format
1308msgid "@i %i is a @z @d. "
1309msgstr ""
1310
1311#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001312#: e2fsck/problem.c:547
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001313msgid "@g %g's @b @B at %b @C.\n"
1314msgstr ""
1315
1316#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001317#: e2fsck/problem.c:552
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001318msgid "@g %g's @i @B at %b @C.\n"
1319msgstr ""
1320
1321#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001322#: e2fsck/problem.c:557
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001323msgid "@g %g's @i table at %b @C.\n"
1324msgstr ""
1325
1326#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001327#: e2fsck/problem.c:562
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001328msgid "@g %g's @b @B (%b) is bad. "
1329msgstr ""
1330
1331#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001332#: e2fsck/problem.c:567
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001333msgid "@g %g's @i @B (%b) is bad. "
1334msgstr ""
1335
1336#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001337#: e2fsck/problem.c:572
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001338msgid "@i %i, i_size is %Is, @s %N. "
1339msgstr ""
1340
1341#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001342#: e2fsck/problem.c:577
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001343msgid "@i %i, i_@bs is %Ib, @s %N. "
1344msgstr ""
1345
1346#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001347#: e2fsck/problem.c:582
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001348msgid "@I %B (%b) in @i %i. "
1349msgstr ""
1350
1351#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001352#: e2fsck/problem.c:587
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001353msgid "%B (%b) overlaps @f metadata in @i %i. "
1354msgstr ""
1355
1356#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001357#: e2fsck/problem.c:592
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001358#, c-format
1359msgid "@i %i has illegal @b(s). "
1360msgstr ""
1361
1362#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001363#: e2fsck/problem.c:597
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001364#, c-format
1365msgid "Too many illegal @bs in @i %i.\n"
1366msgstr "Liikaa viallisia @bja @issa %i.\n"
1367
1368#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001369#: e2fsck/problem.c:602
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001370msgid "@I %B (%b) in bad @b @i. "
1371msgstr ""
1372
1373#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001374#: e2fsck/problem.c:607
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001375msgid "Bad @b @i has illegal @b(s). "
1376msgstr ""
1377
1378#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001379#: e2fsck/problem.c:612
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001380msgid "Duplicate or bad @b in use!\n"
1381msgstr ""
1382
1383#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001384#: e2fsck/problem.c:617
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001385msgid "Bad @b %b used as bad @b @i indirect @b. "
1386msgstr ""
1387
1388#. @-expanded: \n
1389#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1390#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1391#. @-expanded: in the filesystem.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001392#: e2fsck/problem.c:622
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001393msgid ""
1394"\n"
1395"The bad @b @i has probably been corrupted. You probably\n"
1396"should stop now and run e2fsck -c to scan for bad blocks\n"
1397"in the @f.\n"
1398msgstr ""
1399
1400#. @-expanded: \n
1401#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001402#: e2fsck/problem.c:629
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001403msgid ""
1404"\n"
1405"If the @b is really bad, the @f can not be fixed.\n"
1406msgstr ""
1407
1408#. @-expanded: You can remove this block from the bad block list and hope\n
1409#. @-expanded: that the block is really OK. But there are no guarantees.\n
1410#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001411#: e2fsck/problem.c:634
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001412msgid ""
1413"You can remove this @b from the bad @b list and hope\n"
1414"that the @b is really OK. But there are no guarantees.\n"
1415"\n"
1416msgstr ""
1417
1418#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001419#: e2fsck/problem.c:640
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001420msgid "The primary @S (%b) is on the bad @b list.\n"
1421msgstr ""
1422
1423#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001424#: e2fsck/problem.c:645
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001425msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1426msgstr ""
1427
1428#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001429#: e2fsck/problem.c:651
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001430msgid "Warning: Group %g's @S (%b) is bad.\n"
1431msgstr ""
1432
1433#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001434#: e2fsck/problem.c:657
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001435msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1436msgstr ""
1437
1438#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001439#: e2fsck/problem.c:663
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001440msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1441msgstr ""
1442
1443#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001444#: e2fsck/problem.c:669
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001445msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1446msgstr ""
1447
1448#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001449#: e2fsck/problem.c:674
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001450#, c-format
1451msgid "@A @b buffer for relocating %s\n"
1452msgstr ""
1453
1454#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001455#: e2fsck/problem.c:679
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001456msgid "Relocating @g %g's %s from %b to %c...\n"
1457msgstr ""
1458
1459#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001460#: e2fsck/problem.c:684
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001461#, c-format
1462msgid "Relocating @g %g's %s to %c...\n"
1463msgstr ""
1464
1465#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001466#: e2fsck/problem.c:689
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001467msgid "Warning: could not read @b %b of %s: %m\n"
1468msgstr ""
1469
1470#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001471#: e2fsck/problem.c:694
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001472msgid "Warning: could not write @b %b for %s: %m\n"
1473msgstr ""
1474
1475#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001476#: e2fsck/problem.c:699 e2fsck/problem.c:1776
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001477msgid "@A @i @B (%N): %m\n"
1478msgstr ""
1479
1480#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001481#: e2fsck/problem.c:704
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001482msgid "@A @b @B (%N): %m\n"
1483msgstr ""
1484
1485#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001486#: e2fsck/problem.c:709
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001487#, c-format
1488msgid "@A icount link information: %m\n"
1489msgstr ""
1490
1491#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001492#: e2fsck/problem.c:714
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001493#, c-format
1494msgid "@A @d @b array: %m\n"
1495msgstr ""
1496
1497#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001498#: e2fsck/problem.c:719
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001499#, c-format
1500msgid "Error while scanning @is (%i): %m\n"
1501msgstr ""
1502
1503#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001504#: e2fsck/problem.c:724
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001505#, c-format
1506msgid "Error while iterating over @bs in @i %i: %m\n"
1507msgstr ""
1508
1509#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001510#: e2fsck/problem.c:729
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001511msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1512msgstr ""
1513
1514#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001515#: e2fsck/problem.c:734
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001516msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1517msgstr ""
1518
1519#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001520#: e2fsck/problem.c:740
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001521#, c-format
1522msgid "Error reading @i %i: %m\n"
1523msgstr ""
1524
1525#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001526#: e2fsck/problem.c:748
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001527#, c-format
1528msgid "@i %i has imagic flag set. "
1529msgstr ""
1530
1531#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1532#. @-expanded: or append-only flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001533#: e2fsck/problem.c:753
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001534#, c-format
1535msgid ""
1536"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1537"or append-only flag set. "
1538msgstr ""
1539
1540#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001541#: e2fsck/problem.c:759
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001542#, c-format
1543msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1544msgstr ""
1545
1546#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001547#: e2fsck/problem.c:769
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001548msgid "@j @i is not in use, but contains data. "
1549msgstr ""
1550
1551#. @-expanded: journal is not regular file.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001552#: e2fsck/problem.c:774
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001553msgid "@j is not regular file. "
1554msgstr ""
1555
1556#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001557#: e2fsck/problem.c:779
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001558#, c-format
1559msgid "@i %i was part of the @o @i list. "
1560msgstr ""
1561
1562#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001563#: e2fsck/problem.c:785
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001564msgid "@is that were part of a corrupted orphan linked list found. "
1565msgstr ""
1566
1567#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001568#: e2fsck/problem.c:790
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001569msgid "@A refcount structure (%N): %m\n"
1570msgstr ""
1571
1572#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001573#: e2fsck/problem.c:795
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001574msgid "Error reading @a @b %b for @i %i. "
1575msgstr ""
1576
1577#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001578#: e2fsck/problem.c:800
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001579msgid "@i %i has a bad @a @b %b. "
1580msgstr ""
1581
1582#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001583#: e2fsck/problem.c:805
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001584msgid "Error reading @a @b %b (%m). "
1585msgstr ""
1586
1587#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001588#: e2fsck/problem.c:810
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001589msgid "@a @b %b has reference count %r, @s %N. "
1590msgstr ""
1591
1592#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001593#: e2fsck/problem.c:815
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001594msgid "Error writing @a @b %b (%m). "
1595msgstr ""
1596
1597#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001598#: e2fsck/problem.c:820
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001599msgid "@a @b %b has h_@bs > 1. "
1600msgstr ""
1601
1602#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001603#: e2fsck/problem.c:825
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001604msgid "@A @a region allocation structure. "
1605msgstr ""
1606
1607#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001608#: e2fsck/problem.c:830
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001609msgid "@a @b %b is corrupt (allocation collision). "
1610msgstr ""
1611
1612#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001613#: e2fsck/problem.c:835
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001614msgid "@a @b %b is corrupt (@n name). "
1615msgstr ""
1616
1617#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001618#: e2fsck/problem.c:840
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001619msgid "@a @b %b is corrupt (@n value). "
1620msgstr ""
1621
1622#. @-expanded: inode %i is too big.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001623#: e2fsck/problem.c:845
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001624#, c-format
1625msgid "@i %i is too big. "
1626msgstr ""
1627
1628#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001629#: e2fsck/problem.c:849
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001630msgid "%B (%b) causes @d to be too big. "
1631msgstr ""
1632
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001633#: e2fsck/problem.c:854
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001634msgid "%B (%b) causes file to be too big. "
1635msgstr ""
1636
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001637#: e2fsck/problem.c:859
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001638msgid "%B (%b) causes symlink to be too big. "
1639msgstr ""
1640
1641#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001642#: e2fsck/problem.c:864
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001643#, c-format
1644msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1645msgstr ""
1646
1647#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001648#: e2fsck/problem.c:869
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001649#, c-format
1650msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1651msgstr ""
1652
1653#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001654#: e2fsck/problem.c:874
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001655#, c-format
1656msgid "@h %i has an @n root node.\n"
1657msgstr ""
1658
1659#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001660#: e2fsck/problem.c:879
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001661msgid "@h %i has an unsupported hash version (%N)\n"
1662msgstr ""
1663
1664#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001665#: e2fsck/problem.c:884
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001666#, c-format
1667msgid "@h %i uses an incompatible htree root node flag.\n"
1668msgstr ""
1669
1670#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001671#: e2fsck/problem.c:889
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001672msgid "@h %i has a tree depth (%N) which is too big\n"
1673msgstr ""
1674
1675#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1676#. @-expanded: filesystem metadata.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001677#: e2fsck/problem.c:895
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001678msgid ""
1679"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1680"@f metadata. "
1681msgstr ""
1682
1683#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001684#: e2fsck/problem.c:901
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001685#, c-format
1686msgid "Resize @i (re)creation failed: %m."
1687msgstr ""
1688
1689#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001690#: e2fsck/problem.c:906
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001691msgid "@i %i has a extra size (%IS) which is @n\n"
1692msgstr ""
1693
1694#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001695#: e2fsck/problem.c:911
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001696msgid "@a in @i %i has a namelen (%N) which is @n\n"
1697msgstr ""
1698
1699#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001700#: e2fsck/problem.c:916
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001701msgid "@a in @i %i has a value offset (%N) which is @n\n"
1702msgstr ""
1703
1704#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001705#: e2fsck/problem.c:921
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001706msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1707msgstr ""
1708
1709#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001710#: e2fsck/problem.c:926
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001711msgid "@a in @i %i has a value size (%N) which is @n\n"
1712msgstr ""
1713
1714#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001715#: e2fsck/problem.c:931
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001716msgid "@a in @i %i has a hash (%N) which is @n\n"
1717msgstr ""
1718
1719#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001720#: e2fsck/problem.c:936
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001721msgid "@i %i is a %It but it looks like it is really a directory.\n"
1722msgstr ""
1723
1724#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001725#: e2fsck/problem.c:941
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001726#, c-format
1727msgid "Error while reading over @x tree in @i %i: %m\n"
1728msgstr ""
1729
1730#. @-expanded: Failed to iterate extents in inode %i\n
1731#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001732#: e2fsck/problem.c:946
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001733msgid ""
1734"Failed to iterate extents in @i %i\n"
1735"\t(op %s, blk %b, lblk %c): %m\n"
1736msgstr ""
1737
1738#. @-expanded: inode %i has an invalid extent\n
1739#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001740#: e2fsck/problem.c:952
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001741msgid ""
1742"@i %i has an @n extent\n"
1743"\t(logical @b %c, @n physical @b %b, len %N)\n"
1744msgstr ""
1745
1746#. @-expanded: inode %i has an invalid extent\n
1747#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001748#: e2fsck/problem.c:957
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001749msgid ""
1750"@i %i has an @n extent\n"
1751"\t(logical @b %c, physical @b %b, @n len %N)\n"
1752msgstr ""
1753
1754#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001755#: e2fsck/problem.c:962
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001756#, c-format
1757msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1758msgstr ""
1759
1760#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001761#: e2fsck/problem.c:967
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001762#, c-format
1763msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1764msgstr ""
1765
1766#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001767#: e2fsck/problem.c:972
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001768#, c-format
1769msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1770msgstr ""
1771
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001772#: e2fsck/problem.c:977
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001773#, c-format
1774msgid "Fast symlink %i has EXTENT_FL set. "
1775msgstr ""
1776
1777#. @-expanded: inode %i has out of order extents\n
1778#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001779#: e2fsck/problem.c:982
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001780msgid ""
1781"@i %i has out of order extents\n"
1782"\t(@n logical @b %c, physical @b %b, len %N)\n"
1783msgstr ""
1784
1785#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001786#: e2fsck/problem.c:986
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001787msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1788msgstr ""
1789
1790#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001791#: e2fsck/problem.c:991
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001792#, c-format
1793msgid "Error converting subcluster @b @B: %m\n"
1794msgstr ""
1795
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001796#. @-expanded: quota inode is not a regular file.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001797#: e2fsck/problem.c:996
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001798msgid "@q @i is not a regular file. "
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001799msgstr ""
1800
1801#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001802#: e2fsck/problem.c:1001
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001803msgid "@q @i is not in use, but contains data. "
1804msgstr ""
1805
1806#. @-expanded: quota inode is visible to the user.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001807#: e2fsck/problem.c:1006
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001808msgid "@q @i is visible to the user. "
1809msgstr ""
1810
1811#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001812#: e2fsck/problem.c:1011
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001813msgid "The bad @b @i looks @n. "
1814msgstr ""
1815
1816#. @-expanded: inode %i has zero length extent\n
1817#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001818#: e2fsck/problem.c:1016
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001819msgid ""
1820"@i %i has zero length extent\n"
1821"\t(@n logical @b %c, physical @b %b)\n"
1822msgstr ""
1823
1824#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001825#: e2fsck/problem.c:1021
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001826#, c-format
1827msgid "@i %i seems to contain garbage. "
1828msgstr ""
1829
1830#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001831#: e2fsck/problem.c:1026
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001832#, c-format
1833msgid "@i %i passes checks, but checksum does not match @i. "
1834msgstr ""
1835
1836#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001837#: e2fsck/problem.c:1031
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001838#, c-format
1839msgid "@i %i @a is corrupt (allocation collision). "
1840msgstr ""
1841
1842#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1843#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001844#: e2fsck/problem.c:1039
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001845msgid ""
1846"@i %i extent block passes checks, but checksum does not match extent\n"
1847"\t(logical @b %c, physical @b %b, len %N)\n"
1848msgstr ""
1849
1850#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001851#: e2fsck/problem.c:1048
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001852msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1853msgstr ""
1854
1855#. @-expanded: Interior extent node level %N of inode %i:\n
1856#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001857#: e2fsck/problem.c:1053
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001858msgid ""
1859"Interior @x node level %N of @i %i:\n"
1860"Logical start %b does not match logical start %c at next level. "
1861msgstr ""
1862
1863#. @-expanded: inode %i, end of extent exceeds allowed value\n
1864#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001865#: e2fsck/problem.c:1059
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001866msgid ""
1867"@i %i, end of extent exceeds allowed value\n"
1868"\t(logical @b %c, physical @b %b, len %N)\n"
1869msgstr ""
1870
1871#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001872#: e2fsck/problem.c:1064
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001873#, c-format
1874msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1875msgstr ""
1876
1877#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001878#: e2fsck/problem.c:1069
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001879#, c-format
1880msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1881msgstr ""
1882
1883#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001884#: e2fsck/problem.c:1076
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001885msgid ""
1886"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1887msgstr ""
1888
1889#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001890#: e2fsck/problem.c:1081
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001891msgid "@d @i %i @b %b should be at @b %c. "
1892msgstr ""
1893
1894#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001895#: e2fsck/problem.c:1086
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001896#, c-format
1897msgid "@d @i %i has @x marked uninitialized at @b %c. "
1898msgstr ""
1899
1900#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1901#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001902#: e2fsck/problem.c:1091
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001903msgid ""
1904"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1905"Will fix in pass 1B.\n"
1906msgstr ""
1907
1908#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001909#: e2fsck/problem.c:1096
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001910#, c-format
1911msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1912msgstr ""
1913
1914#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1915#. @-expanded: or inline-data flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001916#: e2fsck/problem.c:1102
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001917#, c-format
1918msgid ""
1919"Special (@v/socket/fifo) file (@i %i) has extents\n"
1920"or inline-data flag set. "
1921msgstr ""
1922
1923#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001924#: e2fsck/problem.c:1108
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001925#, c-format
1926msgid "@i %i has @x header but inline data flag is set.\n"
1927msgstr ""
1928
1929#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001930#: e2fsck/problem.c:1113
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001931#, c-format
1932msgid "@i %i seems to have inline data but @x flag is set.\n"
1933msgstr ""
1934
1935#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001936#: e2fsck/problem.c:1118
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001937#, c-format
1938msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1939msgstr ""
1940
1941#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001942#: e2fsck/problem.c:1123
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001943#, c-format
1944msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1945msgstr ""
1946
1947#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001948#: e2fsck/problem.c:1128
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001949msgid "Bad block list says the bad block list @i is bad. "
1950msgstr ""
1951
1952#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001953#: e2fsck/problem.c:1133
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001954msgid "@A @x region allocation structure. "
1955msgstr ""
1956
1957#. @-expanded: inode %i has a duplicate extent mapping\n
1958#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001959#: e2fsck/problem.c:1138
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001960msgid ""
1961"@i %i has a duplicate @x mapping\n"
1962"\t(logical @b %c, @n physical @b %b, len %N)\n"
1963msgstr ""
1964
1965#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001966#: e2fsck/problem.c:1143
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001967msgid "@A memory for encrypted @d list\n"
1968msgstr ""
1969
1970#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001971#: e2fsck/problem.c:1148
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001972msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1973msgstr ""
1974
1975#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001976#: e2fsck/problem.c:1153
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001977#, c-format
1978msgid "@i %i on bigalloc @f cannot be @b mapped. "
1979msgstr ""
1980
1981#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001982#: e2fsck/problem.c:1158
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001983#, c-format
1984msgid "@i %i has corrupt @x header. "
1985msgstr ""
1986
1987#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001988#: e2fsck/problem.c:1163
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001989#, c-format
1990msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1991msgstr ""
1992
Theodore Ts'o899425b2018-02-27 22:25:04 -05001993#. @-expanded: inode %i has illegal extended attribute value inode %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001994#: e2fsck/problem.c:1168
Theodore Ts'o899425b2018-02-27 22:25:04 -05001995msgid "@i %i has @I @a value @i %N.\n"
1996msgstr ""
1997
1998#. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001999#: e2fsck/problem.c:1174
Theodore Ts'o899425b2018-02-27 22:25:04 -05002000msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2001msgstr ""
2002
2003#. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2004#. @-expanded:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002005#: e2fsck/problem.c:1179
Theodore Ts'o899425b2018-02-27 22:25:04 -05002006msgid ""
2007"EA @i %N for parent @i %i missing EA_INODE flag.\n"
2008" "
2009msgstr ""
2010
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002011#. @-expanded: \n
2012#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2013#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002014#: e2fsck/problem.c:1187
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002015msgid ""
2016"\n"
2017"Running additional passes to resolve @bs claimed by more than one @i...\n"
2018"Pass 1B: Rescanning for @m @bs\n"
2019msgstr ""
2020
2021#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002022#: e2fsck/problem.c:1193
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002023#, c-format
2024msgid "@m @b(s) in @i %i:"
2025msgstr ""
2026
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002027#: e2fsck/problem.c:1208
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002028#, c-format
2029msgid "Error while scanning inodes (%i): %m\n"
2030msgstr ""
2031
2032#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002033#: e2fsck/problem.c:1213
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002034#, c-format
2035msgid "@A @i @B (@i_dup_map): %m\n"
2036msgstr ""
2037
2038#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002039#: e2fsck/problem.c:1218
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002040#, c-format
2041msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2042msgstr ""
2043
2044#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002045#: e2fsck/problem.c:1223 e2fsck/problem.c:1585
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002046msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2047msgstr ""
2048
2049#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002050#: e2fsck/problem.c:1233
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002051msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2052msgstr ""
2053
2054#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002055#: e2fsck/problem.c:1239
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002056msgid "Pass 1D: Reconciling @m @bs\n"
2057msgstr ""
2058
2059#. @-expanded: File %Q (inode #%i, mod time %IM) \n
2060#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002061#: e2fsck/problem.c:1244
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002062msgid ""
2063"File %Q (@i #%i, mod time %IM) \n"
2064" has %r @m @b(s), shared with %N file(s):\n"
2065msgstr ""
2066
2067#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002068#: e2fsck/problem.c:1250
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002069msgid "\t%Q (@i #%i, mod time %IM)\n"
2070msgstr ""
2071
2072#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002073#: e2fsck/problem.c:1255
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002074msgid "\t<@f metadata>\n"
2075msgstr ""
2076
2077#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2078#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002079#: e2fsck/problem.c:1260
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002080msgid ""
2081"(There are %N @is containing @m @bs.)\n"
2082"\n"
2083msgstr ""
2084
2085#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2086#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002087#: e2fsck/problem.c:1265
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002088msgid ""
2089"@m @bs already reassigned or cloned.\n"
2090"\n"
2091msgstr ""
2092
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002093#: e2fsck/problem.c:1278
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002094#, c-format
2095msgid "Couldn't clone file: %m\n"
2096msgstr ""
2097
2098#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002099#: e2fsck/problem.c:1284
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002100#, fuzzy
2101msgid "Pass 1E: Optimizing @x trees\n"
2102msgstr "Vaihe 3A: Optimoidaan hakemistoja\n"
2103
2104#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002105#: e2fsck/problem.c:1289
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002106#, c-format
2107msgid "Failed to optimize @x tree %p (%i): %m\n"
2108msgstr ""
2109
2110#. @-expanded: Optimizing extent trees:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002111#: e2fsck/problem.c:1294
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002112#, fuzzy
2113msgid "Optimizing @x trees: "
2114msgstr "Optimoidaan hakemistoja: "
2115
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002116#: e2fsck/problem.c:1309
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002117msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2118msgstr ""
2119
2120#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002121#: e2fsck/problem.c:1314
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002122msgid "@i %i @x tree (at level %b) could be shorter. "
2123msgstr ""
2124
2125#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002126#: e2fsck/problem.c:1319
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002127msgid "@i %i @x tree (at level %b) could be narrower. "
2128msgstr ""
2129
2130#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002131#: e2fsck/problem.c:1326
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002132msgid "Pass 2: Checking @d structure\n"
2133msgstr ""
2134
2135#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002136#: e2fsck/problem.c:1331
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002137#, c-format
2138msgid "@n @i number for '.' in @d @i %i.\n"
2139msgstr ""
2140
2141#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002142#: e2fsck/problem.c:1336
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002143msgid "@E has @n @i #: %Di.\n"
2144msgstr ""
2145
2146#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002147#: e2fsck/problem.c:1341
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002148msgid "@E has @D/unused @i %Di. "
2149msgstr ""
2150
2151#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002152#: e2fsck/problem.c:1346
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002153msgid "@E @L to '.' "
2154msgstr ""
2155
2156#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002157#: e2fsck/problem.c:1351
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002158msgid "@E points to @i (%Di) located in a bad @b.\n"
2159msgstr ""
2160
2161#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002162#: e2fsck/problem.c:1356
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002163msgid "@E @L to @d %P (%Di).\n"
2164msgstr ""
2165
2166#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002167#: e2fsck/problem.c:1361
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002168msgid "@E @L to the @r.\n"
2169msgstr ""
2170
2171#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002172#: e2fsck/problem.c:1366
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002173msgid "@E has illegal characters in its name.\n"
2174msgstr ""
2175
2176#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002177#: e2fsck/problem.c:1371
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002178#, c-format
2179msgid "Missing '.' in @d @i %i.\n"
2180msgstr ""
2181
2182#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002183#: e2fsck/problem.c:1376
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002184#, c-format
2185msgid "Missing '..' in @d @i %i.\n"
2186msgstr ""
2187
2188#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002189#: e2fsck/problem.c:1381
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002190msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2191msgstr ""
2192
2193#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002194#: e2fsck/problem.c:1386
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002195msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2196msgstr ""
2197
2198#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002199#: e2fsck/problem.c:1391
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002200msgid "i_faddr @F %IF, @s zero.\n"
2201msgstr ""
2202
2203#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002204#: e2fsck/problem.c:1396
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002205msgid "i_file_acl @F %If, @s zero.\n"
2206msgstr ""
2207
Theodore Ts'o899425b2018-02-27 22:25:04 -05002208#. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002209#: e2fsck/problem.c:1401
Theodore Ts'o899425b2018-02-27 22:25:04 -05002210msgid "i_size_high @F %Id, @s zero.\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002211msgstr ""
2212
2213#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002214#: e2fsck/problem.c:1406
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002215msgid "i_frag @F %N, @s zero.\n"
2216msgstr ""
2217
2218#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002219#: e2fsck/problem.c:1411
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002220msgid "i_fsize @F %N, @s zero.\n"
2221msgstr ""
2222
2223#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002224#: e2fsck/problem.c:1416
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002225msgid "@i %i (%Q) has @n mode (%Im).\n"
2226msgstr ""
2227
2228#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002229#: e2fsck/problem.c:1421
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002230msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2231msgstr ""
2232
2233#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002234#: e2fsck/problem.c:1426
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002235msgid "@d @i %i, %B, offset %N: filename too long\n"
2236msgstr ""
2237
2238#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002239#: e2fsck/problem.c:1431
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002240msgid "@d @i %i has an unallocated %B. "
2241msgstr ""
2242
2243#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002244#: e2fsck/problem.c:1436
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002245#, c-format
2246msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2247msgstr ""
2248
2249#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002250#: e2fsck/problem.c:1441
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002251#, c-format
2252msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2253msgstr ""
2254
2255#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002256#: e2fsck/problem.c:1446
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002257msgid "@i %i (%Q) is an @I character @v.\n"
2258msgstr ""
2259
2260#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002261#: e2fsck/problem.c:1451
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002262msgid "@i %i (%Q) is an @I @b @v.\n"
2263msgstr ""
2264
2265#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002266#: e2fsck/problem.c:1456
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002267msgid "@E is duplicate '.' @e.\n"
2268msgstr ""
2269
2270#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002271#: e2fsck/problem.c:1461
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002272msgid "@E is duplicate '..' @e.\n"
2273msgstr ""
2274
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002275#: e2fsck/problem.c:1466 e2fsck/problem.c:1801
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002276#, c-format
2277msgid "Internal error: couldn't find dir_info for %i.\n"
2278msgstr ""
2279
2280#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002281#: e2fsck/problem.c:1471
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002282msgid "@E has rec_len of %Dr, @s %N.\n"
2283msgstr ""
2284
2285#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002286#: e2fsck/problem.c:1476
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002287#, c-format
2288msgid "@A icount structure: %m\n"
2289msgstr ""
2290
2291#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002292#: e2fsck/problem.c:1481
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002293#, c-format
2294msgid "Error iterating over @d @bs: %m\n"
2295msgstr ""
2296
2297#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002298#: e2fsck/problem.c:1486
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002299msgid "Error reading @d @b %b (@i %i): %m\n"
2300msgstr ""
2301
2302#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002303#: e2fsck/problem.c:1491
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002304msgid "Error writing @d @b %b (@i %i): %m\n"
2305msgstr ""
2306
2307#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002308#: e2fsck/problem.c:1496
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002309#, c-format
2310msgid "@A new @d @b for @i %i (%s): %m\n"
2311msgstr ""
2312
2313#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002314#: e2fsck/problem.c:1501
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002315#, c-format
2316msgid "Error deallocating @i %i: %m\n"
2317msgstr ""
2318
2319#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002320#: e2fsck/problem.c:1506
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002321#, c-format
2322msgid "@d @e for '.' in %p (%i) is big.\n"
2323msgstr ""
2324
2325#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002326#: e2fsck/problem.c:1511
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002327msgid "@i %i (%Q) is an @I FIFO.\n"
2328msgstr ""
2329
2330#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002331#: e2fsck/problem.c:1516
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002332msgid "@i %i (%Q) is an @I socket.\n"
2333msgstr ""
2334
2335#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002336#: e2fsck/problem.c:1521
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002337msgid "Setting filetype for @E to %N.\n"
2338msgstr ""
2339
2340#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002341#: e2fsck/problem.c:1526
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002342msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2343msgstr ""
2344
2345#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002346#: e2fsck/problem.c:1531
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002347msgid "@E has filetype set.\n"
2348msgstr ""
2349
2350#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002351#: e2fsck/problem.c:1536
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002352msgid "@E has a @z name.\n"
2353msgstr ""
2354
2355#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002356#: e2fsck/problem.c:1541
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002357msgid "Symlink %Q (@i #%i) is @n.\n"
2358msgstr ""
2359
2360#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002361#: e2fsck/problem.c:1546
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002362msgid "@a @b @F @n (%If).\n"
2363msgstr ""
2364
2365#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002366#: e2fsck/problem.c:1551
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002367msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2368msgstr ""
2369
2370#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002371#: e2fsck/problem.c:1556
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002372msgid "@p @h %d: %B not referenced\n"
2373msgstr ""
2374
2375#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002376#: e2fsck/problem.c:1561
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002377msgid "@p @h %d: %B referenced twice\n"
2378msgstr ""
2379
2380#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002381#: e2fsck/problem.c:1566
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002382msgid "@p @h %d: %B has bad min hash\n"
2383msgstr ""
2384
2385#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002386#: e2fsck/problem.c:1571
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002387msgid "@p @h %d: %B has bad max hash\n"
2388msgstr ""
2389
2390#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002391#: e2fsck/problem.c:1576
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002392msgid "@n @h %d (%q). "
2393msgstr ""
2394
2395#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002396#: e2fsck/problem.c:1580
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002397msgid "@p @h %d (%q): bad @b number %b.\n"
2398msgstr ""
2399
2400#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002401#: e2fsck/problem.c:1590
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002402#, c-format
2403msgid "@p @h %d: root node is @n\n"
2404msgstr ""
2405
2406#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002407#: e2fsck/problem.c:1595
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002408msgid "@p @h %d: %B has @n limit (%N)\n"
2409msgstr ""
2410
2411#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002412#: e2fsck/problem.c:1600
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002413msgid "@p @h %d: %B has @n count (%N)\n"
2414msgstr ""
2415
2416#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002417#: e2fsck/problem.c:1605
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002418msgid "@p @h %d: %B has an unordered hash table\n"
2419msgstr ""
2420
2421#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002422#: e2fsck/problem.c:1610
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002423msgid "@p @h %d: %B has @n depth (%N)\n"
2424msgstr ""
2425
2426#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002427#: e2fsck/problem.c:1615
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002428msgid "Duplicate @E found. "
2429msgstr ""
2430
2431#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2432#. @-expanded: Rename to %s
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002433#: e2fsck/problem.c:1620
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002434#, no-c-format
2435msgid ""
2436"@E has a non-unique filename.\n"
2437"Rename to %s"
2438msgstr ""
2439
2440#. @-expanded: Duplicate entry '%Dn' found.\n
2441#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2442#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002443#: e2fsck/problem.c:1625
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002444msgid ""
2445"Duplicate @e '%Dn' found.\n"
2446"\tMarking %p (%i) to be rebuilt.\n"
2447"\n"
2448msgstr ""
2449
2450#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002451#: e2fsck/problem.c:1630
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002452msgid "i_blocks_hi @F %N, @s zero.\n"
2453msgstr ""
2454
2455#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002456#: e2fsck/problem.c:1635
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002457msgid "Unexpected @b in @h %d (%q).\n"
2458msgstr ""
2459
2460#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002461#: e2fsck/problem.c:1639
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002462msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2463msgstr ""
2464
2465#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002466#: e2fsck/problem.c:1644
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002467msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2468msgstr ""
2469
2470#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002471#: e2fsck/problem.c:1649
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002472msgid "i_file_acl_hi @F %N, @s zero.\n"
2473msgstr ""
2474
2475#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002476#: e2fsck/problem.c:1654
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002477#, c-format
2478msgid "@p @h %d: root node fails checksum.\n"
2479msgstr ""
2480
2481#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002482#: e2fsck/problem.c:1659
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002483#, c-format
2484msgid "@p @h %d: internal node fails checksum.\n"
2485msgstr ""
2486
2487#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002488#: e2fsck/problem.c:1664
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002489msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2490msgstr ""
2491
2492#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002493#: e2fsck/problem.c:1669
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002494msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2495msgstr ""
2496
2497#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002498#: e2fsck/problem.c:1674
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002499msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2500msgstr ""
2501
2502#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002503#: e2fsck/problem.c:1679
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002504#, c-format
2505msgid "Fixing size of inline @d @i %i failed.\n"
2506msgstr ""
2507
2508#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002509#: e2fsck/problem.c:1684
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002510msgid "Encrypted @E is too short.\n"
2511msgstr ""
2512
2513#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002514#: e2fsck/problem.c:1691
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002515msgid "Pass 3: Checking @d connectivity\n"
2516msgstr ""
2517
2518#. @-expanded: root inode not allocated.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002519#: e2fsck/problem.c:1696
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002520msgid "@r not allocated. "
2521msgstr ""
2522
2523#. @-expanded: No room in lost+found directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002524#: e2fsck/problem.c:1701
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002525msgid "No room in @l @d. "
2526msgstr ""
2527
2528#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002529#: e2fsck/problem.c:1706
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002530#, c-format
2531msgid "Unconnected @d @i %i (%p)\n"
2532msgstr ""
2533
2534#. @-expanded: /lost+found not found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002535#: e2fsck/problem.c:1711
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002536msgid "/@l not found. "
2537msgstr ""
2538
2539#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002540#: e2fsck/problem.c:1716
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002541msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2542msgstr ""
2543
2544#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002545#: e2fsck/problem.c:1721
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002546msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2547msgstr ""
2548
2549#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002550#: e2fsck/problem.c:1726
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002551#, c-format
2552msgid "Could not expand /@l: %m\n"
2553msgstr ""
2554
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002555#: e2fsck/problem.c:1731
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002556#, c-format
2557msgid "Could not reconnect %i: %m\n"
2558msgstr ""
2559
2560#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002561#: e2fsck/problem.c:1736
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002562#, c-format
2563msgid "Error while trying to find /@l: %m\n"
2564msgstr ""
2565
2566#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002567#: e2fsck/problem.c:1741
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002568#, c-format
2569msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2570msgstr ""
2571
2572#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002573#: e2fsck/problem.c:1746
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002574#, c-format
2575msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2576msgstr ""
2577
2578#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002579#: e2fsck/problem.c:1751
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002580#, c-format
2581msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2582msgstr ""
2583
2584#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002585#: e2fsck/problem.c:1756
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002586#, c-format
2587msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2588msgstr ""
2589
2590#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002591#: e2fsck/problem.c:1761
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002592#, c-format
2593msgid "Error while adjusting @i count on @i %i\n"
2594msgstr ""
2595
2596#. @-expanded: Couldn't fix parent of inode %i: %m\n
2597#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002598#: e2fsck/problem.c:1766
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002599#, c-format
2600msgid ""
2601"Couldn't fix parent of @i %i: %m\n"
2602"\n"
2603msgstr ""
2604
2605#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2606#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002607#: e2fsck/problem.c:1771
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002608#, c-format
2609msgid ""
2610"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2611"\n"
2612msgstr ""
2613
2614#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002615#: e2fsck/problem.c:1781
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002616#, c-format
2617msgid "Error creating root @d (%s): %m\n"
2618msgstr ""
2619
2620#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002621#: e2fsck/problem.c:1786
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002622#, c-format
2623msgid "Error creating /@l @d (%s): %m\n"
2624msgstr ""
2625
2626#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002627#: e2fsck/problem.c:1791
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002628msgid "@r is not a @d; aborting.\n"
2629msgstr ""
2630
2631#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002632#: e2fsck/problem.c:1796
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002633msgid "Cannot proceed without a @r.\n"
2634msgstr ""
2635
2636#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002637#: e2fsck/problem.c:1806
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002638#, c-format
2639msgid "/@l is not a @d (ino=%i)\n"
2640msgstr ""
2641
2642#. @-expanded: /lost+found has inline data\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002643#: e2fsck/problem.c:1811
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002644msgid "/@l has inline data\n"
2645msgstr ""
2646
2647#. @-expanded: Cannot allocate space for /lost+found.\n
2648#. @-expanded: Place lost files in root directory instead
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002649#: e2fsck/problem.c:1816
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002650msgid ""
2651"Cannot allocate space for /@l.\n"
2652"Place lost files in root directory instead"
2653msgstr ""
2654
2655#. @-expanded: Insufficient space to recover lost files!\n
2656#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2657#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002658#: e2fsck/problem.c:1821
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002659msgid ""
2660"Insufficient space to recover lost files!\n"
2661"Move data off the @f and re-run e2fsck.\n"
2662"\n"
2663msgstr ""
2664
2665#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002666#: e2fsck/problem.c:1826
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002667#, fuzzy
2668msgid "/@l is encrypted\n"
2669msgstr "Vedos (%s) on salattu\n"
2670
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002671#: e2fsck/problem.c:1833
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002672msgid "Pass 3A: Optimizing directories\n"
2673msgstr "Vaihe 3A: Optimoidaan hakemistoja\n"
2674
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002675#: e2fsck/problem.c:1838
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002676#, c-format
2677msgid "Failed to create dirs_to_hash iterator: %m\n"
2678msgstr ""
2679
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002680#: e2fsck/problem.c:1843
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002681msgid "Failed to optimize directory %q (%d): %m\n"
2682msgstr ""
2683
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002684#: e2fsck/problem.c:1848
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002685msgid "Optimizing directories: "
2686msgstr "Optimoidaan hakemistoja: "
2687
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002688#: e2fsck/problem.c:1865
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002689msgid "Pass 4: Checking reference counts\n"
2690msgstr "Vaihe 4: Tarkastetaan viittausmääriä\n"
2691
2692#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002693#: e2fsck/problem.c:1870
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002694#, c-format
2695msgid "@u @z @i %i. "
2696msgstr ""
2697
2698#. @-expanded: unattached inode %i\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002699#: e2fsck/problem.c:1875
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002700#, c-format
2701msgid "@u @i %i\n"
2702msgstr ""
2703
2704#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002705#: e2fsck/problem.c:1880
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002706msgid "@i %i ref count is %Il, @s %N. "
2707msgstr ""
2708
2709#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2710#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2711#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002712#: e2fsck/problem.c:1884
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002713msgid ""
2714"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2715"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2716"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2717msgstr ""
2718
Theodore Ts'o899425b2018-02-27 22:25:04 -05002719#. @-expanded: extended attribute inode %i ref count is %N, should be %n.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002720#: e2fsck/problem.c:1891
Theodore Ts'o899425b2018-02-27 22:25:04 -05002721msgid "@a @i %i ref count is %N, @s %n. "
2722msgstr ""
2723
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002724#. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2725#: e2fsck/problem.c:1896
2726msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2727msgstr ""
2728
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002729#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002730#: e2fsck/problem.c:1903
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002731msgid "Pass 5: Checking @g summary information\n"
2732msgstr ""
2733
2734#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002735#: e2fsck/problem.c:1908
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002736msgid "Padding at end of @i @B is not set. "
2737msgstr ""
2738
2739#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002740#: e2fsck/problem.c:1913
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002741msgid "Padding at end of @b @B is not set. "
2742msgstr ""
2743
2744#. @-expanded: block bitmap differences:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002745#: e2fsck/problem.c:1918
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002746msgid "@b @B differences: "
2747msgstr ""
2748
2749#. @-expanded: inode bitmap differences:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002750#: e2fsck/problem.c:1938
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002751msgid "@i @B differences: "
2752msgstr ""
2753
2754#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002755#: e2fsck/problem.c:1958
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002756msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2757msgstr ""
2758
2759#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002760#: e2fsck/problem.c:1963
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002761msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2762msgstr ""
2763
2764#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002765#: e2fsck/problem.c:1968
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002766msgid "Free @is count wrong (%i, counted=%j).\n"
2767msgstr ""
2768
2769#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002770#: e2fsck/problem.c:1973
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002771msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2772msgstr ""
2773
2774#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002775#: e2fsck/problem.c:1978
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002776msgid "Free @bs count wrong (%b, counted=%c).\n"
2777msgstr ""
2778
2779#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2780#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002781#: e2fsck/problem.c:1983
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002782msgid ""
2783"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2784"endpoints (%i, %j)\n"
2785msgstr ""
2786
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002787#: e2fsck/problem.c:1989
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002788msgid "Internal error: fudging end of bitmap (%N)\n"
2789msgstr ""
2790
2791#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002792#: e2fsck/problem.c:1994
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002793#, c-format
2794msgid "Error copying in replacement @i @B: %m\n"
2795msgstr ""
2796
2797#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002798#: e2fsck/problem.c:1999
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002799#, c-format
2800msgid "Error copying in replacement @b @B: %m\n"
2801msgstr ""
2802
2803#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002804#: e2fsck/problem.c:2024
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002805#, c-format
2806msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2807msgstr ""
2808
2809#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002810#: e2fsck/problem.c:2029
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002811#, c-format
2812msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2813msgstr ""
2814
2815#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002816#: e2fsck/problem.c:2034
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002817#, c-format
2818msgid "@g %g @i @B does not match checksum.\n"
2819msgstr ""
2820
2821#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002822#: e2fsck/problem.c:2039
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002823#, c-format
2824msgid "@g %g @b @B does not match checksum.\n"
2825msgstr ""
2826
2827#. @-expanded: Recreate journal
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002828#: e2fsck/problem.c:2046
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002829msgid "Recreate @j"
2830msgstr ""
2831
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002832#: e2fsck/problem.c:2051
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002833msgid "Update quota info for quota type %N"
2834msgstr ""
2835
2836#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002837#: e2fsck/problem.c:2056
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002838#, c-format
2839msgid "Error setting @b @g checksum info: %m\n"
2840msgstr ""
2841
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002842#: e2fsck/problem.c:2061
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002843#, c-format
2844msgid "Error writing file system info: %m\n"
2845msgstr ""
2846
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002847#: e2fsck/problem.c:2066
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002848#, c-format
2849msgid "Error flushing writes to storage device: %m\n"
2850msgstr ""
2851
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002852#: e2fsck/problem.c:2071
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002853msgid "Error writing quota info for quota type %N: %m\n"
2854msgstr ""
2855
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002856#: e2fsck/problem.c:2194
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002857#, c-format
2858msgid "Unhandled error code (0x%x)!\n"
2859msgstr ""
2860
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002861#: e2fsck/problem.c:2320 e2fsck/problem.c:2324
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002862msgid "IGNORED"
2863msgstr ""
2864
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002865#: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002866msgid "in move_quota_inode"
2867msgstr ""
2868
2869#: e2fsck/scantest.c:79
2870#, c-format
2871msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2872msgstr ""
2873
2874#: e2fsck/scantest.c:98
2875#, c-format
2876msgid "size of inode=%d\n"
2877msgstr "i-solmun koko=%d\n"
2878
2879#: e2fsck/scantest.c:119
2880msgid "while starting inode scan"
2881msgstr ""
2882
2883#: e2fsck/scantest.c:130
2884msgid "while doing inode scan"
2885msgstr ""
2886
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002887#: e2fsck/super.c:224
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002888#, c-format
Theodore Ts'o146649c2018-02-08 23:39:22 -05002889msgid "while calling ext2fs_block_iterate for inode %u"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002890msgstr ""
2891
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002892#: e2fsck/super.c:249
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002893#, c-format
Theodore Ts'o146649c2018-02-08 23:39:22 -05002894msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002895msgstr ""
2896
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002897#: e2fsck/super.c:374
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002898msgid "Truncating"
2899msgstr ""
2900
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002901#: e2fsck/super.c:375
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002902msgid "Clearing"
2903msgstr ""
2904
2905#: e2fsck/unix.c:77
2906#, fuzzy, c-format
2907msgid ""
2908"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2909"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2910"\t\t[-E extended-options] [-z undo_file] device\n"
2911msgstr ""
2912"Käyttö: %s [-panyrcdfvstDFSV] [-b superlohko] [-B lohkokoko]\n"
2913"\t\t[-I i-solmupuskurilohkot] [-P prosessin_i-solmukoko]\n"
2914"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
2915"\t\t[-E extended-options] laite\n"
2916
2917#: e2fsck/unix.c:82
2918msgid ""
2919"\n"
2920"Emergency help:\n"
2921" -p Automatic repair (no questions)\n"
2922" -n Make no changes to the filesystem\n"
2923" -y Assume \"yes\" to all questions\n"
2924" -c Check for bad blocks and add them to the badblock "
2925"list\n"
2926" -f Force checking even if filesystem is marked clean\n"
2927msgstr ""
2928
2929#: e2fsck/unix.c:88
2930msgid ""
2931" -v Be verbose\n"
2932" -b superblock Use alternative superblock\n"
2933" -B blocksize Force blocksize when looking for superblock\n"
2934" -j external_journal Set location of the external journal\n"
2935" -l bad_blocks_file Add to badblocks list\n"
2936" -L bad_blocks_file Set badblocks list\n"
2937" -z undo_file Create an undo file\n"
2938msgstr ""
2939
Theodore Ts'o89128f82018-01-01 19:36:37 -05002940#: e2fsck/unix.c:136
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002941#, c-format
2942msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2943msgstr "%s: %u/%u tiedostoa (%0d.%d %% epäjatkuvia), %llu/%llu lohkoa\n"
2944
Theodore Ts'o89128f82018-01-01 19:36:37 -05002945#: e2fsck/unix.c:162
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002946#, c-format
2947msgid ""
2948"\n"
2949"%12u inode used (%2.2f%%, out of %u)\n"
2950msgid_plural ""
2951"\n"
2952"%12u inodes used (%2.2f%%, out of %u)\n"
2953msgstr[0] ""
2954"\n"
2955"%12u i-solmu käytetty (%2.2f %%, kokonaismäärä %u)\n"
2956msgstr[1] ""
2957"\n"
2958"%12u i-solmua käytetty (%2.2f %%, kokonaismäärä %u)\n"
2959
Theodore Ts'o89128f82018-01-01 19:36:37 -05002960#: e2fsck/unix.c:166
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002961#, c-format
2962msgid "%12u non-contiguous file (%0d.%d%%)\n"
2963msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2964msgstr[0] "%12u epäjatkuva tiedosto (%0d.%d %%)\n"
2965msgstr[1] ""
2966"%12u epäjatkuvaa tiedostoa (%0d.%d %%)\n"
2967"\n"
2968
Theodore Ts'o89128f82018-01-01 19:36:37 -05002969#: e2fsck/unix.c:171
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002970#, c-format
2971msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2972msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2973msgstr[0] "%12u epäjatkuva hakemisto (%0d.%d %%)\n"
2974msgstr[1] ""
2975"%12u epäjatkuvaa hakemistoa (%0d.%d %%)\n"
2976"\n"
2977
Theodore Ts'o89128f82018-01-01 19:36:37 -05002978#: e2fsck/unix.c:176
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002979#, c-format
2980msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2981msgstr ""
2982
Theodore Ts'o89128f82018-01-01 19:36:37 -05002983#: e2fsck/unix.c:184
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002984msgid " Extent depth histogram: "
2985msgstr ""
2986
Theodore Ts'o89128f82018-01-01 19:36:37 -05002987#: e2fsck/unix.c:193
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002988#, c-format
2989msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2990msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2991msgstr[0] "%12llu lohko käytetty (%2.2f %%, kokonaismäärä %llu)\n"
2992msgstr[1] ""
2993"%12llu lohkoa käytetty (%2.2f %%, kokonaismäärä %llu)\n"
2994"\n"
2995
Theodore Ts'o89128f82018-01-01 19:36:37 -05002996#: e2fsck/unix.c:197
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05002997#, c-format
2998msgid "%12u bad block\n"
2999msgid_plural "%12u bad blocks\n"
3000msgstr[0] "%12u viallinen lohko\n"
3001msgstr[1] "%12u viallista lohkoa\n"
3002
Theodore Ts'o89128f82018-01-01 19:36:37 -05003003#: e2fsck/unix.c:199
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003004#, c-format
3005msgid "%12u large file\n"
3006msgid_plural "%12u large files\n"
3007msgstr[0] "%12u suuri tiedosto\n"
3008msgstr[1] "%12u suurta tiedostoa\n"
3009
Theodore Ts'o89128f82018-01-01 19:36:37 -05003010#: e2fsck/unix.c:201
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003011#, c-format
3012msgid ""
3013"\n"
3014"%12u regular file\n"
3015msgid_plural ""
3016"\n"
3017"%12u regular files\n"
3018msgstr[0] ""
3019"\n"
3020"%12u tavallinen tiedosto\n"
3021msgstr[1] ""
3022"\n"
3023"%12u tavallista tiedostoa\n"
3024
Theodore Ts'o89128f82018-01-01 19:36:37 -05003025#: e2fsck/unix.c:203
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003026#, c-format
3027msgid "%12u directory\n"
3028msgid_plural "%12u directories\n"
3029msgstr[0] "%12u hakemisto\n"
3030msgstr[1] "%12u hakemistoa\n"
3031
Theodore Ts'o89128f82018-01-01 19:36:37 -05003032#: e2fsck/unix.c:205
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003033#, c-format
3034msgid "%12u character device file\n"
3035msgid_plural "%12u character device files\n"
3036msgstr[0] "%12u merkkilaitetiedosto\n"
3037msgstr[1] "%12u merkkilaitetiedostoa\n"
3038
Theodore Ts'o89128f82018-01-01 19:36:37 -05003039#: e2fsck/unix.c:208
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003040#, c-format
3041msgid "%12u block device file\n"
3042msgid_plural "%12u block device files\n"
3043msgstr[0] "%12u lohkolaitetiedosto\n"
3044msgstr[1] "%12u lohkolaitetiedostoa\n"
3045
Theodore Ts'o89128f82018-01-01 19:36:37 -05003046#: e2fsck/unix.c:210
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003047#, c-format
3048msgid "%12u fifo\n"
3049msgid_plural "%12u fifos\n"
3050msgstr[0] "%12u fifo\n"
3051msgstr[1] "%12u fifoa\n"
3052
Theodore Ts'o89128f82018-01-01 19:36:37 -05003053#: e2fsck/unix.c:212
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003054#, c-format
3055msgid "%12u link\n"
3056msgid_plural "%12u links\n"
3057msgstr[0] "%12u linkki\n"
3058msgstr[1] "%12u linkkiä\n"
3059
Theodore Ts'o89128f82018-01-01 19:36:37 -05003060#: e2fsck/unix.c:214
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003061#, c-format
3062msgid "%12u symbolic link"
3063msgid_plural "%12u symbolic links"
3064msgstr[0] "%12u symbolinen linkki"
3065msgstr[1] "%12u symbolista linkkiä"
3066
Theodore Ts'o89128f82018-01-01 19:36:37 -05003067#: e2fsck/unix.c:216
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003068#, c-format
3069msgid " (%u fast symbolic link)\n"
3070msgid_plural " (%u fast symbolic links)\n"
3071msgstr[0] " (%u nopea symbolinen linkki)\n"
3072msgstr[1] " (%u nopeata symbolista linkkiä)\n"
3073
Theodore Ts'o89128f82018-01-01 19:36:37 -05003074#: e2fsck/unix.c:220
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003075#, c-format
3076msgid "%12u socket\n"
3077msgid_plural "%12u sockets\n"
3078msgstr[0] "%12u pistoke\n"
3079msgstr[1] "%12u pistoketta\n"
3080
Theodore Ts'o89128f82018-01-01 19:36:37 -05003081#: e2fsck/unix.c:224
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003082#, c-format
3083msgid "%12u file\n"
3084msgid_plural "%12u files\n"
3085msgstr[0] "%12u tiedosto\n"
3086msgstr[1] "%12u tiedostoa\n"
3087
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003088#: e2fsck/unix.c:237 misc/badblocks.c:1002 misc/tune2fs.c:3022 misc/util.c:126
Theodore Ts'o89128f82018-01-01 19:36:37 -05003089#: resize/main.c:354
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003090#, c-format
3091msgid "while determining whether %s is mounted."
3092msgstr ""
3093
Theodore Ts'o89128f82018-01-01 19:36:37 -05003094#: e2fsck/unix.c:258
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003095#, c-format
3096msgid "Warning! %s is mounted.\n"
3097msgstr "Varoitus! %s on liitettynä.\n"
3098
Theodore Ts'o89128f82018-01-01 19:36:37 -05003099#: e2fsck/unix.c:261
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003100#, c-format
3101msgid "Warning! %s is in use.\n"
3102msgstr "Varoitus! %s on käytössä.\n"
3103
Theodore Ts'o89128f82018-01-01 19:36:37 -05003104#: e2fsck/unix.c:267
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003105#, c-format
3106msgid "%s is mounted.\n"
3107msgstr "%s on liitettynä.\n"
3108
Theodore Ts'o89128f82018-01-01 19:36:37 -05003109#: e2fsck/unix.c:269
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003110#, c-format
3111msgid "%s is in use.\n"
3112msgstr "%s on käytössä.\n"
3113
Theodore Ts'o89128f82018-01-01 19:36:37 -05003114#: e2fsck/unix.c:271
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003115msgid ""
3116"Cannot continue, aborting.\n"
3117"\n"
3118msgstr ""
3119"Ei voida jatkaa, keskeytetään.\n"
3120"\n"
3121
Theodore Ts'o89128f82018-01-01 19:36:37 -05003122#: e2fsck/unix.c:273
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003123msgid ""
3124"\n"
3125"\n"
3126"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3127"cause ***SEVERE*** filesystem damage.\n"
3128"\n"
3129msgstr ""
3130"\n"
3131"\n"
3132"VAROITUS!!! Tiedostojärjestelmä on liitettynä. Jatkamisesta ***SEURAA***\n"
3133"***VAKAVIA*** vaurioita tiedostojärjestelmälle.\n"
3134"\n"
3135
Theodore Ts'o89128f82018-01-01 19:36:37 -05003136#: e2fsck/unix.c:278
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003137msgid "Do you really want to continue"
3138msgstr "Haluatko varmasti jatkaa"
3139
Theodore Ts'o89128f82018-01-01 19:36:37 -05003140#: e2fsck/unix.c:280
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003141msgid "check aborted.\n"
3142msgstr "tarkistus keskeytetty.\n"
3143
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003144#: e2fsck/unix.c:374
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003145msgid " contains a file system with errors"
3146msgstr ""
3147
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003148#: e2fsck/unix.c:376
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003149msgid " was not cleanly unmounted"
3150msgstr ""
3151
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003152#: e2fsck/unix.c:378
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003153msgid " primary superblock features different from backup"
3154msgstr ""
3155
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003156#: e2fsck/unix.c:382
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003157#, c-format
3158msgid " has been mounted %u times without being checked"
3159msgstr ""
3160
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003161#: e2fsck/unix.c:389
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003162msgid " has filesystem last checked time in the future"
3163msgstr ""
3164
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003165#: e2fsck/unix.c:395
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003166#, c-format
3167msgid " has gone %u days without being checked"
3168msgstr ""
3169
Theodore Ts'o89128f82018-01-01 19:36:37 -05003170#: e2fsck/unix.c:403
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003171msgid "ignoring check interval, broken_system_clock set\n"
3172msgstr ""
3173
3174#: e2fsck/unix.c:409
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003175msgid ", check forced.\n"
3176msgstr ""
3177
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003178#: e2fsck/unix.c:442
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003179#, c-format
3180msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3181msgstr ""
3182
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003183#: e2fsck/unix.c:462
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003184msgid " (check deferred; on battery)"
3185msgstr " (tarkistus lykätty; toimitaan akkuvirralla)"
3186
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003187#: e2fsck/unix.c:465
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003188msgid " (check after next mount)"
3189msgstr " (tarkistus seuraavan liittämiskerran jälkeen)"
3190
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003191#: e2fsck/unix.c:467
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003192#, c-format
3193msgid " (check in %ld mounts)"
3194msgstr " (tarkistus %ld liittämiskerran jälkeen)"
3195
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003196#: e2fsck/unix.c:617
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003197#, c-format
3198msgid "ERROR: Couldn't open /dev/null (%s)\n"
3199msgstr ""
3200
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003201#: e2fsck/unix.c:688
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003202msgid "Invalid EA version.\n"
3203msgstr ""
3204
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003205#: e2fsck/unix.c:701
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003206msgid "Invalid readahead buffer size.\n"
3207msgstr ""
3208
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003209#: e2fsck/unix.c:750
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003210#, c-format
3211msgid "Unknown extended option: %s\n"
3212msgstr ""
3213
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003214#: e2fsck/unix.c:758
Theodore Ts'o21725192017-08-23 19:46:04 -04003215msgid ""
3216"\n"
3217"Extended options are separated by commas, and may take an argument which\n"
3218"is set off by an equals ('=') sign. Valid extended options are:\n"
3219"\n"
3220msgstr ""
3221
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003222#: e2fsck/unix.c:762
Theodore Ts'o21725192017-08-23 19:46:04 -04003223msgid "\tea_ver=<ea_version (1 or 2)>\n"
3224msgstr ""
3225
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003226#: e2fsck/unix.c:771
Theodore Ts'o21725192017-08-23 19:46:04 -04003227msgid "\treadahead_kb=<buffer size>\n"
3228msgstr ""
3229
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003230#: e2fsck/unix.c:783
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003231#, c-format
3232msgid ""
3233"Syntax error in e2fsck config file (%s, line #%d)\n"
3234"\t%s\n"
3235msgstr ""
3236
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003237#: e2fsck/unix.c:856
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003238#, c-format
3239msgid "Error validating file descriptor %d: %s\n"
3240msgstr ""
3241
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003242#: e2fsck/unix.c:860
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003243msgid "Invalid completion information file descriptor"
3244msgstr ""
3245
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003246#: e2fsck/unix.c:875
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003247msgid "Only one of the options -p/-a, -n or -y may be specified."
3248msgstr ""
3249
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003250#: e2fsck/unix.c:896
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003251#, c-format
3252msgid "The -t option is not supported on this version of e2fsck.\n"
3253msgstr ""
3254
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003255#: e2fsck/unix.c:927 e2fsck/unix.c:1005 misc/e2initrd_helper.c:330
3256#: misc/tune2fs.c:1741 misc/tune2fs.c:2036 misc/tune2fs.c:2054
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003257#, c-format
3258msgid "Unable to resolve '%s'"
3259msgstr ""
3260
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003261#: e2fsck/unix.c:984
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003262msgid "The -n and -D options are incompatible."
3263msgstr "Valitsimet -n ja -D ovat epäyhteensopivia."
3264
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003265#: e2fsck/unix.c:989
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003266msgid "The -n and -c options are incompatible."
3267msgstr "Valitsimet -n ja -c ovat epäyhteensopivia."
3268
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003269#: e2fsck/unix.c:994
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003270msgid "The -n and -l/-L options are incompatible."
3271msgstr "Valitsimet -n ja -l/-L ovat epäyhteensopivia."
3272
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003273#: e2fsck/unix.c:1018
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003274#, fuzzy
3275msgid "The -D and -E fixes_only options are incompatible."
3276msgstr "Valitsimet -n ja -D ovat epäyhteensopivia."
3277
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003278#: e2fsck/unix.c:1024
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003279#, fuzzy
3280msgid "The -E bmap2extent and fixes_only options are incompatible."
3281msgstr "Valitsimet -n ja -D ovat epäyhteensopivia."
3282
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003283#: e2fsck/unix.c:1088
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003284msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3285msgstr ""
3286
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003287#: e2fsck/unix.c:1135
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003288#, c-format
3289msgid ""
3290"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3291"\n"
3292msgstr ""
3293
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003294#: e2fsck/unix.c:1144
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003295#, c-format
3296msgid ""
3297"\n"
3298"Invalid non-numeric argument to -%c (\"%s\")\n"
3299"\n"
3300msgstr ""
3301
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003302#: e2fsck/unix.c:1235
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003303#, c-format
3304msgid ""
3305"MMP interval is %u seconds and total wait time is %u seconds. Please "
3306"wait...\n"
3307msgstr ""
3308
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003309#: e2fsck/unix.c:1252 e2fsck/unix.c:1257
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003310msgid "while checking MMP block"
3311msgstr ""
3312
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003313#: e2fsck/unix.c:1259
3314#, c-format
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003315msgid ""
3316"If you are sure the filesystem is not in use on any node, run:\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003317"'tune2fs -f -E clear_mmp %s'\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003318msgstr ""
3319
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003320#: e2fsck/unix.c:1275
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003321#, fuzzy
3322msgid "while reading MMP block"
3323msgstr "luettaessa kirjanpidon superlohkoa"
3324
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003325#: e2fsck/unix.c:1295 e2fsck/unix.c:1347 misc/e2undo.c:236 misc/e2undo.c:281
3326#: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754
3327#: misc/tune2fs.c:2799 resize/main.c:188 resize/main.c:233
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003328#, c-format
3329msgid ""
3330"Overwriting existing filesystem; this can be undone using the command:\n"
3331" e2undo %s %s\n"
3332"\n"
3333msgstr ""
3334"Ylikirjoitetaan nykyinen tiedostojärjestelmä; tämän voi perua komennolla:\n"
3335" e2undo %s %s\n"
3336"\n"
3337
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003338#: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788
Theodore Ts'o89128f82018-01-01 19:36:37 -05003339#: resize/main.c:222
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003340#, c-format
3341msgid "while trying to delete %s"
3342msgstr ""
3343
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003344#: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003345msgid "while trying to setup undo file\n"
3346msgstr ""
3347
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003348#: e2fsck/unix.c:1405
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003349msgid "Error: ext2fs library version out of date!\n"
3350msgstr ""
3351
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003352#: e2fsck/unix.c:1412
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003353msgid "while trying to initialize program"
3354msgstr "ohjelman alustusta yritettäessä"
3355
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003356#: e2fsck/unix.c:1435
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003357#, c-format
3358msgid "\tUsing %s, %s\n"
3359msgstr ""
3360
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003361#: e2fsck/unix.c:1447
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003362msgid "need terminal for interactive repairs"
3363msgstr "vuorovaikutteisia korjauksia varten tarvitaan pääte"
3364
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003365#: e2fsck/unix.c:1508
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003366#, c-format
3367msgid "%s: %s trying backup blocks...\n"
3368msgstr ""
3369
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003370#: e2fsck/unix.c:1510
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003371msgid "Superblock invalid,"
3372msgstr ""
3373
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003374#: e2fsck/unix.c:1511
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003375msgid "Group descriptors look bad..."
3376msgstr ""
3377
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003378#: e2fsck/unix.c:1521
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003379#, c-format
3380msgid "%s: %s while using the backup blocks"
3381msgstr ""
3382
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003383#: e2fsck/unix.c:1525
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003384#, c-format
3385msgid "%s: going back to original superblock\n"
3386msgstr ""
3387
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003388#: e2fsck/unix.c:1554
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003389msgid ""
3390"The filesystem revision is apparently too high for this version of e2fsck.\n"
3391"(Or the filesystem superblock is corrupt)\n"
3392"\n"
3393msgstr ""
3394
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003395#: e2fsck/unix.c:1561
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003396msgid "Could this be a zero-length partition?\n"
3397msgstr "Voisiko tämä olla nollan pituinen osio?\n"
3398
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003399#: e2fsck/unix.c:1563
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003400#, c-format
3401msgid "You must have %s access to the filesystem or be root\n"
3402msgstr ""
3403
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003404#: e2fsck/unix.c:1569
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003405msgid "Possibly non-existent or swap device?\n"
3406msgstr "Mahdollisesti puuttuva laite tai sivutuslaite?\n"
3407
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003408#: e2fsck/unix.c:1571
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003409msgid "Filesystem mounted or opened exclusively by another program?\n"
3410msgstr ""
3411"Tiedostojärjestelmä liitettynä tai toisen ohjelman poissulkevasti avaamana?\n"
3412
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003413#: e2fsck/unix.c:1575
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003414msgid "Possibly non-existent device?\n"
3415msgstr "Mahdollisesti puuttuva laite?\n"
3416
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003417#: e2fsck/unix.c:1578
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003418msgid ""
3419"Disk write-protected; use the -n option to do a read-only\n"
3420"check of the device.\n"
3421msgstr ""
3422
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003423#: e2fsck/unix.c:1592
3424#, c-format
3425msgid "%s: Trying to load superblock despite errors...\n"
3426msgstr ""
3427
3428#: e2fsck/unix.c:1667
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003429msgid "Get a newer version of e2fsck!"
3430msgstr "Hanki e2fsck:n uudempi versio!"
3431
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003432#: e2fsck/unix.c:1711
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003433#, fuzzy, c-format
3434msgid "while checking journal for %s"
3435msgstr "luettaessa kirjanpidon superlohkoa"
3436
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003437#: e2fsck/unix.c:1714
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003438msgid "Cannot proceed with file system check"
3439msgstr ""
3440
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003441#: e2fsck/unix.c:1725
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003442msgid ""
3443"Warning: skipping journal recovery because doing a read-only filesystem "
3444"check.\n"
3445msgstr ""
3446
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003447#: e2fsck/unix.c:1737
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003448#, c-format
3449msgid "unable to set superblock flags on %s\n"
3450msgstr ""
3451
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003452#: e2fsck/unix.c:1743
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003453#, fuzzy, c-format
3454msgid "Journal checksum error found in %s\n"
3455msgstr "Kirjanpidon superlohkoa ei löydy"
3456
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003457#: e2fsck/unix.c:1747
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003458#, c-format
3459msgid "Journal corrupted in %s\n"
3460msgstr ""
3461
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003462#: e2fsck/unix.c:1751
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003463#, fuzzy, c-format
3464msgid "while recovering journal of %s"
3465msgstr "luettaessa kirjanpidon superlohkoa"
3466
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003467#: e2fsck/unix.c:1773
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003468#, c-format
3469msgid "%s has unsupported feature(s):"
3470msgstr ""
3471
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003472#: e2fsck/unix.c:1832
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003473#, c-format
3474msgid "%s: %s while reading bad blocks inode\n"
3475msgstr ""
3476
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003477#: e2fsck/unix.c:1835
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003478msgid "This doesn't bode well, but we'll try to go on...\n"
3479msgstr "Tämä ei lupaa hyvää, mutta me yritämme jatkaa...\n"
3480
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003481#: e2fsck/unix.c:1875
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003482#, c-format
3483msgid "Creating journal (%d blocks): "
3484msgstr "Luodaan kirjanpito (%d lohkoa): "
3485
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003486#: e2fsck/unix.c:1885
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003487msgid " Done.\n"
3488msgstr " Valmis.\n"
3489
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003490#: e2fsck/unix.c:1887
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003491#, fuzzy
3492msgid ""
3493"\n"
3494"*** journal has been regenerated ***\n"
3495msgstr ""
3496"\n"
3497"*** kirjanpito luotiin uudelleen - tiedostojärjestelmä on jälleen ext3 ***\n"
3498
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003499#: e2fsck/unix.c:1893
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003500msgid "aborted"
3501msgstr "keskeytetty"
3502
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003503#: e2fsck/unix.c:1895
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003504#, c-format
3505msgid "%s: e2fsck canceled.\n"
3506msgstr "%s: e2fsck peruutettu.\n"
3507
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003508#: e2fsck/unix.c:1922
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003509msgid "Restarting e2fsck from the beginning...\n"
3510msgstr "Aloitetaan e2fsck alusta...\n"
3511
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003512#: e2fsck/unix.c:1926
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003513msgid "while resetting context"
3514msgstr ""
3515
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003516#: e2fsck/unix.c:1985
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003517#, fuzzy, c-format
3518msgid ""
3519"\n"
3520"%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3521msgstr ""
3522"\n"
3523"%s: ***** TIEDOSTOJÄRJESTELMÄÄ MUUTETTIIN *****\n"
3524
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003525#: e2fsck/unix.c:1987
Theodore Ts'o21725192017-08-23 19:46:04 -04003526#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003527msgid "%s: File system was modified.\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04003528msgstr ""
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003529
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003530#: e2fsck/unix.c:1991 e2fsck/util.c:71
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003531#, c-format
3532msgid ""
3533"\n"
3534"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3535msgstr ""
3536"\n"
3537"%s: ***** TIEDOSTOJÄRJESTELMÄÄ MUUTETTIIN *****\n"
3538
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003539#: e2fsck/unix.c:1996
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003540#, fuzzy, c-format
3541msgid "%s: ***** REBOOT SYSTEM *****\n"
3542msgstr "%s: ***** KÄYNNISTÄ LINUX UUDELLEEN *****\n"
3543
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003544#: e2fsck/unix.c:2006 e2fsck/util.c:77
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003545#, c-format
3546msgid ""
3547"\n"
3548"%s: ********** WARNING: Filesystem still has errors **********\n"
3549"\n"
3550msgstr ""
3551"\n"
3552"%s: ***** VAROITUS: Tiedostojärjestelmässä on edelleen virheitä *****\n"
3553
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003554#: e2fsck/util.c:196 misc/util.c:93
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003555msgid "yY"
3556msgstr "yYkK"
3557
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003558#: e2fsck/util.c:197
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003559msgid "nN"
3560msgstr "nNeE"
3561
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003562#: e2fsck/util.c:198
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003563msgid "aA"
3564msgstr ""
3565
Theodore Ts'o21725192017-08-23 19:46:04 -04003566#: e2fsck/util.c:202
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003567msgid " ('a' enables 'yes' to all) "
3568msgstr ""
3569
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003570#: e2fsck/util.c:219
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003571msgid "<y>"
3572msgstr "<k>"
3573
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003574#: e2fsck/util.c:221
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003575msgid "<n>"
3576msgstr "<e>"
3577
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003578#: e2fsck/util.c:223
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003579msgid " (y/n)"
3580msgstr " (k/e)"
3581
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003582#: e2fsck/util.c:246
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003583msgid "cancelled!\n"
3584msgstr "peruutettu!\n"
3585
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003586#: e2fsck/util.c:279
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003587msgid "yes to all\n"
3588msgstr ""
3589
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003590#: e2fsck/util.c:281
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003591msgid "yes\n"
3592msgstr "kyllä\n"
3593
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003594#: e2fsck/util.c:283
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003595msgid "no\n"
3596msgstr "ei\n"
3597
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003598#: e2fsck/util.c:293
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003599#, c-format
3600msgid ""
3601"%s? no\n"
3602"\n"
3603msgstr ""
3604"%s? ei\n"
3605"\n"
3606
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003607#: e2fsck/util.c:297
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003608#, c-format
3609msgid ""
3610"%s? yes\n"
3611"\n"
3612msgstr ""
3613"%s? kyllä\n"
3614"\n"
3615
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003616#: e2fsck/util.c:301
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003617msgid "yes"
3618msgstr "kyllä"
3619
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003620#: e2fsck/util.c:301
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003621msgid "no"
3622msgstr "ei"
3623
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003624#: e2fsck/util.c:317
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003625#, c-format
3626msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3627msgstr ""
3628
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003629#: e2fsck/util.c:322
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003630msgid "reading inode and block bitmaps"
3631msgstr ""
3632
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003633#: e2fsck/util.c:334
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003634#, c-format
3635msgid "while retrying to read bitmaps for %s"
3636msgstr ""
3637
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003638#: e2fsck/util.c:346
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003639#, fuzzy
3640msgid "writing block and inode bitmaps"
3641msgstr "Kirjoitetaan i-solmutauluja: "
3642
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003643#: e2fsck/util.c:351
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003644#, c-format
3645msgid "while rewriting block and inode bitmaps for %s"
3646msgstr ""
3647
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003648#: e2fsck/util.c:363
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003649#, c-format
3650msgid ""
3651"\n"
3652"\n"
3653"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3654"\t(i.e., without -a or -p options)\n"
3655msgstr ""
3656"\n"
3657"\n"
3658"%s: ODOTTAMATTOMIA RISTIRIITOJA - AJA fsck KÄSIN.\n"
3659"\t(ilman valitsinta -a ja -p)\n"
3660
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003661#: e2fsck/util.c:444
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003662#, c-format
3663msgid "Memory used: %luk/%luk (%luk/%luk), "
3664msgstr "Muistia käytetty: %luk/%luk (%luk/%luk), "
3665
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003666#: e2fsck/util.c:448
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003667#, c-format
3668msgid "Memory used: %lu, "
3669msgstr "Muistia käytetty: %lu, "
3670
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003671#: e2fsck/util.c:455
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003672#, c-format
3673msgid "time: %5.2f/%5.2f/%5.2f\n"
3674msgstr "aika: %5.2f/%5.2f/%5.2f\n"
3675
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003676#: e2fsck/util.c:460
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003677#, c-format
3678msgid "elapsed time: %6.3f\n"
3679msgstr "kulunut aika: %6.3f\n"
3680
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003681#: e2fsck/util.c:495 e2fsck/util.c:509
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003682#, c-format
3683msgid "while reading inode %lu in %s"
3684msgstr ""
3685
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003686#: e2fsck/util.c:523 e2fsck/util.c:536
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003687#, c-format
3688msgid "while writing inode %lu in %s"
3689msgstr ""
3690
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003691#: e2fsck/util.c:792
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003692msgid ""
3693"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3694"running.\n"
3695msgstr ""
3696
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003697#: misc/badblocks.c:75
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003698msgid "done \n"
3699msgstr "valmis \n"
3700
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003701#: misc/badblocks.c:100
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003702#, c-format
3703msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003704"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003705" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3706"max_bad_blocks]\n"
3707" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3708" device [last_block [first_block]]\n"
3709msgstr ""
3710
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003711#: misc/badblocks.c:111
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003712#, c-format
3713msgid ""
3714"%s: The -n and -w options are mutually exclusive.\n"
3715"\n"
3716msgstr ""
3717
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003718#: misc/badblocks.c:229
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003719#, c-format
3720msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3721msgstr ""
3722
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003723#: misc/badblocks.c:337
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003724msgid "Testing with random pattern: "
3725msgstr ""
3726
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003727#: misc/badblocks.c:355
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003728msgid "Testing with pattern 0x"
3729msgstr ""
3730
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003731#: misc/badblocks.c:387 misc/badblocks.c:460
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003732msgid "during seek"
3733msgstr ""
3734
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003735#: misc/badblocks.c:398
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003736#, c-format
3737msgid "Weird value (%ld) in do_read\n"
3738msgstr "Outo arvo (%ld) do_read-funktiossa\n"
3739
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003740#: misc/badblocks.c:485
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003741msgid "during ext2fs_sync_device"
3742msgstr ""
3743
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003744#: misc/badblocks.c:505 misc/badblocks.c:767
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003745msgid "while beginning bad block list iteration"
3746msgstr ""
3747
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003748#: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003749msgid "while allocating buffers"
3750msgstr ""
3751
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003752#: misc/badblocks.c:524
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003753#, c-format
3754msgid "Checking blocks %lu to %lu\n"
3755msgstr ""
3756
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003757#: misc/badblocks.c:529
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003758msgid "Checking for bad blocks in read-only mode\n"
3759msgstr ""
3760
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003761#: misc/badblocks.c:538
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003762msgid "Checking for bad blocks (read-only test): "
3763msgstr ""
3764
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003765#: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3766#: misc/badblocks.c:841
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003767msgid "Too many bad blocks, aborting test\n"
3768msgstr ""
3769
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003770#: misc/badblocks.c:627
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003771msgid "Checking for bad blocks in read-write mode\n"
3772msgstr ""
3773
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003774#: misc/badblocks.c:629 misc/badblocks.c:791
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003775#, c-format
3776msgid "From block %lu to %lu\n"
3777msgstr ""
3778
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003779#: misc/badblocks.c:684
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003780msgid "Reading and comparing: "
3781msgstr "Luetaan ja verrataan: "
3782
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003783#: misc/badblocks.c:790
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003784msgid "Checking for bad blocks in non-destructive read-write mode\n"
3785msgstr ""
3786
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003787#: misc/badblocks.c:796
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003788msgid "Checking for bad blocks (non-destructive read-write test)\n"
3789msgstr ""
3790
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003791#: misc/badblocks.c:803
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003792msgid ""
3793"\n"
3794"Interrupt caught, cleaning up\n"
3795msgstr ""
3796
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003797#: misc/badblocks.c:886
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003798#, c-format
3799msgid "during test data write, block %lu"
3800msgstr ""
3801
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003802#: misc/badblocks.c:1007 misc/util.c:131
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003803#, c-format
3804msgid "%s is mounted; "
3805msgstr "%s on liitetty - "
3806
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003807#: misc/badblocks.c:1009
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003808msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3809msgstr ""
3810
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003811#: misc/badblocks.c:1014
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003812msgid "it's not safe to run badblocks!\n"
3813msgstr "badblocksin ajaminen ei ole turvallista!\n"
3814
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003815#: misc/badblocks.c:1019 misc/util.c:142
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003816#, c-format
3817msgid "%s is apparently in use by the system; "
3818msgstr ""
3819
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003820#: misc/badblocks.c:1022
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003821msgid "badblocks forced anyway.\n"
3822msgstr ""
3823
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003824#: misc/badblocks.c:1042
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003825#, c-format
3826msgid "invalid %s - %s"
3827msgstr ""
3828
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003829#: misc/badblocks.c:1136
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003830#, c-format
3831msgid "Too big max bad blocks count %u - maximum is %u"
3832msgstr ""
3833
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003834#: misc/badblocks.c:1163
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003835#, c-format
3836msgid "can't allocate memory for test_pattern - %s"
3837msgstr ""
3838
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003839#: misc/badblocks.c:1193
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003840msgid "Maximum of one test_pattern may be specified in read-only mode"
3841msgstr ""
3842
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003843#: misc/badblocks.c:1199
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003844msgid "Random test_pattern is not allowed in read-only mode"
3845msgstr ""
3846
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003847#: misc/badblocks.c:1213
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003848msgid ""
3849"Couldn't determine device size; you must specify\n"
3850"the size manually\n"
3851msgstr ""
3852
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003853#: misc/badblocks.c:1219
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003854msgid "while trying to determine device size"
3855msgstr ""
3856
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003857#: misc/badblocks.c:1224
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003858msgid "last block"
3859msgstr "viimeinen lohko"
3860
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003861#: misc/badblocks.c:1230
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003862msgid "first block"
3863msgstr "ensimmäinen lohko"
3864
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003865#: misc/badblocks.c:1233
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003866#, c-format
3867msgid "invalid starting block (%llu): must be less than %llu"
3868msgstr "virheellinen aloituslohko (%llu): oltava pienempi kuin %llu"
3869
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003870#: misc/badblocks.c:1240
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003871#, c-format
3872msgid "invalid end block (%llu): must be 32-bit value"
3873msgstr "virheellinen lopetuslohko (%llu): oltava 32-bittinen arvo"
3874
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003875#: misc/badblocks.c:1296
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003876msgid "while creating in-memory bad blocks list"
3877msgstr ""
3878
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003879#: misc/badblocks.c:1305
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003880msgid "input file - bad format"
3881msgstr ""
3882
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003883#: misc/badblocks.c:1313 misc/badblocks.c:1322
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003884msgid "while adding to in-memory bad block list"
3885msgstr ""
3886
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003887#: misc/badblocks.c:1347
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003888#, c-format
3889msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3890msgstr ""
3891
3892#: misc/chattr.c:89
3893#, fuzzy, c-format
3894msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
3895msgstr "käyttö: %s [-RV] [-+=AacDdijsSu] [-v versio] tiedostot...\n"
3896
3897#: misc/chattr.c:159
3898#, c-format
3899msgid "bad project - %s\n"
3900msgstr ""
3901
3902#: misc/chattr.c:173
3903#, c-format
3904msgid "bad version - %s\n"
3905msgstr ""
3906
3907#: misc/chattr.c:219 misc/lsattr.c:127
3908#, c-format
3909msgid "while trying to stat %s"
3910msgstr ""
3911
3912#: misc/chattr.c:226
3913#, c-format
3914msgid "while reading flags on %s"
3915msgstr ""
3916
3917#: misc/chattr.c:231 misc/chattr.c:243
3918#, c-format
3919msgid "Flags of %s set as "
3920msgstr ""
3921
3922#: misc/chattr.c:252
3923#, c-format
3924msgid "while setting flags on %s"
3925msgstr ""
3926
3927#: misc/chattr.c:260
3928#, c-format
3929msgid "Version of %s set as %lu\n"
3930msgstr ""
3931
3932#: misc/chattr.c:264
3933#, c-format
3934msgid "while setting version on %s"
3935msgstr ""
3936
3937#: misc/chattr.c:271
3938#, c-format
3939msgid "Project of %s set as %lu\n"
3940msgstr ""
3941
3942#: misc/chattr.c:275
3943#, fuzzy, c-format
3944msgid "while setting project on %s"
3945msgstr "juuri-i-solmun omistajuutta asetettaessa"
3946
3947#: misc/chattr.c:297
3948msgid "Couldn't allocate path variable in chattr_dir_proc"
3949msgstr ""
3950
3951#: misc/chattr.c:337
3952msgid "= is incompatible with - and +\n"
3953msgstr ""
3954
3955#: misc/chattr.c:345
3956msgid "Must use '-v', =, - or +\n"
3957msgstr ""
3958
Theodore Ts'o899425b2018-02-27 22:25:04 -05003959#: misc/create_inode.c:79 misc/create_inode.c:118
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003960#, fuzzy, c-format
3961msgid "while reading inode %u"
3962msgstr "luettaessa juuren i-solmua"
3963
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003964#: misc/create_inode.c:89 misc/create_inode.c:287 misc/create_inode.c:352
3965#: misc/create_inode.c:390
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003966#, fuzzy
3967msgid "while expanding directory"
3968msgstr "/lost+foundia laajennettaessa"
3969
Theodore Ts'o899425b2018-02-27 22:25:04 -05003970#: misc/create_inode.c:96
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003971#, fuzzy, c-format
3972msgid "while linking \"%s\""
3973msgstr "avattaessa tiedostoa %s"
3974
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003975#: misc/create_inode.c:104 misc/create_inode.c:131 misc/create_inode.c:321
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003976#, fuzzy, c-format
3977msgid "while writing inode %u"
3978msgstr "luettaessa juuren i-solmua"
3979
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003980#: misc/create_inode.c:151 misc/create_inode.c:175
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003981#, c-format
3982msgid "while listing attributes of \"%s\""
3983msgstr ""
3984
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003985#: misc/create_inode.c:162
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003986#, fuzzy, c-format
3987msgid "while opening inode %u"
3988msgstr "avattaessa tiedostoa %s"
3989
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003990#: misc/create_inode.c:168 misc/create_inode.c:195 misc/create_inode.c:975
3991#: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
Theodore Ts'o899425b2018-02-27 22:25:04 -05003992#: misc/mke2fs.c:359
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003993#, fuzzy
3994msgid "while allocating memory"
3995msgstr "puskuria varattaessa"
3996
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003997#: misc/create_inode.c:188 misc/create_inode.c:204
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05003998#, fuzzy, c-format
3999msgid "while reading attribute \"%s\" of \"%s\""
4000msgstr "luettaessa juuren i-solmua"
4001
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004002#: misc/create_inode.c:213
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004003#, c-format
4004msgid "while writing attribute \"%s\" to inode %u"
4005msgstr ""
4006
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004007#: misc/create_inode.c:223
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004008#, fuzzy, c-format
4009msgid "while closing inode %u"
4010msgstr "luettaessa juuren i-solmua"
4011
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004012#: misc/create_inode.c:274
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004013#, fuzzy, c-format
4014msgid "while allocating inode \"%s\""
4015msgstr "puskuria varattaessa"
4016
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004017#: misc/create_inode.c:293
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004018#, fuzzy, c-format
4019msgid "while creating inode \"%s\""
4020msgstr "luettaessa juuren i-solmua"
4021
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004022#: misc/create_inode.c:359
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004023#, fuzzy, c-format
4024msgid "while creating symlink \"%s\""
4025msgstr "/lost+foundia luodessa"
4026
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004027#: misc/create_inode.c:377 misc/create_inode.c:896
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004028#, fuzzy, c-format
4029msgid "while looking up \"%s\""
4030msgstr "/lost+foundia haettaessa"
4031
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004032#: misc/create_inode.c:397
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004033#, fuzzy, c-format
4034msgid "while creating directory \"%s\""
4035msgstr "juurihakemistoa luodessa"
4036
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004037#: misc/create_inode.c:625
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004038#, fuzzy, c-format
4039msgid "while opening \"%s\" to copy"
4040msgstr "avattaessa tiedostoa %s"
4041
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004042#: misc/create_inode.c:739
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004043#, c-format
4044msgid "while changing working directory to \"%s\""
4045msgstr ""
4046
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004047#: misc/create_inode.c:747
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004048#, fuzzy, c-format
4049msgid "while opening directory \"%s\""
4050msgstr "avattaessa tiedostoa %s"
4051
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004052#: misc/create_inode.c:757
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004053#, c-format
4054msgid "while lstat \"%s\""
4055msgstr ""
4056
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004057#: misc/create_inode.c:808
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004058#, fuzzy, c-format
4059msgid "while creating special file \"%s\""
4060msgstr "Luodaan tavallinen tiedosto %s\n"
4061
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004062#: misc/create_inode.c:817
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004063#, fuzzy
4064msgid "malloc failed"
4065msgstr "Muistinvaraus epäonnistui"
4066
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004067#: misc/create_inode.c:825
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004068#, fuzzy, c-format
4069msgid "while trying to read link \"%s\""
4070msgstr ""
4071"\n"
4072"\tyritettäessä luoda kirjanpitotiedostoa"
4073
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004074#: misc/create_inode.c:832
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004075msgid "symlink increased in size between lstat() and readlink()"
4076msgstr ""
4077
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004078#: misc/create_inode.c:843
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004079#, c-format
4080msgid "while writing symlink\"%s\""
4081msgstr ""
4082
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004083#: misc/create_inode.c:854
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004084#, fuzzy, c-format
4085msgid "while writing file \"%s\""
4086msgstr "avattaessa tiedostoa %s"
4087
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004088#: misc/create_inode.c:867
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004089#, fuzzy, c-format
4090msgid "while making dir \"%s\""
4091msgstr "avattaessa tiedostoa %s"
4092
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004093#: misc/create_inode.c:885
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004094#, fuzzy
4095msgid "while changing directory"
4096msgstr "juurihakemistoa luodessa"
4097
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004098#: misc/create_inode.c:891
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004099#, c-format
4100msgid "ignoring entry \"%s\""
4101msgstr ""
4102
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004103#: misc/create_inode.c:904
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004104#, fuzzy, c-format
4105msgid "while setting inode for \"%s\""
4106msgstr "juuri-i-solmun omistajuutta asetettaessa"
4107
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004108#: misc/create_inode.c:911
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004109#, fuzzy, c-format
4110msgid "while setting xattrs for \"%s\""
4111msgstr "juuri-i-solmun omistajuutta asetettaessa"
4112
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004113#: misc/create_inode.c:937
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004114#, fuzzy
4115msgid "while saving inode data"
4116msgstr "luettaessa juuren i-solmua"
4117
4118#: misc/dumpe2fs.c:56
4119#, fuzzy, c-format
4120msgid ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004121"Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004122msgstr "Käyttö: %s [-bfhixV] [-ob superlohko] [-oB lohkokoko] laite\n"
4123
4124#: misc/dumpe2fs.c:159
4125msgid "blocks"
4126msgstr "lohkoa"
4127
4128#: misc/dumpe2fs.c:168
4129msgid "clusters"
4130msgstr ""
4131
4132#: misc/dumpe2fs.c:219
4133#, c-format
4134msgid "Group %lu: (Blocks "
4135msgstr ""
4136
4137#: misc/dumpe2fs.c:226
4138#, c-format
4139msgid " csum 0x%04x"
4140msgstr ""
4141
4142#: misc/dumpe2fs.c:228
4143#, c-format
4144msgid " (EXPECTED 0x%04x)"
4145msgstr ""
4146
4147#: misc/dumpe2fs.c:233
4148#, c-format
4149msgid " %s superblock at "
4150msgstr ""
4151
4152#: misc/dumpe2fs.c:234
4153msgid "Primary"
4154msgstr ""
4155
4156#: misc/dumpe2fs.c:234
4157msgid "Backup"
4158msgstr ""
4159
4160#: misc/dumpe2fs.c:238
4161msgid ", Group descriptors at "
4162msgstr ""
4163
4164#: misc/dumpe2fs.c:242
4165msgid ""
4166"\n"
4167" Reserved GDT blocks at "
4168msgstr ""
4169
4170#: misc/dumpe2fs.c:249
4171msgid " Group descriptor at "
4172msgstr ""
4173
4174#: misc/dumpe2fs.c:255
4175msgid " Block bitmap at "
4176msgstr ""
4177
4178#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4179#, c-format
4180msgid ", csum 0x%08x"
4181msgstr ""
4182
4183#: misc/dumpe2fs.c:263
4184msgid ","
4185msgstr ""
4186
4187#: misc/dumpe2fs.c:265
4188msgid ""
4189"\n"
4190" "
4191msgstr ""
4192
4193#: misc/dumpe2fs.c:266
4194msgid " Inode bitmap at "
4195msgstr ""
4196
4197#: misc/dumpe2fs.c:273
4198msgid ""
4199"\n"
4200" Inode table at "
4201msgstr ""
4202
4203#: misc/dumpe2fs.c:279
4204#, c-format
4205msgid ""
4206"\n"
4207" %u free %s, %u free inodes, %u directories%s"
4208msgstr ""
4209
4210#: misc/dumpe2fs.c:286
4211#, c-format
4212msgid ", %u unused inodes\n"
4213msgstr ""
4214
4215#: misc/dumpe2fs.c:289
4216msgid " Free blocks: "
4217msgstr ""
4218
4219#: misc/dumpe2fs.c:304
4220msgid " Free inodes: "
4221msgstr ""
4222
4223#: misc/dumpe2fs.c:340
4224msgid "while printing bad block list"
4225msgstr ""
4226
4227#: misc/dumpe2fs.c:346
4228#, c-format
4229msgid "Bad blocks: %u"
4230msgstr ""
4231
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004232#: misc/dumpe2fs.c:373 misc/tune2fs.c:367
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004233msgid "while reading journal inode"
4234msgstr ""
4235
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004236#: misc/dumpe2fs.c:379
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004237msgid "while opening journal inode"
4238msgstr ""
4239
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004240#: misc/dumpe2fs.c:385
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004241msgid "while reading journal super block"
4242msgstr "luettaessa kirjanpidon superlohkoa"
4243
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004244#: misc/dumpe2fs.c:392
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004245msgid "Journal superblock magic number invalid!\n"
4246msgstr ""
4247
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004248#: misc/dumpe2fs.c:409 misc/tune2fs.c:216
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004249msgid "while reading journal superblock"
4250msgstr ""
4251
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004252#: misc/dumpe2fs.c:417
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004253msgid "Couldn't find journal superblock magic numbers"
4254msgstr ""
4255
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004256#: misc/dumpe2fs.c:468
4257#, fuzzy
4258msgid "failed to alloc MMP buffer\n"
4259msgstr "puskuria varattaessa"
4260
4261#: misc/dumpe2fs.c:479
4262#, fuzzy, c-format
4263msgid "reading MMP block %llu from '%s'\n"
4264msgstr "virhe luettaessa lohkoa %llu"
4265
4266#: misc/dumpe2fs.c:507 misc/mke2fs.c:798 misc/tune2fs.c:2073
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004267msgid "Couldn't allocate memory to parse options!\n"
4268msgstr ""
4269
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004270#: misc/dumpe2fs.c:533
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004271#, c-format
4272msgid "Invalid superblock parameter: %s\n"
4273msgstr ""
4274
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004275#: misc/dumpe2fs.c:548
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004276#, c-format
4277msgid "Invalid blocksize parameter: %s\n"
4278msgstr ""
4279
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004280#: misc/dumpe2fs.c:559
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004281#, c-format
4282msgid ""
4283"\n"
4284"Bad extended option(s) specified: %s\n"
4285"\n"
4286"Extended options are separated by commas, and may take an argument which\n"
4287"\tis set off by an equals ('=') sign.\n"
4288"\n"
4289"Valid extended options are:\n"
4290"\tsuperblock=<superblock number>\n"
4291"\tblocksize=<blocksize>\n"
4292msgstr ""
4293
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004294#: misc/dumpe2fs.c:649 misc/mke2fs.c:1845
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004295#, c-format
4296msgid "\tUsing %s\n"
4297msgstr ""
4298
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004299#: misc/dumpe2fs.c:694 misc/e2image.c:1590 misc/tune2fs.c:2949
Theodore Ts'o89128f82018-01-01 19:36:37 -05004300#: resize/main.c:416
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004301msgid "Couldn't find valid filesystem superblock.\n"
4302msgstr ""
4303
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004304#: misc/dumpe2fs.c:716
4305#, c-format
4306msgid "%s: MMP feature not enabled.\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004307msgstr ""
4308
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004309#: misc/dumpe2fs.c:747
4310#, fuzzy, c-format
4311msgid "while trying to read '%s' bitmaps\n"
4312msgstr ""
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004313"\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004314"\tyritettäessä luoda kirjanpitotiedostoa"
4315
4316#: misc/dumpe2fs.c:756
4317msgid ""
4318"*** Run e2fsck now!\n"
4319"\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004320msgstr ""
4321
Theodore Ts'o21725192017-08-23 19:46:04 -04004322#: misc/e2image.c:107
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004323#, fuzzy, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004324msgid "Usage: %s [ -r|Q ] [ -f ] device image-file\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004325msgstr "Käyttö: %s [-RVadlv] [tiedostot...]\n"
4326
Theodore Ts'o21725192017-08-23 19:46:04 -04004327#: misc/e2image.c:109
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004328#, fuzzy, c-format
4329msgid " %s -I device image-file\n"
4330msgstr "Käyttö: %s [-RVadlv] [tiedostot...]\n"
4331
Theodore Ts'o21725192017-08-23 19:46:04 -04004332#: misc/e2image.c:110
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004333#, c-format
4334msgid ""
4335" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4336"[ dest_fs ]\n"
4337msgstr ""
4338" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4339"[ dest_fs ]\n"
4340
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004341#: misc/e2image.c:175 misc/e2image.c:580 misc/e2image.c:586 misc/e2image.c:1185
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004342msgid "while allocating buffer"
4343msgstr "puskuria varattaessa"
4344
Theodore Ts'o21725192017-08-23 19:46:04 -04004345#: misc/e2image.c:180
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004346#, c-format
4347msgid "Writing block %llu\n"
4348msgstr ""
4349
Theodore Ts'o21725192017-08-23 19:46:04 -04004350#: misc/e2image.c:194
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004351#, c-format
4352msgid "error writing block %llu"
4353msgstr "virhe kirjoitettaessa lohkoa %llu"
4354
Theodore Ts'o21725192017-08-23 19:46:04 -04004355#: misc/e2image.c:197
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004356msgid "error in generic_write()"
4357msgstr ""
4358
Theodore Ts'o21725192017-08-23 19:46:04 -04004359#: misc/e2image.c:214
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004360msgid "Error: header size is bigger than wrt_size\n"
4361msgstr ""
4362
Theodore Ts'o21725192017-08-23 19:46:04 -04004363#: misc/e2image.c:219
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004364msgid "Couldn't allocate header buffer\n"
4365msgstr ""
4366
Theodore Ts'o21725192017-08-23 19:46:04 -04004367#: misc/e2image.c:247
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004368msgid "while writing superblock"
4369msgstr ""
4370
Theodore Ts'o21725192017-08-23 19:46:04 -04004371#: misc/e2image.c:256
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004372msgid "while writing inode table"
4373msgstr ""
4374
Theodore Ts'o21725192017-08-23 19:46:04 -04004375#: misc/e2image.c:264
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004376msgid "while writing block bitmap"
4377msgstr ""
4378
Theodore Ts'o21725192017-08-23 19:46:04 -04004379#: misc/e2image.c:272
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004380msgid "while writing inode bitmap"
4381msgstr ""
4382
Theodore Ts'o21725192017-08-23 19:46:04 -04004383#: misc/e2image.c:506
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004384#, c-format
4385msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4386msgstr ""
4387
Theodore Ts'o21725192017-08-23 19:46:04 -04004388#: misc/e2image.c:518
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004389#, c-format
4390msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4391msgstr ""
4392
Theodore Ts'o21725192017-08-23 19:46:04 -04004393#: misc/e2image.c:559
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004394#, c-format
4395msgid "%llu / %llu blocks (%d%%)"
4396msgstr "%llu / %llu lohkoa (%d %%)"
4397
Theodore Ts'o21725192017-08-23 19:46:04 -04004398#: misc/e2image.c:590 misc/e2image.c:630
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004399msgid "Copying "
4400msgstr ""
4401
Theodore Ts'o21725192017-08-23 19:46:04 -04004402#: misc/e2image.c:627
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004403msgid ""
4404"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4405msgstr ""
4406
Theodore Ts'o21725192017-08-23 19:46:04 -04004407#: misc/e2image.c:653
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004408#, c-format
4409msgid " %s remaining at %.2f MB/s"
4410msgstr " %s jäljellä nopeudella %.2f Mt/s"
4411
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004412#: misc/e2image.c:665 misc/e2image.c:1195
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004413#, c-format
4414msgid "error reading block %llu"
4415msgstr "virhe luettaessa lohkoa %llu"
4416
Theodore Ts'o21725192017-08-23 19:46:04 -04004417#: misc/e2image.c:719
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004418#, c-format
4419msgid "Copied %llu / %llu blocks (%d%%) in %s "
4420msgstr "Kopioitu %llu / %llu lohkoa (%d %%) ajassa %s"
4421
Theodore Ts'o21725192017-08-23 19:46:04 -04004422#: misc/e2image.c:723
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004423#, c-format
4424msgid "at %.2f MB/s"
4425msgstr "nopeudella %.2f Mt/s"
4426
Theodore Ts'o21725192017-08-23 19:46:04 -04004427#: misc/e2image.c:759
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004428msgid "while allocating l1 table"
4429msgstr ""
4430
Theodore Ts'o21725192017-08-23 19:46:04 -04004431#: misc/e2image.c:804
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004432msgid "while allocating l2 cache"
4433msgstr ""
4434
Theodore Ts'o21725192017-08-23 19:46:04 -04004435#: misc/e2image.c:827
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004436msgid ""
4437"Warning: There are still tables in the cache while putting the cache, data "
4438"will be lost so the image may not be valid.\n"
4439msgstr ""
4440
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004441#: misc/e2image.c:1152
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004442msgid "while allocating ext2_qcow2_image"
4443msgstr ""
4444
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004445#: misc/e2image.c:1159
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004446msgid "while initializing ext2_qcow2_image"
4447msgstr ""
4448
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004449#: misc/e2image.c:1218 misc/e2image.c:1236
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004450msgid "Programming error: multiple sequential refcount blocks created!\n"
4451msgstr ""
4452
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004453#: misc/e2image.c:1276
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004454msgid "while allocating block bitmap"
4455msgstr ""
4456
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004457#: misc/e2image.c:1285
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004458msgid "while allocating scramble block bitmap"
4459msgstr ""
4460
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004461#: misc/e2image.c:1292
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004462msgid "Scanning inodes...\n"
4463msgstr "Tutkitaan i-solmuja...\n"
4464
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004465#: misc/e2image.c:1304
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004466msgid "Can't allocate block buffer"
4467msgstr ""
4468
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004469#: misc/e2image.c:1343 misc/e2image.c:1357
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004470#, c-format
4471msgid "while iterating over inode %u"
4472msgstr ""
4473
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004474#: misc/e2image.c:1389
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004475msgid "Raw and qcow2 images cannot be installed"
4476msgstr ""
4477
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004478#: misc/e2image.c:1411
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004479msgid "error reading bitmaps"
4480msgstr ""
4481
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004482#: misc/e2image.c:1423
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004483msgid "while opening device file"
4484msgstr "avattaessa laitetiedostoa"
4485
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004486#: misc/e2image.c:1434
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004487#, fuzzy
4488msgid "while restoring the image table"
4489msgstr "Laajennetaan i-solmutaulua"
4490
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004491#: misc/e2image.c:1531
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004492msgid "-a option can only be used with raw or QCOW2 images."
4493msgstr ""
4494
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004495#: misc/e2image.c:1537
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004496msgid "Offsets are only allowed with raw images."
4497msgstr ""
4498
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004499#: misc/e2image.c:1542
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004500msgid "Move mode is only allowed with raw images."
4501msgstr ""
4502
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004503#: misc/e2image.c:1547
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004504msgid "Move mode requires all data mode."
4505msgstr ""
4506
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004507#: misc/e2image.c:1557
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004508msgid "checking if mounted"
4509msgstr "tarkastetaan onko liitettynä"
4510
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004511#: misc/e2image.c:1564
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004512msgid ""
4513"\n"
4514"Running e2image on a R/W mounted filesystem can result in an\n"
4515"inconsistent image which will not be useful for debugging purposes.\n"
4516"Use -f option if you really want to do that.\n"
4517msgstr ""
4518
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004519#: misc/e2image.c:1618
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004520msgid "QCOW2 image can not be written to the stdout!\n"
4521msgstr ""
4522
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004523#: misc/e2image.c:1624
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004524msgid "Can not stat output\n"
4525msgstr ""
4526
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004527#: misc/e2image.c:1634
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004528#, c-format
4529msgid "Image (%s) is compressed\n"
4530msgstr "Vedos (%s) on tiivistetty\n"
4531
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004532#: misc/e2image.c:1637
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004533#, c-format
4534msgid "Image (%s) is encrypted\n"
4535msgstr "Vedos (%s) on salattu\n"
4536
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004537#: misc/e2image.c:1640
4538#, fuzzy, c-format
4539msgid "Image (%s) is corrupted\n"
4540msgstr "Vedos (%s) on salattu\n"
4541
4542#: misc/e2image.c:1644
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004543#, c-format
4544msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4545msgstr "yritettäessä muuntaa qcow2-vedosta (%s) raw-vedokseksi (%s)"
4546
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004547#: misc/e2image.c:1654
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004548msgid "The -c option only supported in raw mode\n"
4549msgstr ""
4550
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004551#: misc/e2image.c:1659
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004552msgid "The -c option not supported when writing to stdout\n"
4553msgstr ""
4554
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004555#: misc/e2image.c:1666
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004556msgid "while allocating check_buf"
4557msgstr ""
4558
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004559#: misc/e2image.c:1672
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004560msgid "The -p option only supported in raw mode\n"
4561msgstr ""
4562
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004563#: misc/e2image.c:1682
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004564#, c-format
4565msgid "%d blocks already contained the data to be copied\n"
4566msgstr ""
4567
4568#: misc/e2initrd_helper.c:68
4569#, fuzzy, c-format
4570msgid "Usage: %s -r device\n"
4571msgstr "Käyttö: %s levy\n"
4572
4573#: misc/e2label.c:58
4574#, c-format
4575msgid "e2label: cannot open %s\n"
4576msgstr "e2label: ei voi avata kohdetta %s\n"
4577
4578#: misc/e2label.c:63
4579#, c-format
4580msgid "e2label: cannot seek to superblock\n"
4581msgstr ""
4582
4583#: misc/e2label.c:68
4584#, c-format
4585msgid "e2label: error reading superblock\n"
4586msgstr "e2label: virhe luettaessa superlohkoa\n"
4587
4588#: misc/e2label.c:72
4589#, c-format
4590msgid "e2label: not an ext2 filesystem\n"
4591msgstr "e2label: ei ole ext2-tiedostojärjestelmä\n"
4592
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004593#: misc/e2label.c:97 misc/tune2fs.c:3152
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004594#, c-format
4595msgid "Warning: label too long, truncating.\n"
4596msgstr "Varoitus: nimiö on liian pitkä, katkaistaan.\n"
4597
4598#: misc/e2label.c:100
4599#, c-format
4600msgid "e2label: cannot seek to superblock again\n"
4601msgstr ""
4602
4603#: misc/e2label.c:105
4604#, c-format
4605msgid "e2label: error writing superblock\n"
4606msgstr "e2label: virhe kirjoitettaessa superlohkoa\n"
4607
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004608#: misc/e2label.c:117 misc/tune2fs.c:1733
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004609#, c-format
4610msgid "Usage: e2label device [newlabel]\n"
4611msgstr "Käyttö: e2label laite [uusi_nimiö]\n"
4612
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004613#: misc/e2undo.c:124
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004614#, fuzzy, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004615msgid ""
4616"Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4617"<filesystem>\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004618msgstr "Käyttö: %s <transaktiotiedosto> <tiedostojärjestelmä>\n"
4619
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004620#: misc/e2undo.c:149
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004621msgid "The file system superblock doesn't match the undo file.\n"
4622msgstr ""
4623
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004624#: misc/e2undo.c:152
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004625msgid "UUID does not match.\n"
4626msgstr ""
4627
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004628#: misc/e2undo.c:154
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004629msgid "Last mount time does not match.\n"
4630msgstr ""
4631
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004632#: misc/e2undo.c:156
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004633msgid "Last write time does not match.\n"
4634msgstr ""
4635
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004636#: misc/e2undo.c:158
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004637msgid "Lifetime write counter does not match.\n"
4638msgstr ""
4639
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004640#: misc/e2undo.c:172
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004641#, fuzzy
4642msgid "while reading filesystem superblock."
4643msgstr "luettaessa kirjanpidon superlohkoa"
4644
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004645#: misc/e2undo.c:188
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004646#, fuzzy
4647msgid "while fetching superblock"
4648msgstr "luettaessa kirjanpidon superlohkoa"
4649
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004650#: misc/e2undo.c:201
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004651#, c-format
4652msgid "Undo file superblock checksum doesn't match.\n"
4653msgstr ""
4654
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004655#: misc/e2undo.c:340
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004656#, fuzzy, c-format
4657msgid "illegal offset - %s"
4658msgstr "Virheellinen offset: %s\n"
4659
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004660#: misc/e2undo.c:364
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004661#, c-format
4662msgid "Will not write to an undo file while replaying it.\n"
4663msgstr ""
4664
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004665#: misc/e2undo.c:373
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004666#, fuzzy, c-format
4667msgid "while opening undo file `%s'\n"
4668msgstr "avattaessa laitetiedostoa"
4669
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004670#: misc/e2undo.c:380
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004671#, fuzzy
4672msgid "while reading undo file"
4673msgstr "luettaessa juuren i-solmua"
4674
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004675#: misc/e2undo.c:385
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004676#, fuzzy, c-format
4677msgid "%s: Not an undo file.\n"
4678msgstr "%s: liian monta laitetta\n"
4679
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004680#: misc/e2undo.c:396
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004681#, c-format
4682msgid "%s: Header checksum doesn't match.\n"
4683msgstr ""
4684
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004685#: misc/e2undo.c:403
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004686#, c-format
4687msgid "%s: Corrupt undo file header.\n"
4688msgstr ""
4689
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004690#: misc/e2undo.c:407
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004691#, c-format
4692msgid "%s: Undo block size too large.\n"
4693msgstr ""
4694
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004695#: misc/e2undo.c:412
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004696#, c-format
4697msgid "%s: Undo block size too small.\n"
4698msgstr ""
4699
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004700#: misc/e2undo.c:425
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004701#, c-format
4702msgid "%s: Unknown undo file feature set.\n"
4703msgstr ""
4704
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004705#: misc/e2undo.c:433
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004706#, fuzzy, c-format
4707msgid "Error while determining whether %s is mounted."
4708msgstr "Varoitus! %s on liitettynä.\n"
4709
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004710#: misc/e2undo.c:439
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004711#, fuzzy
4712msgid "e2undo should only be run on unmounted filesystems"
4713msgstr "e2undoa tulee käyttää vain liittämättömälle tiedostojärjestelmälle\n"
4714
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004715#: misc/e2undo.c:455
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004716#, fuzzy, c-format
4717msgid "while opening `%s'"
4718msgstr "avattaessa tiedostoa %s"
4719
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004720#: misc/e2undo.c:466
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004721msgid "specified offset is too large"
4722msgstr ""
4723
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004724#: misc/e2undo.c:507
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004725#, fuzzy
4726msgid "while reading keys"
4727msgstr "luettaessa bittikarttoja"
4728
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004729#: misc/e2undo.c:519
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004730#, c-format
4731msgid "%s: wrong key magic at %llu\n"
4732msgstr ""
4733
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004734#: misc/e2undo.c:529
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004735#, c-format
4736msgid "%s: key block checksum error at %llu.\n"
4737msgstr ""
4738
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004739#: misc/e2undo.c:552
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004740#, c-format
4741msgid "%s: block %llu is too long."
4742msgstr ""
4743
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004744#: misc/e2undo.c:564 misc/e2undo.c:600
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004745#, fuzzy, c-format
4746msgid "while fetching block %llu."
4747msgstr "virhe kirjoitettaessa lohkoa %llu"
4748
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004749#: misc/e2undo.c:576
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004750#, c-format
4751msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4752msgstr ""
4753
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004754#: misc/e2undo.c:615
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004755#, fuzzy, c-format
4756msgid "while writing block %llu."
4757msgstr "virhe kirjoitettaessa lohkoa %llu"
4758
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004759#: misc/e2undo.c:621
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004760#, c-format
4761msgid "Undo file corruption; run e2fsck NOW!\n"
4762msgstr ""
4763
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004764#: misc/e2undo.c:623
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004765#, c-format
4766msgid "IO error during replay; run e2fsck NOW!\n"
4767msgstr ""
4768
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004769#: misc/e2undo.c:626
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004770#, c-format
4771msgid "Incomplete undo record; run e2fsck.\n"
4772msgstr ""
4773
4774#: misc/findsuper.c:110
4775#, c-format
4776msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4777msgstr "Käyttö: findsuper laite [ohitettavat_tavut [alkukilotavu]]\n"
4778
4779#: misc/findsuper.c:155
4780#, c-format
4781msgid "skipbytes should be a number, not %s\n"
4782msgstr ""
4783
4784#: misc/findsuper.c:162
4785#, c-format
4786msgid "skipbytes must be a multiple of the sector size\n"
4787msgstr ""
4788
4789#: misc/findsuper.c:169
4790#, c-format
4791msgid "startkb should be a number, not %s\n"
4792msgstr ""
4793
4794#: misc/findsuper.c:175
4795#, c-format
4796msgid "startkb should be positive, not %llu\n"
4797msgstr ""
4798
4799#: misc/findsuper.c:186
4800#, c-format
4801msgid "starting at %llu, with %u byte increments\n"
4802msgstr ""
4803
4804#: misc/findsuper.c:188
4805#, c-format
4806msgid ""
4807"[*] probably superblock written in the ext3 journal superblock,\n"
4808"\tso start/end/grp wrong\n"
4809msgstr ""
4810
4811#: misc/findsuper.c:190
4812#, c-format
4813msgid ""
4814"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4815"mount_time sb_uuid label\n"
4816msgstr ""
4817
4818#: misc/findsuper.c:264
4819#, c-format
4820msgid ""
4821"\n"
4822"%11Lu: finished with errno %d\n"
4823msgstr ""
4824
4825#: misc/fsck.c:343
4826#, fuzzy, c-format
4827msgid "WARNING: couldn't open %s: %s\n"
4828msgstr "VAROITUS: ei voitu avata"
4829
4830#: misc/fsck.c:353
4831#, c-format
4832msgid "WARNING: bad format on line %d of %s\n"
4833msgstr ""
4834
4835#: misc/fsck.c:370
4836msgid ""
4837"WARNING: Your /etc/fstab does not contain the fsck passno\n"
4838"\tfield. I will kludge around things for you, but you\n"
4839"\tshould fix your /etc/fstab file as soon as you can.\n"
4840"\n"
4841msgstr ""
4842
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004843#: misc/fsck.c:485
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004844#, c-format
4845msgid "fsck: %s: not found\n"
4846msgstr "fsck: %s: ei löytynyt\n"
4847
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004848#: misc/fsck.c:601
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004849#, c-format
4850msgid "%s: wait: No more child process?!?\n"
4851msgstr ""
4852
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004853#: misc/fsck.c:623
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004854#, c-format
4855msgid "Warning... %s for device %s exited with signal %d.\n"
4856msgstr ""
4857
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004858#: misc/fsck.c:629
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004859#, c-format
4860msgid "%s %s: status is %x, should never happen.\n"
4861msgstr ""
4862
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004863#: misc/fsck.c:668
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004864#, c-format
4865msgid "Finished with %s (exit status %d)\n"
4866msgstr ""
4867
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004868#: misc/fsck.c:728
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004869#, c-format
4870msgid "%s: Error %d while executing fsck.%s for %s\n"
4871msgstr ""
4872
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004873#: misc/fsck.c:749
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004874msgid ""
4875"Either all or none of the filesystem types passed to -t must be prefixed\n"
4876"with 'no' or '!'.\n"
4877msgstr ""
4878
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004879#: misc/fsck.c:768
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004880msgid "Couldn't allocate memory for filesystem types\n"
4881msgstr ""
4882
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004883#: misc/fsck.c:891
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004884#, c-format
4885msgid ""
4886"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4887"number\n"
4888msgstr ""
4889
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004890#: misc/fsck.c:918
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004891#, c-format
4892msgid "fsck: cannot check %s: fsck.%s not found\n"
4893msgstr ""
4894
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004895#: misc/fsck.c:974
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004896msgid "Checking all file systems.\n"
4897msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
4898
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004899#: misc/fsck.c:1065
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004900#, c-format
4901msgid "--waiting-- (pass %d)\n"
4902msgstr ""
4903
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004904#: misc/fsck.c:1085
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004905msgid ""
4906"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4907msgstr ""
4908"Käyttö: fsck [-AMNPRTV] [ -C [ fd ] ] [-t tiedjärjtyyppi] "
4909"[tiedjärjvalitsimet] [tiedjärj ...]\n"
4910
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004911#: misc/fsck.c:1127
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004912#, c-format
4913msgid "%s: too many devices\n"
4914msgstr "%s: liian monta laitetta\n"
4915
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004916#: misc/fsck.c:1160 misc/fsck.c:1246
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004917#, c-format
4918msgid "%s: too many arguments\n"
4919msgstr "%s: liian monta argumenttia\n"
4920
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004921#: misc/fuse2fs.c:3739
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004922msgid "Mounting read-only.\n"
4923msgstr ""
4924
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004925#: misc/fuse2fs.c:3763
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004926#, c-format
4927msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4928msgstr ""
4929
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004930#: misc/fuse2fs.c:3775 misc/fuse2fs.c:3789
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004931#, c-format
4932msgid "%s: %s.\n"
4933msgstr ""
4934
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004935#: misc/fuse2fs.c:3776 misc/fuse2fs.c:3791 misc/tune2fs.c:3049
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004936#, fuzzy, c-format
4937msgid "Please run e2fsck -fy %s.\n"
4938msgstr ""
4939"Aja ensin ”e2fsck -f %s”.\n"
4940"\n"
4941
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004942#: misc/fuse2fs.c:3798
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004943msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4944msgstr ""
4945
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004946#: misc/fuse2fs.c:3806
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004947#, c-format
4948msgid "%s: Writing to the journal is not supported.\n"
4949msgstr ""
4950
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004951#: misc/fuse2fs.c:3821
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004952msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4953msgstr ""
4954
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004955#: misc/fuse2fs.c:3825
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004956msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4957msgstr ""
4958
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004959#: misc/fuse2fs.c:3830
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004960msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4961msgstr ""
4962
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004963#: misc/fuse2fs.c:3834
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004964msgid "Orphans detected; running e2fsck is recommended.\n"
4965msgstr ""
4966
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004967#: misc/fuse2fs.c:3838
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004968msgid "Errors detected; running e2fsck is required.\n"
4969msgstr ""
4970
4971#: misc/lsattr.c:75
4972#, fuzzy, c-format
4973msgid "Usage: %s [-RVadlpv] [files...]\n"
4974msgstr "Käyttö: %s [-RVadlv] [tiedostot...]\n"
4975
4976#: misc/lsattr.c:86
4977#, c-format
4978msgid "While reading flags on %s"
4979msgstr ""
4980
4981#: misc/lsattr.c:93
4982#, fuzzy, c-format
4983msgid "While reading project on %s"
4984msgstr "luettaessa juuren i-solmua"
4985
4986#: misc/lsattr.c:102
4987#, c-format
4988msgid "While reading version on %s"
4989msgstr ""
4990
Theodore Ts'o899425b2018-02-27 22:25:04 -05004991#: misc/mke2fs.c:130
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004992#, c-format
4993msgid ""
4994"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4995"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4996"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4997"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4998"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4999"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
5000"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5001"undo_file]\n"
5002"\t[-jnqvDFSV] device [blocks-count]\n"
5003msgstr ""
5004
Theodore Ts'o899425b2018-02-27 22:25:04 -05005005#: misc/mke2fs.c:261
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005006#, c-format
5007msgid "Running command: %s\n"
5008msgstr "Ajetaan komento: %s\n"
5009
Theodore Ts'o899425b2018-02-27 22:25:04 -05005010#: misc/mke2fs.c:265
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005011#, c-format
5012msgid "while trying to run '%s'"
5013msgstr ""
5014
Theodore Ts'o899425b2018-02-27 22:25:04 -05005015#: misc/mke2fs.c:272
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005016msgid "while processing list of bad blocks from program"
5017msgstr ""
5018
Theodore Ts'o899425b2018-02-27 22:25:04 -05005019#: misc/mke2fs.c:299
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005020#, c-format
5021msgid "Block %d in primary superblock/group descriptor area bad.\n"
5022msgstr ""
5023
Theodore Ts'o899425b2018-02-27 22:25:04 -05005024#: misc/mke2fs.c:301
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005025#, c-format
5026msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5027msgstr ""
5028
Theodore Ts'o899425b2018-02-27 22:25:04 -05005029#: misc/mke2fs.c:304
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005030msgid "Aborting....\n"
5031msgstr "Keskeytetään...\n"
5032
Theodore Ts'o899425b2018-02-27 22:25:04 -05005033#: misc/mke2fs.c:324
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005034#, c-format
5035msgid ""
5036"Warning: the backup superblock/group descriptors at block %u contain\n"
5037"\tbad blocks.\n"
5038"\n"
5039msgstr ""
5040
Theodore Ts'o899425b2018-02-27 22:25:04 -05005041#: misc/mke2fs.c:343
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005042msgid "while marking bad blocks as used"
5043msgstr ""
5044
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005045#: misc/mke2fs.c:368
5046#, fuzzy
5047msgid "while writing reserved inodes"
5048msgstr "luettaessa juuren i-solmua"
5049
5050#: misc/mke2fs.c:420
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005051msgid "Writing inode tables: "
5052msgstr "Kirjoitetaan i-solmutauluja: "
5053
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005054#: misc/mke2fs.c:442
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005055#, c-format
5056msgid ""
5057"\n"
5058"Could not write %d blocks in inode table starting at %llu: %s\n"
5059msgstr ""
5060
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005061#: misc/mke2fs.c:456 misc/mke2fs.c:2726 misc/mke2fs.c:3131
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005062msgid "done \n"
5063msgstr "valmis \n"
5064
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005065#: misc/mke2fs.c:471
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005066msgid "while creating root dir"
5067msgstr "juurihakemistoa luodessa"
5068
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005069#: misc/mke2fs.c:478
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005070msgid "while reading root inode"
5071msgstr "luettaessa juuren i-solmua"
5072
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005073#: misc/mke2fs.c:490
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005074msgid "while setting root inode ownership"
5075msgstr "juuri-i-solmun omistajuutta asetettaessa"
5076
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005077#: misc/mke2fs.c:508
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005078msgid "while creating /lost+found"
5079msgstr "/lost+foundia luodessa"
5080
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005081#: misc/mke2fs.c:515
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005082msgid "while looking up /lost+found"
5083msgstr "/lost+foundia haettaessa"
5084
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005085#: misc/mke2fs.c:528
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005086msgid "while expanding /lost+found"
5087msgstr "/lost+foundia laajennettaessa"
5088
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005089#: misc/mke2fs.c:543
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005090msgid "while setting bad block inode"
5091msgstr ""
5092
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005093#: misc/mke2fs.c:570
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005094#, c-format
5095msgid "Out of memory erasing sectors %d-%d\n"
5096msgstr "Muisti loppui tyhjennettäessä sektoreita %d-%d\n"
5097
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005098#: misc/mke2fs.c:580
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005099#, c-format
5100msgid "Warning: could not read block 0: %s\n"
5101msgstr "Varoitus: ei voitu lukea lohkoa 0: %s\n"
5102
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005103#: misc/mke2fs.c:596
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005104#, c-format
5105msgid "Warning: could not erase sector %d: %s\n"
5106msgstr "Varoitus: ei voitu tyhjentää sektoria %d: %s\n"
5107
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005108#: misc/mke2fs.c:612
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005109msgid "while initializing journal superblock"
5110msgstr ""
5111
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005112#: misc/mke2fs.c:620
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005113msgid "Zeroing journal device: "
5114msgstr "Nollataan kirjanpitolaite: "
5115
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005116#: misc/mke2fs.c:632
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005117#, c-format
5118msgid "while zeroing journal device (block %llu, count %d)"
5119msgstr ""
5120
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005121#: misc/mke2fs.c:650
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005122msgid "while writing journal superblock"
5123msgstr ""
5124
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005125#: misc/mke2fs.c:665
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005126#, c-format
5127msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5128msgstr ""
5129"Luodaan %llu-lohkoinen tiedostojärjestelmä %dk lohkokoolla ja %u i-solmulla\n"
5130
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005131#: misc/mke2fs.c:673
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005132#, c-format
5133msgid ""
5134"warning: %llu blocks unused.\n"
5135"\n"
5136msgstr ""
5137"varoitus: %llu lohkoa käyttämättä.\n"
5138"\n"
5139"\n"
5140
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005141#: misc/mke2fs.c:678
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005142#, c-format
5143msgid "Filesystem label=%s\n"
5144msgstr "Tiedostojärjestelmän nimiö=%s\n"
5145
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005146#: misc/mke2fs.c:681
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005147#, c-format
5148msgid "OS type: %s\n"
5149msgstr "Käyttöjärjestelmän tyyppi: %s\n"
5150
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005151#: misc/mke2fs.c:683
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005152#, c-format
5153msgid "Block size=%u (log=%u)\n"
5154msgstr ""
5155
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005156#: misc/mke2fs.c:686
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005157#, c-format
5158msgid "Cluster size=%u (log=%u)\n"
5159msgstr ""
5160
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005161#: misc/mke2fs.c:690
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005162#, c-format
5163msgid "Fragment size=%u (log=%u)\n"
5164msgstr ""
5165
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005166#: misc/mke2fs.c:692
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005167#, c-format
5168msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5169msgstr ""
5170
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005171#: misc/mke2fs.c:694
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005172#, c-format
5173msgid "%u inodes, %llu blocks\n"
5174msgstr ""
5175
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005176#: misc/mke2fs.c:696
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005177#, c-format
5178msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5179msgstr "%llu lohkoa (%2.2f %%) varattu pääkäyttäjälle\n"
5180
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005181#: misc/mke2fs.c:699
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005182#, c-format
5183msgid "First data block=%u\n"
5184msgstr ""
5185
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005186#: misc/mke2fs.c:701
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005187#, c-format
5188msgid "Root directory owner=%u:%u\n"
5189msgstr ""
5190
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005191#: misc/mke2fs.c:703
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005192#, c-format
5193msgid "Maximum filesystem blocks=%lu\n"
5194msgstr ""
5195
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005196#: misc/mke2fs.c:707
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005197#, c-format
5198msgid "%u block groups\n"
5199msgstr "%u lohkoryhmää\n"
5200
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005201#: misc/mke2fs.c:709
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005202#, c-format
5203msgid "%u block group\n"
5204msgstr "%u lohkoryhmä\n"
5205
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005206#: misc/mke2fs.c:711
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005207#, c-format
5208msgid "%u blocks per group, %u clusters per group\n"
5209msgstr ""
5210
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005211#: misc/mke2fs.c:714
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005212#, c-format
5213msgid "%u blocks per group, %u fragments per group\n"
5214msgstr ""
5215
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005216#: misc/mke2fs.c:716
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005217#, c-format
5218msgid "%u inodes per group\n"
5219msgstr ""
5220
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005221#: misc/mke2fs.c:725
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005222#, c-format
5223msgid "Filesystem UUID: %s\n"
5224msgstr "Tiedostojärjestelmän UUID: %s\n"
5225
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005226#: misc/mke2fs.c:726
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005227msgid "Superblock backups stored on blocks: "
5228msgstr "Superlohkon varmuuskopiot tallennettu lohkoihin: "
5229
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005230#: misc/mke2fs.c:820
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005231#, c-format
5232msgid "%s requires '-O 64bit'\n"
5233msgstr ""
5234
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005235#: misc/mke2fs.c:826
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005236#, c-format
5237msgid "'%s' must be before 'resize=%u'\n"
5238msgstr ""
5239
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005240#: misc/mke2fs.c:839
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005241#, c-format
5242msgid "Invalid desc_size: '%s'\n"
5243msgstr "Virheellinen desc_size: ”%s”\n"
5244
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005245#: misc/mke2fs.c:853
Theodore Ts'o899425b2018-02-27 22:25:04 -05005246#, fuzzy, c-format
5247msgid "Invalid hash seed: %s\n"
5248msgstr "Virheellinen uusi koko: %s\n"
5249
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005250#: misc/mke2fs.c:865
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005251#, c-format
5252msgid "Invalid offset: %s\n"
5253msgstr "Virheellinen offset: %s\n"
5254
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005255#: misc/mke2fs.c:879 misc/tune2fs.c:2101
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005256#, c-format
5257msgid "Invalid mmp_update_interval: %s\n"
5258msgstr "Virheellinen mmp_update_interval: %s\n"
5259
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005260#: misc/mke2fs.c:896
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005261#, c-format
5262msgid "Invalid # of backup superblocks: %s\n"
5263msgstr ""
5264
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005265#: misc/mke2fs.c:918
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005266#, c-format
5267msgid "Invalid stride parameter: %s\n"
5268msgstr ""
5269
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005270#: misc/mke2fs.c:933
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005271#, c-format
5272msgid "Invalid stripe-width parameter: %s\n"
5273msgstr ""
5274
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005275#: misc/mke2fs.c:956
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005276#, c-format
5277msgid "Invalid resize parameter: %s\n"
5278msgstr ""
5279
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005280#: misc/mke2fs.c:963
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005281msgid "The resize maximum must be greater than the filesystem size.\n"
5282msgstr ""
5283
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005284#: misc/mke2fs.c:987
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005285msgid "On-line resizing not supported with revision 0 filesystems\n"
5286msgstr ""
5287
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005288#: misc/mke2fs.c:1013 misc/mke2fs.c:1022
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005289#, c-format
5290msgid "Invalid root_owner: '%s'\n"
5291msgstr ""
5292
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005293#: misc/mke2fs.c:1065
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005294#, c-format
5295msgid ""
5296"\n"
5297"Bad option(s) specified: %s\n"
5298"\n"
5299"Extended options are separated by commas, and may take an argument which\n"
5300"\tis set off by an equals ('=') sign.\n"
5301"\n"
5302"Valid extended options are:\n"
5303"\tmmp_update_interval=<interval>\n"
5304"\tnum_backup_sb=<0|1|2>\n"
5305"\tstride=<RAID per-disk data chunk in blocks>\n"
5306"\tstripe-width=<RAID stride * data disks in blocks>\n"
5307"\toffset=<offset to create the file system>\n"
5308"\tresize=<resize maximum size in blocks>\n"
5309"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5310"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5311"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5312"\troot_owner=<uid of root dir>:<gid of root dir>\n"
5313"\ttest_fs\n"
5314"\tdiscard\n"
5315"\tnodiscard\n"
5316"\tquotatype=<quota type(s) to be enabled>\n"
5317"\n"
5318msgstr ""
5319
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005320#: misc/mke2fs.c:1090
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005321#, c-format
5322msgid ""
5323"\n"
5324"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5325"\n"
5326msgstr ""
5327
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005328#: misc/mke2fs.c:1135
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005329#, c-format
5330msgid ""
5331"Syntax error in mke2fs config file (%s, line #%d)\n"
5332"\t%s\n"
5333msgstr ""
5334
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005335#: misc/mke2fs.c:1148 misc/tune2fs.c:1120
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005336#, c-format
5337msgid "Invalid filesystem option set: %s\n"
5338msgstr ""
5339
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005340#: misc/mke2fs.c:1160 misc/tune2fs.c:411
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005341#, c-format
5342msgid "Invalid mount option set: %s\n"
5343msgstr ""
5344
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005345#: misc/mke2fs.c:1296
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005346#, c-format
5347msgid ""
5348"\n"
5349"Your mke2fs.conf file does not define the %s filesystem type.\n"
5350msgstr ""
5351
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005352#: misc/mke2fs.c:1300
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005353msgid ""
5354"You probably need to install an updated mke2fs.conf file.\n"
5355"\n"
5356msgstr ""
5357
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005358#: misc/mke2fs.c:1304
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005359msgid "Aborting...\n"
5360msgstr "Keskeytetään...\n"
5361
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005362#: misc/mke2fs.c:1345
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005363#, c-format
5364msgid ""
5365"\n"
5366"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5367"\n"
5368msgstr ""
5369
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005370#: misc/mke2fs.c:1527
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005371msgid "Couldn't allocate memory for new PATH.\n"
5372msgstr ""
5373
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005374#: misc/mke2fs.c:1564
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005375#, c-format
5376msgid "Couldn't init profile successfully (error: %ld).\n"
5377msgstr ""
5378
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005379#: misc/mke2fs.c:1597
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005380#, c-format
5381msgid "invalid block size - %s"
5382msgstr ""
5383
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005384#: misc/mke2fs.c:1601
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005385#, c-format
5386msgid "Warning: blocksize %d not usable on most systems.\n"
5387msgstr ""
5388
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005389#: misc/mke2fs.c:1617
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005390#, c-format
5391msgid "invalid cluster size - %s"
5392msgstr ""
5393
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005394#: misc/mke2fs.c:1630
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005395msgid "'-R' is deprecated, use '-E' instead"
5396msgstr ""
5397
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005398#: misc/mke2fs.c:1644 misc/tune2fs.c:1830
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005399#, c-format
5400msgid "bad error behavior - %s"
5401msgstr ""
5402
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005403#: misc/mke2fs.c:1656
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005404msgid "Illegal number for blocks per group"
5405msgstr ""
5406
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005407#: misc/mke2fs.c:1661
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005408msgid "blocks per group must be multiple of 8"
5409msgstr ""
5410
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005411#: misc/mke2fs.c:1669
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005412msgid "Illegal number for flex_bg size"
5413msgstr ""
5414
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005415#: misc/mke2fs.c:1675
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005416msgid "flex_bg size must be a power of 2"
5417msgstr ""
5418
Theodore Ts'o899425b2018-02-27 22:25:04 -05005419#: misc/mke2fs.c:1680
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005420#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005421msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005422msgstr ""
5423
Theodore Ts'o899425b2018-02-27 22:25:04 -05005424#: misc/mke2fs.c:1690
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005425#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005426msgid "invalid inode ratio %s (min %d/max %d)"
5427msgstr ""
5428
5429#: misc/mke2fs.c:1700
5430#, c-format
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005431msgid "invalid inode size - %s"
5432msgstr ""
5433
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005434#: misc/mke2fs.c:1713
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005435msgid ""
5436"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5437"nodiscard' extended option instead!\n"
5438msgstr ""
5439
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005440#: misc/mke2fs.c:1724
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005441msgid "in malloc for bad_blocks_filename"
5442msgstr ""
5443
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005444#: misc/mke2fs.c:1733
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005445#, fuzzy, c-format
5446msgid ""
5447"Warning: label too long; will be truncated to '%s'\n"
5448"\n"
5449msgstr "Varoitus: nimiö on liian pitkä, katkaistaan.\n"
5450
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005451#: misc/mke2fs.c:1742
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005452#, c-format
5453msgid "invalid reserved blocks percent - %s"
5454msgstr ""
5455
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005456#: misc/mke2fs.c:1757
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005457#, c-format
5458msgid "bad num inodes - %s"
5459msgstr ""
5460
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005461#: misc/mke2fs.c:1770
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005462#, fuzzy
5463msgid "while allocating fs_feature string"
5464msgstr "puskuria varattaessa"
5465
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005466#: misc/mke2fs.c:1787
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005467#, c-format
5468msgid "bad revision level - %s"
5469msgstr ""
5470
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005471#: misc/mke2fs.c:1792
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005472#, c-format
5473msgid "while trying to create revision %d"
5474msgstr ""
5475
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005476#: misc/mke2fs.c:1806
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005477msgid "The -t option may only be used once"
5478msgstr "Valitsinta -t voi käyttää vain kerran"
5479
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005480#: misc/mke2fs.c:1814
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005481msgid "The -T option may only be used once"
5482msgstr "Valitsinta -T voi käyttää vain kerran"
5483
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005484#: misc/mke2fs.c:1870 misc/mke2fs.c:3215
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005485#, c-format
5486msgid "while trying to open journal device %s\n"
5487msgstr ""
5488
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005489#: misc/mke2fs.c:1876
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005490#, c-format
5491msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5492msgstr ""
5493
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005494#: misc/mke2fs.c:1882
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005495#, c-format
5496msgid "Using journal device's blocksize: %d\n"
5497msgstr ""
5498
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005499#: misc/mke2fs.c:1893
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005500#, c-format
5501msgid "invalid blocks '%s' on device '%s'"
5502msgstr ""
5503
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005504#: misc/mke2fs.c:1923
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005505msgid "filesystem"
5506msgstr "tiedostojärjestelmä"
5507
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005508#: misc/mke2fs.c:1941 resize/main.c:497
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005509msgid "while trying to determine filesystem size"
5510msgstr ""
5511
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005512#: misc/mke2fs.c:1947
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005513msgid ""
5514"Couldn't determine device size; you must specify\n"
5515"the size of the filesystem\n"
5516msgstr ""
5517
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005518#: misc/mke2fs.c:1954
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005519msgid ""
5520"Device size reported to be zero. Invalid partition specified, or\n"
5521"\tpartition table wasn't reread after running fdisk, due to\n"
5522"\ta modified partition being busy and in use. You may need to reboot\n"
5523"\tto re-read your partition table.\n"
5524msgstr ""
5525
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005526#: misc/mke2fs.c:1971
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005527msgid "Filesystem larger than apparent device size."
5528msgstr ""
5529
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005530#: misc/mke2fs.c:1991
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005531msgid "Failed to parse fs types list\n"
5532msgstr ""
5533
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005534#: misc/mke2fs.c:2040
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005535msgid "The HURD does not support the filetype feature.\n"
5536msgstr ""
5537
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005538#: misc/mke2fs.c:2045
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005539msgid "The HURD does not support the huge_file feature.\n"
5540msgstr ""
5541
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005542#: misc/mke2fs.c:2050
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005543msgid "The HURD does not support the metadata_csum feature.\n"
5544msgstr ""
5545
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005546#: misc/mke2fs.c:2055
Theodore Ts'o899425b2018-02-27 22:25:04 -05005547msgid "The HURD does not support the ea_inode feature.\n"
5548msgstr ""
5549
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005550#: misc/mke2fs.c:2065
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005551msgid "while trying to determine hardware sector size"
5552msgstr "yritettäessä määrittää laitteiston sektorikokoa"
5553
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005554#: misc/mke2fs.c:2071
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005555msgid "while trying to determine physical sector size"
5556msgstr "yritettäessä määrittää fyysistä sektorin kokoa"
5557
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005558#: misc/mke2fs.c:2103
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005559msgid "while setting blocksize; too small for device\n"
5560msgstr ""
5561
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005562#: misc/mke2fs.c:2108
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005563#, c-format
5564msgid ""
5565"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5566msgstr ""
5567
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005568#: misc/mke2fs.c:2132
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005569#, c-format
5570msgid ""
5571"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5572"\tin 32 bits using a blocksize of %d.\n"
5573msgstr ""
5574
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005575#: misc/mke2fs.c:2144
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005576#, c-format
5577msgid ""
5578"%s: Size of device (0x%llx blocks) %s too big to create\n"
5579"\ta filesystem using a blocksize of %d.\n"
5580msgstr ""
5581
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005582#: misc/mke2fs.c:2166
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005583msgid "fs_types for mke2fs.conf resolution: "
5584msgstr ""
5585
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005586#: misc/mke2fs.c:2173
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005587msgid "Filesystem features not supported with revision 0 filesystems\n"
5588msgstr ""
5589
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005590#: misc/mke2fs.c:2181
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005591msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5592msgstr ""
5593
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005594#: misc/mke2fs.c:2191
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005595msgid "Journals not supported with revision 0 filesystems\n"
5596msgstr ""
5597
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005598#: misc/mke2fs.c:2204
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005599#, c-format
5600msgid "invalid reserved blocks percent - %lf"
5601msgstr ""
5602
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005603#: misc/mke2fs.c:2221
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005604msgid ""
5605"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5606"rectify.\n"
5607msgstr ""
5608
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005609#: misc/mke2fs.c:2241
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005610msgid "The cluster size may not be smaller than the block size.\n"
5611msgstr ""
5612
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005613#: misc/mke2fs.c:2247
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005614msgid "specifying a cluster size requires the bigalloc feature"
5615msgstr ""
5616
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005617#: misc/mke2fs.c:2267
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005618#, c-format
5619msgid "warning: Unable to get device geometry for %s\n"
5620msgstr "varoitus: Geometrian noutaminen laitteelle %s ei onnistu\n"
5621
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005622#: misc/mke2fs.c:2270
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005623#, c-format
5624msgid "%s alignment is offset by %lu bytes.\n"
5625msgstr ""
5626
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005627#: misc/mke2fs.c:2272
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005628#, c-format
5629msgid ""
5630"This may result in very poor performance, (re)-partitioning suggested.\n"
5631msgstr ""
5632"Tämä voi johtaa hyvin huonoon suorituskykyyn, (uudelleen)osiointi on "
5633"suositeltavaa.\n"
5634
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005635#: misc/mke2fs.c:2293
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005636#, c-format
5637msgid "%d-byte blocks too big for system (max %d)"
5638msgstr ""
5639
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005640#: misc/mke2fs.c:2297
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005641#, c-format
5642msgid ""
5643"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5644msgstr ""
5645
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005646#: misc/mke2fs.c:2305
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005647#, c-format
5648msgid ""
5649"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5650"and journal checksum features.\n"
5651msgstr ""
5652
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005653#: misc/mke2fs.c:2360
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005654#, c-format
5655msgid ""
5656"\n"
5657"Warning: offset specified without an explicit file system size.\n"
5658"Creating a file system with %llu blocks but this might\n"
5659"not be what you want.\n"
5660"\n"
5661msgstr ""
5662
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005663#: misc/mke2fs.c:2375
Theodore Ts'o21725192017-08-23 19:46:04 -04005664#, c-format
5665msgid "%d byte inodes are too small for project quota"
5666msgstr ""
5667
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005668#: misc/mke2fs.c:2397
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005669msgid "Can't support bigalloc feature without extents feature"
5670msgstr ""
5671
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005672#: misc/mke2fs.c:2404
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005673msgid ""
5674"The resize_inode and meta_bg features are not compatible.\n"
5675"They can not be both enabled simultaneously.\n"
5676msgstr ""
5677
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005678#: misc/mke2fs.c:2412
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005679msgid ""
5680"\n"
5681"Warning: the bigalloc feature is still under development\n"
5682"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5683"\n"
5684msgstr ""
5685
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005686#: misc/mke2fs.c:2424
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005687msgid "reserved online resize blocks not supported on non-sparse filesystem"
5688msgstr ""
5689
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005690#: misc/mke2fs.c:2433
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005691msgid "blocks per group count out of range"
5692msgstr ""
5693
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005694#: misc/mke2fs.c:2455
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005695msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5696msgstr ""
5697
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005698#: misc/mke2fs.c:2467
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005699#, c-format
5700msgid "invalid inode size %d (min %d/max %d)"
5701msgstr "virheellinen i-solmun koko %d (väh. %d/enint. %d)"
5702
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005703#: misc/mke2fs.c:2482
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005704#, c-format
5705msgid "%d byte inodes are too small for inline data; specify larger size"
5706msgstr ""
5707
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005708#: misc/mke2fs.c:2497
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005709#, c-format
5710msgid "too many inodes (%llu), raise inode ratio?"
5711msgstr ""
5712
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005713#: misc/mke2fs.c:2504
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005714#, c-format
5715msgid "too many inodes (%llu), specify < 2^32 inodes"
5716msgstr ""
5717
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005718#: misc/mke2fs.c:2518
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005719#, c-format
5720msgid ""
5721"inode_size (%u) * inodes_count (%u) too big for a\n"
5722"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5723"\tor lower inode count (-N).\n"
5724msgstr ""
5725
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005726#: misc/mke2fs.c:2705
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005727msgid "Discarding device blocks: "
5728msgstr ""
5729
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005730#: misc/mke2fs.c:2721
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005731msgid "failed - "
5732msgstr ""
5733
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005734#: misc/mke2fs.c:2780
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005735msgid "while initializing quota context"
5736msgstr ""
5737
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005738#: misc/mke2fs.c:2787
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005739#, fuzzy
5740msgid "while writing quota inodes"
5741msgstr "luettaessa juuren i-solmua"
5742
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005743#: misc/mke2fs.c:2812
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005744#, c-format
5745msgid "bad error behavior in profile - %s"
5746msgstr ""
5747
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005748#: misc/mke2fs.c:2888
Theodore Ts'o899425b2018-02-27 22:25:04 -05005749msgid "in malloc for android_sparse_params"
5750msgstr ""
5751
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005752#: misc/mke2fs.c:2902
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005753msgid "while setting up superblock"
5754msgstr ""
5755
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005756#: misc/mke2fs.c:2918
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005757msgid ""
5758"Extents are not enabled. The file extent tree can be checksummed, whereas "
5759"block maps cannot. Not enabling extents reduces the coverage of metadata "
5760"checksumming. Pass -O extents to rectify.\n"
5761msgstr ""
5762
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005763#: misc/mke2fs.c:2925
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005764msgid ""
5765"64-bit filesystem support is not enabled. The larger fields afforded by "
5766"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5767msgstr ""
5768
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005769#: misc/mke2fs.c:2933
Theodore Ts'o4c5e6cd2017-10-16 01:45:45 -04005770msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005771msgstr ""
5772
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005773#: misc/mke2fs.c:2957
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005774msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5775msgstr ""
5776
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005777#: misc/mke2fs.c:3056
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005778#, c-format
5779msgid "unknown os - %s"
5780msgstr "tuntematon käyttöjärjestelmä - %s"
5781
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005782#: misc/mke2fs.c:3119
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005783msgid "Allocating group tables: "
5784msgstr "Varataan ryhmätauluja: "
5785
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005786#: misc/mke2fs.c:3127
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005787msgid "while trying to allocate filesystem tables"
5788msgstr ""
5789
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005790#: misc/mke2fs.c:3136
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005791msgid ""
5792"\n"
5793"\twhile converting subcluster bitmap"
5794msgstr ""
5795
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005796#: misc/mke2fs.c:3142
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005797#, c-format
5798msgid "%s may be further corrupted by superblock rewrite\n"
5799msgstr ""
5800
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005801#: misc/mke2fs.c:3183
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005802#, c-format
5803msgid "while zeroing block %llu at end of filesystem"
5804msgstr ""
5805
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005806#: misc/mke2fs.c:3196
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005807msgid "while reserving blocks for online resize"
5808msgstr ""
5809
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005810#: misc/mke2fs.c:3208 misc/tune2fs.c:1538
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005811msgid "journal"
5812msgstr ""
5813
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005814#: misc/mke2fs.c:3220
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005815#, c-format
5816msgid "Adding journal to device %s: "
5817msgstr ""
5818
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005819#: misc/mke2fs.c:3227
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005820#, c-format
5821msgid ""
5822"\n"
5823"\twhile trying to add journal to device %s"
5824msgstr ""
5825
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005826#: misc/mke2fs.c:3232 misc/mke2fs.c:3261 misc/mke2fs.c:3299
5827#: misc/mk_hugefiles.c:598 misc/tune2fs.c:1567 misc/tune2fs.c:1586
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005828msgid "done\n"
5829msgstr "valmis\n"
5830
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005831#: misc/mke2fs.c:3238
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005832msgid "Skipping journal creation in super-only mode\n"
5833msgstr ""
5834
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005835#: misc/mke2fs.c:3248
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005836#, c-format
5837msgid "Creating journal (%u blocks): "
5838msgstr ""
5839
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005840#: misc/mke2fs.c:3257
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005841msgid ""
5842"\n"
5843"\twhile trying to create journal"
5844msgstr ""
5845
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005846#: misc/mke2fs.c:3269 misc/tune2fs.c:1185
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005847msgid ""
5848"\n"
5849"Error while enabling multiple mount protection feature."
5850msgstr ""
5851
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005852#: misc/mke2fs.c:3274
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005853#, c-format
5854msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5855msgstr ""
5856
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005857#: misc/mke2fs.c:3290
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005858msgid "Copying files into the device: "
5859msgstr ""
5860
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005861#: misc/mke2fs.c:3296
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005862#, fuzzy
5863msgid "while populating file system"
5864msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
5865
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005866#: misc/mke2fs.c:3303
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005867msgid "Writing superblocks and filesystem accounting information: "
5868msgstr ""
5869
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005870#: misc/mke2fs.c:3310
5871#, fuzzy
5872msgid "while writing out and closing file system"
5873msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005874
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005875#: misc/mke2fs.c:3313
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005876msgid ""
5877"done\n"
5878"\n"
5879msgstr ""
5880"valmis\n"
5881"\n"
5882
Theodore Ts'o899425b2018-02-27 22:25:04 -05005883#: misc/mk_hugefiles.c:339
Theodore Ts'o21725192017-08-23 19:46:04 -04005884#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04005885msgid "while zeroing block %llu for hugefile"
Theodore Ts'o21725192017-08-23 19:46:04 -04005886msgstr ""
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04005887
Theodore Ts'o899425b2018-02-27 22:25:04 -05005888#: misc/mk_hugefiles.c:514
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005889#, c-format
5890msgid ""
5891"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5892msgstr ""
5893
Theodore Ts'o899425b2018-02-27 22:25:04 -05005894#: misc/mk_hugefiles.c:581
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005895msgid "Huge files will be zero'ed\n"
5896msgstr ""
5897
Theodore Ts'o899425b2018-02-27 22:25:04 -05005898#: misc/mk_hugefiles.c:582
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005899#, fuzzy, c-format
5900msgid "Creating %lu huge file(s) "
5901msgstr "Luodaan tavallinen tiedosto %s\n"
5902
Theodore Ts'o899425b2018-02-27 22:25:04 -05005903#: misc/mk_hugefiles.c:584
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005904#, fuzzy, c-format
5905msgid "with %llu blocks each"
5906msgstr ""
5907"varoitus: %llu lohkoa käyttämättä.\n"
5908"\n"
5909"\n"
5910
Theodore Ts'o899425b2018-02-27 22:25:04 -05005911#: misc/mk_hugefiles.c:593
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005912#, fuzzy, c-format
5913msgid "while creating huge file %lu"
5914msgstr "Laajennetaan i-solmutaulua"
5915
5916#: misc/mklost+found.c:50
5917msgid "Usage: mklost+found\n"
5918msgstr "Käyttö: mklost+found\n"
5919
5920#: misc/partinfo.c:43
5921#, c-format
5922msgid ""
5923"Usage: %s device...\n"
5924"\n"
5925"Prints out the partition information for each given device.\n"
5926"For example: %s /dev/hda\n"
5927"\n"
5928msgstr ""
5929
5930#: misc/partinfo.c:53
5931#, c-format
5932msgid "Cannot open %s: %s"
5933msgstr ""
5934
5935#: misc/partinfo.c:59
5936#, c-format
5937msgid "Cannot get geometry of %s: %s"
5938msgstr ""
5939
5940#: misc/partinfo.c:67
5941#, c-format
5942msgid "Cannot get size of %s: %s"
5943msgstr ""
5944
5945#: misc/partinfo.c:73
5946#, c-format
5947msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5948msgstr ""
5949
5950#: misc/tune2fs.c:119
Theodore Ts'o21725192017-08-23 19:46:04 -04005951msgid ""
5952"\n"
5953"This operation requires a freshly checked filesystem.\n"
5954msgstr ""
5955
5956#: misc/tune2fs.c:121
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005957#, fuzzy
5958msgid "Please run e2fsck -f on the filesystem.\n"
5959msgstr "Suorita e2fsck tiedostojärjestelmälle.\n"
5960
Theodore Ts'o21725192017-08-23 19:46:04 -04005961#: misc/tune2fs.c:123
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005962#, fuzzy
5963msgid "Please run e2fsck -fD on the filesystem.\n"
5964msgstr "Suorita e2fsck tiedostojärjestelmälle.\n"
5965
Theodore Ts'o21725192017-08-23 19:46:04 -04005966#: misc/tune2fs.c:136
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005967#, c-format
5968msgid ""
5969"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5970"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5971"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005972"\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
5973"\t[-L volume_label] [-M last_mounted_dir]\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005974"\t[-O [^]feature[,...]] [-Q quota_options]\n"
5975"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5976"\t[-I new_inode_size] [-z undo_file] device\n"
5977msgstr ""
5978
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005979#: misc/tune2fs.c:223
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005980msgid "Journal superblock not found!\n"
5981msgstr ""
5982
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005983#: misc/tune2fs.c:281
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005984msgid "while trying to open external journal"
5985msgstr ""
5986
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005987#: misc/tune2fs.c:287 misc/tune2fs.c:2845
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005988#, c-format
5989msgid "%s is not a journal device.\n"
5990msgstr ""
5991
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005992#: misc/tune2fs.c:297 misc/tune2fs.c:2856
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005993msgid "Filesystem's UUID not found on journal device.\n"
5994msgstr ""
5995
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005996#: misc/tune2fs.c:321
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05005997msgid ""
5998"Cannot locate journal device. It was NOT removed\n"
5999"Use -f option to remove missing journal device.\n"
6000msgstr ""
6001
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006002#: misc/tune2fs.c:330
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006003msgid "Journal removed\n"
6004msgstr ""
6005
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006006#: misc/tune2fs.c:374
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006007msgid "while reading bitmaps"
6008msgstr "luettaessa bittikarttoja"
6009
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006010#: misc/tune2fs.c:382
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006011msgid "while clearing journal inode"
6012msgstr ""
6013
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006014#: misc/tune2fs.c:393
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006015msgid "while writing journal inode"
6016msgstr ""
6017
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006018#: misc/tune2fs.c:429 misc/tune2fs.c:452 misc/tune2fs.c:465
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006019msgid "(and reboot afterwards!)\n"
6020msgstr "(ja uudelleenkäynnistys sen jälkeen!)\n"
6021
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006022#: misc/tune2fs.c:480
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006023#, c-format
6024msgid "After running e2fsck, please run `resize2fs %s %s"
6025msgstr ""
6026
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006027#: misc/tune2fs.c:483
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006028#, fuzzy, c-format
6029msgid "Please run `resize2fs %s %s"
6030msgstr ""
6031"Aja ensin ”e2fsck -f %s”.\n"
6032"\n"
6033
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006034#: misc/tune2fs.c:487
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006035#, c-format
6036msgid " -z \"%s\""
6037msgstr ""
6038
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006039#: misc/tune2fs.c:489
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006040#, c-format
6041msgid "' to enable 64-bit mode.\n"
6042msgstr ""
6043
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006044#: misc/tune2fs.c:491
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006045#, c-format
6046msgid "' to disable 64-bit mode.\n"
6047msgstr ""
6048
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006049#: misc/tune2fs.c:1087
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006050msgid ""
6051"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6052" This requires Linux >= v4.4.\n"
6053msgstr ""
6054
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006055#: misc/tune2fs.c:1123
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006056#, c-format
6057msgid "Clearing filesystem feature '%s' not supported.\n"
6058msgstr ""
6059
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006060#: misc/tune2fs.c:1129
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006061#, c-format
6062msgid "Setting filesystem feature '%s' not supported.\n"
6063msgstr ""
6064
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006065#: misc/tune2fs.c:1138
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006066msgid ""
6067"The has_journal feature may only be cleared when the filesystem is\n"
6068"unmounted or mounted read-only.\n"
6069msgstr ""
6070
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006071#: misc/tune2fs.c:1146
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006072msgid ""
6073"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6074"the has_journal flag.\n"
6075msgstr ""
6076
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006077#: misc/tune2fs.c:1164
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006078msgid ""
6079"Setting filesystem feature 'sparse_super' not supported\n"
6080"for filesystems with the meta_bg feature enabled.\n"
6081msgstr ""
6082
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006083#: misc/tune2fs.c:1177
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006084msgid ""
6085"The multiple mount protection feature can't\n"
6086"be set if the filesystem is mounted or\n"
6087"read-only.\n"
6088msgstr ""
6089
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006090#: misc/tune2fs.c:1195
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006091#, c-format
6092msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6093msgstr ""
6094
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006095#: misc/tune2fs.c:1204
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006096msgid ""
6097"The multiple mount protection feature cannot\n"
6098"be disabled if the filesystem is readonly.\n"
6099msgstr ""
6100
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006101#: misc/tune2fs.c:1212
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006102msgid "Error while reading bitmaps\n"
6103msgstr ""
6104
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006105#: misc/tune2fs.c:1221
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006106#, c-format
6107msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6108msgstr ""
6109
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006110#: misc/tune2fs.c:1226
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006111msgid "while reading MMP block."
6112msgstr ""
6113
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006114#: misc/tune2fs.c:1258
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006115msgid ""
6116"Clearing the flex_bg flag would cause the the filesystem to be\n"
6117"inconsistent.\n"
6118msgstr ""
6119
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006120#: misc/tune2fs.c:1269
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006121msgid ""
6122"The huge_file feature may only be cleared when the filesystem is\n"
6123"unmounted or mounted read-only.\n"
6124msgstr ""
6125
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006126#: misc/tune2fs.c:1280
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006127msgid "Enabling checksums could take some time."
6128msgstr ""
6129
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006130#: misc/tune2fs.c:1282
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006131msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6132msgstr ""
6133
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006134#: misc/tune2fs.c:1288
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006135msgid ""
6136"Extents are not enabled. The file extent tree can be checksummed, whereas "
6137"block maps cannot. Not enabling extents reduces the coverage of metadata "
6138"checksumming. Re-run with -O extent to rectify.\n"
6139msgstr ""
6140
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006141#: misc/tune2fs.c:1295
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006142msgid ""
6143"64-bit filesystem support is not enabled. The larger fields afforded by "
6144"this feature enable full-strength checksumming. Run resize2fs -b to "
6145"rectify.\n"
6146msgstr ""
6147
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006148#: misc/tune2fs.c:1321
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006149msgid "Disabling checksums could take some time."
6150msgstr ""
6151
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006152#: misc/tune2fs.c:1323
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006153msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6154msgstr ""
6155
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006156#: misc/tune2fs.c:1386
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006157#, c-format
6158msgid "Cannot enable 64-bit mode while mounted!\n"
6159msgstr ""
6160
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006161#: misc/tune2fs.c:1396
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006162#, c-format
6163msgid "Cannot disable 64-bit mode while mounted!\n"
6164msgstr ""
6165
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006166#: misc/tune2fs.c:1426
Theodore Ts'o21725192017-08-23 19:46:04 -04006167#, c-format
6168msgid "Cannot enable project feature; inode size too small.\n"
6169msgstr ""
6170
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006171#: misc/tune2fs.c:1447
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006172msgid ""
6173"\n"
6174"Warning: '^quota' option overrides '-Q'arguments.\n"
6175msgstr ""
6176
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006177#: misc/tune2fs.c:1465
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006178msgid ""
6179"Setting feature 'metadata_csum_seed' is only supported\n"
6180"on filesystems with the metadata_csum feature enabled.\n"
6181msgstr ""
6182
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006183#: misc/tune2fs.c:1483
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006184msgid ""
6185"UUID has changed since enabling metadata_csum. Filesystem must be "
6186"unmounted \n"
6187"to safely rewrite all metadata to match the new UUID.\n"
6188msgstr ""
6189
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006190#: misc/tune2fs.c:1489
Theodore Ts'o899425b2018-02-27 22:25:04 -05006191msgid "Recalculating checksums could take some time."
6192msgstr ""
6193
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006194#: misc/tune2fs.c:1531
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006195msgid "The filesystem already has a journal.\n"
6196msgstr ""
6197
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006198#: misc/tune2fs.c:1551
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006199#, c-format
6200msgid ""
6201"\n"
6202"\twhile trying to open journal on %s\n"
6203msgstr ""
6204
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006205#: misc/tune2fs.c:1555
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006206#, c-format
6207msgid "Creating journal on device %s: "
6208msgstr "Luodaan kirjanpitoa laitteelle %s: "
6209
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006210#: misc/tune2fs.c:1563
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006211#, c-format
6212msgid "while adding filesystem to journal on %s"
6213msgstr ""
6214
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006215#: misc/tune2fs.c:1569
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006216msgid "Creating journal inode: "
6217msgstr "Luodaan kirjanpito-i-solmu: "
6218
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006219#: misc/tune2fs.c:1583
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006220msgid ""
6221"\n"
6222"\twhile trying to create journal file"
6223msgstr ""
6224"\n"
6225"\tyritettäessä luoda kirjanpitotiedostoa"
6226
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006227#: misc/tune2fs.c:1621
Theodore Ts'o21725192017-08-23 19:46:04 -04006228#, c-format
6229msgid "Cannot enable project quota; inode size too small.\n"
6230msgstr ""
6231
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006232#: misc/tune2fs.c:1634
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006233msgid "while initializing quota context in support library"
6234msgstr ""
6235
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006236#: misc/tune2fs.c:1649
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006237#, c-format
6238msgid "while updating quota limits (%d)"
6239msgstr ""
6240
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006241#: misc/tune2fs.c:1657
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006242#, fuzzy, c-format
6243msgid "while writing quota file (%d)"
6244msgstr "juurihakemistoa luodessa"
6245
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006246#: misc/tune2fs.c:1675
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006247#, fuzzy, c-format
6248msgid "while removing quota file (%d)"
6249msgstr "luettaessa juuren i-solmua"
6250
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006251#: misc/tune2fs.c:1718
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006252msgid ""
6253"\n"
6254"Bad quota options specified.\n"
6255"\n"
6256"Following valid quota options are available (pass by separating with "
6257"comma):\n"
6258"\t[^]usr[quota]\n"
6259"\t[^]grp[quota]\n"
6260"\t[^]prj[quota]\n"
6261"\n"
6262"\n"
6263msgstr ""
6264
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006265#: misc/tune2fs.c:1776
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006266#, c-format
6267msgid "Couldn't parse date/time specifier: %s"
6268msgstr ""
6269
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006270#: misc/tune2fs.c:1801 misc/tune2fs.c:1814
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006271#, c-format
6272msgid "bad mounts count - %s"
6273msgstr ""
6274
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006275#: misc/tune2fs.c:1857
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006276#, c-format
6277msgid "bad gid/group name - %s"
6278msgstr ""
6279
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006280#: misc/tune2fs.c:1890
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006281#, c-format
6282msgid "bad interval - %s"
6283msgstr ""
6284
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006285#: misc/tune2fs.c:1919
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006286#, c-format
6287msgid "bad reserved block ratio - %s"
6288msgstr ""
6289
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006290#: misc/tune2fs.c:1934
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006291msgid "-o may only be specified once"
6292msgstr ""
6293
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006294#: misc/tune2fs.c:1943
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006295msgid "-O may only be specified once"
6296msgstr ""
6297
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006298#: misc/tune2fs.c:1960
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006299#, c-format
6300msgid "bad reserved blocks count - %s"
6301msgstr ""
6302
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006303#: misc/tune2fs.c:1989
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006304#, c-format
6305msgid "bad uid/user name - %s"
6306msgstr ""
6307
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006308#: misc/tune2fs.c:2006
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006309#, c-format
6310msgid "bad inode size - %s"
6311msgstr ""
6312
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006313#: misc/tune2fs.c:2013
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006314#, c-format
6315msgid "Inode size must be a power of two- %s"
6316msgstr ""
6317
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006318#: misc/tune2fs.c:2110
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006319#, c-format
6320msgid "mmp_update_interval too big: %lu\n"
6321msgstr ""
6322
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006323#: misc/tune2fs.c:2115
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006324#, c-format
6325msgid "Setting multiple mount protection update interval to %lu second\n"
6326msgid_plural ""
6327"Setting multiple mount protection update interval to %lu seconds\n"
6328msgstr[0] ""
6329msgstr[1] ""
6330
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006331#: misc/tune2fs.c:2138
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006332#, c-format
6333msgid "Invalid RAID stride: %s\n"
6334msgstr ""
6335
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006336#: misc/tune2fs.c:2153
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006337#, c-format
6338msgid "Invalid RAID stripe-width: %s\n"
6339msgstr ""
6340
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006341#: misc/tune2fs.c:2168
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006342#, c-format
6343msgid "Invalid hash algorithm: %s\n"
6344msgstr ""
6345
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006346#: misc/tune2fs.c:2174
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006347#, c-format
6348msgid "Setting default hash algorithm to %s (%d)\n"
6349msgstr ""
6350
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006351#: misc/tune2fs.c:2193
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006352msgid ""
6353"\n"
6354"Bad options specified.\n"
6355"\n"
6356"Extended options are separated by commas, and may take an argument which\n"
6357"\tis set off by an equals ('=') sign.\n"
6358"\n"
6359"Valid extended options are:\n"
6360"\tclear_mmp\n"
6361"\thash_alg=<hash algorithm>\n"
6362"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006363"\tmmp_update_interval=<mmp update interval in seconds>\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006364"\tstride=<RAID per-disk chunk size in blocks>\n"
6365"\tstripe_width=<RAID stride*data disks in blocks>\n"
6366"\ttest_fs\n"
6367"\t^test_fs\n"
6368msgstr ""
6369
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006370#: misc/tune2fs.c:2663
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006371msgid "Failed to read inode bitmap\n"
6372msgstr ""
6373
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006374#: misc/tune2fs.c:2668
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006375msgid "Failed to read block bitmap\n"
6376msgstr ""
6377
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006378#: misc/tune2fs.c:2685 resize/resize2fs.c:1277
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006379msgid "blocks to be moved"
6380msgstr ""
6381
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006382#: misc/tune2fs.c:2688
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006383msgid "Failed to allocate block bitmap when increasing inode size\n"
6384msgstr ""
6385
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006386#: misc/tune2fs.c:2694
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006387msgid "Not enough space to increase inode size \n"
6388msgstr ""
6389
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006390#: misc/tune2fs.c:2699
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006391msgid "Failed to relocate blocks during inode resize \n"
6392msgstr ""
6393
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006394#: misc/tune2fs.c:2731
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006395msgid ""
6396"Error in resizing the inode size.\n"
6397"Run e2undo to undo the file system changes. \n"
6398msgstr ""
6399
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006400#: misc/tune2fs.c:2936
6401msgid ""
6402"If you are sure the filesystem is not in use on any node, run:\n"
6403"'tune2fs -f -E clear_mmp {device}'\n"
6404msgstr ""
6405
6406#: misc/tune2fs.c:2943
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006407#, c-format
6408msgid ""
6409"MMP block magic is bad. Try to fix it by running:\n"
6410"'e2fsck -f %s'\n"
6411msgstr ""
6412
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006413#: misc/tune2fs.c:2955
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006414#, fuzzy
6415msgid "Cannot modify a journal device.\n"
6416msgstr "Nollataan kirjanpitolaite: "
6417
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006418#: misc/tune2fs.c:2968
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006419#, c-format
6420msgid "The inode size is already %lu\n"
6421msgstr ""
6422
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006423#: misc/tune2fs.c:2975
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006424msgid "Shrinking inode size is not supported\n"
6425msgstr ""
6426
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006427#: misc/tune2fs.c:2980
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006428#, c-format
6429msgid "Invalid inode size %lu (max %d)\n"
6430msgstr ""
6431
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006432#: misc/tune2fs.c:2986
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006433msgid "Resizing inodes could take some time."
6434msgstr ""
6435
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006436#: misc/tune2fs.c:3034
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006437#, c-format
6438msgid ""
6439"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6440"\n"
6441"\te2fsck -E journal_only %s\n"
6442"\n"
6443"then rerun this command. Otherwise, any changes made may be overwritten\n"
6444"by journal recovery.\n"
6445msgstr ""
6446
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006447#: misc/tune2fs.c:3045
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006448#, c-format
6449msgid "Recovering journal.\n"
6450msgstr ""
6451
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006452#: misc/tune2fs.c:3063
Theodore Ts'o899425b2018-02-27 22:25:04 -05006453#, c-format
6454msgid "Setting maximal mount count to %d\n"
6455msgstr ""
6456
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006457#: misc/tune2fs.c:3069
Theodore Ts'o899425b2018-02-27 22:25:04 -05006458#, c-format
6459msgid "Setting current mount count to %d\n"
6460msgstr ""
6461
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006462#: misc/tune2fs.c:3074
Theodore Ts'o899425b2018-02-27 22:25:04 -05006463#, c-format
6464msgid "Setting error behavior to %d\n"
6465msgstr ""
6466
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006467#: misc/tune2fs.c:3079
Theodore Ts'o899425b2018-02-27 22:25:04 -05006468#, c-format
6469msgid "Setting reserved blocks gid to %lu\n"
6470msgstr ""
6471
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006472#: misc/tune2fs.c:3084
Theodore Ts'o899425b2018-02-27 22:25:04 -05006473#, c-format
6474msgid "interval between checks is too big (%lu)"
6475msgstr ""
6476
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006477#: misc/tune2fs.c:3091
Theodore Ts'o899425b2018-02-27 22:25:04 -05006478#, c-format
6479msgid "Setting interval between checks to %lu seconds\n"
6480msgstr ""
6481
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006482#: misc/tune2fs.c:3098
Theodore Ts'o899425b2018-02-27 22:25:04 -05006483#, c-format
6484msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6485msgstr ""
6486
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006487#: misc/tune2fs.c:3104
Theodore Ts'o899425b2018-02-27 22:25:04 -05006488#, c-format
6489msgid "reserved blocks count is too big (%llu)"
6490msgstr "varattujen lhkojen määrä on liian suuri (%llu)"
6491
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006492#: misc/tune2fs.c:3111
Theodore Ts'o899425b2018-02-27 22:25:04 -05006493#, c-format
6494msgid "Setting reserved blocks count to %llu\n"
6495msgstr ""
6496
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006497#: misc/tune2fs.c:3116
Theodore Ts'o899425b2018-02-27 22:25:04 -05006498msgid ""
6499"\n"
6500"The filesystem already has sparse superblocks.\n"
6501msgstr ""
6502
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006503#: misc/tune2fs.c:3119
Theodore Ts'o899425b2018-02-27 22:25:04 -05006504msgid ""
6505"\n"
6506"Setting the sparse superblock flag not supported\n"
6507"for filesystems with the meta_bg feature enabled.\n"
6508msgstr ""
6509
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006510#: misc/tune2fs.c:3129
Theodore Ts'o899425b2018-02-27 22:25:04 -05006511#, c-format
6512msgid ""
6513"\n"
6514"Sparse superblock flag set. %s"
6515msgstr ""
6516
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006517#: misc/tune2fs.c:3134
Theodore Ts'o899425b2018-02-27 22:25:04 -05006518msgid ""
6519"\n"
6520"Clearing the sparse superblock flag not supported.\n"
6521msgstr ""
6522
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006523#: misc/tune2fs.c:3142
Theodore Ts'o899425b2018-02-27 22:25:04 -05006524#, c-format
6525msgid "Setting time filesystem last checked to %s\n"
6526msgstr ""
6527
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006528#: misc/tune2fs.c:3148
Theodore Ts'o899425b2018-02-27 22:25:04 -05006529#, c-format
6530msgid "Setting reserved blocks uid to %lu\n"
6531msgstr ""
6532
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006533#: misc/tune2fs.c:3180
Theodore Ts'o899425b2018-02-27 22:25:04 -05006534msgid "Error in using clear_mmp. It must be used with -f\n"
6535msgstr ""
6536
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006537#: misc/tune2fs.c:3198
Theodore Ts'o899425b2018-02-27 22:25:04 -05006538msgid ""
6539"The quota feature may only be changed when the filesystem is unmounted.\n"
6540msgstr ""
6541
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006542#: misc/tune2fs.c:3222
Theodore Ts'o899425b2018-02-27 22:25:04 -05006543msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6544msgstr ""
6545
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006546#: misc/tune2fs.c:3225
Theodore Ts'o899425b2018-02-27 22:25:04 -05006547msgid ""
6548"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6549"and re-run this command.\n"
6550msgstr ""
6551
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006552#: misc/tune2fs.c:3234
Theodore Ts'o899425b2018-02-27 22:25:04 -05006553msgid "Setting UUID on a checksummed filesystem could take some time."
6554msgstr ""
6555
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006556#: misc/tune2fs.c:3259
Theodore Ts'o899425b2018-02-27 22:25:04 -05006557msgid "Invalid UUID format\n"
6558msgstr ""
6559
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006560#: misc/tune2fs.c:3275
Theodore Ts'o899425b2018-02-27 22:25:04 -05006561msgid "Need to update journal superblock.\n"
6562msgstr ""
6563
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006564#: misc/tune2fs.c:3301
Theodore Ts'o899425b2018-02-27 22:25:04 -05006565msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6566msgstr ""
6567
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006568#: misc/tune2fs.c:3308
Theodore Ts'o899425b2018-02-27 22:25:04 -05006569msgid ""
6570"Changing the inode size not supported for filesystems with the flex_bg\n"
6571"feature enabled.\n"
6572msgstr ""
6573
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006574#: misc/tune2fs.c:3326
Theodore Ts'o899425b2018-02-27 22:25:04 -05006575#, c-format
6576msgid "Setting inode size %lu\n"
6577msgstr ""
6578
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006579#: misc/tune2fs.c:3330
Theodore Ts'o899425b2018-02-27 22:25:04 -05006580msgid "Failed to change inode size\n"
6581msgstr ""
6582
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006583#: misc/tune2fs.c:3344
Theodore Ts'o899425b2018-02-27 22:25:04 -05006584#, c-format
6585msgid "Setting stride size to %d\n"
6586msgstr ""
6587
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006588#: misc/tune2fs.c:3349
Theodore Ts'o899425b2018-02-27 22:25:04 -05006589#, c-format
6590msgid "Setting stripe width to %d\n"
6591msgstr ""
6592
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006593#: misc/tune2fs.c:3356
Theodore Ts'o899425b2018-02-27 22:25:04 -05006594#, c-format
6595msgid "Setting extended default mount options to '%s'\n"
6596msgstr ""
6597
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006598#: misc/util.c:100
6599msgid "<proceeding>\n"
6600msgstr "<jatketaan>\n"
6601
6602#: misc/util.c:104
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006603#, fuzzy, c-format
Theodore Ts'o21725192017-08-23 19:46:04 -04006604msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006605msgstr "Jatketaanko silti (vai odotetaanko %d sekuntia)? (k,e)"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006606
6607#: misc/util.c:108
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006608#, fuzzy
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006609msgid "Proceed anyway? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006610msgstr "Jatketaanko silti? (k,e) "
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006611
6612#: misc/util.c:133
6613msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6614msgstr ""
6615
6616#: misc/util.c:138
6617#, c-format
6618msgid "will not make a %s here!\n"
6619msgstr ""
6620
6621#: misc/util.c:145
6622msgid "mke2fs forced anyway.\n"
6623msgstr ""
6624
6625#: misc/util.c:161
6626msgid "Couldn't allocate memory to parse journal options!\n"
6627msgstr ""
6628
6629#: misc/util.c:186
6630#, c-format
6631msgid ""
6632"\n"
6633"Could not find journal device matching %s\n"
6634msgstr ""
6635
6636#: misc/util.c:213
6637msgid ""
6638"\n"
6639"Bad journal options specified.\n"
6640"\n"
6641"Journal options are separated by commas, and may take an argument which\n"
6642"\tis set off by an equals ('=') sign.\n"
6643"\n"
6644"Valid journal options are:\n"
6645"\tsize=<journal size in megabytes>\n"
6646"\tdevice=<journal device>\n"
6647"\tlocation=<journal location>\n"
6648"\n"
6649"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6650"\n"
6651msgstr ""
6652
6653#: misc/util.c:244
6654msgid ""
6655"\n"
6656"Filesystem too small for a journal\n"
6657msgstr ""
6658
6659#: misc/util.c:251
6660#, c-format
6661msgid ""
6662"\n"
6663"The requested journal size is %d blocks; it must be\n"
6664"between 1024 and 10240000 blocks. Aborting.\n"
6665msgstr ""
6666
6667#: misc/util.c:259
6668msgid ""
6669"\n"
6670"Journal size too big for filesystem.\n"
6671msgstr ""
6672
6673#: misc/util.c:273
6674#, c-format
6675msgid ""
6676"This filesystem will be automatically checked every %d mounts or\n"
6677"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6678msgstr ""
6679
6680#: misc/uuidd.c:49
6681#, c-format
6682msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6683msgstr ""
6684
6685#: misc/uuidd.c:51
6686#, c-format
6687msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6688msgstr ""
6689
6690#: misc/uuidd.c:53
6691#, c-format
6692msgid " %s -k\n"
6693msgstr " %s -k\n"
6694
6695#: misc/uuidd.c:155
6696#, fuzzy
6697msgid "bad arguments"
6698msgstr "%s: liian monta argumenttia\n"
6699
6700#: misc/uuidd.c:173
6701msgid "connect"
6702msgstr ""
6703
6704#: misc/uuidd.c:192
6705msgid "write"
6706msgstr "kirjoitus"
6707
6708#: misc/uuidd.c:200
6709msgid "read count"
6710msgstr ""
6711
6712#: misc/uuidd.c:206
6713msgid "bad response length"
6714msgstr ""
6715
6716#: misc/uuidd.c:271
6717#, c-format
6718msgid "uuidd daemon already running at pid %s\n"
6719msgstr ""
6720
6721#: misc/uuidd.c:279
6722#, c-format
6723msgid "Couldn't create unix stream socket: %s"
6724msgstr ""
6725
6726#: misc/uuidd.c:308
6727#, fuzzy, c-format
6728msgid "Couldn't bind unix socket %s: %s\n"
6729msgstr "Ext2-superlohkoa ei löytynyt,"
6730
6731#: misc/uuidd.c:316
6732#, c-format
6733msgid "Couldn't listen on unix socket %s: %s\n"
6734msgstr ""
6735
6736#: misc/uuidd.c:354
6737#, c-format
6738msgid "Error reading from client, len = %d\n"
6739msgstr ""
6740
6741#: misc/uuidd.c:362
6742#, c-format
6743msgid "operation %d, incoming num = %d\n"
6744msgstr ""
6745
6746#: misc/uuidd.c:381
6747#, c-format
6748msgid "Generated time UUID: %s\n"
6749msgstr ""
6750
6751#: misc/uuidd.c:391
6752#, c-format
6753msgid "Generated random UUID: %s\n"
6754msgstr ""
6755
6756#: misc/uuidd.c:400
6757#, c-format
6758msgid "Generated time UUID %s and subsequent UUID\n"
6759msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6760msgstr[0] ""
6761msgstr[1] ""
6762
6763#: misc/uuidd.c:421
6764#, c-format
6765msgid "Generated %d UUID's:\n"
6766msgstr ""
6767
6768#: misc/uuidd.c:433
6769#, c-format
6770msgid "Invalid operation %d\n"
6771msgstr ""
6772
6773#: misc/uuidd.c:477 misc/uuidd.c:499
6774#, c-format
6775msgid "Bad number: %s\n"
6776msgstr ""
6777
6778#: misc/uuidd.c:534 misc/uuidd.c:563
6779#, c-format
6780msgid "Error calling uuidd daemon (%s): %s\n"
6781msgstr ""
6782
6783#: misc/uuidd.c:544
6784#, c-format
6785msgid "%s and subsequent UUID\n"
6786msgid_plural "%s and subsequent %d UUIDs\n"
6787msgstr[0] ""
6788msgstr[1] ""
6789
6790#: misc/uuidd.c:548
6791msgid "List of UUID's:\n"
6792msgstr ""
6793
6794#: misc/uuidd.c:569
6795#, c-format
6796msgid "Unexpected reply length from server %d\n"
6797msgstr ""
6798
6799#: misc/uuidd.c:586
6800#, c-format
6801msgid "Couldn't kill uuidd running at pid %d: %s\n"
6802msgstr ""
6803
6804#: misc/uuidd.c:592
6805#, c-format
6806msgid "Killed uuidd running at pid %d\n"
6807msgstr ""
6808
6809#: misc/uuidgen.c:32
6810#, c-format
6811msgid "Usage: %s [-r] [-t]\n"
6812msgstr "Käyttö: %s [-r] [-t]\n"
6813
6814#: resize/extent.c:202
6815msgid "# Extent dump:\n"
6816msgstr ""
6817
6818#: resize/extent.c:203
6819#, c-format
6820msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6821msgstr ""
6822
6823#: resize/main.c:49
6824#, c-format
6825msgid ""
6826"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
Theodore Ts'o89128f82018-01-01 19:36:37 -05006827"[-S RAID-stride] [-z undo_file]\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006828"\n"
6829msgstr ""
6830
Theodore Ts'o89128f82018-01-01 19:36:37 -05006831#: resize/main.c:73
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006832msgid "Extending the inode table"
6833msgstr "Laajennetaan i-solmutaulua"
6834
Theodore Ts'o89128f82018-01-01 19:36:37 -05006835#: resize/main.c:76
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006836msgid "Relocating blocks"
6837msgstr ""
6838
Theodore Ts'o89128f82018-01-01 19:36:37 -05006839#: resize/main.c:79
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006840msgid "Scanning inode table"
6841msgstr "Tutkitaan i-solmutaulua"
6842
Theodore Ts'o89128f82018-01-01 19:36:37 -05006843#: resize/main.c:82
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006844msgid "Updating inode references"
6845msgstr "Päivitetään i-solmuviittauksia"
6846
Theodore Ts'o89128f82018-01-01 19:36:37 -05006847#: resize/main.c:85
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006848msgid "Moving inode table"
6849msgstr "Siirretään i-solmutaulua"
6850
Theodore Ts'o89128f82018-01-01 19:36:37 -05006851#: resize/main.c:88
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006852msgid "Unknown pass?!?"
6853msgstr ""
6854
Theodore Ts'o89128f82018-01-01 19:36:37 -05006855#: resize/main.c:91
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006856#, c-format
6857msgid "Begin pass %d (max = %lu)\n"
6858msgstr ""
6859
Theodore Ts'o89128f82018-01-01 19:36:37 -05006860#: resize/main.c:163
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006861msgid ""
6862"\n"
6863"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6864"your own risk! Use the force option if you want to go ahead anyway.\n"
6865"\n"
6866msgstr ""
6867
Theodore Ts'o89128f82018-01-01 19:36:37 -05006868#: resize/main.c:366
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006869#, c-format
6870msgid "while opening %s"
6871msgstr "avattaessa tiedostoa %s"
6872
Theodore Ts'o89128f82018-01-01 19:36:37 -05006873#: resize/main.c:374
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006874#, c-format
6875msgid "while getting stat information for %s"
6876msgstr ""
6877
Theodore Ts'o89128f82018-01-01 19:36:37 -05006878#: resize/main.c:451
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006879#, c-format
6880msgid ""
6881"Please run 'e2fsck -f %s' first.\n"
6882"\n"
6883msgstr ""
6884"Aja ensin ”e2fsck -f %s”.\n"
6885"\n"
6886
Theodore Ts'o89128f82018-01-01 19:36:37 -05006887#: resize/main.c:470
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006888#, c-format
6889msgid "Estimated minimum size of the filesystem: %llu\n"
6890msgstr "Tiedostojärjestelmän arvioitu vähimmäiskoko: %llu\n"
6891
Theodore Ts'o89128f82018-01-01 19:36:37 -05006892#: resize/main.c:507
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006893#, c-format
6894msgid "Invalid new size: %s\n"
6895msgstr "Virheellinen uusi koko: %s\n"
6896
Theodore Ts'o89128f82018-01-01 19:36:37 -05006897#: resize/main.c:526
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006898msgid "New size too large to be expressed in 32 bits\n"
6899msgstr "Uusi koko liian suuri ilmaistavaksi 32 bitillä\n"
6900
Theodore Ts'o89128f82018-01-01 19:36:37 -05006901#: resize/main.c:534
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006902#, c-format
6903msgid "New size smaller than minimum (%llu)\n"
6904msgstr "Uusi koko alle vähimmäiskoon (%llu)\n"
6905
Theodore Ts'o89128f82018-01-01 19:36:37 -05006906#: resize/main.c:540
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006907msgid "Invalid stride length"
6908msgstr ""
6909
Theodore Ts'o89128f82018-01-01 19:36:37 -05006910#: resize/main.c:564
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006911#, c-format
6912msgid ""
6913"The containing partition (or device) is only %llu (%dk) blocks.\n"
6914"You requested a new size of %llu blocks.\n"
6915"\n"
6916msgstr ""
6917
Theodore Ts'o89128f82018-01-01 19:36:37 -05006918#: resize/main.c:571
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006919#, c-format
6920msgid "Cannot set and unset 64bit feature.\n"
6921msgstr ""
6922
Theodore Ts'o89128f82018-01-01 19:36:37 -05006923#: resize/main.c:575
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006924#, c-format
6925msgid ""
6926"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6927"blocks.\n"
6928msgstr ""
6929
Theodore Ts'o89128f82018-01-01 19:36:37 -05006930#: resize/main.c:581
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006931#, c-format
6932msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6933msgstr ""
6934
Theodore Ts'o89128f82018-01-01 19:36:37 -05006935#: resize/main.c:587
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006936#, c-format
6937msgid ""
6938"Please enable the extents feature with tune2fs before enabling the 64bit "
6939"feature.\n"
6940msgstr ""
6941
Theodore Ts'o89128f82018-01-01 19:36:37 -05006942#: resize/main.c:593
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006943#, c-format
6944msgid ""
6945"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6946"\n"
6947msgstr ""
6948
Theodore Ts'o89128f82018-01-01 19:36:37 -05006949#: resize/main.c:600
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006950#, c-format
6951msgid "The filesystem is already 64-bit.\n"
6952msgstr ""
6953
Theodore Ts'o89128f82018-01-01 19:36:37 -05006954#: resize/main.c:605
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006955#, c-format
6956msgid "The filesystem is already 32-bit.\n"
6957msgstr ""
6958
Theodore Ts'o899425b2018-02-27 22:25:04 -05006959#: resize/main.c:613
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006960#, c-format
6961msgid "Converting the filesystem to 64-bit.\n"
6962msgstr ""
6963
Theodore Ts'o899425b2018-02-27 22:25:04 -05006964#: resize/main.c:615
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006965#, c-format
6966msgid "Converting the filesystem to 32-bit.\n"
6967msgstr ""
6968
Theodore Ts'o899425b2018-02-27 22:25:04 -05006969#: resize/main.c:617
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006970#, c-format
6971msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6972msgstr ""
6973
Theodore Ts'o899425b2018-02-27 22:25:04 -05006974#: resize/main.c:626
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006975#, c-format
6976msgid "while trying to resize %s"
6977msgstr ""
6978
Theodore Ts'o899425b2018-02-27 22:25:04 -05006979#: resize/main.c:629
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006980#, c-format
6981msgid ""
6982"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6983"after the aborted resize operation.\n"
6984msgstr ""
6985
Theodore Ts'o899425b2018-02-27 22:25:04 -05006986#: resize/main.c:635
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006987#, c-format
6988msgid ""
6989"The filesystem on %s is now %llu (%dk) blocks long.\n"
6990"\n"
6991msgstr ""
6992
Theodore Ts'o899425b2018-02-27 22:25:04 -05006993#: resize/main.c:650
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006994#, c-format
6995msgid "while trying to truncate %s"
6996msgstr ""
6997
6998#: resize/online.c:81
6999msgid "kernel does not support online resize with sparse_super2"
7000msgstr ""
7001
7002#: resize/online.c:86
7003#, c-format
7004msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
7005msgstr ""
7006
7007#: resize/online.c:90
7008msgid "On-line shrinking not supported"
7009msgstr ""
7010
7011#: resize/online.c:114
7012msgid "Filesystem does not support online resizing"
7013msgstr ""
7014
7015#: resize/online.c:122
7016msgid "Not enough reserved gdt blocks for resizing"
7017msgstr ""
7018
7019#: resize/online.c:129
7020msgid "Kernel does not support resizing a file system this large"
7021msgstr ""
7022
7023#: resize/online.c:137
7024#, c-format
7025msgid "while trying to open mountpoint %s"
7026msgstr ""
7027
7028#: resize/online.c:142
7029#, c-format
7030msgid "Old resize interface requested.\n"
7031msgstr ""
7032
7033#: resize/online.c:161 resize/online.c:178
7034msgid "Permission denied to resize filesystem"
7035msgstr ""
7036
7037#: resize/online.c:164 resize/online.c:184
7038msgid "While checking for on-line resizing support"
7039msgstr ""
7040
7041#: resize/online.c:181
7042msgid "Kernel does not support online resizing"
7043msgstr ""
7044
7045#: resize/online.c:220
7046#, c-format
7047msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
7048msgstr ""
7049
7050#: resize/online.c:230
7051msgid "While trying to extend the last group"
7052msgstr ""
7053
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007054#: resize/online.c:277
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007055#, c-format
7056msgid "While trying to add group #%d"
7057msgstr ""
7058
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007059#: resize/online.c:288
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007060#, c-format
7061msgid ""
7062"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7063"this system.\n"
7064msgstr ""
7065
7066#: resize/resize2fs.c:759
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007067#, fuzzy, c-format
7068msgid "inodes (%llu) must be less than %u\n"
7069msgstr "virheellinen aloituslohko (%llu): oltava pienempi kuin %llu"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007070
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007071#: resize/resize2fs.c:1038
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007072msgid "reserved blocks"
7073msgstr "varatut lohkot"
7074
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007075#: resize/resize2fs.c:1282
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007076msgid "meta-data blocks"
7077msgstr ""
7078
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007079#: resize/resize2fs.c:1386 resize/resize2fs.c:2475
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007080msgid "new meta blocks"
7081msgstr ""
7082
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007083#: resize/resize2fs.c:2698
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007084msgid "Should never happen! No sb in last super_sparse bg?\n"
7085msgstr ""
7086
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007087#: resize/resize2fs.c:2703
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007088msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7089msgstr ""
7090
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007091#: resize/resize2fs.c:2776
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007092msgid "Should never happen: resize inode corrupt!\n"
7093msgstr ""
7094
7095#: lib/ext2fs/ext2_err.c:11
7096#, fuzzy
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007097msgid "EXT2FS Library version 1.44.4"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007098msgstr "EXT2FS-kirjaston versio 1.42.12"
7099
7100#: lib/ext2fs/ext2_err.c:12
7101msgid "Wrong magic number for ext2_filsys structure"
7102msgstr "Väärä taikaluku ext2_filsys-rakenteelle"
7103
7104#: lib/ext2fs/ext2_err.c:13
7105msgid "Wrong magic number for badblocks_list structure"
7106msgstr "Väärä taikaluku badblocks_list-rakenteelle"
7107
7108#: lib/ext2fs/ext2_err.c:14
7109msgid "Wrong magic number for badblocks_iterate structure"
7110msgstr "Väärä taikaluku badblocks_iterate-rakenteelle"
7111
7112#: lib/ext2fs/ext2_err.c:15
7113msgid "Wrong magic number for inode_scan structure"
7114msgstr "Väärä taikaluku inode_scan-rakenteelle"
7115
7116#: lib/ext2fs/ext2_err.c:16
7117msgid "Wrong magic number for io_channel structure"
7118msgstr "Väärä taikaluku io_channel-rakenteelle"
7119
7120#: lib/ext2fs/ext2_err.c:17
7121msgid "Wrong magic number for unix io_channel structure"
7122msgstr "Väärä taikaluku unix io_channel-rakenteelle"
7123
7124#: lib/ext2fs/ext2_err.c:18
7125msgid "Wrong magic number for io_manager structure"
7126msgstr "Väärä taikaluku io_manager-rakenteelle"
7127
7128#: lib/ext2fs/ext2_err.c:19
7129msgid "Wrong magic number for block_bitmap structure"
7130msgstr "Väärä taikaluku block_bitmap-rakenteelle"
7131
7132#: lib/ext2fs/ext2_err.c:20
7133msgid "Wrong magic number for inode_bitmap structure"
7134msgstr "Väärä taikaluku inode_bitmap-rakenteelle"
7135
7136#: lib/ext2fs/ext2_err.c:21
7137msgid "Wrong magic number for generic_bitmap structure"
7138msgstr "Väärä taikaluku generic_bitmap-rakenteelle"
7139
7140#: lib/ext2fs/ext2_err.c:22
7141#, fuzzy
7142msgid "Wrong magic number for test io_channel structure"
7143msgstr "Väärä taikaluku io_channel-rakenteelle"
7144
7145#: lib/ext2fs/ext2_err.c:23
7146msgid "Wrong magic number for directory block list structure"
7147msgstr ""
7148
7149#: lib/ext2fs/ext2_err.c:24
7150msgid "Wrong magic number for icount structure"
7151msgstr ""
7152
7153#: lib/ext2fs/ext2_err.c:25
7154msgid "Wrong magic number for Powerquest io_channel structure"
7155msgstr ""
7156
7157#: lib/ext2fs/ext2_err.c:26
7158msgid "Wrong magic number for ext2 file structure"
7159msgstr ""
7160
7161#: lib/ext2fs/ext2_err.c:27
7162msgid "Wrong magic number for Ext2 Image Header"
7163msgstr ""
7164
7165#: lib/ext2fs/ext2_err.c:28
7166msgid "Wrong magic number for inode io_channel structure"
7167msgstr ""
7168
7169#: lib/ext2fs/ext2_err.c:29
7170msgid "Wrong magic number for ext4 extent handle"
7171msgstr ""
7172
7173#: lib/ext2fs/ext2_err.c:30
7174msgid "Bad magic number in super-block"
7175msgstr ""
7176
7177#: lib/ext2fs/ext2_err.c:31
7178msgid "Filesystem revision too high"
7179msgstr ""
7180
7181#: lib/ext2fs/ext2_err.c:32
7182msgid "Attempt to write to filesystem opened read-only"
7183msgstr ""
7184
7185#: lib/ext2fs/ext2_err.c:33
7186msgid "Can't read group descriptors"
7187msgstr ""
7188
7189#: lib/ext2fs/ext2_err.c:34
7190msgid "Can't write group descriptors"
7191msgstr ""
7192
7193#: lib/ext2fs/ext2_err.c:35
7194msgid "Corrupt group descriptor: bad block for block bitmap"
7195msgstr ""
7196
7197#: lib/ext2fs/ext2_err.c:36
7198msgid "Corrupt group descriptor: bad block for inode bitmap"
7199msgstr ""
7200
7201#: lib/ext2fs/ext2_err.c:37
7202msgid "Corrupt group descriptor: bad block for inode table"
7203msgstr ""
7204
7205#: lib/ext2fs/ext2_err.c:38
7206msgid "Can't write an inode bitmap"
7207msgstr "I-solmubittikartan kirjoitus ei onnistu"
7208
7209#: lib/ext2fs/ext2_err.c:39
7210msgid "Can't read an inode bitmap"
7211msgstr "I-solmubittikartan luku ei onnistu"
7212
7213#: lib/ext2fs/ext2_err.c:40
7214msgid "Can't write a block bitmap"
7215msgstr "Lohkobittikartan kirjoitus ei onnistu"
7216
7217#: lib/ext2fs/ext2_err.c:41
7218msgid "Can't read a block bitmap"
7219msgstr "Lohkobittikartan luku ei onnistu"
7220
7221#: lib/ext2fs/ext2_err.c:42
7222#, fuzzy
7223msgid "Can't write an inode table"
7224msgstr "Kirjoitetaan i-solmutauluja: "
7225
7226#: lib/ext2fs/ext2_err.c:43
7227#, fuzzy
7228msgid "Can't read an inode table"
7229msgstr "Laajennetaan i-solmutaulua"
7230
7231#: lib/ext2fs/ext2_err.c:44
7232msgid "Can't read next inode"
7233msgstr "Ei voida lukea seuraavaa i-solmua"
7234
7235#: lib/ext2fs/ext2_err.c:45
7236msgid "Filesystem has unexpected block size"
7237msgstr "Tiedostojärjestelmällä on odottamaton lohkokoko"
7238
7239#: lib/ext2fs/ext2_err.c:46
7240msgid "EXT2 directory corrupted"
7241msgstr "EXT2-hakemisto vioittunut"
7242
7243#: lib/ext2fs/ext2_err.c:47
7244msgid "Attempt to read block from filesystem resulted in short read"
7245msgstr ""
7246
7247#: lib/ext2fs/ext2_err.c:48
7248msgid "Attempt to write block to filesystem resulted in short write"
7249msgstr ""
7250
7251#: lib/ext2fs/ext2_err.c:49
7252msgid "No free space in the directory"
7253msgstr "Hakemistossa ei ole vapaata tilaa"
7254
7255#: lib/ext2fs/ext2_err.c:50
7256msgid "Inode bitmap not loaded"
7257msgstr ""
7258
7259#: lib/ext2fs/ext2_err.c:51
7260msgid "Block bitmap not loaded"
7261msgstr "Lohkobittikartta ei ole ladattu"
7262
7263#: lib/ext2fs/ext2_err.c:52
7264msgid "Illegal inode number"
7265msgstr "Virheellinen i-solmun numero"
7266
7267#: lib/ext2fs/ext2_err.c:53
7268msgid "Illegal block number"
7269msgstr "Virheellinen lohkon numero"
7270
7271#: lib/ext2fs/ext2_err.c:54
7272msgid "Internal error in ext2fs_expand_dir"
7273msgstr "Sisäinen virhe ext2fs_expand_dir-funktiossa"
7274
7275#: lib/ext2fs/ext2_err.c:55
7276msgid "Not enough space to build proposed filesystem"
7277msgstr "Ei riittävästi tilaa ehdotetun tiedostojärjestelmän luomiseen"
7278
7279#: lib/ext2fs/ext2_err.c:56
7280msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7281msgstr ""
7282
7283#: lib/ext2fs/ext2_err.c:57
7284msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7285msgstr ""
7286
7287#: lib/ext2fs/ext2_err.c:58
7288msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7289msgstr ""
7290
7291#: lib/ext2fs/ext2_err.c:59
7292msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7293msgstr ""
7294
7295#: lib/ext2fs/ext2_err.c:60
7296msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7297msgstr ""
7298
7299#: lib/ext2fs/ext2_err.c:61
7300msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7301msgstr ""
7302
7303#: lib/ext2fs/ext2_err.c:62
7304msgid "Attempt to fudge end of block bitmap past the real end"
7305msgstr ""
7306
7307#: lib/ext2fs/ext2_err.c:63
7308msgid "Attempt to fudge end of inode bitmap past the real end"
7309msgstr ""
7310
7311#: lib/ext2fs/ext2_err.c:64
7312msgid "Illegal indirect block found"
7313msgstr ""
7314
7315#: lib/ext2fs/ext2_err.c:65
7316msgid "Illegal doubly indirect block found"
7317msgstr ""
7318
7319#: lib/ext2fs/ext2_err.c:66
7320msgid "Illegal triply indirect block found"
7321msgstr ""
7322
7323#: lib/ext2fs/ext2_err.c:67
7324msgid "Block bitmaps are not the same"
7325msgstr ""
7326
7327#: lib/ext2fs/ext2_err.c:68
7328msgid "Inode bitmaps are not the same"
7329msgstr ""
7330
7331#: lib/ext2fs/ext2_err.c:69
7332msgid "Illegal or malformed device name"
7333msgstr "Virheellinen tai väärän muotoinen laitteen nimi"
7334
7335#: lib/ext2fs/ext2_err.c:70
7336msgid "A block group is missing an inode table"
7337msgstr ""
7338
7339#: lib/ext2fs/ext2_err.c:71
7340msgid "The ext2 superblock is corrupt"
7341msgstr "Ext2-superlohko on vioittunut"
7342
7343#: lib/ext2fs/ext2_err.c:72
7344msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7345msgstr ""
7346
7347#: lib/ext2fs/ext2_err.c:73
7348msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7349msgstr ""
7350
7351#: lib/ext2fs/ext2_err.c:74
7352msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7353msgstr ""
7354
7355#: lib/ext2fs/ext2_err.c:75
7356msgid "Too many symbolic links encountered."
7357msgstr "Kohdattiin liian monta symbolista linkkiä."
7358
7359#: lib/ext2fs/ext2_err.c:76
7360msgid "The callback function will not handle this case"
7361msgstr ""
7362
7363#: lib/ext2fs/ext2_err.c:77
7364msgid "The inode is from a bad block in the inode table"
7365msgstr ""
7366
7367#: lib/ext2fs/ext2_err.c:78
7368msgid "Filesystem has unsupported feature(s)"
7369msgstr ""
7370
7371#: lib/ext2fs/ext2_err.c:79
7372msgid "Filesystem has unsupported read-only feature(s)"
7373msgstr ""
7374
7375#: lib/ext2fs/ext2_err.c:80
7376msgid "IO Channel failed to seek on read or write"
7377msgstr ""
7378
7379#: lib/ext2fs/ext2_err.c:81
7380msgid "Memory allocation failed"
7381msgstr "Muistinvaraus epäonnistui"
7382
7383#: lib/ext2fs/ext2_err.c:82
7384msgid "Invalid argument passed to ext2 library"
7385msgstr ""
7386
7387#: lib/ext2fs/ext2_err.c:83
7388#, fuzzy
7389msgid "Could not allocate block in ext2 filesystem"
7390msgstr "e2label: ei ole ext2-tiedostojärjestelmä\n"
7391
7392#: lib/ext2fs/ext2_err.c:84
7393#, fuzzy
7394msgid "Could not allocate inode in ext2 filesystem"
7395msgstr "e2label: ei ole ext2-tiedostojärjestelmä\n"
7396
7397#: lib/ext2fs/ext2_err.c:85
7398msgid "Ext2 inode is not a directory"
7399msgstr "Ext2-i-solmu ei ole hakemisto"
7400
7401#: lib/ext2fs/ext2_err.c:86
7402msgid "Too many references in table"
7403msgstr "Liian monta viittausta taulussa"
7404
7405#: lib/ext2fs/ext2_err.c:87
7406msgid "File not found by ext2_lookup"
7407msgstr ""
7408
7409#: lib/ext2fs/ext2_err.c:88
7410msgid "File open read-only"
7411msgstr ""
7412
7413#: lib/ext2fs/ext2_err.c:89
7414msgid "Ext2 directory block not found"
7415msgstr "Ext2-hakemistolohkoa ei löydy"
7416
7417#: lib/ext2fs/ext2_err.c:90
7418msgid "Ext2 directory already exists"
7419msgstr "Ext2-hakemisto on jo olemassa"
7420
7421#: lib/ext2fs/ext2_err.c:91
7422msgid "Unimplemented ext2 library function"
7423msgstr "Toteuttamaton ext2-kirjaston funktio"
7424
7425#: lib/ext2fs/ext2_err.c:92
7426msgid "User cancel requested"
7427msgstr ""
7428
7429#: lib/ext2fs/ext2_err.c:93
7430msgid "Ext2 file too big"
7431msgstr "Ext2-tiedosto liian suuri"
7432
7433#: lib/ext2fs/ext2_err.c:94
7434msgid "Supplied journal device not a block device"
7435msgstr ""
7436
7437#: lib/ext2fs/ext2_err.c:95
7438msgid "Journal superblock not found"
7439msgstr "Kirjanpidon superlohkoa ei löydy"
7440
7441#: lib/ext2fs/ext2_err.c:96
7442msgid "Journal must be at least 1024 blocks"
7443msgstr "Kirjanpidon on oltava vähintään 1024-lohkoinen"
7444
7445#: lib/ext2fs/ext2_err.c:97
7446msgid "Unsupported journal version"
7447msgstr ""
7448
7449#: lib/ext2fs/ext2_err.c:98
7450msgid "Error loading external journal"
7451msgstr ""
7452
7453#: lib/ext2fs/ext2_err.c:99
7454msgid "Journal not found"
7455msgstr "KIrjanpitoa ei löydy"
7456
7457#: lib/ext2fs/ext2_err.c:100
7458msgid "Directory hash unsupported"
7459msgstr ""
7460
7461#: lib/ext2fs/ext2_err.c:101
7462msgid "Illegal extended attribute block number"
7463msgstr ""
7464
7465#: lib/ext2fs/ext2_err.c:102
7466msgid "Cannot create filesystem with requested number of inodes"
7467msgstr ""
7468
7469#: lib/ext2fs/ext2_err.c:103
7470msgid "E2image snapshot not in use"
7471msgstr ""
7472
7473#: lib/ext2fs/ext2_err.c:104
7474msgid "Too many reserved group descriptor blocks"
7475msgstr ""
7476
7477#: lib/ext2fs/ext2_err.c:105
7478msgid "Resize inode is corrupt"
7479msgstr ""
7480
7481#: lib/ext2fs/ext2_err.c:106
7482msgid "Tried to set block bmap with missing indirect block"
7483msgstr ""
7484
7485#: lib/ext2fs/ext2_err.c:107
7486msgid "TDB: Success"
7487msgstr ""
7488
7489#: lib/ext2fs/ext2_err.c:108
7490msgid "TDB: Corrupt database"
7491msgstr ""
7492
7493#: lib/ext2fs/ext2_err.c:109
7494msgid "TDB: IO Error"
7495msgstr ""
7496
7497#: lib/ext2fs/ext2_err.c:110
7498msgid "TDB: Locking error"
7499msgstr ""
7500
7501#: lib/ext2fs/ext2_err.c:111
7502msgid "TDB: Out of memory"
7503msgstr ""
7504
7505#: lib/ext2fs/ext2_err.c:112
7506msgid "TDB: Record exists"
7507msgstr ""
7508
7509#: lib/ext2fs/ext2_err.c:113
7510msgid "TDB: Lock exists on other keys"
7511msgstr ""
7512
7513#: lib/ext2fs/ext2_err.c:114
7514msgid "TDB: Invalid parameter"
7515msgstr ""
7516
7517#: lib/ext2fs/ext2_err.c:115
7518msgid "TDB: Record does not exist"
7519msgstr ""
7520
7521#: lib/ext2fs/ext2_err.c:116
7522msgid "TDB: Write not permitted"
7523msgstr ""
7524
7525#: lib/ext2fs/ext2_err.c:117
7526msgid "Ext2fs directory block list is empty"
7527msgstr ""
7528
7529#: lib/ext2fs/ext2_err.c:118
7530msgid "Attempt to modify a block mapping via a read-only block iterator"
7531msgstr ""
7532
7533#: lib/ext2fs/ext2_err.c:119
7534msgid "Wrong magic number for ext4 extent saved path"
7535msgstr ""
7536
7537#: lib/ext2fs/ext2_err.c:120
7538msgid "Wrong magic number for 64-bit generic bitmap"
7539msgstr ""
7540
7541#: lib/ext2fs/ext2_err.c:121
7542msgid "Wrong magic number for 64-bit block bitmap"
7543msgstr ""
7544
7545#: lib/ext2fs/ext2_err.c:122
7546msgid "Wrong magic number for 64-bit inode bitmap"
7547msgstr ""
7548
7549#: lib/ext2fs/ext2_err.c:123
7550msgid "Wrong magic number --- RESERVED_13"
7551msgstr "Väärä taikaluku --- RESERVED_13"
7552
7553#: lib/ext2fs/ext2_err.c:124
7554msgid "Wrong magic number --- RESERVED_14"
7555msgstr "Väärä taikaluku --- RESERVED_14"
7556
7557#: lib/ext2fs/ext2_err.c:125
7558msgid "Wrong magic number --- RESERVED_15"
7559msgstr "Väärä taikaluku --- RESERVED_15"
7560
7561#: lib/ext2fs/ext2_err.c:126
7562msgid "Wrong magic number --- RESERVED_16"
7563msgstr "Väärä taikaluku --- RESERVED_16"
7564
7565#: lib/ext2fs/ext2_err.c:127
7566msgid "Wrong magic number --- RESERVED_17"
7567msgstr "Väärä taikaluku --- RESERVED_17"
7568
7569#: lib/ext2fs/ext2_err.c:128
7570msgid "Wrong magic number --- RESERVED_18"
7571msgstr "Väärä taikaluku --- RESERVED_18"
7572
7573#: lib/ext2fs/ext2_err.c:129
7574msgid "Wrong magic number --- RESERVED_19"
7575msgstr "Väärä taikaluku --- RESERVED_19"
7576
7577#: lib/ext2fs/ext2_err.c:130
7578msgid "Corrupt extent header"
7579msgstr ""
7580
7581#: lib/ext2fs/ext2_err.c:131
7582msgid "Corrupt extent index"
7583msgstr ""
7584
7585#: lib/ext2fs/ext2_err.c:132
7586msgid "Corrupt extent"
7587msgstr ""
7588
7589#: lib/ext2fs/ext2_err.c:133
7590msgid "No free space in extent map"
7591msgstr ""
7592
7593#: lib/ext2fs/ext2_err.c:134
7594msgid "Inode does not use extents"
7595msgstr ""
7596
7597#: lib/ext2fs/ext2_err.c:135
7598msgid "No 'next' extent"
7599msgstr ""
7600
7601#: lib/ext2fs/ext2_err.c:136
7602msgid "No 'previous' extent"
7603msgstr ""
7604
7605#: lib/ext2fs/ext2_err.c:137
7606msgid "No 'up' extent"
7607msgstr ""
7608
7609#: lib/ext2fs/ext2_err.c:138
7610msgid "No 'down' extent"
7611msgstr ""
7612
7613#: lib/ext2fs/ext2_err.c:139
7614msgid "No current node"
7615msgstr ""
7616
7617#: lib/ext2fs/ext2_err.c:140
7618msgid "Ext2fs operation not supported"
7619msgstr ""
7620
7621#: lib/ext2fs/ext2_err.c:141
7622msgid "No room to insert extent in node"
7623msgstr ""
7624
7625#: lib/ext2fs/ext2_err.c:142
7626msgid "Splitting would result in empty node"
7627msgstr ""
7628
7629#: lib/ext2fs/ext2_err.c:143
7630msgid "Extent not found"
7631msgstr ""
7632
7633#: lib/ext2fs/ext2_err.c:144
7634msgid "Operation not supported for inodes containing extents"
7635msgstr ""
7636
7637#: lib/ext2fs/ext2_err.c:145
7638msgid "Extent length is invalid"
7639msgstr ""
7640
7641#: lib/ext2fs/ext2_err.c:146
7642msgid "I/O Channel does not support 64-bit block numbers"
7643msgstr ""
7644
7645#: lib/ext2fs/ext2_err.c:147
7646msgid "Can't check if filesystem is mounted due to missing mtab file"
7647msgstr ""
7648
7649#: lib/ext2fs/ext2_err.c:148
7650msgid "Filesystem too large to use legacy bitmaps"
7651msgstr ""
7652
7653#: lib/ext2fs/ext2_err.c:149
7654msgid "MMP: invalid magic number"
7655msgstr ""
7656
7657#: lib/ext2fs/ext2_err.c:150
7658msgid "MMP: device currently active"
7659msgstr ""
7660
7661#: lib/ext2fs/ext2_err.c:151
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007662msgid "MMP: e2fsck being run"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007663msgstr ""
7664
7665#: lib/ext2fs/ext2_err.c:152
7666msgid "MMP: block number beyond filesystem range"
7667msgstr ""
7668
7669#: lib/ext2fs/ext2_err.c:153
7670msgid "MMP: undergoing an unknown operation"
7671msgstr ""
7672
7673#: lib/ext2fs/ext2_err.c:154
7674msgid "MMP: filesystem still in use"
7675msgstr ""
7676
7677#: lib/ext2fs/ext2_err.c:155
7678msgid "MMP: open with O_DIRECT failed"
7679msgstr ""
7680
7681#: lib/ext2fs/ext2_err.c:156
7682msgid "Block group descriptor size incorrect"
7683msgstr ""
7684
7685#: lib/ext2fs/ext2_err.c:157
7686msgid "Inode checksum does not match inode"
7687msgstr ""
7688
7689#: lib/ext2fs/ext2_err.c:158
7690msgid "Inode bitmap checksum does not match bitmap"
7691msgstr ""
7692
7693#: lib/ext2fs/ext2_err.c:159
7694msgid "Extent block checksum does not match extent block"
7695msgstr ""
7696
7697#: lib/ext2fs/ext2_err.c:160
7698msgid "Directory block does not have space for checksum"
7699msgstr ""
7700
7701#: lib/ext2fs/ext2_err.c:161
7702msgid "Directory block checksum does not match directory block"
7703msgstr ""
7704
7705#: lib/ext2fs/ext2_err.c:162
7706msgid "Extended attribute block checksum does not match block"
7707msgstr ""
7708
7709#: lib/ext2fs/ext2_err.c:163
7710msgid "Superblock checksum does not match superblock"
7711msgstr ""
7712
7713#: lib/ext2fs/ext2_err.c:164
7714msgid "Unknown checksum algorithm"
7715msgstr ""
7716
7717#: lib/ext2fs/ext2_err.c:165
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007718msgid "MMP block checksum does not match"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007719msgstr ""
7720
7721#: lib/ext2fs/ext2_err.c:166
7722msgid "Ext2 file already exists"
7723msgstr "Ext2-tiedosto on jo olemassa"
7724
7725#: lib/ext2fs/ext2_err.c:167
7726msgid "Block bitmap checksum does not match bitmap"
7727msgstr ""
7728
7729#: lib/ext2fs/ext2_err.c:168
7730msgid "Cannot iterate data blocks of an inode containing inline data"
7731msgstr ""
7732
7733#: lib/ext2fs/ext2_err.c:169
7734msgid "Extended attribute has an invalid name length"
7735msgstr ""
7736
7737#: lib/ext2fs/ext2_err.c:170
7738msgid "Extended attribute has an invalid value length"
7739msgstr ""
7740
7741#: lib/ext2fs/ext2_err.c:171
7742msgid "Extended attribute has an incorrect hash"
7743msgstr ""
7744
7745#: lib/ext2fs/ext2_err.c:172
7746msgid "Extended attribute block has a bad header"
7747msgstr ""
7748
7749#: lib/ext2fs/ext2_err.c:173
7750#, fuzzy
7751msgid "Extended attribute key not found"
7752msgstr "Ext2-hakemistolohkoa ei löydy"
7753
7754#: lib/ext2fs/ext2_err.c:174
7755msgid "Insufficient space to store extended attribute data"
7756msgstr ""
7757
7758#: lib/ext2fs/ext2_err.c:175
7759msgid "Filesystem is missing ext_attr or inline_data feature"
7760msgstr ""
7761
7762#: lib/ext2fs/ext2_err.c:176
7763msgid "Inode doesn't have inline data"
7764msgstr ""
7765
7766#: lib/ext2fs/ext2_err.c:177
7767msgid "No block for an inode with inline data"
7768msgstr ""
7769
7770#: lib/ext2fs/ext2_err.c:178
7771#, fuzzy
7772msgid "No free space in inline data"
7773msgstr "Hakemistossa ei ole vapaata tilaa"
7774
7775#: lib/ext2fs/ext2_err.c:179
7776#, fuzzy
7777msgid "Wrong magic number for extended attribute structure"
7778msgstr "Väärä taikaluku generic_bitmap-rakenteelle"
7779
7780#: lib/ext2fs/ext2_err.c:180
7781msgid "Inode seems to contain garbage"
7782msgstr ""
7783
7784#: lib/ext2fs/ext2_err.c:181
7785msgid "Extended attribute has an invalid value offset"
7786msgstr ""
7787
7788#: lib/ext2fs/ext2_err.c:182
7789msgid "Journal flags inconsistent"
7790msgstr ""
7791
7792#: lib/ext2fs/ext2_err.c:183
7793msgid "Undo file corrupt"
7794msgstr ""
7795
7796#: lib/ext2fs/ext2_err.c:184
7797msgid "Wrong undo file for this filesystem"
7798msgstr ""
7799
7800#: lib/ext2fs/ext2_err.c:185
7801#, fuzzy
7802msgid "File system is corrupted"
7803msgstr "Tiedostojärjestelmällä on odottamaton lohkokoko"
7804
7805#: lib/ext2fs/ext2_err.c:186
7806msgid "Bad CRC detected in file system"
7807msgstr ""
7808
7809#: lib/ext2fs/ext2_err.c:187
7810#, fuzzy
7811msgid "The journal superblock is corrupt"
7812msgstr "Ext2-superlohko on vioittunut"
7813
7814#: lib/ext2fs/ext2_err.c:188
7815msgid "Inode is corrupted"
7816msgstr ""
7817
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007818#: lib/ext2fs/ext2_err.c:189
7819msgid "Inode containing extended attribute value is corrupted"
7820msgstr ""
7821
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05007822#: lib/support/prof_err.c:11
7823msgid "Profile version 0.0"
7824msgstr ""
7825
7826#: lib/support/prof_err.c:12
7827msgid "Bad magic value in profile_node"
7828msgstr ""
7829
7830#: lib/support/prof_err.c:13
7831msgid "Profile section not found"
7832msgstr ""
7833
7834#: lib/support/prof_err.c:14
7835msgid "Profile relation not found"
7836msgstr ""
7837
7838#: lib/support/prof_err.c:15
7839msgid "Attempt to add a relation to node which is not a section"
7840msgstr ""
7841
7842#: lib/support/prof_err.c:16
7843msgid "A profile section header has a non-zero value"
7844msgstr ""
7845
7846#: lib/support/prof_err.c:17
7847msgid "Bad linked list in profile structures"
7848msgstr ""
7849
7850#: lib/support/prof_err.c:18
7851msgid "Bad group level in profile structures"
7852msgstr ""
7853
7854#: lib/support/prof_err.c:19
7855msgid "Bad parent pointer in profile structures"
7856msgstr ""
7857
7858#: lib/support/prof_err.c:20
7859msgid "Bad magic value in profile iterator"
7860msgstr ""
7861
7862#: lib/support/prof_err.c:21
7863msgid "Can't set value on section node"
7864msgstr ""
7865
7866#: lib/support/prof_err.c:22
7867msgid "Invalid argument passed to profile library"
7868msgstr ""
7869
7870#: lib/support/prof_err.c:23
7871msgid "Attempt to modify read-only profile"
7872msgstr ""
7873
7874#: lib/support/prof_err.c:24
7875msgid "Profile section header not at top level"
7876msgstr ""
7877
7878#: lib/support/prof_err.c:25
7879msgid "Syntax error in profile section header"
7880msgstr ""
7881
7882#: lib/support/prof_err.c:26
7883msgid "Syntax error in profile relation"
7884msgstr ""
7885
7886#: lib/support/prof_err.c:27
7887msgid "Extra closing brace in profile"
7888msgstr ""
7889
7890#: lib/support/prof_err.c:28
7891msgid "Missing open brace in profile"
7892msgstr ""
7893
7894#: lib/support/prof_err.c:29
7895msgid "Bad magic value in profile_t"
7896msgstr ""
7897
7898#: lib/support/prof_err.c:30
7899msgid "Bad magic value in profile_section_t"
7900msgstr ""
7901
7902#: lib/support/prof_err.c:31
7903msgid "Iteration through all top level section not supported"
7904msgstr ""
7905
7906#: lib/support/prof_err.c:32
7907msgid "Invalid profile_section object"
7908msgstr ""
7909
7910#: lib/support/prof_err.c:33
7911msgid "No more sections"
7912msgstr ""
7913
7914#: lib/support/prof_err.c:34
7915msgid "Bad nameset passed to query routine"
7916msgstr ""
7917
7918#: lib/support/prof_err.c:35
7919msgid "No profile file open"
7920msgstr ""
7921
7922#: lib/support/prof_err.c:36
7923msgid "Bad magic value in profile_file_t"
7924msgstr ""
7925
7926#: lib/support/prof_err.c:37
7927msgid "Couldn't open profile file"
7928msgstr ""
7929
7930#: lib/support/prof_err.c:38
7931msgid "Section already exists"
7932msgstr ""
7933
7934#: lib/support/prof_err.c:39
7935msgid "Invalid boolean value"
7936msgstr "Virheellinen totuusarvo"
7937
7938#: lib/support/prof_err.c:40
7939msgid "Invalid integer value"
7940msgstr "Virheellinen kokonaislukuarvo"
7941
7942#: lib/support/prof_err.c:41
7943msgid "Bad magic value in profile_file_data_t"
7944msgstr ""
7945
7946#: lib/support/plausible.c:118
7947#, c-format
7948msgid "\tlast mounted on %s on %s"
7949msgstr "\tviimeksi liitetty %s, %s"
7950
7951#: lib/support/plausible.c:121
7952#, c-format
7953msgid "\tlast mounted on %s"
7954msgstr "\tviimeksi liitetty %s"
7955
7956#: lib/support/plausible.c:124
7957#, c-format
7958msgid "\tcreated on %s"
7959msgstr "\tluotu %s"
7960
7961#: lib/support/plausible.c:127
7962#, c-format
7963msgid "\tlast modified on %s"
7964msgstr "\tviimeksi muutettu %s"
7965
7966#: lib/support/plausible.c:161
7967#, c-format
7968msgid "Found a %s partition table in %s\n"
7969msgstr ""
7970
7971#: lib/support/plausible.c:191
7972#, c-format
7973msgid "The file %s does not exist and no size was specified.\n"
7974msgstr ""
7975
7976#: lib/support/plausible.c:199
7977#, c-format
7978msgid "Creating regular file %s\n"
7979msgstr "Luodaan tavallinen tiedosto %s\n"
7980
7981#: lib/support/plausible.c:202
7982#, fuzzy, c-format
7983msgid "Could not open %s: %s\n"
7984msgstr "VAROITUS: ei voitu avata"
7985
7986#: lib/support/plausible.c:205
7987msgid ""
7988"\n"
7989"The device apparently does not exist; did you specify it correctly?\n"
7990msgstr ""
7991"\n"
7992"Laitetta ei nähtävästi ole olemassa. Määrittelitkö sen oikein?\n"
7993
7994#: lib/support/plausible.c:227
7995#, c-format
7996msgid "%s is not a block special device.\n"
7997msgstr "%s ei ole lohkolaite.\n"
7998
7999#: lib/support/plausible.c:249
8000#, c-format
8001msgid "%s contains a %s file system labelled '%s'\n"
8002msgstr ""
8003
8004#: lib/support/plausible.c:252
8005#, fuzzy, c-format
8006msgid "%s contains a %s file system\n"
8007msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
8008
8009#: lib/support/plausible.c:276
8010#, fuzzy, c-format
8011msgid "%s contains `%s' data\n"
8012msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
8013
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05008014#~ msgid ""
8015#~ "%s: e2fsck not compiled with HTREE support,\n"
8016#~ "\tbut filesystem %s has HTREE directories.\n"
8017#~ msgstr ""
8018#~ "%s: e2fsck on käännetty ilman HTREE-tukea, mutta\n"
8019#~ "\ttiedostojärjestelmä %s sisältää HTREE-hakemistoja.\n"
8020
Theodore Ts'o21725192017-08-23 19:46:04 -04008021#~ msgid "Journal features: "
8022#~ msgstr "Kirjanpidon ominaisuudet: "
8023
8024#~ msgid "Journal size: "
8025#~ msgstr "Kirjanpidon koko: "
8026
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05008027#~ msgid "%s is entire device, not just one partition!\n"
8028#~ msgstr "%s on koko laite, ei vain yksi osio!\n"
8029
8030#~ msgid "done \n"
8031#~ msgstr "valmis \n"
8032
8033#~ msgid "(unknown os)"
8034#~ msgstr "(tuntematon käyttöjärjestelmä)"