blob: 5dd1ce6dc27e6215672659b47c2020f2a12770ef [file] [log] [blame]
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001# Esperanto translations for e2fsprogs.
2# Copyright (C) 2014 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4#
5# Prave, "paŝo" ne estas traduko de "pass",
6# sed ĝi tre klaras kaj bone esprimas la faradon.
7#
8# Benno Schulenberg <benno@vertaalt.nl>, 2012, 2013, 2014.
9#
10#. The strings in e2fsck's problem.c can be very hard to translate,
11#. since the strings are expanded in two different ways. First of all,
12#. there is an @-expansion, where strings like "@i" are expanded to
13#. "inode", and so on. In order to make it easier for translators, the
14#. e2fsprogs po template file has been enhanced with comments that show
15#. the @-expansion, for the strings in the problem.c file.
16#.
17#. Translators are free to use the @-expansion facility if they so
18#. choose, by providing translations for strings in e2fsck/message.c.
19#. These translation can completely replace an expansion; for example,
20#. if "bblock" (which indicated that "@b" would be expanded to "block")
21#. is translated as "ddatenverlust", then "@d" will be expanded to
22#. "datenverlust". Alternatively, translators can simply not use the
23#. @-expansion facility at all.
24#.
25#. The second expansion which is done for e2fsck's problem.c messages is
26#. a dynamic %-expansion, which expands %i as an inode number, and so
27#. on. A table of these expansions can be found below. Note that
28#. %-expressions that begin with "%D" and "%I" are two-character
29#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040030#. ownership field (inode->i_uid). Also the "%B" expansion is special:
31#. it can expand to either the string "indirect block" (possibly preceded
32#. by the word "double" or "triple"), or the string "block #" immediately
33#. followed by an integer indicating a block sequence number.
Benno Schulenberg01233ba2014-07-05 23:39:54 -040034#.
35#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040036#. %B "indirect block" | "block #"<blkcount> string | string+integer
Benno Schulenberg01233ba2014-07-05 23:39:54 -040037#. %c <blk2> block number
38#. %Di <dirent> -> ino inode number
39#. %Dn <dirent> -> name string
40#. %Dr <dirent> -> rec_len
41#. %Dl <dirent> -> name_len
42#. %Dt <dirent> -> filetype
43#. %d <dir> inode number
44#. %g <group> integer
45#. %i <ino> inode number
46#. %Is <inode> -> i_size
47#. %IS <inode> -> i_extra_isize
48#. %Ib <inode> -> i_blocks
49#. %Il <inode> -> i_links_count
50#. %Im <inode> -> i_mode
51#. %IM <inode> -> i_mtime
52#. %IF <inode> -> i_faddr
53#. %If <inode> -> i_file_acl
54#. %Id <inode> -> i_dir_acl
55#. %Iu <inode> -> i_uid
56#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040057#. %It <str> file type
Benno Schulenberg01233ba2014-07-05 23:39:54 -040058#. %j <ino2> inode number
59#. %m <com_err error message>
60#. %N <num>
61#. %p ext2fs_get_pathname of directory <ino>
62#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
63#. the containing directory. (If dirent is NULL
64#. then return the pathname of directory <ino2>)
65#. %q ext2fs_get_pathname of directory <dir>
66#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
67#. the containing directory.
68#. %s <str> miscellaneous string
69#. %S backup superblock
70#. %X <num> hexadecimal format
71#.
72msgid ""
73msgstr ""
Benno Schulenberg789fba32015-05-17 20:21:39 -040074"Project-Id-Version: e2fsprogs-1.42.12-pre2\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -040075"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040076"POT-Creation-Date: 2016-03-15 01:48-0400\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -040077"PO-Revision-Date: 2014-08-31 18:44+0200\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -040078"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
79"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
80"Language: eo\n"
81"MIME-Version: 1.0\n"
82"Content-Type: text/plain; charset=UTF-8\n"
83"Content-Transfer-Encoding: 8bit\n"
84"Plural-Forms: nplurals=2; plural=n != 1;\n"
85"X-Generator: Lokalize 1.0\n"
86
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040087#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Benno Schulenberg01233ba2014-07-05 23:39:54 -040088#, c-format
89msgid "Bad block %u out of range; ignored.\n"
90msgstr "Malbona bloko %u estas ekster gamo; ĝi ignoriĝas.\n"
91
92#: e2fsck/badblocks.c:46
93msgid "while sanity checking the bad blocks inode"
94msgstr "dum sankontrolo de malbonbloka i-nodo"
95
96#: e2fsck/badblocks.c:58
97msgid "while reading the bad blocks inode"
98msgstr "dum legado de malbonbloka i-nodo"
99
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400100#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
101#: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
102#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
103#: misc/e2image.c:1399 misc/e2image.c:1583 misc/e2image.c:1604
104#: misc/mke2fs.c:230 misc/tune2fs.c:2663 misc/tune2fs.c:2757 resize/main.c:412
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400105#, c-format
106msgid "while trying to open %s"
107msgstr "dum provo de malfermi %s"
108
109#: e2fsck/badblocks.c:83
110#, c-format
111msgid "while trying popen '%s'"
112msgstr "dum provo de malfermi dukton al '%s'"
113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400114#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400115msgid "while reading in list of bad blocks from file"
116msgstr "dum legado de listo de malbonaj blokoj el dosiero"
117
118#: e2fsck/badblocks.c:105
119msgid "while updating bad block inode"
120msgstr "dum ĝisdatigo de malbonbloka i-nodo"
121
122#: e2fsck/badblocks.c:133
123#, c-format
124msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
125msgstr "Averto: nevalida bloko %u troviĝis malbonbloka i-nodo. Viŝiĝis.\n"
126
127#: e2fsck/ehandler.c:55
128#, c-format
129msgid "Error reading block %lu (%s) while %s. "
130msgstr "Eraro dum legado de bloko %lu (%s) dum %s. "
131
132#: e2fsck/ehandler.c:58
133#, c-format
134msgid "Error reading block %lu (%s). "
135msgstr "Eraro dum legado de bloko %lu (%s). "
136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400137#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400138msgid "Ignore error"
139msgstr "Ignori eraron"
140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400141#: e2fsck/ehandler.c:67
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400142msgid "Force rewrite"
143msgstr "Devigi reskribon"
144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400145#: e2fsck/ehandler.c:109
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400146#, c-format
147msgid "Error writing block %lu (%s) while %s. "
148msgstr "Eraro dum skribado de bloko %lu (%s) dum %s. "
149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400150#: e2fsck/ehandler.c:112
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400151#, c-format
152msgid "Error writing block %lu (%s). "
153msgstr "Eraro dum skribado de bloko %lu (%s). "
154
155#: e2fsck/emptydir.c:57
156msgid "empty dirblocks"
157msgstr "vakaj ujaj blokoj"
158
159#: e2fsck/emptydir.c:62
160msgid "empty dir map"
161msgstr "vaka uja mapo"
162
163#: e2fsck/emptydir.c:98
164#, c-format
165msgid "Empty directory block %u (#%d) in inode %u\n"
166msgstr "Vaka uja bloko %u (#%d) en i-nodo %u\n"
167
168#: e2fsck/extend.c:22
169#, c-format
170msgid "%s: %s filename nblocks blocksize\n"
171msgstr "Uzmaniero de %s: %s DOSIERNOMO BLOKNOMBRO BLOKGRANDO\n"
172
173#: e2fsck/extend.c:44
174#, c-format
175msgid "Illegal number of blocks!\n"
176msgstr "Nevalida nombro de blokoj!\n"
177
178#: e2fsck/extend.c:50
179#, c-format
180msgid "Couldn't allocate block buffer (size=%d)\n"
181msgstr "Mankas sufiĉa memoro por asigni bufron (grando=%d)\n"
182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400183#: e2fsck/extents.c:42
184#, fuzzy
185msgid "extent rebuild inode map"
186msgstr "mapo de normaldosieraj i-nodoj"
187
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400188#: e2fsck/flushb.c:35
189#, c-format
190msgid "Usage: %s disk\n"
191msgstr "Uzmaniero: %s DISKO\n"
192
193#: e2fsck/flushb.c:64
194#, c-format
195msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400196msgstr ""
197"La 'ioctl(BLKFLSBUF)' ne subtenatas! Ne eblas peli bufrajn enhavojn.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400198
199#: e2fsck/iscan.c:44
200#, c-format
201msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
202msgstr "Uzmaniero: %s [-F] [-I BUFROBLOKNOMBRO] APARATO\n"
203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400204#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400205#, c-format
206msgid "while opening %s for flushing"
207msgstr "dum malfermo de %s por elbufrigo"
208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400209#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400210#, c-format
211msgid "while trying to flush %s"
212msgstr "dum provo de elbufrigi %s"
213
214#: e2fsck/iscan.c:110
215#, c-format
216msgid "while trying to open '%s'"
217msgstr "dum provo de malfermi '%s'"
218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400219#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400220msgid "while opening inode scan"
221msgstr "dum malfermo de i-noda skano"
222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400223#: e2fsck/iscan.c:127 misc/e2image.c:1312
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400224msgid "while getting next inode"
225msgstr "dum preno de sekva i-nodo"
226
227#: e2fsck/iscan.c:136
228#, c-format
229msgid "%u inodes scanned.\n"
230msgstr "Skaniĝis %u i-nodoj.\n"
231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400232#: e2fsck/journal.c:593
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400233msgid "reading journal superblock\n"
234msgstr "dum legado de kaŝprotokola ĉefbloko\n"
235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400236#: e2fsck/journal.c:666
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400237#, c-format
238msgid "%s: no valid journal superblock found\n"
239msgstr "%s: ne troviĝis valida kaŝprotokola ĉefbloko\n"
240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400241#: e2fsck/journal.c:675
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400242#, c-format
243msgid "%s: journal too short\n"
244msgstr "%s: kaŝprotokolo tro mallongas\n"
245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400246#: e2fsck/journal.c:966 misc/fuse2fs.c:3773
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400247#, c-format
248msgid "%s: recovering journal\n"
249msgstr "%s: restaŭriĝas kaŝprotokolo...\n"
250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400251#: e2fsck/journal.c:968
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400252#, c-format
253msgid "%s: won't do journal recovery while read-only\n"
254msgstr "%s: ne restaŭriĝos kaŝprotokolo en nurlega stato\n"
255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400256#: e2fsck/journal.c:995
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400257#, c-format
258msgid "while trying to re-open %s"
259msgstr "dum provo de remalfermi %s"
260
261# ****************************************************************
262# *** La sekvaj mallongigoj preskaŭ ĉiuj uziĝas en la traduko. ***
263# ****************************************************************
264#: e2fsck/message.c:113
265msgid "aextended attribute"
266msgstr "aetendita atributo"
267
268#: e2fsck/message.c:114
269msgid "Aerror allocating"
270msgstr "Aeraro dum asigno"
271
272#: e2fsck/message.c:115
273msgid "bblock"
274msgstr "bbloko"
275
276#: e2fsck/message.c:116
277msgid "Bbitmap"
278msgstr "Bbitmapo"
279
280#: e2fsck/message.c:117
281msgid "ccompress"
282msgstr "c<senuza>"
283
284#: e2fsck/message.c:118
285msgid "Cconflicts with some other fs @b"
286msgstr "Ckonfliktas kun alia dosiersistema bloko"
287
288#: e2fsck/message.c:119
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400289msgid "ddirectory"
290msgstr "ddosierujo"
291
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400292#: e2fsck/message.c:120
293msgid "Ddeleted"
294msgstr "Dforigita"
295
296#: e2fsck/message.c:121
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400297msgid "eentry"
298msgstr "eero"
299
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400300#: e2fsck/message.c:122
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400301msgid "E@e '%Dn' in %p (%i)"
302msgstr "Eero '%Dn' en %p (%i)"
303
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400304#: e2fsck/message.c:123
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400305msgid "ffilesystem"
306msgstr "fdosiersistemo"
307
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400308#: e2fsck/message.c:124
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400309msgid "Ffor @i %i (%Q) is"
310msgstr "Fpor @i %i (%Q) estas"
311
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400312#: e2fsck/message.c:125
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400313msgid "ggroup"
314msgstr "ggrupo"
315
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400316#: e2fsck/message.c:126
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400317msgid "hHTREE @d @i"
318msgstr "h'HTREE'-a uja @i"
319
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400320#: e2fsck/message.c:127
321msgid "iinode"
322msgstr "ii-nodo"
323
324#: e2fsck/message.c:128
325msgid "Iillegal"
326msgstr "Inevalida"
327
328#: e2fsck/message.c:129
329msgid "jjournal"
330msgstr "jkaŝprotokolo"
331
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400332#: e2fsck/message.c:130
333msgid "llost+found"
334msgstr "llost+found"
335
336#: e2fsck/message.c:131
337msgid "Lis a link"
338msgstr "Lestas ligo"
339
340#: e2fsck/message.c:132
341msgid "mmultiply-claimed"
342msgstr "mpluroble posedata"
343
344#: e2fsck/message.c:133
345msgid "ninvalid"
346msgstr "nmalvalida"
347
348#: e2fsck/message.c:134
349msgid "oorphaned"
350msgstr "oorfa"
351
352#: e2fsck/message.c:135
353msgid "pproblem in"
354msgstr "pproblemo en"
355
356#: e2fsck/message.c:136
357msgid "qquota"
358msgstr "qkvoto"
359
360#: e2fsck/message.c:137
361msgid "rroot @i"
362msgstr "rradika @i"
363
364#: e2fsck/message.c:138
365msgid "sshould be"
366msgstr "sdevus esti"
367
368#: e2fsck/message.c:139
369msgid "Ssuper@b"
370msgstr "Sĉefbloko"
371
372#: e2fsck/message.c:140
373msgid "uunattached"
374msgstr "unekonektita"
375
376#: e2fsck/message.c:141
377msgid "vdevice"
378msgstr "vaparato"
379
380#: e2fsck/message.c:142
381msgid "xextent"
382msgstr "xamplekso"
383
384#: e2fsck/message.c:143
385msgid "zzero-length"
386msgstr "znullonga"
387
388#: e2fsck/message.c:154
389msgid "<The NULL inode>"
390msgstr "<La NULL-a i-nodo>"
391
392#: e2fsck/message.c:155
393msgid "<The bad blocks inode>"
394msgstr "<La malbonbloka i-nodo>"
395
396#: e2fsck/message.c:157
397msgid "<The user quota inode>"
398msgstr "<La uzantkvota i-nodo>"
399
400#: e2fsck/message.c:158
401msgid "<The group quota inode>"
402msgstr "<La grupkvota i-nodo>"
403
404#: e2fsck/message.c:159
405msgid "<The boot loader inode>"
406msgstr "<La startiga i-nodo>"
407
408#: e2fsck/message.c:160
409msgid "<The undelete directory inode>"
410msgstr "<La malforiguja i-nodo>"
411
412#: e2fsck/message.c:161
413msgid "<The group descriptor inode>"
414msgstr "<La gruppriaĵa i-nodo>"
415
416#: e2fsck/message.c:162
417msgid "<The journal inode>"
418msgstr "<La kaŝprotokola i-nodo>"
419
420#: e2fsck/message.c:163
421msgid "<Reserved inode 9>"
422msgstr "<Rezervita i-nodo 9>"
423
424#: e2fsck/message.c:164
425msgid "<Reserved inode 10>"
426msgstr "<Rezervita i-nodo 10>"
427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400428#: e2fsck/message.c:333
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400429msgid "regular file"
430msgstr "normala dosiero"
431
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400432#: e2fsck/message.c:335
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400433msgid "directory"
434msgstr "dosierujo"
435
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400436#: e2fsck/message.c:337
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400437msgid "character device"
438msgstr "signo-aparato"
439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400440#: e2fsck/message.c:339
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400441msgid "block device"
442msgstr "blokaparato"
443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400444#: e2fsck/message.c:341
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400445msgid "named pipe"
446msgstr "nomita dukto"
447
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400448#: e2fsck/message.c:343
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400449msgid "symbolic link"
450msgstr "simbola ligo"
451
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400452#: e2fsck/message.c:345 misc/uuidd.c:162
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400453msgid "socket"
454msgstr "konektilo"
455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400456#: e2fsck/message.c:347
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400457#, c-format
458msgid "unknown file type with mode 0%o"
459msgstr "nekonata dosiertipo kun moduso 0%o"
460
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400461#: e2fsck/message.c:422
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400462msgid "indirect block"
463msgstr "nerekta bloko"
464
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400465#: e2fsck/message.c:424
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400466msgid "double indirect block"
467msgstr "duoble nerekta bloko"
468
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400469#: e2fsck/message.c:426
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400470msgid "triple indirect block"
471msgstr "trioble nerekta bloko"
472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400473#: e2fsck/message.c:428
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400474msgid "translator block"
475msgstr "traduka bloko"
476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400477#: e2fsck/message.c:430
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400478msgid "block #"
479msgstr "bloko #"
480
481#: e2fsck/pass1b.c:222
482msgid "multiply claimed inode map"
483msgstr "mapo de pluroble posedataj i-nodoj"
484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400485#: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400486#, c-format
487msgid "internal error: can't find dup_blk for %llu\n"
488msgstr ""
489
490# FIXME -- is a debug message?
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400491#: e2fsck/pass1b.c:897
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400492msgid "returned from clone_file_block"
493msgstr ""
494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400495#: e2fsck/pass1b.c:919
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400496#, c-format
497msgid "internal error: couldn't lookup EA block record for %llu"
498msgstr ""
499
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400500#: e2fsck/pass1b.c:931
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400501#, c-format
502msgid "internal error: couldn't lookup EA inode record for %u"
503msgstr ""
504
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400505#: e2fsck/pass1.c:660 e2fsck/pass2.c:981
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400506msgid "reading directory block"
507msgstr "legante dosierujan blokon"
508
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400509#: e2fsck/pass1.c:1099
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400510msgid "in-use inode map"
511msgstr "mapo de uzataj i-nodoj"
512
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400513#: e2fsck/pass1.c:1110
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400514msgid "directory inode map"
515msgstr "mapo de dosierujaj i-nodoj"
516
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400517#: e2fsck/pass1.c:1120
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400518msgid "regular file inode map"
519msgstr "mapo de normaldosieraj i-nodoj"
520
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400521#: e2fsck/pass1.c:1129 misc/e2image.c:1268
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400522msgid "in-use block map"
523msgstr "mapo de uzataj blokoj"
524
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400525#: e2fsck/pass1.c:1138
526#, fuzzy
527msgid "metadata block map"
528msgstr "mapo de blokoj kun etenditaj atributoj"
529
530#: e2fsck/pass1.c:1204
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400531msgid "opening inode scan"
532msgstr "malfermante i-nodan skanon"
533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400534#: e2fsck/pass1.c:1242
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400535msgid "getting next inode from scan"
536msgstr "prenante sekvan i-nodon el skano"
537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400538#: e2fsck/pass1.c:1928
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400539msgid "Pass 1"
540msgstr "Paŝo 1"
541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400542#: e2fsck/pass1.c:1988
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400543#, c-format
544msgid "reading indirect blocks of inode %u"
545msgstr "legante nerektajn blokojn de i-nodo %u"
546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400547#: e2fsck/pass1.c:2038
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400548msgid "bad inode map"
549msgstr "mapo de malbonaj i-nodoj"
550
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400551#: e2fsck/pass1.c:2078
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400552msgid "inode in bad block map"
553msgstr "i-nodo en mapo de difektaj blokoj"
554
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400555#: e2fsck/pass1.c:2098
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400556msgid "imagic inode map"
557msgstr "mapo de 'imagic'-i-nodoj"
558
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400559#: e2fsck/pass1.c:2125
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400560msgid "multiply claimed block map"
561msgstr "mapo de pluroble posedataj i-nodoj"
562
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400563#: e2fsck/pass1.c:2239
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400564msgid "ext attr block map"
565msgstr "mapo de blokoj kun etenditaj atributoj"
566
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400567#: e2fsck/pass1.c:3406
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400568#, c-format
569msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
570msgstr ""
571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400572#: e2fsck/pass1.c:3821
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400573msgid "block bitmap"
574msgstr "bloka bitmapo"
575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400576#: e2fsck/pass1.c:3827
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400577msgid "inode bitmap"
578msgstr "i-noda bitmapo"
579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400580#: e2fsck/pass1.c:3833
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400581msgid "inode table"
582msgstr "i-noda tabelo"
583
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400584#: e2fsck/pass2.c:298
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400585msgid "Pass 2"
586msgstr "Paŝo 2"
587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400588#: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400589msgid "Can not continue."
590msgstr "Ne eblas daŭrigi."
591
592#: e2fsck/pass3.c:77
593msgid "inode done bitmap"
594msgstr "bitmapo de traktitaj i-nodoj"
595
596#: e2fsck/pass3.c:86
597msgid "Peak memory"
598msgstr "Pinta memoruzo"
599
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400600#: e2fsck/pass3.c:149
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400601msgid "Pass 3"
602msgstr "Paŝo 3"
603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400604#: e2fsck/pass3.c:344
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400605msgid "inode loop detection bitmap"
606msgstr "bitmapo por i-noda buklorekono"
607
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400608#: e2fsck/pass4.c:206
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400609msgid "Pass 4"
610msgstr "Paŝo 4"
611
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400612#: e2fsck/pass5.c:81
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400613msgid "Pass 5"
614msgstr "Paŝo 5"
615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400616#: e2fsck/pass5.c:104
617msgid "check_inode_bitmap_checksum: Memory allocation error"
618msgstr ""
619
620#: e2fsck/pass5.c:158
621msgid "check_block_bitmap_checksum: Memory allocation error"
622msgstr ""
623
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400624#: e2fsck/problem.c:51
625msgid "(no prompt)"
626msgstr "(neniu invito)"
627
628#: e2fsck/problem.c:52
629msgid "Fix"
630msgstr "Ĉu ripari"
631
632#: e2fsck/problem.c:53
633msgid "Clear"
634msgstr "Ĉu viŝi"
635
636#: e2fsck/problem.c:54
637msgid "Relocate"
638msgstr "Ĉu alilokigi"
639
640#: e2fsck/problem.c:55
641msgid "Allocate"
642msgstr "Ĉu asigni"
643
644#: e2fsck/problem.c:56
645msgid "Expand"
646msgstr "Ĉu etendigi"
647
648#: e2fsck/problem.c:57
649msgid "Connect to /lost+found"
650msgstr "Ĉu konektigi al /lost+found"
651
652#: e2fsck/problem.c:58
653msgid "Create"
654msgstr "Ĉu krei"
655
656#: e2fsck/problem.c:59
657msgid "Salvage"
658msgstr "Ĉu savi"
659
660#: e2fsck/problem.c:60
661msgid "Truncate"
662msgstr "Ĉu trunki"
663
664#: e2fsck/problem.c:61
665msgid "Clear inode"
666msgstr "Ĉu viŝi i-nodon"
667
668#: e2fsck/problem.c:62
669msgid "Abort"
670msgstr "Ĉu ĉesi"
671
672#: e2fsck/problem.c:63
673msgid "Split"
674msgstr "Ĉu fendi"
675
676#: e2fsck/problem.c:64
677msgid "Continue"
678msgstr "Ĉu daŭrigi"
679
680#: e2fsck/problem.c:65
681msgid "Clone multiply-claimed blocks"
682msgstr "Ĉu kloni pluroble posedatajn blokojn"
683
684#: e2fsck/problem.c:66
685msgid "Delete file"
686msgstr "Ĉu forigi dosieron"
687
688#: e2fsck/problem.c:67
689msgid "Suppress messages"
690msgstr "Ĉu malebligi mesaĝojn"
691
692#: e2fsck/problem.c:68
693msgid "Unlink"
694msgstr "Ĉu malligi"
695
696#: e2fsck/problem.c:69
697msgid "Clear HTree index"
698msgstr "Ĉu viŝi 'HTree'-an indekson"
699
700#: e2fsck/problem.c:70
701msgid "Recreate"
702msgstr "Ĉu reestigi"
703
704#: e2fsck/problem.c:79
705msgid "(NONE)"
706msgstr "(NENIU)"
707
708#: e2fsck/problem.c:80
709msgid "FIXED"
710msgstr "RIPARITA"
711
712#: e2fsck/problem.c:81
713msgid "CLEARED"
714msgstr "VIŜITA"
715
716#: e2fsck/problem.c:82
717msgid "RELOCATED"
718msgstr "ALILOKIGITA"
719
720#: e2fsck/problem.c:83
721msgid "ALLOCATED"
722msgstr "ASIGNITA"
723
724#: e2fsck/problem.c:84
725msgid "EXPANDED"
726msgstr "ETENDIGITA"
727
728#: e2fsck/problem.c:85
729msgid "RECONNECTED"
730msgstr "REKONEKTITA"
731
732#: e2fsck/problem.c:86
733msgid "CREATED"
734msgstr "KREITA"
735
736#: e2fsck/problem.c:87
737msgid "SALVAGED"
738msgstr "SAVITA"
739
740#: e2fsck/problem.c:88
741msgid "TRUNCATED"
742msgstr "TRUNKITA"
743
744#: e2fsck/problem.c:89
745msgid "INODE CLEARED"
746msgstr "I-NODO VIŜITA"
747
748#: e2fsck/problem.c:90
749msgid "ABORTED"
750msgstr "ĈESIGITA"
751
752#: e2fsck/problem.c:91
753msgid "SPLIT"
754msgstr "FENDITA"
755
756#: e2fsck/problem.c:92
757msgid "CONTINUING"
758msgstr "DAŬRIGITA"
759
760#: e2fsck/problem.c:93
761msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
762msgstr "PLUROBLE POSEDATAJ BLOKOJ KLONIĜIS"
763
764#: e2fsck/problem.c:94
765msgid "FILE DELETED"
766msgstr "DOSIERO FORIGIĜIS"
767
768#: e2fsck/problem.c:95
769msgid "SUPPRESSED"
770msgstr "MALEBLIGITAJ"
771
772#: e2fsck/problem.c:96
773msgid "UNLINKED"
774msgstr "MALLIGITA"
775
776#: e2fsck/problem.c:97
777msgid "HTREE INDEX CLEARED"
778msgstr "'HTREE'-A INDEKSO VIŜITA"
779
780#: e2fsck/problem.c:98
781msgid "WILL RECREATE"
782msgstr "ESTOS REESTIGATA"
783
784#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400785#: e2fsck/problem.c:110
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400786msgid "@b @B for @g %g is not in @g. (@b %b)\n"
787msgstr "bloka @B por @g %g ne estas en @g. (@b %b)\n"
788
789#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400790#: e2fsck/problem.c:114
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400791msgid "@i @B for @g %g is not in @g. (@b %b)\n"
792msgstr "i-noda @B por @g %g ne estas en @g. (@b %b)\n"
793
794#. @-expanded: inode table for group %g is not in group. (block %b)\n
795#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400796#: e2fsck/problem.c:119
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400797msgid ""
798"@i table for @g %g is not in @g. (@b %b)\n"
799"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
800msgstr ""
801"i-noda tabelo por @g %g ne estas en @g. (@b %b)\n"
802"AVERTO: SEVERA PERDO DE DATUMOJN EBLAS.\n"
803
804#. @-expanded: \n
805#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
806#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
807#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
808#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
809#. @-expanded: e2fsck -b 8193 <device>\n
810#. @-expanded: or\n
811#. @-expanded: e2fsck -b 32768 <device>\n
812#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400813#: e2fsck/problem.c:125
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400814msgid ""
815"\n"
816"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
817"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
818"@f (and not swap or ufs or something else), then the @S\n"
819"is corrupt, and you might try running e2fsck with an alternate @S:\n"
820" e2fsck -b 8193 <@v>\n"
821" or\n"
822" e2fsck -b 32768 <@v>\n"
823"\n"
824msgstr ""
825
826#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
827#. @-expanded: The physical size of the device is %c blocks\n
828#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400829#: e2fsck/problem.c:136
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400830msgid ""
831"The @f size (according to the @S) is %b @bs\n"
832"The physical size of the @v is %c @bs\n"
833"Either the @S or the partition table is likely to be corrupt!\n"
834msgstr ""
835"La dosiersistema grando estas %b blokoj (laŭ la ĉefbloko);\n"
836"la fizika aparata grando estas %c blokoj.\n"
837"Aŭ la ĉefbloko aŭ la subdiskiga tabelo estas difekta!\n"
838
839#. @-expanded: superblock block_size = %b, fragsize = %c.\n
840#. @-expanded: This version of e2fsck does not support fragment sizes different\n
841#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400842#: e2fsck/problem.c:143
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400843msgid ""
844"@S @b_size = %b, fragsize = %c.\n"
845"This version of e2fsck does not support fragment sizes different\n"
846"from the @b size.\n"
847msgstr ""
848"En @S: block_size = %b, fragsize = %c.\n"
849"Ĉi tiu versio de 'e2fsck' ne subtenas fragmentgrandojn kiuj\n"
850"malsamas al blokgrando.\n"
851
852#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400853#: e2fsck/problem.c:150
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400854msgid "@S @bs_per_group = %b, should have been %c\n"
855msgstr "En @S: blocks_per_group = %b, devus esti %c\n"
856
857#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400858#: e2fsck/problem.c:155
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400859msgid "@S first_data_@b = %b, should have been %c\n"
860msgstr "En @S: first_data_block = %b, devus esti %c\n"
861
862#. @-expanded: filesystem did not have a UUID; generating one.\n
863#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400864#: e2fsck/problem.c:160
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400865msgid ""
866"@f did not have a UUID; generating one.\n"
867"\n"
868msgstr ""
869"Dosiersistemo ne havas UUID-on; unu generiĝas.\n"
870"\n"
871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400872#: e2fsck/problem.c:165
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400873#, c-format
874msgid ""
875"Note: if several inode or block bitmap blocks or part\n"
876"of the inode table require relocation, you may wish to try\n"
877"running e2fsck with the '-b %S' option first. The problem\n"
878"may lie only with the primary block group descriptors, and\n"
879"the backup block group descriptors may be OK.\n"
880"\n"
881msgstr ""
882
883#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400884#: e2fsck/problem.c:174
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400885msgid "Corruption found in @S. (%s = %N).\n"
886msgstr "Troviĝis difekto en @S; (%s = %N).\n"
887
888#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400889#: e2fsck/problem.c:179
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400890#, c-format
891msgid "Error determining size of the physical @v: %m\n"
892msgstr "Eraro dum eltrovo de grando de fizika aparato: %m\n"
893
894#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400895#: e2fsck/problem.c:184
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400896msgid "@i count in @S is %i, @s %j.\n"
897msgstr "I-noda nombro en ĉefbloko estas %i, @s %j.\n"
898
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400899#: e2fsck/problem.c:188
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400900msgid "The Hurd does not support the filetype feature.\n"
901msgstr ""
902
903#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400904#: e2fsck/problem.c:193
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400905#, c-format
906msgid "@S has an @n @j (@i %i).\n"
907msgstr "Ĉefbloko havas malvalidan kaŝprotokolon (@i %i).\n"
908
909#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400910#: e2fsck/problem.c:198
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400911msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400912msgstr ""
913"Ekstera kaŝprotokolo havas plurajn dosiersistemajn uzantojn (ne "
914"subtenatas).\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400915
916#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400917#: e2fsck/problem.c:203
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400918msgid "Can't find external @j\n"
919msgstr "Ne eblas trovi eksteran kaŝprotokolon.\n"
920
921#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400922#: e2fsck/problem.c:208
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400923msgid "External @j has bad @S\n"
924msgstr "Ekstera kaŝprotokolo havas malbonan ĉefblokon.\n"
925
926#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400927#: e2fsck/problem.c:213
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400928msgid "External @j does not support this @f\n"
929msgstr "Ekstera kaŝprotokolo ne subtenas ĉi tiun dosiersistemon.\n"
930
931#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
932#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
933#. @-expanded: format.\n
934#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400935#: e2fsck/problem.c:218
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400936msgid ""
937"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400938"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
939"format.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400940"It is also possible the @j @S is corrupt.\n"
941msgstr ""
942
943#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400944#: e2fsck/problem.c:226
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400945msgid "@j @S is corrupt.\n"
946msgstr "Kaŝprotokola ĉefbloko estas difekta.\n"
947
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400948#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400949#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400950msgid "@S has_@j flag is clear, but a @j is present.\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -0400951msgstr "Maljesas ĉefbloka flago 'has_journal', sed ekzistas kaŝprotokolo.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400952
953#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400954#: e2fsck/problem.c:236
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400955msgid "@S needs_recovery flag is set, but no @j is present.\n"
956msgstr "Jesas ĉefbloka flago 'needs_recovery', sed ne ekzistas @j.\n"
957
958#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400959#: e2fsck/problem.c:241
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400960msgid "@S needs_recovery flag is clear, but @j has data.\n"
961msgstr "Maljesas ĉefbloka flago 'needs_recovery', sed @j enhavas datumojn.\n"
962
963#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400964#: e2fsck/problem.c:246
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400965msgid "Clear @j"
966msgstr "Ĉu viŝi kaŝprotokolon"
967
968#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400969#: e2fsck/problem.c:251 e2fsck/problem.c:729
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400970msgid "@f has feature flag(s) set, but is a revision 0 @f. "
971msgstr "Dosiersistemo havas jesajn funkciajn flagojn, sed estas revizio 0. "
972
973#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400974#: e2fsck/problem.c:256
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400975msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
976msgstr "%s orfan i-nodon %i (uid=%Iu, gid=%Ig, moduso=%Im, grando=%Is)\n"
977
978#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400979#: e2fsck/problem.c:261
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400980msgid "@I %B (%b) found in @o @i %i.\n"
981msgstr "@I %B (%b) troviĝis en @o @i %i.\n"
982
983#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400984#: e2fsck/problem.c:266
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400985msgid "Already cleared %B (%b) found in @o @i %i.\n"
986msgstr "Jamviŝita %B (%b) troviĝis en @o @i %i.\n"
987
988#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400989#: e2fsck/problem.c:271
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400990#, c-format
991msgid "@I @o @i %i in @S.\n"
992msgstr "@I @o @i %i en @S.\n"
993
994#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400995#: e2fsck/problem.c:276
Benno Schulenberg01233ba2014-07-05 23:39:54 -0400996#, c-format
997msgid "@I @i %i in @o @i list.\n"
998msgstr "@I @i %i en listo de orfaj i-nodoj.\n"
999
1000#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001001#: e2fsck/problem.c:281
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001002msgid "@j @S has an unknown read-only feature flag set.\n"
1003msgstr "Kaŝprotokola @S havas nekonatan jesan nurlegan funkcian flagon.\n"
1004
1005#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001006#: e2fsck/problem.c:286
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001007msgid "@j @S has an unknown incompatible feature flag set.\n"
1008msgstr "Kaŝprotokola @S havas nekonatan jesan nekongruan funkcian flagon.\n"
1009
1010#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001011#: e2fsck/problem.c:291
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001012msgid "@j version not supported by this e2fsck.\n"
1013msgstr "La kaŝprotokola versio ne subtenatas por ĉi tiu 'e2fsck'.\n"
1014
1015#. @-expanded: Moving journal from /%s to hidden inode.\n
1016#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001017#: e2fsck/problem.c:296
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001018#, c-format
1019msgid ""
1020"Moving @j from /%s to hidden @i.\n"
1021"\n"
1022msgstr ""
1023"Kaŝprotokolo moviĝas de /%s al kaŝita i-nodo.\n"
1024"\n"
1025
1026#. @-expanded: Error moving journal: %m\n
1027#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001028#: e2fsck/problem.c:301
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001029#, c-format
1030msgid ""
1031"Error moving @j: %m\n"
1032"\n"
1033msgstr ""
1034"Eraro dum movo de kaŝprotokolo: %m\n"
1035"\n"
1036
1037#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1038#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1039#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001040#: e2fsck/problem.c:306
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001041msgid ""
1042"Found @n V2 @j @S fields (from V1 @j).\n"
1043"Clearing fields beyond the V1 @j @S...\n"
1044"\n"
1045msgstr ""
1046
1047#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001048#: e2fsck/problem.c:312
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001049msgid "Run @j anyway"
1050msgstr "Ĉu tamen ruli kaŝprotokolon"
1051
1052#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001053#: e2fsck/problem.c:317
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001054msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1055msgstr "Restaŭra flago maljesas en savkopia @S, tamen ruliĝas @j.\n"
1056
1057#. @-expanded: Backing up journal inode block information.\n
1058#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001059#: e2fsck/problem.c:322
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001060msgid ""
1061"Backing up @j @i @b information.\n"
1062"\n"
1063msgstr ""
1064"Fariĝas savkopio de la informoj en kaŝprotokola @i.\n"
1065"\n"
1066
1067#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1068#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001069#: e2fsck/problem.c:327
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001070msgid ""
1071"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1072"is %N; @s zero. "
1073msgstr ""
1074"Dosiersistemo havas maljesan 'resize_inode', sed 's_reserved_gdt_blocks'\n"
1075"estas %N; @s nulo. "
1076
1077#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001078#: e2fsck/problem.c:333
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001079msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1080msgstr "Maljesas 'resize_inode', sed la regrandiga @i estas nenula. "
1081
1082#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001083#: e2fsck/problem.c:338
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001084msgid "Resize @i not valid. "
1085msgstr "La regrandiga @i malvalidas. "
1086
1087#. @-expanded: superblock last mount time (%t,\n
1088#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001089#: e2fsck/problem.c:343
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001090msgid ""
1091"@S last mount time (%t,\n"
1092"\tnow = %T) is in the future.\n"
1093msgstr ""
1094"En @S: tempo de lasta surmeto (%t,\n"
1095" nun = %T) estas en la estonteco.\n"
1096
1097#. @-expanded: superblock last write time (%t,\n
1098#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001099#: e2fsck/problem.c:348
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001100msgid ""
1101"@S last write time (%t,\n"
1102"\tnow = %T) is in the future.\n"
1103msgstr ""
1104"En @S: tempo de lasta skribo (%t,\n"
1105" nun = %T) estas en la estonteco.\n"
1106
1107#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001108#: e2fsck/problem.c:352
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001109#, c-format
1110msgid "@S hint for external superblock @s %X. "
1111msgstr "Ĉefbloka indiko por ekstera @S @s %X. "
1112
1113#. @-expanded: Adding dirhash hint to filesystem.\n
1114#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001115#: e2fsck/problem.c:357
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001116msgid ""
1117"Adding dirhash hint to @f.\n"
1118"\n"
1119msgstr ""
1120"Aldoniĝas 'dirhash'-a indiko al @f.\n"
1121"\n"
1122
1123#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001124#: e2fsck/problem.c:362
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001125msgid "@g descriptor %g checksum is %04x, should be %04y. "
1126msgstr "kontrolsumo de gruppriaĵo %g estas %04x, @s %04y. "
1127
1128#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001129#: e2fsck/problem.c:367
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001130#, c-format
1131msgid "@g descriptor %g marked uninitialized without feature set.\n"
1132msgstr ""
1133
1134#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001135#: e2fsck/problem.c:372
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001136msgid "@g descriptor %g has invalid unused inodes count %b. "
1137msgstr ""
1138
1139#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001140#: e2fsck/problem.c:377
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001141msgid "Last @g @b @B uninitialized. "
1142msgstr "Lasta grupa bloka bitmapo estas sen pravalorizo. "
1143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001144#: e2fsck/problem.c:382
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001145#, c-format
1146msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1147msgstr "Kaŝprotokola transakcio %i estis difekta; refarado abortiĝis.\n"
1148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001149#: e2fsck/problem.c:386
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001150msgid "The test_fs flag is set (and ext4 is available). "
1151msgstr ""
1152
1153#. @-expanded: superblock last mount time is in the future.\n
1154#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001155#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001156#: e2fsck/problem.c:391
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001157#, fuzzy
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001158msgid ""
1159"@S last mount time is in the future.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001160"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001161"set)\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001162msgstr ""
1163"En @S la tempo de lasta surmeto estas en la estonteco.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001164" (je malpli ol unu tago, probable kaŭze de malbona alĝustigo de fizika "
1165"horloĝo) "
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001166
1167#. @-expanded: superblock last write time is in the future.\n
1168#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001169#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001170#: e2fsck/problem.c:397
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001171#, fuzzy
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001172msgid ""
1173"@S last write time is in the future.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001174"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001175"set)\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001176msgstr ""
1177"En @S la tempo de lasta skribo estas en la estonteco.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001178" (je malpli ol unu tago, probable kaŭze de malbona alĝustigo de fizika "
1179"horloĝo) "
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001180
1181#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001182#: e2fsck/problem.c:403
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001183msgid "One or more @b @g descriptor checksums are invalid. "
1184msgstr "Unu aŭ pluraj blokgrupaj priaĵoj havas nevalidan kontrolsumon. "
1185
1186#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001187#: e2fsck/problem.c:408
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001188msgid "Setting free @is count to %j (was %i)\n"
1189msgstr "Nombro de liberaj i-nodoj agordiĝas al %j (estis %i)\n"
1190
1191#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001192#: e2fsck/problem.c:413
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001193msgid "Setting free @bs count to %c (was %b)\n"
1194msgstr "Nombro de liberaj blokoj agordiĝas al %c (estis %b)\n"
1195
1196#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001197#: e2fsck/problem.c:418
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001198msgid "Making @q @i %i (%Q) hidden.\n"
1199msgstr "La kvota @i %i (%Q) fariĝas kaŝita.\n"
1200
1201#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001202#: e2fsck/problem.c:423
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001203msgid "@S has invalid MMP block. "
1204msgstr "Ĉefbloko havas nevalidan MMP-blokon. "
1205
1206#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001207#: e2fsck/problem.c:428
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001208msgid "@S has invalid MMP magic. "
1209msgstr "Ĉefbloko havas nevalidan maginumeron por MMP. "
1210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001211#: e2fsck/problem.c:433
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001212#, c-format
1213msgid "ext2fs_open2: %m\n"
1214msgstr "ext2fs_open2(): %m\n"
1215
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001216#: e2fsck/problem.c:438
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001217#, c-format
1218msgid "ext2fs_check_desc: %m\n"
1219msgstr "ext2fs_check_desc(): %m\n"
1220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001221#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1222#. @-expanded: simultaneously.
1223#: e2fsck/problem.c:446
1224msgid ""
1225"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1226"simultaneously."
1227msgstr ""
1228
1229#. @-expanded: superblock MMP block checksum does not match MMP block.
1230#: e2fsck/problem.c:452
1231#, fuzzy
1232msgid "@S MMP block checksum does not match MMP block. "
1233msgstr "Kontrolsumo de MMP-bloko ne konkordas kun MMP-bloko"
1234
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001235# FIXME -- missing "of"?
1236#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001237#: e2fsck/problem.c:457
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001238msgid "@S 64bit filesystems needs extents to access the whole disk. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001239msgstr ""
1240"@S de 64-bitaj dosiersistemoj bezonas ampleksojn por atingi la tutan "
1241"diskon. "
Benno Schulenberg789fba32015-05-17 20:21:39 -04001242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001243#: e2fsck/problem.c:462
Benno Schulenberg789fba32015-05-17 20:21:39 -04001244msgid "First_meta_bg is too big. (%N, max value %g). "
Theodore Ts'o9ed8d782014-07-09 23:30:49 -04001245msgstr ""
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001246
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001247#. @-expanded: External journal superblock checksum does not match superblock.
1248#: e2fsck/problem.c:467
1249#, fuzzy
1250msgid "External @j @S checksum does not match @S. "
1251msgstr "Kontrolsumo de 'extent'-bloko ne konkordas kun bloko"
1252
1253#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1254#: e2fsck/problem.c:472
1255msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1256msgstr ""
1257
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001258#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001259#: e2fsck/problem.c:479
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001260msgid "Pass 1: Checking @is, @bs, and sizes\n"
1261msgstr "Paŝo 1: Kontrolo de i-nodoj, blokoj kaj grandoj...\n"
1262
1263#. @-expanded: root inode is not a directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001264#: e2fsck/problem.c:483
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001265msgid "@r is not a @d. "
1266msgstr "@r ne estas @d. "
1267
1268#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001269#: e2fsck/problem.c:488
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001270msgid "@r has dtime set (probably due to old mke2fs). "
1271msgstr "@r havas 'dtime'-an valoron (probable kaŭze de olda 'mke2fs'). "
1272
1273#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001274#: e2fsck/problem.c:493
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001275msgid "Reserved @i %i (%Q) has @n mode. "
1276msgstr "Rezervita i-nodo %i (%Q) havas nevalidan moduson. "
1277
1278#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001279#: e2fsck/problem.c:498
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001280#, c-format
1281msgid "@D @i %i has zero dtime. "
1282msgstr "@D @i %i havas nulan 'dtime'. "
1283
1284#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001285#: e2fsck/problem.c:503
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001286#, c-format
1287msgid "@i %i is in use, but has dtime set. "
1288msgstr "@i %i uziĝas, sed havas 'dtime'-an valoron. "
1289
1290#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001291#: e2fsck/problem.c:508
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001292#, c-format
1293msgid "@i %i is a @z @d. "
1294msgstr "@i %i estas @d kun nula longo. "
1295
1296#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001297#: e2fsck/problem.c:513
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001298msgid "@g %g's @b @B at %b @C.\n"
1299msgstr "bloka @B (%b) de @g %g @C.\n"
1300
1301#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001302#: e2fsck/problem.c:518
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001303msgid "@g %g's @i @B at %b @C.\n"
1304msgstr "i-noda @B (%b) de @g %g @C.\n"
1305
1306#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001307#: e2fsck/problem.c:523
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001308msgid "@g %g's @i table at %b @C.\n"
1309msgstr "i-noda tabelo (%b) de @g %g @C.\n"
1310
1311#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001312#: e2fsck/problem.c:528
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001313msgid "@g %g's @b @B (%b) is bad. "
1314msgstr "bloka @B (%b) de @g %g malbonas. "
1315
1316#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001317#: e2fsck/problem.c:533
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001318msgid "@g %g's @i @B (%b) is bad. "
1319msgstr "i-noda @B (%b) de @g %g malbonas. "
1320
1321#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001322#: e2fsck/problem.c:538
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001323msgid "@i %i, i_size is %Is, @s %N. "
1324msgstr "@i %i, 'i_size' estas %Is, @s %N. "
1325
1326#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001327#: e2fsck/problem.c:543
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001328msgid "@i %i, i_@bs is %Ib, @s %N. "
1329msgstr "@i %i, 'i_blocks' estas %Ib, @s %N. "
1330
1331#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001332#: e2fsck/problem.c:548
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001333msgid "@I %B (%b) in @i %i. "
1334msgstr "@I %B (%b) en @i %i. "
1335
1336#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001337#: e2fsck/problem.c:553
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001338msgid "%B (%b) overlaps @f metadata in @i %i. "
1339msgstr "%B (%b) parte kovras dosiersistemajn metadatumojn en @i %i. "
1340
1341#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001342#: e2fsck/problem.c:558
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001343#, c-format
1344msgid "@i %i has illegal @b(s). "
1345msgstr "I-nodo %i havas nevalida(j)n bloko(j)n. "
1346
1347#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001348#: e2fsck/problem.c:563
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001349#, c-format
1350msgid "Too many illegal @bs in @i %i.\n"
1351msgstr "Tro multaj nevalidaj blokoj en i-nodo %i.\n"
1352
1353#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001354#: e2fsck/problem.c:568
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001355msgid "@I %B (%b) in bad @b @i. "
1356msgstr "@I %B (%b) en malbonbloka @i. "
1357
1358#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001359#: e2fsck/problem.c:573
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001360msgid "Bad @b @i has illegal @b(s). "
1361msgstr "Malbonbloka i-nodo havas nevalida(j)n bloko(j)n. "
1362
1363#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001364#: e2fsck/problem.c:578
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001365msgid "Duplicate or bad @b in use!\n"
1366msgstr "Duobla aŭ malbona bloko uziĝas!\n"
1367
1368#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001369#: e2fsck/problem.c:583
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001370msgid "Bad @b %b used as bad @b @i indirect @b. "
1371msgstr "Malbona bloko %b uziĝas kiel nerekta bloko de malbonbloka i-nodo. "
1372
1373#. @-expanded: \n
1374#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1375#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1376#. @-expanded: in the filesystem.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001377#: e2fsck/problem.c:588
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001378msgid ""
1379"\n"
1380"The bad @b @i has probably been corrupted. You probably\n"
1381"should stop now and run e2fsck -c to scan for bad blocks\n"
1382"in the @f.\n"
1383msgstr ""
1384"\n"
1385"La malbonbloka i-nodo verŝajne difektiĝis. Probable vi\n"
1386"devus nun halti ĉian faradon kaj ruli 'e2fsck -c' por\n"
1387"trovi eblajn malbonajn blokojn en la dosiersistemo.\n"
1388
1389#. @-expanded: \n
1390#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001391#: e2fsck/problem.c:595
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001392msgid ""
1393"\n"
1394"If the @b is really bad, the @f can not be fixed.\n"
1395msgstr ""
1396"\n"
1397"Se la bloko vere malbonas, ne eblas ripari la dosiersistemon.\n"
1398
1399#. @-expanded: You can remove this block from the bad block list and hope\n
1400#. @-expanded: that the block is really OK. But there are no guarantees.\n
1401#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001402#: e2fsck/problem.c:600
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001403msgid ""
1404"You can remove this @b from the bad @b list and hope\n"
1405"that the @b is really OK. But there are no guarantees.\n"
1406"\n"
1407msgstr ""
1408"Vi povas forigi ĉi tiun blokon de la malbonbloka listo\n"
1409"kaj esperi ke la bloko fakte bonas. Sed tio ne garantias.\n"
1410"\n"
1411
1412#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001413#: e2fsck/problem.c:606
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001414msgid "The primary @S (%b) is on the bad @b list.\n"
1415msgstr "La unua ĉefbloko (%b) estas en la malbonbloka listo.\n"
1416
1417#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001418#: e2fsck/problem.c:611
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001419msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1420msgstr "Bloko %b en la unuaj gruppriaĵoj estas en la malbonbloka listo.\n"
1421
1422#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001423#: e2fsck/problem.c:617
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001424msgid "Warning: Group %g's @S (%b) is bad.\n"
1425msgstr "Averto: ĉefbloko %b de grupo %g malbonas.\n"
1426
1427#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001428#: e2fsck/problem.c:622
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001429msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001430msgstr ""
1431"Averto: en grupo %g la kopio de la gruppriaĵoj havas malbonan blokon (%b).\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001432
1433#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001434#: e2fsck/problem.c:628
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001435msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001436msgstr ""
1437"**Programmiso?** Bloko %b senrezone pretendiĝis en process_bad_block().\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001438
1439#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001440#: e2fsck/problem.c:634
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001441msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1442msgstr "@A de %N koneksaj blokoj en @b @g %g por %s: %m\n"
1443
1444#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001445#: e2fsck/problem.c:639
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001446#, c-format
1447msgid "@A @b buffer for relocating %s\n"
1448msgstr "@A de blokbufro por transloki %s\n"
1449
1450#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001451#: e2fsck/problem.c:644
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001452msgid "Relocating @g %g's %s from %b to %c...\n"
1453msgstr "De @g %g translokiĝas %s de %b al %c...\n"
1454
1455#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001456#: e2fsck/problem.c:649
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001457#, c-format
1458msgid "Relocating @g %g's %s to %c...\n"
1459msgstr "De @g %g translokiĝas %s al %c...\n"
1460
1461#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001462#: e2fsck/problem.c:654
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001463msgid "Warning: could not read @b %b of %s: %m\n"
1464msgstr "Averto: malsukcesis legi blokon %b de %s: %m\n"
1465
1466#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001467#: e2fsck/problem.c:659
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001468msgid "Warning: could not write @b %b for %s: %m\n"
1469msgstr "Averto: malsukcesis skribi blokon %b por %s: %m\n"
1470
1471#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001472#: e2fsck/problem.c:664 e2fsck/problem.c:1725
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001473msgid "@A @i @B (%N): %m\n"
1474msgstr "@A de i-noda @B (%N): %m\n"
1475
1476#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001477#: e2fsck/problem.c:669
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001478msgid "@A @b @B (%N): %m\n"
1479msgstr "@A de bloka @B (%N): %m\n"
1480
1481#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001482#: e2fsck/problem.c:674
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001483#, c-format
1484msgid "@A icount link information: %m\n"
1485msgstr "@A de 'icount'-a liginformo: %m\n"
1486
1487#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001488#: e2fsck/problem.c:679
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001489#, c-format
1490msgid "@A @d @b array: %m\n"
1491msgstr "@A de uja blokaro: %m\n"
1492
1493#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001494#: e2fsck/problem.c:684
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001495#, c-format
1496msgid "Error while scanning @is (%i): %m\n"
1497msgstr "Eraro dum skanado de i-nodoj (%i): %m\n"
1498
1499#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001500#: e2fsck/problem.c:689
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001501#, c-format
1502msgid "Error while iterating over @bs in @i %i: %m\n"
1503msgstr "Eraro dum iteracio je blokoj en @i %i: %m\n"
1504
1505#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001506#: e2fsck/problem.c:694
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001507msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001508msgstr ""
1509"Eraro dum skribado de informo pri i-noda nombro (@i=%i, nombro=%N): %m\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001510
1511#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001512#: e2fsck/problem.c:699
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001513msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001514msgstr ""
1515"Eraro dum skribado de informo pri uja bloko (@i=%i, @b=%b, numero=%N): %m\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001516
1517#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001518#: e2fsck/problem.c:705
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001519#, c-format
1520msgid "Error reading @i %i: %m\n"
1521msgstr "Eraro dum legado de @i %i: %m\n"
1522
1523#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001524#: e2fsck/problem.c:713
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001525#, c-format
1526msgid "@i %i has imagic flag set. "
1527msgstr "@i %i havas jesan flagon 'imagic'. "
1528
1529#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1530#. @-expanded: or append-only flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001531#: e2fsck/problem.c:718
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001532#, c-format
1533msgid ""
1534"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1535"or append-only flag set. "
1536msgstr ""
1537"Speciala @i %i (aparato/konektilo/vicmemoro) havas jesan flagon\n"
1538"'immutable' aŭ 'append-only'. "
1539
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001540#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001541#: e2fsck/problem.c:724
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001542#, c-format
1543msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1544msgstr "Speciala @i %i (aparato/konektilo/vicmemoro) havas nenulan grandon. "
1545
1546#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001547#: e2fsck/problem.c:734
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001548msgid "@j @i is not in use, but contains data. "
1549msgstr "Kaŝprotokola i-nodo ne uziĝas, sed enhavas datumojn. "
1550
1551#. @-expanded: journal is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001552#: e2fsck/problem.c:739
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001553msgid "@j is not regular file. "
1554msgstr "Kaŝprotokolo ne estas normala dosiero. "
1555
1556#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001557#: e2fsck/problem.c:744
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001558#, c-format
1559msgid "@i %i was part of the @o @i list. "
1560msgstr "I-nodo %i estis en la listo de orfaj i-nodoj. "
1561
1562#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001563#: e2fsck/problem.c:750
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001564msgid "@is that were part of a corrupted orphan linked list found. "
1565msgstr "Troviĝis i-nodoj kiuj estis anoj en difekta listo de orfoj. "
1566
1567#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001568#: e2fsck/problem.c:755
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001569msgid "@A refcount structure (%N): %m\n"
1570msgstr "@A de 'refcount'-a strukturo (%N): %m\n"
1571
1572#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001573#: e2fsck/problem.c:760
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001574msgid "Error reading @a @b %b for @i %i. "
1575msgstr "Eraro dum legado de @b %b de etenditaj atributoj por @i %i. "
1576
1577#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001578#: e2fsck/problem.c:765
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001579msgid "@i %i has a bad @a @b %b. "
1580msgstr "@i %i havas malbonan blokon %b de etenditaj atributoj. "
1581
1582#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001583#: e2fsck/problem.c:770
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001584msgid "Error reading @a @b %b (%m). "
1585msgstr "Eraro dum legado de @b %b de etenditaj atributoj (%m). "
1586
1587#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001588#: e2fsck/problem.c:775
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001589msgid "@a @b %b has reference count %r, @s %N. "
1590msgstr "@b %b de etenditaj atributoj havas referencnombron %r, @s %N. "
1591
1592#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001593#: e2fsck/problem.c:780
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001594msgid "Error writing @a @b %b (%m). "
1595msgstr "Eraro dum skribado de @b %b de etenditaj atributoj (%m). "
1596
1597#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001598#: e2fsck/problem.c:785
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001599msgid "@a @b %b has h_@bs > 1. "
1600msgstr "@b %b de etenditaj atributoj havas 'h_blocks > 1'. "
1601
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001602#. @-expanded: error allocating extended attribute region allocation structure.
1603#: e2fsck/problem.c:790
1604#, fuzzy
1605msgid "@A @a region allocation structure. "
1606msgstr "@A de 'icount'-a strukturo: %m\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001607
1608#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001609#: e2fsck/problem.c:795
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001610msgid "@a @b %b is corrupt (allocation collision). "
1611msgstr "@b %b de etenditaj atributoj estas difekta (asigna kolizio). "
1612
1613#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001614#: e2fsck/problem.c:800
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001615msgid "@a @b %b is corrupt (@n name). "
1616msgstr "@b %b de etenditaj atributoj estas difekta (malvalida nomo). "
1617
1618#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001619#: e2fsck/problem.c:805
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001620msgid "@a @b %b is corrupt (@n value). "
1621msgstr "@b %b de etenditaj atributoj estas difekta (malvalida valoro). "
1622
1623#. @-expanded: inode %i is too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001624#: e2fsck/problem.c:810
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001625#, c-format
1626msgid "@i %i is too big. "
1627msgstr "@i %i tro grandas. "
1628
1629#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001630#: e2fsck/problem.c:814
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001631msgid "%B (%b) causes @d to be too big. "
1632msgstr "%B (%b) estigas dosierujon tro granda. "
1633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001634#: e2fsck/problem.c:819
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001635msgid "%B (%b) causes file to be too big. "
1636msgstr "%B (%b) estigas dosieron tro granda. "
1637
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001638#: e2fsck/problem.c:824
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001639msgid "%B (%b) causes symlink to be too big. "
1640msgstr "%B (%b) estigas simbolan ligon tro granda. "
1641
1642#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001643#: e2fsck/problem.c:829
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001644#, c-format
1645msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001646msgstr ""
1647"@i %i havas jesan flagon 'INDEX_FL' en dosiersistemo sen subteno por "
1648"'HTREE'.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001649
1650#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001651#: e2fsck/problem.c:834
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001652#, c-format
1653msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1654msgstr "@i %i havas jesan flagon 'INDEX_FL' sed ne estas @d.\n"
1655
1656#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001657#: e2fsck/problem.c:839
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001658#, c-format
1659msgid "@h %i has an @n root node.\n"
1660msgstr "@h %i havas malvalidan radikan nodon.\n"
1661
1662#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001663#: e2fsck/problem.c:844
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001664msgid "@h %i has an unsupported hash version (%N)\n"
1665msgstr "@h %i havas nesubtenatan haketan version (%N).\n"
1666
1667#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001668#: e2fsck/problem.c:849
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001669#, c-format
1670msgid "@h %i uses an incompatible htree root node flag.\n"
1671msgstr "@h %i uzas nekongruan flagon por 'HTREE'-a radika nodo.\n"
1672
1673#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001674#: e2fsck/problem.c:854
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001675msgid "@h %i has a tree depth (%N) which is too big\n"
1676msgstr "@h %i havas arban profundon (%N) kiu tro grandas\n"
1677
1678#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1679#. @-expanded: filesystem metadata.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001680#: e2fsck/problem.c:859
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001681msgid ""
1682"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1683"@f metadata. "
1684msgstr ""
1685"Malbonbloka @i havas nerektan blokon (%b) kiu konfliktas\n"
1686"kun dosiersistemaj metadatumoj. "
1687
1688#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001689#: e2fsck/problem.c:865
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001690#, c-format
1691msgid "Resize @i (re)creation failed: %m."
1692msgstr "Malsukcesis (re)kreado de regrandiga @i: %m."
1693
1694#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001695#: e2fsck/problem.c:870
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001696msgid "@i %i has a extra size (%IS) which is @n\n"
1697msgstr "@i %i havas kroman grandon (%IS) kiu malvalidas\n"
1698
1699#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001700#: e2fsck/problem.c:875
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001701msgid "@a in @i %i has a namelen (%N) which is @n\n"
1702msgstr "@a en @i %i havas nomlongon (%N) kiu malvalidas\n"
1703
1704#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001705#: e2fsck/problem.c:880
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001706msgid "@a in @i %i has a value offset (%N) which is @n\n"
1707msgstr "@a en @i i havas valoran pozicion (%N) kiu malvalidas\n"
1708
1709#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001710#: e2fsck/problem.c:885
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001711msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1712msgstr "@a en @i i havas valoran blokon (%N) kiu malvalidas (devus esti 0)\n"
1713
1714#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001715#: e2fsck/problem.c:890
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001716msgid "@a in @i %i has a value size (%N) which is @n\n"
1717msgstr "@a en @i i havas valoran grandon (%N) kiu malvalidas\n"
1718
1719#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001720#: e2fsck/problem.c:895
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001721msgid "@a in @i %i has a hash (%N) which is @n\n"
1722msgstr "@a en @i i havas haketon (%N) kiu malvalidas\n"
1723
1724# XXX what is %It??
1725#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001726#: e2fsck/problem.c:900
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001727msgid "@i %i is a %It but it looks like it is really a directory.\n"
1728msgstr "@i %i estas %It sed ŝajnas ke ĝi vere estas ujo.\n"
1729
1730#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001731#: e2fsck/problem.c:905
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001732#, c-format
1733msgid "Error while reading over @x tree in @i %i: %m\n"
1734msgstr "Eraro dum legado tra arbo de ampleksoj en @i %i: %m\n"
1735
1736#. @-expanded: Failed to iterate extents in inode %i\n
1737#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001738#: e2fsck/problem.c:910
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001739msgid ""
1740"Failed to iterate extents in @i %i\n"
1741"\t(op %s, blk %b, lblk %c): %m\n"
1742msgstr ""
1743"Malsukcesis iteracio je ampleksoj en @i %i\n"
1744" (op %s, blk %b, lblk %c): %m\n"
1745
1746#. @-expanded: inode %i has an invalid extent\n
1747#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001748#: e2fsck/problem.c:916
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001749msgid ""
1750"@i %i has an @n extent\n"
1751"\t(logical @b %c, @n physical @b %b, len %N)\n"
1752msgstr ""
1753"@i %i havas malvalidan amplekson\n"
1754" (logika @b %c, @n fizika @b %b, longo %N)\n"
1755
1756#. @-expanded: inode %i has an invalid extent\n
1757#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001758#: e2fsck/problem.c:921
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001759msgid ""
1760"@i %i has an @n extent\n"
1761"\t(logical @b %c, physical @b %b, @n len %N)\n"
1762msgstr ""
1763"@i %i havas malvalidan amplekson\n"
1764" (logika @b %c, fizika @b %b, @n longo %N)\n"
1765
1766#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001767#: e2fsck/problem.c:926
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001768#, c-format
1769msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001770msgstr ""
1771"@i %i havas jesan flagon 'EXTENTS_FL' en dosiersistemo sen subteno por "
1772"ampleksoj.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001773
1774#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001775#: e2fsck/problem.c:931
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001776#, c-format
1777msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1778msgstr "@i %i estas en ampleksa aranĝo, sed @S ne havas funkcion 'EXTENTS'\n"
1779
1780#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001781#: e2fsck/problem.c:936
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001782#, c-format
1783msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1784msgstr "@i %i estas en ampleksa aranĝo, sed ne havas 'EXTENT_FL'\n"
1785
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001786#: e2fsck/problem.c:941
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001787#, c-format
1788msgid "Fast symlink %i has EXTENT_FL set. "
1789msgstr "Rapida simbola ligo %i havas jesan flagon 'EXTENT_FL'. "
1790
1791#. @-expanded: inode %i has out of order extents\n
1792#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001793#: e2fsck/problem.c:946
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001794msgid ""
1795"@i %i has out of order extents\n"
1796"\t(@n logical @b %c, physical @b %b, len %N)\n"
1797msgstr ""
1798"@i %i havas neordajn ampleksojn\n"
1799" (@n logika @b %c, fizika @b %b, longo %N)\n"
1800
1801#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001802#: e2fsck/problem.c:950
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001803msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1804msgstr "@i %i havas malvalidan ampleksan nodon (blk %b, lblk %c)\n"
1805
1806#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001807#: e2fsck/problem.c:955
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001808#, c-format
1809msgid "Error converting subcluster @b @B: %m\n"
1810msgstr "Eraro dum konverto de subfaska bloka @B: %m\n"
1811
1812#. @-expanded: quota inode is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001813#: e2fsck/problem.c:960
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001814msgid "@q @i is not regular file. "
1815msgstr "La kvota @i ne estas normala dosiero. "
1816
1817#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001818#: e2fsck/problem.c:965
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001819msgid "@q @i is not in use, but contains data. "
1820msgstr "La kvota @i ne uziĝas, sed enhavas datumojn. "
1821
1822#. @-expanded: quota inode is visible to the user.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001823#: e2fsck/problem.c:970
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001824msgid "@q @i is visible to the user. "
1825msgstr "La kvota @i estas videbla por uzanto. "
1826
1827#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001828#: e2fsck/problem.c:975
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001829msgid "The bad @b @i looks @n. "
1830msgstr "La malbonbloka @i ŝajnas @n. "
1831
1832#. @-expanded: inode %i has zero length extent\n
1833#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001834#: e2fsck/problem.c:980
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001835msgid ""
1836"@i %i has zero length extent\n"
1837"\t(@n logical @b %c, physical @b %b)\n"
1838msgstr ""
1839"@i %i havas nullongan amplekson\n"
1840" (@n logika @b %c, fizika @b %b)\n"
1841
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001842#. @-expanded: inode %i seems to contain garbage.
1843#: e2fsck/problem.c:985
1844#, fuzzy, c-format
1845msgid "@i %i seems to contain garbage. "
1846msgstr "@i %i tro grandas. "
1847
1848#. @-expanded: inode %i passes checks, but checksum does not match inode.
1849#: e2fsck/problem.c:990
1850#, fuzzy, c-format
1851msgid "@i %i passes checks, but checksum does not match @i. "
1852msgstr "Kontrolsumo de i-noda bitmapo ne konkordas kun bitmapo"
1853
1854#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1855#: e2fsck/problem.c:995
1856#, fuzzy, c-format
1857msgid "@i %i @a is corrupt (allocation collision). "
1858msgstr "@b %b de etenditaj atributoj estas difekta (asigna kolizio). "
1859
1860#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1861#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1862#: e2fsck/problem.c:1003
1863#, fuzzy
1864msgid ""
1865"@i %i extent block passes checks, but checksum does not match extent\n"
1866"\t(logical @b %c, physical @b %b, len %N)\n"
1867msgstr ""
1868"@i %i havas neordajn ampleksojn\n"
1869" (@n logika @b %c, fizika @b %b, longo %N)\n"
1870
1871#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1872#: e2fsck/problem.c:1012
1873msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1874msgstr ""
1875
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001876#. @-expanded: Interior extent node level %N of inode %i:\n
1877#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001878#: e2fsck/problem.c:1019
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001879msgid ""
1880"Interior @x node level %N of @i %i:\n"
1881"Logical start %b does not match logical start %c at next level. "
1882msgstr ""
1883"Interna ampleksa noda nivelo %N de @i %i:\n"
1884"Logika komenco %b ne kongruas kun logika komenco %c je posta nivelo. "
1885
1886#. @-expanded: inode %i, end of extent exceeds allowed value\n
1887#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001888#: e2fsck/problem.c:1025
Benno Schulenberg01233ba2014-07-05 23:39:54 -04001889msgid ""
1890"@i %i, end of extent exceeds allowed value\n"
1891"\t(logical @b %c, physical @b %b, len %N)\n"
1892msgstr ""
1893"@i %i, fino de amplekso transpasas permesatan valoron\n"
1894" (logika @b %c, fizika @b %b, longo %N)\n"
1895
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001896#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1897#: e2fsck/problem.c:1030
1898#, fuzzy, c-format
1899msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1900msgstr "@i %i estas en ampleksa aranĝo, sed @S ne havas funkcion 'EXTENTS'\n"
1901
1902#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1903#: e2fsck/problem.c:1035
1904#, fuzzy, c-format
1905msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1906msgstr ""
1907"@i %i havas jesan flagon 'INDEX_FL' en dosiersistemo sen subteno por "
1908"'HTREE'.\n"
1909
1910#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1911#: e2fsck/problem.c:1043
1912msgid ""
1913"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1914msgstr ""
1915
Benno Schulenberg789fba32015-05-17 20:21:39 -04001916#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001917#: e2fsck/problem.c:1048
Benno Schulenberg789fba32015-05-17 20:21:39 -04001918msgid "@d @i %i @b %b should be at @b %c. "
1919msgstr "bloko %b de uja @i %i devus esti je bloko %c. "
1920
1921#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001922#: e2fsck/problem.c:1053
Benno Schulenberg789fba32015-05-17 20:21:39 -04001923#, c-format
1924msgid "@d @i %i has @x marked uninitialized at @b %c. "
1925msgstr "uja @i %i havas amplekson markitan kiel sen pravalorizo je @b %c. "
1926
1927#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1928#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001929#: e2fsck/problem.c:1058
Benno Schulenberg789fba32015-05-17 20:21:39 -04001930msgid ""
1931"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1932"Will fix in pass 1B.\n"
1933msgstr ""
1934
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001935#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1936#: e2fsck/problem.c:1063
1937#, fuzzy, c-format
1938msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1939msgstr "@i %i havas jesan flagon 'INDEX_FL' sed ne estas @d.\n"
1940
1941#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1942#. @-expanded: or inline-data flag set.
1943#: e2fsck/problem.c:1068
1944#, fuzzy, c-format
1945msgid ""
1946"Special (@v/socket/fifo) file (@i %i) has extents\n"
1947"or inline-data flag set. "
1948msgstr ""
1949"Speciala @i %i (aparato/konektilo/vicmemoro) havas jesan flagon\n"
1950"'immutable' aŭ 'append-only'. "
1951
1952#. @-expanded: inode %i has extent header but inline data flag is set.\n
1953#: e2fsck/problem.c:1074
1954#, c-format
1955msgid "@i %i has @x header but inline data flag is set.\n"
1956msgstr ""
1957
1958#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1959#: e2fsck/problem.c:1079
1960#, c-format
1961msgid "@i %i seems to have inline data but @x flag is set.\n"
1962msgstr ""
1963
1964#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1965#: e2fsck/problem.c:1084
1966#, c-format
1967msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1968msgstr ""
1969
1970#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1971#: e2fsck/problem.c:1089
1972#, c-format
1973msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1974msgstr ""
1975
1976#. @-expanded: Bad block list says the bad block list inode is bad.
1977#: e2fsck/problem.c:1094
1978msgid "Bad block list says the bad block list @i is bad. "
1979msgstr ""
1980
1981#. @-expanded: error allocating extent region allocation structure.
1982#: e2fsck/problem.c:1099
1983#, fuzzy
1984msgid "@A @x region allocation structure. "
1985msgstr "@A de 'icount'-a strukturo: %m\n"
1986
1987#. @-expanded: inode %i has a duplicate extent mapping\n
1988#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1989#: e2fsck/problem.c:1104
1990#, fuzzy
1991msgid ""
1992"@i %i has a duplicate @x mapping\n"
1993"\t(logical @b %c, @n physical @b %b, len %N)\n"
1994msgstr ""
1995"@i %i havas malvalidan amplekson\n"
1996" (logika @b %c, @n fizika @b %b, longo %N)\n"
1997
1998#. @-expanded: error allocating memory for encrypted directory list\n
1999#: e2fsck/problem.c:1109
2000msgid "@A memory for encrypted @d list\n"
2001msgstr ""
2002
2003#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
2004#: e2fsck/problem.c:1114
2005msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2006msgstr ""
2007
2008#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
2009#: e2fsck/problem.c:1119
2010#, c-format
2011msgid "@i %i on bigalloc @f cannot be @b mapped. "
2012msgstr ""
2013
2014#. @-expanded: inode %i has corrupt extent header.
2015#: e2fsck/problem.c:1124
2016#, fuzzy, c-format
2017msgid "@i %i has corrupt @x header. "
2018msgstr "@b %b de etenditaj atributoj estas difekta (malvalida nomo). "
2019
2020#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
2021#: e2fsck/problem.c:1129
2022#, c-format
2023msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2024msgstr ""
2025
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002026#. @-expanded: \n
2027#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2028#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002029#: e2fsck/problem.c:1136
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002030msgid ""
2031"\n"
2032"Running additional passes to resolve @bs claimed by more than one @i...\n"
2033"Pass 1B: Rescanning for @m @bs\n"
2034msgstr ""
2035"\n"
2036"Aldonaj paŝoj por solvi blokoj kiuj posedatas de pli ol unu i-nodo.\n"
2037"Paŝo 1B: Reskanaado por pluroble posedataj blokoj...\n"
2038
2039#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002040#: e2fsck/problem.c:1142
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002041#, c-format
2042msgid "@m @b(s) in @i %i:"
2043msgstr "pluroble posedata(j) bloko(j) en i-nodo %i:"
2044
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002045#: e2fsck/problem.c:1157
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002046#, c-format
2047msgid "Error while scanning inodes (%i): %m\n"
2048msgstr "Eraro dum skanado de i-nodoj (%i): %m\n"
2049
2050#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002051#: e2fsck/problem.c:1162
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002052#, c-format
2053msgid "@A @i @B (@i_dup_map): %m\n"
2054msgstr "@A de i-noda @B ('inode_dup_map()'): %m\n"
2055
2056#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002057#: e2fsck/problem.c:1167
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002058#, c-format
2059msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2060msgstr "Eraro dum iteracio je blokoj en @i %i (%s): %m\n"
2061
2062#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002063#: e2fsck/problem.c:1172 e2fsck/problem.c:1534
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002064msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002065msgstr ""
2066"Eraro dum alĝustigo de referencnombro por @b %b de etenditaj atributoj (@i "
2067"%i): %m\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002068
2069#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002070#: e2fsck/problem.c:1182
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002071msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002072msgstr ""
2073"Paŝo 1C: Skanado de dosierujoj por i-nodoj kun pluroble posedataj blokoj...\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002074
2075#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002076#: e2fsck/problem.c:1188
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002077msgid "Pass 1D: Reconciling @m @bs\n"
2078msgstr "Paŝo 1D: Solvado de pluroble posedataj blokoj...\n"
2079
2080#. @-expanded: File %Q (inode #%i, mod time %IM) \n
2081#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002082#: e2fsck/problem.c:1193
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002083msgid ""
2084"File %Q (@i #%i, mod time %IM) \n"
2085" has %r @m @b(s), shared with %N file(s):\n"
2086msgstr ""
2087"Dosiero %Q (@i %i, modifa tempo %IM) \n"
2088" havas %r pluroble posedata(j)n bloko(j)n, kunhave kun %N dosiero(j):\n"
2089
2090#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002091#: e2fsck/problem.c:1199
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002092msgid "\t%Q (@i #%i, mod time %IM)\n"
2093msgstr ""
2094
2095#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002096#: e2fsck/problem.c:1204
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002097msgid "\t<@f metadata>\n"
2098msgstr " <dosiersistemaj metadatumoj>\n"
2099
2100#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2101#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002102#: e2fsck/problem.c:1209
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002103msgid ""
2104"(There are %N @is containing @m @bs.)\n"
2105"\n"
2106msgstr ""
2107"(Ekzistas %N i-nodoj kiuj havas pluroble posedatajn blokojn.)\n"
2108"\n"
2109
2110#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2111#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002112#: e2fsck/problem.c:1214
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002113msgid ""
2114"@m @bs already reassigned or cloned.\n"
2115"\n"
2116msgstr ""
2117"pluroble posedataj blokoj jam reasigniĝis aŭ kloniĝis.\n"
2118"\n"
2119
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002120#: e2fsck/problem.c:1227
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002121#, c-format
2122msgid "Couldn't clone file: %m\n"
2123msgstr "Malsukcesis kloni dosieron: %m\n"
2124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002125#. @-expanded: Pass 1E: Optimizing extent trees\n
2126#: e2fsck/problem.c:1233
2127#, fuzzy
2128msgid "Pass 1E: Optimizing @x trees\n"
2129msgstr "Paŝo 3A: Optimumigo de dosierujoj...\n"
2130
2131#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2132#: e2fsck/problem.c:1238
2133#, fuzzy, c-format
2134msgid "Failed to optimize @x tree %p (%i): %m\n"
2135msgstr "Fiaskis optimumigo de dosierujo %q (%d): %m\n"
2136
2137#. @-expanded: Optimizing extent trees:
2138#: e2fsck/problem.c:1243
2139#, fuzzy
2140msgid "Optimizing @x trees: "
2141msgstr "Optimumigo de dosierujoj: "
2142
2143#: e2fsck/problem.c:1258
2144msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2145msgstr ""
2146
2147#. @-expanded: inode %i extent tree (at level %b) could be shorter.
2148#: e2fsck/problem.c:1263
2149msgid "@i %i @x tree (at level %b) could be shorter. "
2150msgstr ""
2151
2152#. @-expanded: inode %i extent tree (at level %b) could be narrower.
2153#: e2fsck/problem.c:1268
2154msgid "@i %i @x tree (at level %b) could be narrower. "
2155msgstr ""
2156
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002157#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002158#: e2fsck/problem.c:1275
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002159msgid "Pass 2: Checking @d structure\n"
2160msgstr "Paŝo 2: Kontrolo de dosieruja strukturo...\n"
2161
2162#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002163#: e2fsck/problem.c:1280
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002164#, c-format
2165msgid "@n @i number for '.' in @d @i %i.\n"
2166msgstr "@n i-noda numero por '.' en uja @i %i.\n"
2167
2168#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002169#: e2fsck/problem.c:1285
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002170msgid "@E has @n @i #: %Di.\n"
2171msgstr "@E havas malvalidan i-nodan nombron: %Di.\n"
2172
2173#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002174#: e2fsck/problem.c:1290
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002175msgid "@E has @D/unused @i %Di. "
2176msgstr "@E havas forigitan/neuzatan i-nodon %Di. "
2177
2178#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002179#: e2fsck/problem.c:1295
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002180msgid "@E @L to '.' "
2181msgstr "@E @L al '.' "
2182
2183#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002184#: e2fsck/problem.c:1300
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002185msgid "@E points to @i (%Di) located in a bad @b.\n"
2186msgstr "@E referencas al @i (%Di) kiu estas en malbona bloko.\n"
2187
2188#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002189#: e2fsck/problem.c:1305
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002190msgid "@E @L to @d %P (%Di).\n"
2191msgstr "@E @L al @d %P (%Di).\n"
2192
2193#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002194#: e2fsck/problem.c:1310
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002195msgid "@E @L to the @r.\n"
2196msgstr "@E @L al @r.\n"
2197
2198#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002199#: e2fsck/problem.c:1315
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002200msgid "@E has illegal characters in its name.\n"
2201msgstr "@E havas nevalidajn signojn en sia nomo.\n"
2202
2203#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002204#: e2fsck/problem.c:1320
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002205#, c-format
2206msgid "Missing '.' in @d @i %i.\n"
2207msgstr "Mankas '.' en uja @i %i.\n"
2208
2209#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002210#: e2fsck/problem.c:1325
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002211#, c-format
2212msgid "Missing '..' in @d @i %i.\n"
2213msgstr "Mankas '..' en uja @i %i.\n"
2214
2215#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002216#: e2fsck/problem.c:1330
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002217msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2218msgstr "Unua @e '%Dn' (@i=%Di) en uja @i %i (%p) @s '.'\n"
2219
2220#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002221#: e2fsck/problem.c:1335
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002222msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2223msgstr "Dua @e '%Dn' (@i=%Di) en uja @i %i @s '..'\n"
2224
2225#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002226#: e2fsck/problem.c:1340
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002227msgid "i_faddr @F %IF, @s zero.\n"
2228msgstr "'i_faddr' @F %IF, @s nulo.\n"
2229
2230#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002231#: e2fsck/problem.c:1345
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002232msgid "i_file_acl @F %If, @s zero.\n"
2233msgstr "'i_file_acl' @F %If, @s nulo.\n"
2234
2235#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002236#: e2fsck/problem.c:1350
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002237msgid "i_dir_acl @F %Id, @s zero.\n"
2238msgstr "'i_dir_acl' @F %Id, @s nulo.\n"
2239
2240#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002241#: e2fsck/problem.c:1355
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002242msgid "i_frag @F %N, @s zero.\n"
2243msgstr "'i_frag' @F %N, @s nulo.\n"
2244
2245#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002246#: e2fsck/problem.c:1360
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002247msgid "i_fsize @F %N, @s zero.\n"
2248msgstr "'i_fsize' @F %N, @s nulo.\n"
2249
2250#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002251#: e2fsck/problem.c:1365
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002252msgid "@i %i (%Q) has @n mode (%Im).\n"
2253msgstr "@i %i (%Q) havas nevalidan moduson (%Im).\n"
2254
2255#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002256#: e2fsck/problem.c:1370
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002257msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2258msgstr "uja @i %i, %B, pozicio %N: @d difektas\n"
2259
2260#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002261#: e2fsck/problem.c:1375
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002262msgid "@d @i %i, %B, offset %N: filename too long\n"
2263msgstr "uja @i %i, %B, pozicio %N: dosiernomo tro longas\n"
2264
2265#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002266#: e2fsck/problem.c:1380
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002267msgid "@d @i %i has an unallocated %B. "
2268msgstr "uja @i %i havas neasignatan %B. "
2269
2270#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002271#: e2fsck/problem.c:1385
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002272#, c-format
2273msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2274msgstr "uja @e '.' en uja @i %i ne finiĝas per NULL\n"
2275
2276#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002277#: e2fsck/problem.c:1390
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002278#, c-format
2279msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2280msgstr "uja @e '..' en uja @i %i ne finiĝas per NULL\n"
2281
2282#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002283#: e2fsck/problem.c:1395
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002284msgid "@i %i (%Q) is an @I character @v.\n"
2285msgstr "@i %i (%Q) estas @I signo-aparato.\n"
2286
2287#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002288#: e2fsck/problem.c:1400
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002289msgid "@i %i (%Q) is an @I @b @v.\n"
2290msgstr "@i %i (%Q) estas @I blokaparato.\n"
2291
2292#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002293#: e2fsck/problem.c:1405
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002294msgid "@E is duplicate '.' @e.\n"
2295msgstr "@E estas duobla @e '.'.\n"
2296
2297#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002298#: e2fsck/problem.c:1410
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002299msgid "@E is duplicate '..' @e.\n"
2300msgstr "@E estas duobla @e '..'.\n"
2301
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002302#: e2fsck/problem.c:1415 e2fsck/problem.c:1750
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002303#, c-format
2304msgid "Internal error: couldn't find dir_info for %i.\n"
2305msgstr ""
2306
2307#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002308#: e2fsck/problem.c:1420
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002309msgid "@E has rec_len of %Dr, @s %N.\n"
2310msgstr "@E havas 'rec_len' %Dr, @s %N.\n"
2311
2312#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002313#: e2fsck/problem.c:1425
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002314#, c-format
2315msgid "@A icount structure: %m\n"
2316msgstr "@A de 'icount'-a strukturo: %m\n"
2317
2318#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002319#: e2fsck/problem.c:1430
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002320#, c-format
2321msgid "Error iterating over @d @bs: %m\n"
2322msgstr "Eraro dum iteracio je ujaj blokoj: %m\n"
2323
2324#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002325#: e2fsck/problem.c:1435
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002326msgid "Error reading @d @b %b (@i %i): %m\n"
2327msgstr "Eraro dum legado de uja bloko %b (i-nodo %i): %m\n"
2328
2329#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002330#: e2fsck/problem.c:1440
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002331msgid "Error writing @d @b %b (@i %i): %m\n"
2332msgstr "Eraro dum skribado de uja bloko %b (i-nodo %i): %m\n"
2333
2334#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002335#: e2fsck/problem.c:1445
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002336#, c-format
2337msgid "@A new @d @b for @i %i (%s): %m\n"
2338msgstr "@A de nova uja @b por @i %i (%s): %m\n"
2339
2340#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002341#: e2fsck/problem.c:1450
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002342#, c-format
2343msgid "Error deallocating @i %i: %m\n"
2344msgstr ""
2345
2346#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002347#: e2fsck/problem.c:1455
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002348#, c-format
2349msgid "@d @e for '.' in %p (%i) is big.\n"
2350msgstr "uja @e por '.' en %p (%i) estas granda.\n"
2351
2352#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002353#: e2fsck/problem.c:1460
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002354msgid "@i %i (%Q) is an @I FIFO.\n"
2355msgstr "@i %i (%Q) estas @I vicmemoro.\n"
2356
2357#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002358#: e2fsck/problem.c:1465
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002359msgid "@i %i (%Q) is an @I socket.\n"
2360msgstr "@i %i (%Q) estas @I konektilo.\n"
2361
2362#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002363#: e2fsck/problem.c:1470
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002364msgid "Setting filetype for @E to %N.\n"
2365msgstr "Agordiĝas dosiertipo por @E al %N.\n"
2366
2367#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002368#: e2fsck/problem.c:1475
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002369msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2370msgstr "@E havas malĝustan dosiertipon (estas %Dt, @s %N).\n"
2371
2372#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002373#: e2fsck/problem.c:1480
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002374msgid "@E has filetype set.\n"
2375msgstr "@E havas dosiertipon agordita.\n"
2376
2377#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002378#: e2fsck/problem.c:1485
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002379msgid "@E has a @z name.\n"
2380msgstr "@E havas nomon kun nula longo.\n"
2381
2382#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002383#: e2fsck/problem.c:1490
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002384msgid "Symlink %Q (@i #%i) is @n.\n"
2385msgstr "Simbola ligo %Q (@i %i) malvalidas.\n"
2386
2387#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002388#: e2fsck/problem.c:1495
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002389msgid "@a @b @F @n (%If).\n"
2390msgstr "@b de etenditaj atributoj @F malvalida (%If).\n"
2391
2392#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002393#: e2fsck/problem.c:1500
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002394msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002395msgstr ""
2396"@f enhavas grandajn dosierojn, sed maljesas flago 'LARGE_FILE' en @S.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002397
2398#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002399#: e2fsck/problem.c:1505
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002400msgid "@p @h %d: %B not referenced\n"
2401msgstr "@p @h %d: %B ne referenciĝas\n"
2402
2403#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002404#: e2fsck/problem.c:1510
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002405msgid "@p @h %d: %B referenced twice\n"
2406msgstr "@p @h %d: %B referenciĝas duoble\n"
2407
2408#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002409#: e2fsck/problem.c:1515
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002410msgid "@p @h %d: %B has bad min hash\n"
2411msgstr "@p @h %d: %B havas malvalidan minimuman haketon\n"
2412
2413#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002414#: e2fsck/problem.c:1520
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002415msgid "@p @h %d: %B has bad max hash\n"
2416msgstr "@p @h %d: %B havas malvalidan maksimuman haketon\n"
2417
2418#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002419#: e2fsck/problem.c:1525
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002420msgid "@n @h %d (%q). "
2421msgstr "@n @h %d (%q). "
2422
2423#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002424#: e2fsck/problem.c:1529
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002425msgid "@p @h %d (%q): bad @b number %b.\n"
2426msgstr "@p @h %d (%q): malvalida bloknumero %b.\n"
2427
2428#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002429#: e2fsck/problem.c:1539
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002430#, c-format
2431msgid "@p @h %d: root node is @n\n"
2432msgstr "@p @h %d: radika nodo estas @n\n"
2433
2434#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002435#: e2fsck/problem.c:1544
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002436msgid "@p @h %d: %B has @n limit (%N)\n"
2437msgstr "@p @h %d: %B havas malvalidan limon (%N)\n"
2438
2439#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002440#: e2fsck/problem.c:1549
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002441msgid "@p @h %d: %B has @n count (%N)\n"
2442msgstr "@p @h %d: %B havas malvalidan nombron (%N)\n"
2443
2444#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002445#: e2fsck/problem.c:1554
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002446msgid "@p @h %d: %B has an unordered hash table\n"
2447msgstr "@p @h %d: %B havas neordigitan haketan tabelon\n"
2448
2449#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002450#: e2fsck/problem.c:1559
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002451msgid "@p @h %d: %B has @n depth (%N)\n"
2452msgstr "@p @h %d: %B havas malvalidan profundon (%N)\n"
2453
2454#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002455#: e2fsck/problem.c:1564
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002456msgid "Duplicate @E found. "
2457msgstr "Duobla @E troviĝis. "
2458
2459#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2460#. @-expanded: Rename to %s
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002461#: e2fsck/problem.c:1569
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002462#, no-c-format
2463msgid ""
2464"@E has a non-unique filename.\n"
2465"Rename to %s"
2466msgstr ""
2467"@E havas neunikan dosiernomon.\n"
2468"Ĉu alinomi al %s"
2469
2470#. @-expanded: Duplicate entry '%Dn' found.\n
2471#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2472#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002473#: e2fsck/problem.c:1574
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002474msgid ""
2475"Duplicate @e '%Dn' found.\n"
2476"\tMarking %p (%i) to be rebuilt.\n"
2477"\n"
2478msgstr ""
2479"Duobla @e '%Dn' troviĝis.\n"
2480" Markiĝas %p (%i) por rekonstruo.\n"
2481"\n"
2482
2483#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002484#: e2fsck/problem.c:1579
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002485msgid "i_blocks_hi @F %N, @s zero.\n"
2486msgstr "'i_blocks_hi' @F %N, @s nulo.\n"
2487
2488#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002489#: e2fsck/problem.c:1584
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002490msgid "Unexpected @b in @h %d (%q).\n"
2491msgstr ""
2492
2493#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002494#: e2fsck/problem.c:1588
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002495msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2496msgstr "@E referencas i-nodon %Di en @g %g kie jesas '_INODE_UNINIT'.\n"
2497
2498#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002499#: e2fsck/problem.c:1593
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002500msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2501msgstr "@E referencas i-nodon %Di kiu troviĝas je neuzataj i-nodoj de @g %g.\n"
2502
2503#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002504#: e2fsck/problem.c:1598
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002505msgid "i_file_acl_hi @F %N, @s zero.\n"
2506msgstr "'i_file_acl_hi' @F %N, @s nulo.\n"
2507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002508#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2509#: e2fsck/problem.c:1603
2510#, fuzzy, c-format
2511msgid "@p @h %d: root node fails checksum.\n"
2512msgstr "@p @h %d: radika nodo estas @n\n"
2513
2514#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2515#: e2fsck/problem.c:1608
2516#, fuzzy, c-format
2517msgid "@p @h %d: internal node fails checksum.\n"
2518msgstr "@p @h %d: radika nodo estas @n\n"
2519
2520#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2521#: e2fsck/problem.c:1613
2522#, fuzzy
2523msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2524msgstr "uja @i %i, %B, pozicio %N: @d difektas\n"
2525
2526#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2527#: e2fsck/problem.c:1618
2528msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2529msgstr ""
2530
2531#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2532#: e2fsck/problem.c:1623
2533msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2534msgstr ""
2535
2536#. @-expanded: Fixing size of inline directory inode %i failed.\n
2537#: e2fsck/problem.c:1628
2538#, c-format
2539msgid "Fixing size of inline @d @i %i failed.\n"
2540msgstr ""
2541
2542#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2543#: e2fsck/problem.c:1633
2544msgid "Encrypted @E is too short.\n"
2545msgstr ""
2546
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002547#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002548#: e2fsck/problem.c:1640
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002549msgid "Pass 3: Checking @d connectivity\n"
2550msgstr "Paŝo 3: Kontrolo de konektoj inter dosierujoj...\n"
2551
2552#. @-expanded: root inode not allocated.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002553#: e2fsck/problem.c:1645
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002554msgid "@r not allocated. "
2555msgstr "@r ne asignatas. "
2556
2557#. @-expanded: No room in lost+found directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002558#: e2fsck/problem.c:1650
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002559msgid "No room in @l @d. "
2560msgstr "Ne estas plu da spaco en dosierujo '@l'. "
2561
2562#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002563#: e2fsck/problem.c:1655
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002564#, c-format
2565msgid "Unconnected @d @i %i (%p)\n"
2566msgstr "Nekonektita dosieruja @i %i (%p)\n"
2567
2568#. @-expanded: /lost+found not found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002569#: e2fsck/problem.c:1660
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002570msgid "/@l not found. "
2571msgstr "/@l ne troviĝis. "
2572
2573#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002574#: e2fsck/problem.c:1665
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002575msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2576msgstr "'..' en %Q (%i) estas %P (%j), devus esti %q (%d).\n"
2577
2578#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002579#: e2fsck/problem.c:1670
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002580msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2581msgstr "Malbonas aŭ ne ekzistas /@l. Ne eblas rekonekti.\n"
2582
2583#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002584#: e2fsck/problem.c:1675
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002585#, c-format
2586msgid "Could not expand /@l: %m\n"
2587msgstr "Malsukcesis etendi /@l: %m\n"
2588
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002589#: e2fsck/problem.c:1680
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002590#, c-format
2591msgid "Could not reconnect %i: %m\n"
2592msgstr "Malsukcesis rekonekti %i: m\n"
2593
2594#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002595#: e2fsck/problem.c:1685
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002596#, c-format
2597msgid "Error while trying to find /@l: %m\n"
2598msgstr "Eraro dum serĉo de /@l: %m\n"
2599
2600#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002601#: e2fsck/problem.c:1690
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002602#, c-format
2603msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2604msgstr "ext2fs_new_block(): %m dum kreado de dosierujo /@l\n"
2605
2606#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002607#: e2fsck/problem.c:1695
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002608#, c-format
2609msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2610msgstr "ext2fs_new_inode(): %m dum kreado de dosierujo /@l\n"
2611
2612#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002613#: e2fsck/problem.c:1700
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002614#, c-format
2615msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2616msgstr "ext2fs_new_dir_block(): %m dum kreado de nova uja bloko\n"
2617
2618#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002619#: e2fsck/problem.c:1705
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002620#, c-format
2621msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2622msgstr "ext2fs_write_dir_block(): %m dum skribado de uja bloko por /@l\n"
2623
2624#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002625#: e2fsck/problem.c:1710
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002626#, c-format
2627msgid "Error while adjusting @i count on @i %i\n"
2628msgstr "Eraro dum alĝustigo de i-noda nombro je i-nodo %i\n"
2629
2630#. @-expanded: Couldn't fix parent of inode %i: %m\n
2631#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002632#: e2fsck/problem.c:1715
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002633#, c-format
2634msgid ""
2635"Couldn't fix parent of @i %i: %m\n"
2636"\n"
2637msgstr ""
2638
2639#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2640#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002641#: e2fsck/problem.c:1720
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002642#, c-format
2643msgid ""
2644"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2645"\n"
2646msgstr ""
2647"Ne eblas fiksi padron de @i %i: maleblis trovi ujeron por padro\n"
2648"\n"
2649
2650#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002651#: e2fsck/problem.c:1730
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002652#, c-format
2653msgid "Error creating root @d (%s): %m\n"
2654msgstr "Eraro dum kreado de radika dosierujo (%s): %m\n"
2655
2656#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002657#: e2fsck/problem.c:1735
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002658#, c-format
2659msgid "Error creating /@l @d (%s): %m\n"
2660msgstr "Eraro dum kreado de dosierujo /@l (%s): %m\n"
2661
2662#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002663#: e2fsck/problem.c:1740
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002664msgid "@r is not a @d; aborting.\n"
2665msgstr "@r ne estas dosierujo -- ĉesigo.\n"
2666
2667#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002668#: e2fsck/problem.c:1745
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002669msgid "Cannot proceed without a @r.\n"
2670msgstr "Ne eblas daŭrigi sen @r.\n"
2671
2672#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002673#: e2fsck/problem.c:1755
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002674#, c-format
2675msgid "/@l is not a @d (ino=%i)\n"
2676msgstr "/@l ne estas dosierujo (i-nodo=%i)\n"
2677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002678#. @-expanded: /lost+found has inline data\n
2679#: e2fsck/problem.c:1760
2680msgid "/@l has inline data\n"
2681msgstr ""
2682
2683#. @-expanded: Cannot allocate space for /lost+found.\n
2684#. @-expanded: Place lost files in root directory instead
2685#: e2fsck/problem.c:1765
2686msgid ""
2687"Cannot allocate space for /@l.\n"
2688"Place lost files in root directory instead"
2689msgstr ""
2690
2691#. @-expanded: Insufficient space to recover lost files!\n
2692#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2693#. @-expanded: \n
2694#: e2fsck/problem.c:1770
2695msgid ""
2696"Insufficient space to recover lost files!\n"
2697"Move data off the @f and re-run e2fsck.\n"
2698"\n"
2699msgstr ""
2700
2701#. @-expanded: /lost+found is encrypted\n
2702#: e2fsck/problem.c:1775
2703#, fuzzy
2704msgid "/@l is encrypted\n"
2705msgstr "Bildo (%s) estas ĉifrita\n"
2706
2707#: e2fsck/problem.c:1782
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002708msgid "Pass 3A: Optimizing directories\n"
2709msgstr "Paŝo 3A: Optimumigo de dosierujoj...\n"
2710
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002711#: e2fsck/problem.c:1787
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002712#, c-format
2713msgid "Failed to create dirs_to_hash iterator: %m\n"
2714msgstr ""
2715
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002716#: e2fsck/problem.c:1792
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002717msgid "Failed to optimize directory %q (%d): %m\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04002718msgstr "Fiaskis optimumigo de dosierujo %q (%d): %m\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002720#: e2fsck/problem.c:1797
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002721msgid "Optimizing directories: "
2722msgstr "Optimumigo de dosierujoj: "
2723
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002724#: e2fsck/problem.c:1814
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002725msgid "Pass 4: Checking reference counts\n"
2726msgstr "Paŝo 4: Kontrolo de nombroj de referencoj...\n"
2727
2728#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002729#: e2fsck/problem.c:1819
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002730#, c-format
2731msgid "@u @z @i %i. "
2732msgstr "@u @i %i kun nula longo. "
2733
2734#. @-expanded: unattached inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002735#: e2fsck/problem.c:1824
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002736#, c-format
2737msgid "@u @i %i\n"
2738msgstr "@u @i %i\n"
2739
2740#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002741#: e2fsck/problem.c:1829
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002742msgid "@i %i ref count is %Il, @s %N. "
2743msgstr "referencnombro de @i %i estas %Il, @s %N. "
2744
2745#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2746#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2747#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002748#: e2fsck/problem.c:1833
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002749msgid ""
2750"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2751"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2752"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2753msgstr ""
Benno Schulenberg789fba32015-05-17 20:21:39 -04002754"**AVERTO**: ebla programmiso en 'e2fsck', aŭ pli probable\n"
2755" IU STULTULO (vi) kontrolas VIVAN (SURMETATAN) DOSIERSISTEMON.\n"
2756"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002757"inode_link_info[%i] estas %N, inode.i_links_count estas %Il -- ili devus "
2758"egali!\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002759
2760#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002761#: e2fsck/problem.c:1843
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002762msgid "Pass 5: Checking @g summary information\n"
2763msgstr "Paŝo 5: Kontrolo de grupa resuma informo...\n"
2764
2765#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002766#: e2fsck/problem.c:1848
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002767msgid "Padding at end of @i @B is not set. "
2768msgstr "Ŝtopado je fino de i-noda bitmapo ne agordiĝas. "
2769
2770#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002771#: e2fsck/problem.c:1853
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002772msgid "Padding at end of @b @B is not set. "
2773msgstr "Ŝtopado je fino de bloka bitmapo ne agordiĝas. "
2774
2775#. @-expanded: block bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002776#: e2fsck/problem.c:1858
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002777msgid "@b @B differences: "
2778msgstr "Malsamoj en bloka bitmapo: "
2779
2780#. @-expanded: inode bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002781#: e2fsck/problem.c:1878
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002782msgid "@i @B differences: "
2783msgstr "Malsamoj en i-noda bitmapo: "
2784
2785#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002786#: e2fsck/problem.c:1898
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002787msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002788msgstr ""
2789"Nombro de liberaj i-nodoj malĝustas por grupo %g (estas %i, nombriĝis %j).\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002790
2791#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002792#: e2fsck/problem.c:1903
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002793msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002794msgstr ""
2795"Nombro de dosierujoj malĝustas por grupo %g (estas %i, nombriĝis %j).\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002796
2797#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002798#: e2fsck/problem.c:1908
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002799msgid "Free @is count wrong (%i, counted=%j).\n"
2800msgstr "Nombro de liberaj i-nodoj malĝustas (estas %i, nombriĝis %j).\n"
2801
2802#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002803#: e2fsck/problem.c:1913
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002804msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002805msgstr ""
2806"Nombro de liberaj blokoj malĝustas por grupo %g (estas %b, nombriĝis %c)\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002807
2808#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002809#: e2fsck/problem.c:1918
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002810msgid "Free @bs count wrong (%b, counted=%c).\n"
2811msgstr "Nombro de liberaj blokoj malĝustas (estas %b, nombriĝis %c)\n"
2812
2813#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2814#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002815#: e2fsck/problem.c:1923
Theodore Ts'obd386982015-05-17 20:34:58 -04002816msgid ""
2817"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2818"endpoints (%i, %j)\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002819msgstr ""
2820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002821#: e2fsck/problem.c:1929
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002822msgid "Internal error: fudging end of bitmap (%N)\n"
2823msgstr ""
2824
2825#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002826#: e2fsck/problem.c:1934
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002827#, c-format
2828msgid "Error copying in replacement @i @B: %m\n"
2829msgstr "Eraro dum kopiado de anstataŭa i-noda @B: %m\n"
2830
2831#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002832#: e2fsck/problem.c:1939
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002833#, c-format
2834msgid "Error copying in replacement @b @B: %m\n"
2835msgstr "Eraro dum kopiado de anstataŭa bloka @B: %m\n"
2836
2837#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002838#: e2fsck/problem.c:1964
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002839#, c-format
2840msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002841msgstr ""
2842"@g %g havas blokojn uzatajn, sed la @g estas markita kiel 'BLOCK_UNINIT'\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002843
2844#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002845#: e2fsck/problem.c:1969
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002846#, c-format
2847msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002848msgstr ""
2849"@g %g havas i-nodojn uzatajn, sed la @g estas markita kiel 'INODE_UNINIT'\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002850
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002851#. @-expanded: group %g inode bitmap does not match checksum.\n
2852#: e2fsck/problem.c:1974
2853#, c-format
2854msgid "@g %g @i @B does not match checksum.\n"
2855msgstr ""
2856
2857#. @-expanded: group %g block bitmap does not match checksum.\n
2858#: e2fsck/problem.c:1979
2859#, c-format
2860msgid "@g %g @b @B does not match checksum.\n"
2861msgstr ""
2862
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002863#. @-expanded: Recreate journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002864#: e2fsck/problem.c:1986
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002865msgid "Recreate @j"
2866msgstr "Ĉu rekrei kaŝprotokolon"
2867
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002868#: e2fsck/problem.c:1991
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002869msgid "Update quota info for quota type %N"
2870msgstr "Ĉu ĝisdatigi kvotan informon por kvottipo %N"
2871
Benno Schulenberg789fba32015-05-17 20:21:39 -04002872#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002873#: e2fsck/problem.c:1996
Benno Schulenberg789fba32015-05-17 20:21:39 -04002874#, c-format
2875msgid "Error setting @b @g checksum info: %m\n"
2876msgstr "Eraro dum agordo de blokgrupa kontrolsumo: %m\n"
2877
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002878#: e2fsck/problem.c:2001
Benno Schulenberg789fba32015-05-17 20:21:39 -04002879#, c-format
2880msgid "Error writing file system info: %m\n"
2881msgstr "Eraro dum skribado de dosiersistema informo: %m\n"
2882
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002883#: e2fsck/problem.c:2006
Benno Schulenberg789fba32015-05-17 20:21:39 -04002884#, c-format
2885msgid "Error flushing writes to storage device: %m\n"
2886msgstr "Eraro dum elbufrigo de skriboj al memoraparato: %m\n"
2887
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002888#: e2fsck/problem.c:2127
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002889#, c-format
2890msgid "Unhandled error code (0x%x)!\n"
2891msgstr "Netraktata erarkodo (0x%x)!\n"
2892
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002893#: e2fsck/problem.c:2252 e2fsck/problem.c:2256
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002894msgid "IGNORED"
2895msgstr "IGNORIĜIS"
2896
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002897#: e2fsck/quota.c:33 e2fsck/quota.c:46
2898msgid "in move_quota_inode"
2899msgstr ""
2900
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002901#: e2fsck/scantest.c:79
2902#, c-format
2903msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2904msgstr "Uzata memoro: %d, pasinta tempo: %6.3f/%6.3f/%6.3f\n"
2905
2906#: e2fsck/scantest.c:98
2907#, c-format
2908msgid "size of inode=%d\n"
2909msgstr "grando de i-nodo=%d\n"
2910
2911#: e2fsck/scantest.c:119
2912msgid "while starting inode scan"
2913msgstr "dum komenco de skano de i-nodoj"
2914
2915#: e2fsck/scantest.c:130
2916msgid "while doing inode scan"
2917msgstr "dum skanado de i-nodoj"
2918
2919#: e2fsck/super.c:190
2920#, c-format
2921msgid "while calling ext2fs_block_iterate for inode %d"
2922msgstr "dum alvoko de 'ext2fs_block_iterate()' por i-nodo %d"
2923
2924#: e2fsck/super.c:213
2925#, c-format
2926msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2927msgstr "dum alvoko de 'ext2fs_adjust_ea_refcount2()' por i-nodo %d"
2928
2929#: e2fsck/super.c:274
2930msgid "Truncating"
2931msgstr "Trunkiĝas"
2932
2933#: e2fsck/super.c:275
2934msgid "Clearing"
2935msgstr "Viŝiĝas"
2936
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002937#: e2fsck/unix.c:76
2938#, fuzzy, c-format
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002939msgid ""
2940"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2941"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2942"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002943"\t\t[-E extended-options] [-z undo_file] device\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002944msgstr ""
2945"Uzmaniero: %s [-pnycfktvDFV] [-b ĉefbloko] [-B blokgrando]\n"
2946" [-C dosierpriaĵo] [-E etenditaj_opcioj]\n"
2947" [-I i_noda_bufroblokoj] [-j ekstera_kaŝprotokolo]\n"
2948" [-l|-L malbonbloka_dosiero] aparato\n"
2949
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002950#: e2fsck/unix.c:82
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002951msgid ""
2952"\n"
2953"Emergency help:\n"
2954" -p Automatic repair (no questions)\n"
2955" -n Make no changes to the filesystem\n"
2956" -y Assume \"yes\" to all questions\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002957" -c Check for bad blocks and add them to the badblock "
2958"list\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002959" -f Force checking even if filesystem is marked clean\n"
2960msgstr ""
2961"\n"
2962"Kriza helpo:\n"
2963" -p aŭtomate ripari (sen demandoj)\n"
2964" -n neniel ŝanĝi la dosiersistemon\n"
2965" -y supozi 'jes' je ĉiu demando\n"
2966" -c kontroli por malbonaj blokoj kaj aldoni ilin al malbonbloka listo\n"
2967" -f devigi kontrolon, eĉ se dosiersistemo estas markita kiel pura\n"
2968
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002969#: e2fsck/unix.c:88
2970#, fuzzy
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002971msgid ""
2972" -v Be verbose\n"
2973" -b superblock Use alternative superblock\n"
2974" -B blocksize Force blocksize when looking for superblock\n"
2975" -j external_journal Set location of the external journal\n"
2976" -l bad_blocks_file Add to badblocks list\n"
2977" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002978" -z undo_file Create an undo file\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002979msgstr ""
2980" -v eligi detalojn pri la farado\n"
2981" -b <numero> uzenda alternativa ĉefbloko\n"
2982" -B <nombro> deviga blokgrando dum serĉo de ĉefbloko\n"
2983" -j <pado> loko de la ekstera kaŝprotokolo\n"
2984" -l <dosiernomo> aldoni al malbonbloka listo\n"
2985" -L <dosiernomo> uzenda kiel malbonbloka listo\n"
2986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002987#: e2fsck/unix.c:134
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002988#, c-format
2989msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2990msgstr "%s: %u/%u dosieroj (%0d.%d%% nekontinua), %llu/%llu blokoj\n"
2991
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002992#: e2fsck/unix.c:160
Benno Schulenberg01233ba2014-07-05 23:39:54 -04002993#, c-format
2994msgid ""
2995"\n"
2996"%12u inode used (%2.2f%%, out of %u)\n"
2997msgid_plural ""
2998"\n"
2999"%12u inodes used (%2.2f%%, out of %u)\n"
3000msgstr[0] ""
3001"\n"
3002"%12u i-nodo uzita (%2.2f%%, el de %u)\n"
3003msgstr[1] ""
3004"\n"
3005"%12u i-nodoj uzitaj (%2.2f%%, el de %u)\n"
3006
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003007#: e2fsck/unix.c:164
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003008#, c-format
3009msgid "%12u non-contiguous file (%0d.%d%%)\n"
3010msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3011msgstr[0] "%12u nekontinua dosiero (%0d.%d%%)\n"
3012msgstr[1] "%12u nekontinuaj dosieroj (%0d.%d%%)\n"
3013
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003014#: e2fsck/unix.c:169
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003015#, c-format
3016msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3017msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3018msgstr[0] "%12u nekontinua dosierujo (%0d.%d%%)\n"
3019msgstr[1] "%12u nekontinuaj dosierujoj (%0d.%d%%)\n"
3020
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003021#: e2fsck/unix.c:174
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003022#, c-format
3023msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003024msgstr ""
3025" nombro de i-nodoj kun nerektaj blokoj: %u simple, %u duoble, %u "
3026"trioble\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003028#: e2fsck/unix.c:182
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003029msgid " Extent depth histogram: "
3030msgstr " histogramo de ampleksa profundo: "
3031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003032#: e2fsck/unix.c:191
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003033#, c-format
3034msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3035msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3036msgstr[0] "%12llu bloko uzita (%2.2f%%, el de %llu)\n"
3037msgstr[1] "%12llu blokoj uzitaj (%2.2f%%, el de %llu)\n"
3038
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003039#: e2fsck/unix.c:195
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003040#, c-format
3041msgid "%12u bad block\n"
3042msgid_plural "%12u bad blocks\n"
3043msgstr[0] "%12u difekta bloko\n"
3044msgstr[1] "%12u difektaj blokoj\n"
3045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003046#: e2fsck/unix.c:197
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003047#, c-format
3048msgid "%12u large file\n"
3049msgid_plural "%12u large files\n"
3050msgstr[0] "%12u granda dosiero\n"
3051msgstr[1] "%12u grandaj dosieroj\n"
3052
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003053#: e2fsck/unix.c:199
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003054#, c-format
3055msgid ""
3056"\n"
3057"%12u regular file\n"
3058msgid_plural ""
3059"\n"
3060"%12u regular files\n"
3061msgstr[0] ""
3062"\n"
3063"%12u normala dosiero\n"
3064msgstr[1] ""
3065"\n"
3066"%12u normalaj dosieroj\n"
3067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003068#: e2fsck/unix.c:201
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003069#, c-format
3070msgid "%12u directory\n"
3071msgid_plural "%12u directories\n"
3072msgstr[0] "%12u dosierujo\n"
3073msgstr[1] "%12u dosierujoj\n"
3074
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003075#: e2fsck/unix.c:203
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003076#, c-format
3077msgid "%12u character device file\n"
3078msgid_plural "%12u character device files\n"
3079msgstr[0] "%12u signo-aparato\n"
3080msgstr[1] "%12u signo-aparatoj\n"
3081
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003082#: e2fsck/unix.c:206
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003083#, c-format
3084msgid "%12u block device file\n"
3085msgid_plural "%12u block device files\n"
3086msgstr[0] "%12u blokaparato\n"
3087msgstr[1] "%12u blokaparatoj\n"
3088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003089#: e2fsck/unix.c:208
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003090#, c-format
3091msgid "%12u fifo\n"
3092msgid_plural "%12u fifos\n"
3093msgstr[0] "%12u vicmemoro\n"
3094msgstr[1] "%12u vicmemoroj\n"
3095
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003096#: e2fsck/unix.c:210
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003097#, c-format
3098msgid "%12u link\n"
3099msgid_plural "%12u links\n"
3100msgstr[0] "%12u ligo\n"
3101msgstr[1] "%12u ligoj\n"
3102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003103#: e2fsck/unix.c:212
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003104#, c-format
3105msgid "%12u symbolic link"
3106msgid_plural "%12u symbolic links"
3107msgstr[0] "%12u simbola ligo"
3108msgstr[1] "%12u simbolaj ligoj"
3109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003110#: e2fsck/unix.c:214
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003111#, c-format
3112msgid " (%u fast symbolic link)\n"
3113msgid_plural " (%u fast symbolic links)\n"
3114msgstr[0] " (%u rapida simbola ligo)\n"
3115msgstr[1] " (%u rapidaj simbolaj ligoj)\n"
3116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003117#: e2fsck/unix.c:218
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003118#, c-format
3119msgid "%12u socket\n"
3120msgid_plural "%12u sockets\n"
3121msgstr[0] "%12u konektilo\n"
3122msgstr[1] "%12u konektiloj\n"
3123
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003124#: e2fsck/unix.c:222
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003125#, c-format
3126msgid "%12u file\n"
3127msgid_plural "%12u files\n"
3128msgstr[0] "%12u dosiero\n"
3129msgstr[1] "%12u dosieroj\n"
3130
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003131#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2848 misc/util.c:126
3132#: resize/main.c:352
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003133#, c-format
3134msgid "while determining whether %s is mounted."
3135msgstr "dum eltrovo se %s estas surmetata."
3136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003137#: e2fsck/unix.c:256
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003138#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003139msgid "Warning! %s is mounted.\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003140msgstr "Averto! %s estas surmetata.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003142#: e2fsck/unix.c:259
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003143#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003144msgid "Warning! %s is in use.\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003145msgstr "Averto! %s uziĝas.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003147#: e2fsck/unix.c:265
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003148#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003149msgid "%s is mounted.\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003150msgstr "%s estas surmetata.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003152#: e2fsck/unix.c:267
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003153#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003154msgid "%s is in use.\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003155msgstr "%s uziĝas.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003157#: e2fsck/unix.c:269
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003158msgid ""
3159"Cannot continue, aborting.\n"
3160"\n"
3161msgstr ""
3162"Ne eblas daŭrigi -- ĉesigo.\n"
3163"\n"
3164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003165#: e2fsck/unix.c:271
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003166msgid ""
3167"\n"
3168"\n"
3169"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3170"cause ***SEVERE*** filesystem damage.\n"
3171"\n"
3172msgstr ""
Benno Schulenberg789fba32015-05-17 20:21:39 -04003173"\n"
3174"\n"
3175"**AVERTO**!! La dosiersistemo estas surmetata!!\n"
3176" Se vi kontinuas, vi **KAŬZOS** **SEVERAJN** dosiersistemajn difektojn.\n"
3177"\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003179#: e2fsck/unix.c:276
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003180msgid "Do you really want to continue"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003181msgstr "Ĉu vi vere volas kontinui"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003183#: e2fsck/unix.c:278
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003184msgid "check aborted.\n"
3185msgstr "kontrolo ĉesigiĝis.\n"
3186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003187#: e2fsck/unix.c:371
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003188msgid " contains a file system with errors"
3189msgstr " enhavas dosiersistemon kun eraroj"
3190
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003191#: e2fsck/unix.c:373
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003192msgid " was not cleanly unmounted"
3193msgstr " ne demetiĝis tutkorekte"
3194
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003195#: e2fsck/unix.c:375
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003196msgid " primary superblock features different from backup"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003197msgstr " unua ĉefbloko havas aliajn funkciojn ol savkopia"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003199#: e2fsck/unix.c:379
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003200#, c-format
3201msgid " has been mounted %u times without being checked"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003202msgstr " surmetiĝis %u fojojn sen esti kontrolata"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003204#: e2fsck/unix.c:386
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003205msgid " has filesystem last checked time in the future"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003206msgstr " havas tempon de kontrolo en la estonteco"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003208#: e2fsck/unix.c:392
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003209#, c-format
3210msgid " has gone %u days without being checked"
3211msgstr " pasis %u tagojn sen kontrolo"
3212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003213#: e2fsck/unix.c:401
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003214msgid ", check forced.\n"
3215msgstr "; perforta kontrolo.\n"
3216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003217#: e2fsck/unix.c:434
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003218#, c-format
3219msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3220msgstr "%s: pura, %u/%u dosieroj, %llu/%llu blokoj"
3221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003222#: e2fsck/unix.c:454
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003223msgid " (check deferred; on battery)"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003224msgstr " (kontrolo prokrastis; sur baterio)"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003225
Benno Schulenberg789fba32015-05-17 20:21:39 -04003226# FIXME: maybe *upon* next mount?
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003227#: e2fsck/unix.c:457
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003228msgid " (check after next mount)"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003229msgstr " (kontroliĝos je sekva surmeto)"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003230
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003231#: e2fsck/unix.c:459
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003232#, c-format
3233msgid " (check in %ld mounts)"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003234msgstr " (kontroliĝos en %ld surmetoj)"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003236#: e2fsck/unix.c:609
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003237#, c-format
3238msgid "ERROR: Couldn't open /dev/null (%s)\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003239msgstr "Eraro: fiaskis malfermi /dev/null (%s)\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003241#: e2fsck/unix.c:679
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003242msgid "Invalid EA version.\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003243msgstr "Malvalida versio de EA.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003245#: e2fsck/unix.c:692
3246#, fuzzy
3247msgid "Invalid readahead buffer size.\n"
3248msgstr "Malvalida argumento por 'resize': %s\n"
3249
3250#: e2fsck/unix.c:725
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003251#, c-format
3252msgid "Unknown extended option: %s\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04003253msgstr "Nekonata etendita opcio: %s\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003255#: e2fsck/unix.c:752
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003256#, c-format
3257msgid ""
3258"Syntax error in e2fsck config file (%s, line #%d)\n"
3259"\t%s\n"
3260msgstr ""
3261
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003262#: e2fsck/unix.c:825
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003263#, c-format
3264msgid "Error validating file descriptor %d: %s\n"
3265msgstr ""
3266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003267#: e2fsck/unix.c:829
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003268msgid "Invalid completion information file descriptor"
3269msgstr ""
3270
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003271#: e2fsck/unix.c:844
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003272msgid "Only one of the options -p/-a, -n or -y may be specified."
3273msgstr ""
3274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003275#: e2fsck/unix.c:865
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003276#, c-format
3277msgid "The -t option is not supported on this version of e2fsck.\n"
3278msgstr ""
3279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003280#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3281#: misc/tune2fs.c:1567 misc/tune2fs.c:1863 misc/tune2fs.c:1881
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003282#, c-format
3283msgid "Unable to resolve '%s'"
3284msgstr ""
3285
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003286#: e2fsck/unix.c:952
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003287msgid "The -n and -D options are incompatible."
3288msgstr ""
3289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003290#: e2fsck/unix.c:957
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003291msgid "The -n and -c options are incompatible."
3292msgstr ""
3293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003294#: e2fsck/unix.c:962
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003295msgid "The -n and -l/-L options are incompatible."
3296msgstr ""
3297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003298#: e2fsck/unix.c:986
3299msgid "The -D and -E fixes_only options are incompatible."
3300msgstr ""
3301
3302#: e2fsck/unix.c:992
3303msgid "The -E bmap2extent and fixes_only options are incompatible."
3304msgstr ""
3305
3306#: e2fsck/unix.c:1046
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003307msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3308msgstr ""
3309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003310#: e2fsck/unix.c:1093
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003311#, c-format
3312msgid ""
3313"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3314"\n"
3315msgstr ""
3316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003317#: e2fsck/unix.c:1102
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003318#, c-format
3319msgid ""
3320"\n"
3321"Invalid non-numeric argument to -%c (\"%s\")\n"
3322"\n"
3323msgstr ""
3324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003325#: e2fsck/unix.c:1193
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003326#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04003327msgid ""
3328"MMP interval is %u seconds and total wait time is %u seconds. Please "
3329"wait...\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003330msgstr ""
3331
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003332#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003333msgid "while checking MMP block"
3334msgstr ""
3335
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003336#: e2fsck/unix.c:1217 misc/tune2fs.c:2762
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003337msgid ""
3338"If you are sure the filesystem is not in use on any node, run:\n"
3339"'tune2fs -f -E clear_mmp {device}'\n"
3340msgstr ""
3341
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003342#: e2fsck/unix.c:1232
3343#, fuzzy
3344msgid "while reading MMP block"
3345msgstr "dum legado de kaŝprotokola ĉefbloko"
3346
3347#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
3348#: misc/mke2fs.c:2515 misc/mke2fs.c:2566 misc/tune2fs.c:2580
3349#: misc/tune2fs.c:2625 resize/main.c:186 resize/main.c:231
3350#, c-format
3351msgid ""
3352"Overwriting existing filesystem; this can be undone using the command:\n"
3353" e2undo %s %s\n"
3354"\n"
3355msgstr ""
3356
3357#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2555 misc/tune2fs.c:2614
3358#: resize/main.c:220
3359#, c-format
3360msgid "while trying to delete %s"
3361msgstr ""
3362
3363#: e2fsck/unix.c:1319 misc/mke2fs.c:2581 resize/main.c:241
3364msgid "while trying to setup undo file\n"
3365msgstr ""
3366
3367#: e2fsck/unix.c:1363
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003368msgid "Error: ext2fs library version out of date!\n"
3369msgstr ""
3370
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003371#: e2fsck/unix.c:1370
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003372msgid "while trying to initialize program"
3373msgstr ""
3374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003375#: e2fsck/unix.c:1393
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003376#, c-format
3377msgid "\tUsing %s, %s\n"
3378msgstr ""
3379
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003380#: e2fsck/unix.c:1405
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003381msgid "need terminal for interactive repairs"
3382msgstr ""
3383
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003384#: e2fsck/unix.c:1466
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003385#, c-format
3386msgid "%s: %s trying backup blocks...\n"
3387msgstr ""
3388
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003389#: e2fsck/unix.c:1468
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003390msgid "Superblock invalid,"
3391msgstr "Ĉefbloko nevalidas,"
3392
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003393#: e2fsck/unix.c:1469
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003394msgid "Group descriptors look bad..."
3395msgstr "Gruppriaĵoj aspektas malbonaj..."
3396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003397#: e2fsck/unix.c:1479
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003398#, c-format
3399msgid "%s: %s while using the backup blocks"
3400msgstr "%s: %s dum uzado de savkopiaj blokoj"
3401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003402#: e2fsck/unix.c:1483
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003403#, c-format
3404msgid "%s: going back to original superblock\n"
3405msgstr "%s: reiriĝas al originala ĉefbloko\n"
3406
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003407#: e2fsck/unix.c:1512
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003408msgid ""
3409"The filesystem revision is apparently too high for this version of e2fsck.\n"
3410"(Or the filesystem superblock is corrupt)\n"
3411"\n"
3412msgstr ""
3413
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003414#: e2fsck/unix.c:1519
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003415msgid "Could this be a zero-length partition?\n"
3416msgstr "Ĉu eble ĉi tiu estas nullonga subdisko?\n"
3417
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003418#: e2fsck/unix.c:1521
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003419#, c-format
3420msgid "You must have %s access to the filesystem or be root\n"
3421msgstr "Vi bezonas havi %s atingon al la dosiersistemo, aŭ esti ĉefuzanto\n"
3422
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003423#: e2fsck/unix.c:1527
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003424msgid "Possibly non-existent or swap device?\n"
3425msgstr "Ĉu eble aparato ne ekzistas aŭ estas 'swap'?\n"
3426
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003427#: e2fsck/unix.c:1529
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003428msgid "Filesystem mounted or opened exclusively by another program?\n"
3429msgstr ""
3430
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003431#: e2fsck/unix.c:1533
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003432msgid "Possibly non-existent device?\n"
3433msgstr "Ĉu eble aparato ne ekzistas?\n"
3434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003435#: e2fsck/unix.c:1536
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003436msgid ""
3437"Disk write-protected; use the -n option to do a read-only\n"
3438"check of the device.\n"
3439msgstr ""
3440
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003441#: e2fsck/unix.c:1604
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003442msgid "Get a newer version of e2fsck!"
3443msgstr ""
3444
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003445#: e2fsck/unix.c:1648
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003446#, c-format
3447msgid "while checking ext3 journal for %s"
3448msgstr "dum kontrolado de Ext3-kaŝprotokolo por %s"
3449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003450#: e2fsck/unix.c:1661
Theodore Ts'obd386982015-05-17 20:34:58 -04003451msgid ""
3452"Warning: skipping journal recovery because doing a read-only filesystem "
3453"check.\n"
3454msgstr ""
3455"Averto: transsaltiĝas kaŝprotokola restaŭro, ĉar fariĝas nurlega kontrolo de "
3456"dosiersistemo.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003457
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003458#: e2fsck/unix.c:1673
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003459#, c-format
3460msgid "unable to set superblock flags on %s\n"
3461msgstr ""
3462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003463#: e2fsck/unix.c:1680
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003464#, c-format
3465msgid "while recovering ext3 journal of %s"
3466msgstr "dum restaŭrado de Ext3-kaŝprotokolo por %s"
3467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003468#: e2fsck/unix.c:1703
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003469#, c-format
3470msgid "%s has unsupported feature(s):"
3471msgstr ""
3472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003473#: e2fsck/unix.c:1762
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003474#, c-format
3475msgid "%s: %s while reading bad blocks inode\n"
3476msgstr "%s: %s dum legado de malbonbloka i-nodo\n"
3477
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003478#: e2fsck/unix.c:1765
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003479msgid "This doesn't bode well, but we'll try to go on...\n"
3480msgstr ""
3481
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003482#: e2fsck/unix.c:1805
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003483#, c-format
3484msgid "Creating journal (%d blocks): "
3485msgstr "Kreado de kaŝprotokolo (%d blokoj): "
3486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003487#: e2fsck/unix.c:1815
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003488msgid " Done.\n"
3489msgstr " Pretas.\n"
3490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003491#: e2fsck/unix.c:1817
3492#, fuzzy
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003493msgid ""
3494"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003495"*** journal has been regenerated ***\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003496msgstr ""
3497"\n"
3498"*** kaŝprotokolo rekreiĝis -- dosiersistemo estas denove ext3 ***\n"
3499
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003500#: e2fsck/unix.c:1823
Benno Schulenberg789fba32015-05-17 20:21:39 -04003501msgid "aborted"
3502msgstr ""
3503
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003504#: e2fsck/unix.c:1825
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003505#, c-format
3506msgid "%s: e2fsck canceled.\n"
3507msgstr ""
3508
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003509#: e2fsck/unix.c:1847
3510msgid "Restarting e2fsck from the beginning...\n"
3511msgstr ""
3512
3513#: e2fsck/unix.c:1851
3514msgid "while resetting context"
3515msgstr ""
3516
3517#: e2fsck/unix.c:1895 e2fsck/util.c:71
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003518#, c-format
3519msgid ""
3520"\n"
3521"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3522msgstr ""
3523"\n"
3524"%s: ***** DOSIERSISTEMO MODIFIĜIS *****\n"
3525
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003526#: e2fsck/unix.c:1899
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003527#, c-format
3528msgid "%s: ***** REBOOT LINUX *****\n"
3529msgstr "%s: ***** RESTARTIGU LINUKSON *****\n"
3530
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003531#: e2fsck/unix.c:1907 e2fsck/util.c:77
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003532#, c-format
3533msgid ""
3534"\n"
3535"%s: ********** WARNING: Filesystem still has errors **********\n"
3536"\n"
3537msgstr ""
3538"\n"
3539"%s: ********** AVERTO: Dosiersistemo ankoraŭ enhavas erarojn **********\n"
3540"\n"
3541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003542#: e2fsck/util.c:194 misc/util.c:93
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003543msgid "yY"
3544msgstr "jJyY"
3545
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003546#: e2fsck/util.c:195
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003547msgid "nN"
3548msgstr "nN"
3549
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003550#: e2fsck/util.c:196
3551msgid "aA"
3552msgstr ""
3553
3554#: e2fsck/util.c:197
3555msgid " ('a' enables 'yes' to all) "
3556msgstr ""
3557
3558#: e2fsck/util.c:213
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003559msgid "<y>"
3560msgstr "<j>"
3561
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003562#: e2fsck/util.c:215
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003563msgid "<n>"
3564msgstr "<n>"
3565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003566#: e2fsck/util.c:217
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003567msgid " (y/n)"
3568msgstr " (j/n)"
3569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003570#: e2fsck/util.c:240
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003571msgid "cancelled!\n"
3572msgstr ""
3573
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003574#: e2fsck/util.c:264
3575msgid "yes to all\n"
3576msgstr ""
3577
3578#: e2fsck/util.c:266
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003579msgid "yes\n"
3580msgstr "jes\n"
3581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003582#: e2fsck/util.c:268
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003583msgid "no\n"
3584msgstr "ne\n"
3585
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003586#: e2fsck/util.c:278
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003587#, c-format
3588msgid ""
3589"%s? no\n"
3590"\n"
3591msgstr ""
3592"%s? ne\n"
3593"\n"
3594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003595#: e2fsck/util.c:282
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003596#, c-format
3597msgid ""
3598"%s? yes\n"
3599"\n"
3600msgstr ""
3601"%s? jes\n"
3602"\n"
3603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003604#: e2fsck/util.c:286
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003605msgid "yes"
3606msgstr "jes"
3607
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003608#: e2fsck/util.c:286
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003609msgid "no"
3610msgstr "ne"
3611
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003612#: e2fsck/util.c:302
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003613#, c-format
3614msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3615msgstr ""
3616
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003617#: e2fsck/util.c:307
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003618msgid "reading inode and block bitmaps"
3619msgstr ""
3620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003621#: e2fsck/util.c:319
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003622#, c-format
3623msgid "while retrying to read bitmaps for %s"
3624msgstr ""
3625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003626#: e2fsck/util.c:331
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003627msgid "writing block and inode bitmaps"
3628msgstr ""
3629
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003630#: e2fsck/util.c:336
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003631#, c-format
3632msgid "while rewriting block and inode bitmaps for %s"
3633msgstr ""
3634
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003635#: e2fsck/util.c:348
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003636#, c-format
3637msgid ""
3638"\n"
3639"\n"
3640"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3641"\t(i.e., without -a or -p options)\n"
3642msgstr ""
3643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003644#: e2fsck/util.c:429
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003645#, c-format
3646msgid "Memory used: %luk/%luk (%luk/%luk), "
3647msgstr ""
3648
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003649#: e2fsck/util.c:433
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003650#, c-format
3651msgid "Memory used: %lu, "
3652msgstr ""
3653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003654#: e2fsck/util.c:440
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003655#, c-format
3656msgid "time: %5.2f/%5.2f/%5.2f\n"
3657msgstr ""
3658
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003659#: e2fsck/util.c:445
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003660#, c-format
3661msgid "elapsed time: %6.3f\n"
3662msgstr ""
3663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003664#: e2fsck/util.c:480 e2fsck/util.c:494
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003665#, c-format
3666msgid "while reading inode %lu in %s"
3667msgstr ""
3668
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003669#: e2fsck/util.c:508 e2fsck/util.c:521
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003670#, c-format
3671msgid "while writing inode %lu in %s"
3672msgstr ""
3673
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003674#: e2fsck/util.c:765
Theodore Ts'obd386982015-05-17 20:34:58 -04003675msgid ""
3676"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3677"running.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003678msgstr ""
3679
Theodore Ts'obd386982015-05-17 20:34:58 -04003680#: misc/badblocks.c:72
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003681msgid "done \n"
3682msgstr ""
3683
Theodore Ts'obd386982015-05-17 20:34:58 -04003684#: misc/badblocks.c:97
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003685#, c-format
3686msgid ""
3687"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003688" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3689"max_bad_blocks]\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003690" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3691" device [last_block [first_block]]\n"
3692msgstr ""
3693
Theodore Ts'obd386982015-05-17 20:34:58 -04003694#: misc/badblocks.c:108
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003695#, c-format
3696msgid ""
3697"%s: The -n and -w options are mutually exclusive.\n"
3698"\n"
3699msgstr ""
3700
Theodore Ts'obd386982015-05-17 20:34:58 -04003701#: misc/badblocks.c:223
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003702#, c-format
3703msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3704msgstr "%6.2f%% fariĝis, %s pasis. (%d/%d/%d eraroj)"
3705
Theodore Ts'obd386982015-05-17 20:34:58 -04003706#: misc/badblocks.c:328
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003707msgid "Testing with random pattern: "
3708msgstr "Testante kun hazarda aranĝo: "
3709
Theodore Ts'obd386982015-05-17 20:34:58 -04003710#: misc/badblocks.c:346
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003711msgid "Testing with pattern 0x"
3712msgstr "Testante kun aranĝo 0x"
3713
Theodore Ts'obd386982015-05-17 20:34:58 -04003714#: misc/badblocks.c:378 misc/badblocks.c:451
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003715msgid "during seek"
3716msgstr ""
3717
Theodore Ts'obd386982015-05-17 20:34:58 -04003718#: misc/badblocks.c:389
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003719#, c-format
3720msgid "Weird value (%ld) in do_read\n"
3721msgstr "Stranga valoro (%ld) en 'do_read()'\n"
3722
Theodore Ts'obd386982015-05-17 20:34:58 -04003723#: misc/badblocks.c:476
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003724msgid "during ext2fs_sync_device"
3725msgstr "dum 'ext2fs_sync_device()'"
3726
Theodore Ts'obd386982015-05-17 20:34:58 -04003727#: misc/badblocks.c:496 misc/badblocks.c:758
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003728msgid "while beginning bad block list iteration"
3729msgstr "dum komenco de iteracio je malbonbloka listo"
3730
Theodore Ts'obd386982015-05-17 20:34:58 -04003731#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003732msgid "while allocating buffers"
3733msgstr "dum asigno de bufroj"
3734
Theodore Ts'obd386982015-05-17 20:34:58 -04003735#: misc/badblocks.c:515
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003736#, c-format
3737msgid "Checking blocks %lu to %lu\n"
3738msgstr "Kontrolante blokojn %lu al %lu\n"
3739
Theodore Ts'obd386982015-05-17 20:34:58 -04003740#: misc/badblocks.c:520
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003741msgid "Checking for bad blocks in read-only mode\n"
3742msgstr "Kontrolante por malbonaj blokoj en nurlega moduso\n"
3743
Theodore Ts'obd386982015-05-17 20:34:58 -04003744#: misc/badblocks.c:529
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003745msgid "Checking for bad blocks (read-only test): "
3746msgstr "Kontrolante por malbonaj blokoj (nurlega testo): "
3747
Theodore Ts'obd386982015-05-17 20:34:58 -04003748#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3749#: misc/badblocks.c:832
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003750msgid "Too many bad blocks, aborting test\n"
3751msgstr "Tro multaj malbonaj blokoj -- ĉesigo de testo\n"
3752
Theodore Ts'obd386982015-05-17 20:34:58 -04003753#: misc/badblocks.c:618
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003754msgid "Checking for bad blocks in read-write mode\n"
3755msgstr "Kontrolante por malbonaj blokoj en lega-skriba moduso\n"
3756
Theodore Ts'obd386982015-05-17 20:34:58 -04003757#: misc/badblocks.c:620 misc/badblocks.c:782
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003758#, c-format
3759msgid "From block %lu to %lu\n"
3760msgstr "De bloko %lu al %lu\n"
3761
Theodore Ts'obd386982015-05-17 20:34:58 -04003762#: misc/badblocks.c:675
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003763msgid "Reading and comparing: "
3764msgstr "Legante kaj komparante: "
3765
Theodore Ts'obd386982015-05-17 20:34:58 -04003766#: misc/badblocks.c:781
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003767msgid "Checking for bad blocks in non-destructive read-write mode\n"
3768msgstr "Kontrolante por malbonaj blokoj en nedetrua lega-skriba moduso\n"
3769
Theodore Ts'obd386982015-05-17 20:34:58 -04003770#: misc/badblocks.c:787
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003771msgid "Checking for bad blocks (non-destructive read-write test)\n"
3772msgstr "Kontrolante por malbonaj blokoj (nedetrua lega-skriba testo)\n"
3773
Theodore Ts'obd386982015-05-17 20:34:58 -04003774#: misc/badblocks.c:794
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003775msgid ""
3776"\n"
3777"Interrupt caught, cleaning up\n"
3778msgstr ""
3779"\n"
3780"Interrompo alvenis -- ordigante\n"
3781
Theodore Ts'obd386982015-05-17 20:34:58 -04003782#: misc/badblocks.c:877
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003783#, c-format
3784msgid "during test data write, block %lu"
3785msgstr "dum testa datuma skribo, bloko %lu"
3786
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003787#: misc/badblocks.c:998 misc/util.c:131
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003788#, c-format
3789msgid "%s is mounted; "
3790msgstr "%s estas surmetata; "
3791
Theodore Ts'obd386982015-05-17 20:34:58 -04003792#: misc/badblocks.c:1000
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003793msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3794msgstr "'badblocks' tamen perfortiĝas. Esperu ke /etc/mtab ĝustas.\n"
3795
Theodore Ts'obd386982015-05-17 20:34:58 -04003796#: misc/badblocks.c:1005
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003797msgid "it's not safe to run badblocks!\n"
3798msgstr "ne estas sendanĝera ruli 'badblocks'!\n"
3799
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003800#: misc/badblocks.c:1010 misc/util.c:142
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003801#, c-format
3802msgid "%s is apparently in use by the system; "
3803msgstr "%s ŝajne uziĝas per la sistemo; "
3804
Theodore Ts'obd386982015-05-17 20:34:58 -04003805#: misc/badblocks.c:1013
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003806msgid "badblocks forced anyway.\n"
3807msgstr "'badblocks' tamen perfortiĝas.\n"
3808
Theodore Ts'obd386982015-05-17 20:34:58 -04003809#: misc/badblocks.c:1033
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003810#, c-format
3811msgid "invalid %s - %s"
3812msgstr ""
3813
Theodore Ts'obd386982015-05-17 20:34:58 -04003814#: misc/badblocks.c:1127
3815#, c-format
3816msgid "Too big max bad blocks count %u - maximum is %u"
3817msgstr ""
3818
3819#: misc/badblocks.c:1154
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003820#, c-format
3821msgid "can't allocate memory for test_pattern - %s"
3822msgstr ""
3823
Theodore Ts'obd386982015-05-17 20:34:58 -04003824#: misc/badblocks.c:1184
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003825msgid "Maximum of one test_pattern may be specified in read-only mode"
3826msgstr ""
3827
Theodore Ts'obd386982015-05-17 20:34:58 -04003828#: misc/badblocks.c:1190
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003829msgid "Random test_pattern is not allowed in read-only mode"
3830msgstr ""
3831
Theodore Ts'obd386982015-05-17 20:34:58 -04003832#: misc/badblocks.c:1204
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003833msgid ""
3834"Couldn't determine device size; you must specify\n"
3835"the size manually\n"
3836msgstr ""
3837
Theodore Ts'obd386982015-05-17 20:34:58 -04003838#: misc/badblocks.c:1210
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003839msgid "while trying to determine device size"
3840msgstr ""
3841
Theodore Ts'obd386982015-05-17 20:34:58 -04003842#: misc/badblocks.c:1215
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003843msgid "last block"
3844msgstr ""
3845
Theodore Ts'obd386982015-05-17 20:34:58 -04003846#: misc/badblocks.c:1221
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003847msgid "first block"
3848msgstr ""
3849
Theodore Ts'obd386982015-05-17 20:34:58 -04003850#: misc/badblocks.c:1224
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003851#, c-format
3852msgid "invalid starting block (%llu): must be less than %llu"
3853msgstr ""
3854
Theodore Ts'obd386982015-05-17 20:34:58 -04003855#: misc/badblocks.c:1231
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003856#, c-format
3857msgid "invalid end block (%llu): must be 32-bit value"
3858msgstr ""
3859
Theodore Ts'obd386982015-05-17 20:34:58 -04003860#: misc/badblocks.c:1287
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003861msgid "while creating in-memory bad blocks list"
3862msgstr ""
3863
Theodore Ts'obd386982015-05-17 20:34:58 -04003864#: misc/badblocks.c:1296
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003865msgid "input file - bad format"
3866msgstr ""
3867
Theodore Ts'obd386982015-05-17 20:34:58 -04003868#: misc/badblocks.c:1304 misc/badblocks.c:1313
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003869msgid "while adding to in-memory bad block list"
3870msgstr ""
3871
Theodore Ts'obd386982015-05-17 20:34:58 -04003872#: misc/badblocks.c:1338
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003873#, c-format
3874msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3875msgstr ""
3876
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003877#: misc/chattr.c:89
3878#, fuzzy, c-format
3879msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04003880msgstr "Uzmaniero: %s [-RVf] [-+=AaCcDdeijSsTtu] [-v VERSIO] DOSIERO...\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003881
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003882#: misc/chattr.c:159
3883#, fuzzy, c-format
3884msgid "bad project - %s\n"
3885msgstr "malbona versio - %s\n"
3886
3887#: misc/chattr.c:173
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003888#, c-format
3889msgid "bad version - %s\n"
3890msgstr "malbona versio - %s\n"
3891
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003892#: misc/chattr.c:219 misc/lsattr.c:127
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003893#, c-format
3894msgid "while trying to stat %s"
3895msgstr ""
3896
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003897#: misc/chattr.c:226
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003898#, c-format
3899msgid "while reading flags on %s"
3900msgstr ""
3901
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003902#: misc/chattr.c:231 misc/chattr.c:243
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003903#, c-format
3904msgid "Flags of %s set as "
3905msgstr ""
3906
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003907#: misc/chattr.c:252
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003908#, c-format
3909msgid "while setting flags on %s"
3910msgstr ""
3911
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003912#: misc/chattr.c:260
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003913#, c-format
3914msgid "Version of %s set as %lu\n"
3915msgstr ""
3916
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003917#: misc/chattr.c:264
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003918#, c-format
3919msgid "while setting version on %s"
3920msgstr ""
3921
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003922#: misc/chattr.c:271
3923#, c-format
3924msgid "Project of %s set as %lu\n"
3925msgstr ""
3926
3927#: misc/chattr.c:275
3928#, fuzzy, c-format
3929msgid "while setting project on %s"
3930msgstr "dum provo de malfermi %s"
3931
3932#: misc/chattr.c:297
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003933msgid "Couldn't allocate path variable in chattr_dir_proc"
3934msgstr ""
3935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003936#: misc/chattr.c:337
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003937msgid "= is incompatible with - and +\n"
3938msgstr ""
3939
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003940#: misc/chattr.c:345
Benno Schulenberg01233ba2014-07-05 23:39:54 -04003941msgid "Must use '-v', =, - or +\n"
3942msgstr ""
3943
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003944#: misc/create_inode.c:70 misc/create_inode.c:109
3945#, fuzzy, c-format
3946msgid "while reading inode %u"
3947msgstr "dum legado de radika i-nodo"
3948
3949#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3950#: misc/create_inode.c:374
3951#, fuzzy
3952msgid "while expanding directory"
3953msgstr "dum etendado de dosierujo '/lost+found'"
3954
3955#: misc/create_inode.c:87
3956#, fuzzy, c-format
3957msgid "while linking \"%s\""
3958msgstr "dum skanado de i-nodoj"
3959
3960#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
3961#, fuzzy, c-format
3962msgid "while writing inode %u"
3963msgstr "dum skribado de i-noda tabelo"
3964
3965#: misc/create_inode.c:139 misc/create_inode.c:163
3966#, fuzzy, c-format
3967msgid "while listing attributes of \"%s\""
3968msgstr "dum provo de regrandigi %s"
3969
3970#: misc/create_inode.c:150
3971#, fuzzy, c-format
3972msgid "while opening inode %u"
3973msgstr "dum malfermo de i-noda skano"
3974
3975#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:889
3976#: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
3977#: misc/mke2fs.c:353
3978#, fuzzy
3979msgid "while allocating memory"
3980msgstr "dum asigno de bufro"
3981
3982#: misc/create_inode.c:176 misc/create_inode.c:192
3983#, fuzzy, c-format
3984msgid "while reading attribute \"%s\" of \"%s\""
3985msgstr "dum legado de radika i-nodo"
3986
3987#: misc/create_inode.c:201
3988#, fuzzy, c-format
3989msgid "while writing attribute \"%s\" to inode %u"
3990msgstr "dum iteracio je i-nodo %u"
3991
3992#: misc/create_inode.c:211
3993#, fuzzy, c-format
3994msgid "while closing inode %u"
3995msgstr "dum skanado de i-nodoj"
3996
3997#: misc/create_inode.c:259
3998#, fuzzy, c-format
3999msgid "while allocating inode \"%s\""
4000msgstr "dum asigno de bufroj"
4001
4002#: misc/create_inode.c:278
4003#, fuzzy, c-format
4004msgid "while creating inode \"%s\""
4005msgstr "dum komenco de skano de i-nodoj"
4006
4007#: misc/create_inode.c:343
4008#, fuzzy, c-format
4009msgid "while creating symlink \"%s\""
4010msgstr "dum kreado de dosierujo '/lost+found'"
4011
4012#: misc/create_inode.c:361 misc/create_inode.c:822
4013#, fuzzy, c-format
4014msgid "while looking up \"%s\""
4015msgstr "dum serĉado de dosierujo '/lost+found'"
4016
4017#: misc/create_inode.c:381
4018#, fuzzy, c-format
4019msgid "while creating directory \"%s\""
4020msgstr "dum kreado de radika dosierujo"
4021
4022#: misc/create_inode.c:608
4023#, fuzzy, c-format
4024msgid "while opening \"%s\" to copy"
4025msgstr "dum malfermo de %s por elbufrigo"
4026
4027#: misc/create_inode.c:700
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004028#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004029msgid "while changing working directory to \"%s\""
4030msgstr ""
4031
4032#: misc/create_inode.c:708
4033#, fuzzy, c-format
4034msgid "while opening directory \"%s\""
4035msgstr "dum malfermo de i-noda skano"
4036
4037#: misc/create_inode.c:718
4038#, c-format
4039msgid "while lstat \"%s\""
4040msgstr ""
4041
4042#: misc/create_inode.c:751
4043#, fuzzy, c-format
4044msgid "while creating special file \"%s\""
4045msgstr "Kreiĝas normala dosiero %s\n"
4046
4047#: misc/create_inode.c:762
4048#, fuzzy, c-format
4049msgid "while trying to read link \"%s\""
4050msgstr "dum provo de regrandigi %s"
4051
4052#: misc/create_inode.c:771
4053#, fuzzy, c-format
4054msgid "while writing symlink\"%s\""
4055msgstr "dum skribado de ĉefbloko"
4056
4057#: misc/create_inode.c:781
4058#, fuzzy, c-format
4059msgid "while writing file \"%s\""
4060msgstr "dum skribado de i-noda tabelo"
4061
4062#: misc/create_inode.c:794
4063#, fuzzy, c-format
4064msgid "while making dir \"%s\""
4065msgstr "dum kreado de radika dosierujo"
4066
4067#: misc/create_inode.c:811
4068#, fuzzy
4069msgid "while changing directory"
4070msgstr "legante dosierujan blokon"
4071
4072#: misc/create_inode.c:817
4073#, c-format
4074msgid "ignoring entry \"%s\""
4075msgstr ""
4076
4077#: misc/create_inode.c:830
4078#, fuzzy, c-format
4079msgid "while setting inode for \"%s\""
4080msgstr "dum komenco de skano de i-nodoj"
4081
4082#: misc/create_inode.c:837
4083#, fuzzy, c-format
4084msgid "while setting xattrs for \"%s\""
4085msgstr "dum kontrolado de Ext3-kaŝprotokolo por %s"
4086
4087#: misc/create_inode.c:855
4088#, fuzzy
4089msgid "while saving inode data"
4090msgstr "dum komenco de skano de i-nodoj"
4091
4092#: misc/dumpe2fs.c:56
4093#, c-format
4094msgid ""
4095"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004096msgstr ""
4097
4098#: misc/dumpe2fs.c:159
4099msgid "blocks"
4100msgstr "blokoj"
4101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004102#: misc/dumpe2fs.c:168
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004103msgid "clusters"
4104msgstr ""
4105
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004106#: misc/dumpe2fs.c:219
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004107#, c-format
4108msgid "Group %lu: (Blocks "
4109msgstr "Grupo %lu: (Blokoj "
4110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004111#: misc/dumpe2fs.c:226
4112#, fuzzy, c-format
4113msgid " csum 0x%04x"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004114msgstr " Kontrolsumo 0x%04x"
4115
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004116#: misc/dumpe2fs.c:228
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004117#, c-format
4118msgid " (EXPECTED 0x%04x)"
4119msgstr " (ATENDIĜIS 0x%04x)"
4120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004121#: misc/dumpe2fs.c:233
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004122#, c-format
4123msgid " %s superblock at "
4124msgstr " %s ĉefbloko je "
4125
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004126#: misc/dumpe2fs.c:234
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004127msgid "Primary"
4128msgstr "Unua"
4129
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004130#: misc/dumpe2fs.c:234
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004131msgid "Backup"
4132msgstr "Savkopia"
4133
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004134#: misc/dumpe2fs.c:238
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004135msgid ", Group descriptors at "
4136msgstr ", Grupaj priaĵoj je "
4137
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004138#: misc/dumpe2fs.c:242
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004139msgid ""
4140"\n"
4141" Reserved GDT blocks at "
4142msgstr ""
4143"\n"
4144" Rezervitaj GDT-blokoj je "
4145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004146#: misc/dumpe2fs.c:249
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004147msgid " Group descriptor at "
4148msgstr " Gruppriaĵo je "
4149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004150#: misc/dumpe2fs.c:255
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004151msgid " Block bitmap at "
4152msgstr " Bloka bitmapo je "
4153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004154#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4155#, fuzzy, c-format
4156msgid ", csum 0x%08x"
4157msgstr " Kontrolsumo 0x%04x"
4158
4159#: misc/dumpe2fs.c:263
4160msgid ","
4161msgstr ""
4162
4163#: misc/dumpe2fs.c:265
4164msgid ""
4165"\n"
4166" "
4167msgstr ""
4168
4169#: misc/dumpe2fs.c:266
4170#, fuzzy
4171msgid " Inode bitmap at "
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004172msgstr ", i-noda bitmapo je "
4173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004174#: misc/dumpe2fs.c:273
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004175msgid ""
4176"\n"
4177" Inode table at "
4178msgstr ""
4179"\n"
4180" I-noda tabelo je "
4181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004182#: misc/dumpe2fs.c:279
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004183#, c-format
4184msgid ""
4185"\n"
4186" %u free %s, %u free inodes, %u directories%s"
4187msgstr ""
4188
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004189#: misc/dumpe2fs.c:286
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004190#, c-format
4191msgid ", %u unused inodes\n"
4192msgstr ", %u neuzitaj i-nodoj\n"
4193
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004194#: misc/dumpe2fs.c:289
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004195msgid " Free blocks: "
4196msgstr " Liberaj blokoj: "
4197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004198#: misc/dumpe2fs.c:304
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004199msgid " Free inodes: "
4200msgstr " Liberaj i-nodoj: "
4201
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004202#: misc/dumpe2fs.c:340
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004203msgid "while printing bad block list"
4204msgstr ""
4205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004206#: misc/dumpe2fs.c:346
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004207#, c-format
4208msgid "Bad blocks: %u"
4209msgstr "Difektaj blokoj: %u"
4210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004211#: misc/dumpe2fs.c:385 misc/tune2fs.c:357
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004212msgid "while reading journal inode"
4213msgstr "dum legado de kaŝprotokola i-nodo"
4214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004215#: misc/dumpe2fs.c:391
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004216msgid "while opening journal inode"
4217msgstr "dum malfermo de kaŝprotokola i-nodo"
4218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004219#: misc/dumpe2fs.c:397
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004220msgid "while reading journal super block"
4221msgstr "dum legado de kaŝprotokola ĉefbloko"
4222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004223#: misc/dumpe2fs.c:404
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004224msgid "Journal superblock magic number invalid!\n"
4225msgstr "Malvalidas maginumero de la kaŝprotokola ĉefbloko!\n"
4226
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004227#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004228msgid "Journal features: "
4229msgstr "Kaŝprotokolaj kapabloj: "
4230
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004231#: misc/dumpe2fs.c:420
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004232msgid "Journal size: "
4233msgstr "Kaŝprotokola grando: "
4234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004235#: misc/dumpe2fs.c:430
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004236#, c-format
4237msgid ""
4238"Journal length: %u\n"
4239"Journal sequence: 0x%08x\n"
4240"Journal start: %u\n"
4241msgstr ""
4242"Kaŝprotokola longo: %u\n"
4243"Kaŝprotokola sekvenco: 0x%08x\n"
4244"Kaŝprotokola komenco: %u\n"
4245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004246#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4247msgid "Journal checksum type: crc32\n"
4248msgstr ""
4249
4250#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4251#, c-format
4252msgid ""
4253"Journal checksum type: %s\n"
4254"Journal checksum: 0x%08x\n"
4255msgstr ""
4256
4257#: misc/dumpe2fs.c:448
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004258#, c-format
4259msgid "Journal errno: %d\n"
4260msgstr "Kaŝprotokola erarnumero: %d\n"
4261
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004262#: misc/dumpe2fs.c:466 misc/tune2fs.c:206
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004263msgid "while reading journal superblock"
4264msgstr "dum legado de kaŝprotokola ĉefbloko"
4265
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004266#: misc/dumpe2fs.c:474
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004267msgid "Couldn't find journal superblock magic numbers"
4268msgstr "Ne eblas trovi kaŝprotokolajn maginumerojn"
4269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004270#: misc/dumpe2fs.c:501
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004271#, c-format
4272msgid ""
4273"\n"
4274"Journal block size: %u\n"
4275"Journal length: %u\n"
4276"Journal first block: %u\n"
4277"Journal sequence: 0x%08x\n"
4278"Journal start: %u\n"
4279"Journal number of users: %u\n"
4280msgstr ""
4281"\n"
4282"Kaŝprotokola blokgrando: %u\n"
4283"Kaŝprotokola longo: %u\n"
4284"Kaŝprotokola unua bloko: %u\n"
4285"Kaŝprotokola sekvenco: 0x%08x\n"
4286"Kaŝprotokola komenco: %u\n"
4287"Kaŝprotokola uzantnombro: %u\n"
4288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004289#: misc/dumpe2fs.c:514
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004290#, c-format
4291msgid "Journal users: %s\n"
4292msgstr "Kaŝprotokolaj uzantoj: %s\n"
4293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004294#: misc/dumpe2fs.c:530 misc/mke2fs.c:803 misc/tune2fs.c:1900
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004295msgid "Couldn't allocate memory to parse options!\n"
4296msgstr "Mankas sufiĉa memoro por analizi opciojn!\n"
4297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004298#: misc/dumpe2fs.c:556
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004299#, c-format
4300msgid "Invalid superblock parameter: %s\n"
4301msgstr ""
4302
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004303#: misc/dumpe2fs.c:571
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004304#, c-format
4305msgid "Invalid blocksize parameter: %s\n"
4306msgstr ""
4307
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004308#: misc/dumpe2fs.c:582
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004309#, c-format
4310msgid ""
4311"\n"
4312"Bad extended option(s) specified: %s\n"
4313"\n"
4314"Extended options are separated by commas, and may take an argument which\n"
4315"\tis set off by an equals ('=') sign.\n"
4316"\n"
4317"Valid extended options are:\n"
4318"\tsuperblock=<superblock number>\n"
4319"\tblocksize=<blocksize>\n"
4320msgstr ""
4321
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004322#: misc/dumpe2fs.c:646 misc/mke2fs.c:1804
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004323#, c-format
4324msgid "\tUsing %s\n"
4325msgstr " Uziĝas %s\n"
4326
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004327#: misc/dumpe2fs.c:686
4328msgid ""
4329"\n"
4330"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4331"\n"
4332msgstr ""
4333
4334#: misc/dumpe2fs.c:691 misc/e2image.c:1585 misc/tune2fs.c:2775
4335#: resize/main.c:414
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004336msgid "Couldn't find valid filesystem superblock.\n"
4337msgstr "Malsukcesis trovi validan dosiersisteman ĉefblokon.\n"
4338
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004339#: misc/dumpe2fs.c:726
4340msgid ""
4341"\n"
4342"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4343"\n"
4344msgstr ""
4345
4346#: misc/dumpe2fs.c:730
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004347#, c-format
4348msgid ""
4349"\n"
4350"%s: %s: error reading bitmaps: %s\n"
4351msgstr ""
4352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004353#: misc/e2image.c:106
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004354#, c-format
4355msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004356msgstr "Uzmaniero: %s [-r|Q] [-fr] APARATO BILDODOSIERO\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004358#: misc/e2image.c:108
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004359#, c-format
4360msgid " %s -I device image-file\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004361msgstr " %s -I APARATO BILDODOSIERO\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004363#: misc/e2image.c:109
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004364#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04004365msgid ""
4366" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4367"[ dest_fs ]\n"
4368msgstr ""
4369" %s -ra [-cfnp] [-o fontpozicio] [-O celpozicio] font-ds [cel-"
4370"ds]\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004371
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004372#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004373msgid "while allocating buffer"
4374msgstr "dum asigno de bufro"
4375
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004376#: misc/e2image.c:179
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004377#, c-format
4378msgid "Writing block %llu\n"
4379msgstr "Skribado de bloko %llu\n"
4380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004381#: misc/e2image.c:193
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004382#, c-format
4383msgid "error writing block %llu"
4384msgstr "eraro dum skribado de bloko %llu"
4385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004386#: misc/e2image.c:196
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004387msgid "error in generic_write()"
4388msgstr "eraro en 'generic_write()'"
4389
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004390#: misc/e2image.c:213
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004391msgid "Error: header size is bigger than wrt_size\n"
4392msgstr "Eraro: ĉapa grando pli grandas o 'wrt_size'\n"
4393
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004394#: misc/e2image.c:218
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004395msgid "Couldn't allocate header buffer\n"
4396msgstr "Mankas sufiĉa memoro por asigni bufron por ĉapo\n"
4397
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004398#: misc/e2image.c:246
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004399msgid "while writing superblock"
4400msgstr "dum skribado de ĉefbloko"
4401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004402#: misc/e2image.c:255
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004403msgid "while writing inode table"
4404msgstr "dum skribado de i-noda tabelo"
4405
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004406#: misc/e2image.c:263
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004407msgid "while writing block bitmap"
4408msgstr "dum skribado de bloka bitmapo"
4409
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004410#: misc/e2image.c:271
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004411msgid "while writing inode bitmap"
4412msgstr "dum skribado de i-noda bitmapo"
4413
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004414#: misc/e2image.c:505
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004415#, c-format
4416msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4417msgstr "Difekta uja bloko %llu: malbona 'rec_len' (%d)\n"
4418
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004419#: misc/e2image.c:517
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004420#, c-format
4421msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4422msgstr "Difekta uja bloko %llu: malbona 'name_len' (%d)\n"
4423
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004424#: misc/e2image.c:558
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004425#, c-format
4426msgid "%llu / %llu blocks (%d%%)"
Benno Schulenberg789fba32015-05-17 20:21:39 -04004427msgstr "%llu / %llu blokoj (de %d%%)"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004428
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004429#: misc/e2image.c:589 misc/e2image.c:629
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004430msgid "Copying "
4431msgstr "Kopiado "
4432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004433#: misc/e2image.c:626
Theodore Ts'obd386982015-05-17 20:34:58 -04004434msgid ""
4435"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004436msgstr "Halti nun detruos la dosiersistemon; interrompu denove se vi certas.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004438#: misc/e2image.c:652
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004439#, c-format
4440msgid " %s remaining at %.2f MB/s"
4441msgstr " restas %s je %.2f MB/s"
4442
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004443#: misc/e2image.c:664 misc/e2image.c:1191
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004444#, c-format
4445msgid "error reading block %llu"
4446msgstr "eraro dum legado de bloko %llu"
4447
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004448#: misc/e2image.c:718
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004449#, c-format
4450msgid "Copied %llu / %llu blocks (%d%%) in %s "
Benno Schulenberg789fba32015-05-17 20:21:39 -04004451msgstr "Kopiiĝis %llu / %llu blokoj (de %d%%) en %s "
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004452
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004453#: misc/e2image.c:722
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004454#, c-format
4455msgid "at %.2f MB/s"
4456msgstr "je %.2f MB/s"
4457
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004458#: misc/e2image.c:758
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004459msgid "while allocating l1 table"
4460msgstr "dum asigno de l1-tabelo"
4461
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004462#: misc/e2image.c:803
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004463msgid "while allocating l2 cache"
4464msgstr "dum asigno de l2-kaŝmemoro"
4465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004466#: misc/e2image.c:826
Theodore Ts'obd386982015-05-17 20:34:58 -04004467msgid ""
4468"Warning: There are still tables in the cache while putting the cache, data "
4469"will be lost so the image may not be valid.\n"
4470msgstr ""
4471"Averto: ankoraŭ ekzistas tabeloj en la kaŝmemoro dum sia konservado, tial "
4472"datumoj perdiĝos kaj la bildo eble malvalidas.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004473
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004474#: misc/e2image.c:1148
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004475msgid "while allocating ext2_qcow2_image"
4476msgstr "dum asigno de 'ext2_qcow2_image'"
4477
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004478#: misc/e2image.c:1155
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004479msgid "while initializing ext2_qcow2_image"
4480msgstr "dum pravalorizo de 'ext2_qcow2_image'"
4481
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004482#: misc/e2image.c:1214 misc/e2image.c:1232
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004483msgid "Programming error: multiple sequential refcount blocks created!\n"
4484msgstr ""
4485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004486#: misc/e2image.c:1272
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004487msgid "while allocating block bitmap"
4488msgstr "dum asigno de bloka bitmapo"
4489
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004490#: misc/e2image.c:1281
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004491#, fuzzy
4492msgid "while allocating scramble block bitmap"
4493msgstr "dum asigno de kirlita bloka bitmapo"
4494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004495#: misc/e2image.c:1288
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004496msgid "Scanning inodes...\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004497msgstr "Skanado de i-nodoj...\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004499#: misc/e2image.c:1300
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004500msgid "Can't allocate block buffer"
4501msgstr "Mankas sufiĉa memoro por asigni bufron por bloko"
4502
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004503#: misc/e2image.c:1339 misc/e2image.c:1353
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004504#, c-format
4505msgid "while iterating over inode %u"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004506msgstr "dum iteracio je i-nodo %u"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004508#: misc/e2image.c:1384
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004509msgid "Raw and qcow2 images cannot be installed"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004510msgstr "Krudajn kaj QCOW2-bildojn ne eblas instali"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004511
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004512#: misc/e2image.c:1406
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004513msgid "error reading bitmaps"
4514msgstr "eraro dum legado de bitmapoj"
4515
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004516#: misc/e2image.c:1418
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004517msgid "while opening device file"
4518msgstr "dum malfermo de aparatdosiero"
4519
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004520#: misc/e2image.c:1429
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004521msgid "while restoring the image table"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004522msgstr "dum restaŭro de bilda tabelo"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004524#: misc/e2image.c:1526
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004525msgid "-a option can only be used with raw or QCOW2 images."
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004526msgstr "Opcio '-a' uzeblas nur kun krudaj aŭ QCOW2-bildoj."
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004527
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004528#: misc/e2image.c:1532
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004529msgid "Offsets are only allowed with raw images."
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004530msgstr "Pozicioj uzeblas nur kun krudaj bildoj."
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004531
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004532#: misc/e2image.c:1537
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004533msgid "Move mode is only allowed with raw images."
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004534msgstr "Movmoduso uzeblas nur kun krudaj bildoj."
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004535
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004536#: misc/e2image.c:1542
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004537msgid "Move mode requires all data mode."
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004538msgstr "Movmoduso postulas 'all-data' moduson"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004539
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004540#: misc/e2image.c:1552
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004541msgid "checking if mounted"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004542msgstr "kontrolo je surmeto"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004543
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004544#: misc/e2image.c:1559
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004545msgid ""
4546"\n"
4547"Running e2image on a R/W mounted filesystem can result in an\n"
4548"inconsistent image which will not be useful for debugging purposes.\n"
4549"Use -f option if you really want to do that.\n"
4550msgstr ""
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004551"\n"
4552"Ruli 'e2image' je skribeble surmetata dosiersistemo povas rezulti\n"
4553"en malkohera bildo kiu ne utilos por serĉo de programmisoj.\n"
4554"Uzu opcio '-f' se vi vere volas fari tion.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004555
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004556#: misc/e2image.c:1613
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004557msgid "QCOW2 image can not be written to the stdout!\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004558msgstr "Ne eblas skribi QCOW2-bildon al ĉefeligujo!\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004559
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004560#: misc/e2image.c:1619
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004561msgid "Can not stat output\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004562msgstr "Malsukcesis eltrovi statinformon pri eligujo\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004563
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004564#: misc/e2image.c:1629
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004565#, c-format
4566msgid "Image (%s) is compressed\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004567msgstr "Bildo (%s) estas densigita\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004568
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004569#: misc/e2image.c:1632
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004570#, c-format
4571msgid "Image (%s) is encrypted\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004572msgstr "Bildo (%s) estas ĉifrita\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004573
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004574#: misc/e2image.c:1635
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004575#, c-format
4576msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004577msgstr "dum konverto de QCOW2-bildo (%s) al kruda bildo (%s)"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004578
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004579#: misc/e2image.c:1644
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004580msgid "The -c option only supported in raw mode\n"
4581msgstr "Opcio '-c' uzeblas nur en kruda moduso\n"
4582
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004583#: misc/e2image.c:1649
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004584msgid "The -c option not supported when writing to stdout\n"
4585msgstr "Opcio '-c' ne uzeblas dum skribado al ĉefeligujo\n"
4586
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004587#: misc/e2image.c:1656
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004588msgid "while allocating check_buf"
4589msgstr "dum asigno de 'check_buf'"
4590
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004591#: misc/e2image.c:1662
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004592msgid "The -p option only supported in raw mode\n"
4593msgstr "Opcio '-p' uzeblas nur en kruda moduso\n"
4594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004595#: misc/e2image.c:1672
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004596#, c-format
4597msgid "%d blocks already contained the data to be copied\n"
4598msgstr "Estis %d blokoj kiuj jam enhavis la kopiendajn datumojn\n"
4599
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004600#: misc/e2initrd_helper.c:68
4601#, fuzzy, c-format
4602msgid "Usage: %s -r device\n"
4603msgstr "Uzmaniero: %s DISKO\n"
4604
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004605#: misc/e2label.c:58
4606#, c-format
4607msgid "e2label: cannot open %s\n"
4608msgstr "e2label: ne eblas malfermi %s\n"
4609
4610#: misc/e2label.c:63
4611#, c-format
4612msgid "e2label: cannot seek to superblock\n"
4613msgstr "e2label: ne eblas salti al ĉefbloko\n"
4614
4615#: misc/e2label.c:68
4616#, c-format
4617msgid "e2label: error reading superblock\n"
4618msgstr "e2label: eraro dum legado de ĉefbloko\n"
4619
4620#: misc/e2label.c:72
4621#, c-format
4622msgid "e2label: not an ext2 filesystem\n"
4623msgstr "e2label: ne estas Ext2-dosiersistemo\n"
4624
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004625#: misc/e2label.c:97 misc/tune2fs.c:2948
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004626#, c-format
4627msgid "Warning: label too long, truncating.\n"
4628msgstr "Averto: etikedo tro longas, ĝi trunkiĝas.\n"
4629
4630#: misc/e2label.c:100
4631#, c-format
4632msgid "e2label: cannot seek to superblock again\n"
4633msgstr "e2label: ne eblas resalti al ĉefbloko\n"
4634
4635#: misc/e2label.c:105
4636#, c-format
4637msgid "e2label: error writing superblock\n"
4638msgstr "e2label: eraro dum skribado de ĉefbloko\n"
4639
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004640#: misc/e2label.c:117 misc/tune2fs.c:1559
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004641#, c-format
4642msgid "Usage: e2label device [newlabel]\n"
4643msgstr "Uzmaniero: e2label APARATO [NOVETIKEDO]\n"
4644
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004645#: misc/e2undo.c:108
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004646#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004647msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004648msgstr ""
4649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004650#: misc/e2undo.c:131
4651msgid "The file system superblock doesn't match the undo file.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004652msgstr ""
4653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004654#: misc/e2undo.c:134
4655msgid "UUID does not match.\n"
4656msgstr ""
4657
4658#: misc/e2undo.c:136
4659msgid "Last mount time does not match.\n"
4660msgstr ""
4661
4662#: misc/e2undo.c:138
4663msgid "Last write time does not match.\n"
4664msgstr ""
4665
4666#: misc/e2undo.c:140
4667msgid "Lifetime write counter does not match.\n"
4668msgstr ""
4669
4670#: misc/e2undo.c:154
4671#, fuzzy
4672msgid "while reading filesystem superblock."
4673msgstr "dum legado de kaŝprotokola ĉefbloko"
4674
4675#: misc/e2undo.c:170
4676#, fuzzy
4677msgid "while fetching superblock"
4678msgstr "dum skribado de ĉefbloko"
4679
4680#: misc/e2undo.c:183
4681#, fuzzy, c-format
4682msgid "Undo file superblock checksum doesn't match.\n"
4683msgstr "Kontrolsumo de ĉefbloko ne konkordas kun ĉefbloko"
4684
4685#: misc/e2undo.c:335
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004686#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004687msgid "Will not write to an undo file while replaying it.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004688msgstr ""
4689
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004690#: misc/e2undo.c:344
4691#, fuzzy, c-format
4692msgid "while opening undo file `%s'\n"
4693msgstr "dum malfermo de aparatdosiero"
4694
4695#: misc/e2undo.c:351
4696#, fuzzy
4697msgid "while reading undo file"
4698msgstr "dum legado de radika i-nodo"
4699
4700#: misc/e2undo.c:356
4701#, fuzzy, c-format
4702msgid "%s: Not an undo file.\n"
4703msgstr "%s: tro da aparatoj\n"
4704
4705#: misc/e2undo.c:367
4706#, fuzzy, c-format
4707msgid "%s: Header checksum doesn't match.\n"
4708msgstr "Kontrolsumo de i-nodo ne konkordas kun i-nodo"
4709
4710#: misc/e2undo.c:374
4711#, fuzzy, c-format
4712msgid "%s: Corrupt undo file header.\n"
4713msgstr "Difekta ampleksa ĉapo"
4714
4715#: misc/e2undo.c:378
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004716#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004717msgid "%s: Undo block size too large.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004718msgstr ""
4719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004720#: misc/e2undo.c:383
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004721#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004722msgid "%s: Undo block size too small.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004723msgstr ""
4724
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004725#: misc/e2undo.c:392
4726#, fuzzy, c-format
4727msgid "%s: Unknown undo file feature set.\n"
4728msgstr "Kaŝprotokola @S havas nekonatan jesan nekongruan funkcian flagon.\n"
4729
4730#: misc/e2undo.c:400
4731#, fuzzy, c-format
4732msgid "Error while determining whether %s is mounted."
4733msgstr "dum eltrovo se %s estas surmetata."
4734
4735#: misc/e2undo.c:406
4736msgid "e2undo should only be run on unmounted filesystems"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004737msgstr ""
4738
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004739#: misc/e2undo.c:422
4740#, fuzzy, c-format
4741msgid "while opening `%s'"
4742msgstr "dum malfermo de i-noda skano"
4743
4744#: misc/e2undo.c:461
4745#, fuzzy
4746msgid "while reading keys"
4747msgstr "dum legado de bitmapoj"
4748
4749#: misc/e2undo.c:473
4750#, c-format
4751msgid "%s: wrong key magic at %llu\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004752msgstr ""
4753
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004754#: misc/e2undo.c:483
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004755#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004756msgid "%s: key block checksum error at %llu.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004757msgstr ""
4758
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004759#: misc/e2undo.c:506
4760#, fuzzy, c-format
4761msgid "%s: block %llu is too long."
4762msgstr "De bloko %lu al %lu\n"
4763
4764#: misc/e2undo.c:518 misc/e2undo.c:554
4765#, fuzzy, c-format
4766msgid "while fetching block %llu."
4767msgstr "Skribado de bloko %llu\n"
4768
4769#: misc/e2undo.c:530
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004770#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004771msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4772msgstr ""
4773
4774#: misc/e2undo.c:569
4775#, fuzzy, c-format
4776msgid "while writing block %llu."
4777msgstr "eraro dum skribado de bloko %llu"
4778
4779#: misc/e2undo.c:575
4780#, c-format
4781msgid "Undo file corruption; run e2fsck NOW!\n"
4782msgstr ""
4783
4784#: misc/e2undo.c:577
4785#, c-format
4786msgid "IO error during replay; run e2fsck NOW!\n"
4787msgstr ""
4788
4789#: misc/e2undo.c:580
4790#, c-format
4791msgid "Incomplete undo record; run e2fsck.\n"
4792msgstr ""
4793
4794#: misc/findsuper.c:110
4795#, c-format
4796msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4797msgstr ""
4798
4799#: misc/findsuper.c:155
4800#, c-format
4801msgid "skipbytes should be a number, not %s\n"
4802msgstr ""
4803
4804#: misc/findsuper.c:162
4805#, c-format
4806msgid "skipbytes must be a multiple of the sector size\n"
4807msgstr ""
4808
4809#: misc/findsuper.c:169
4810#, c-format
4811msgid "startkb should be a number, not %s\n"
4812msgstr ""
4813
4814#: misc/findsuper.c:175
4815#, c-format
4816msgid "startkb should be positive, not %llu\n"
4817msgstr ""
4818
4819#: misc/findsuper.c:186
4820#, c-format
4821msgid "starting at %llu, with %u byte increments\n"
4822msgstr ""
4823
4824#: misc/findsuper.c:188
4825#, c-format
4826msgid ""
4827"[*] probably superblock written in the ext3 journal superblock,\n"
4828"\tso start/end/grp wrong\n"
4829msgstr ""
4830
4831#: misc/findsuper.c:190
4832#, c-format
4833msgid ""
4834"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4835"mount_time sb_uuid label\n"
4836msgstr ""
4837
4838#: misc/findsuper.c:264
4839#, c-format
4840msgid ""
4841"\n"
4842"%11Lu: finished with errno %d\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004843msgstr ""
4844
4845#: misc/fsck.c:343
4846#, c-format
4847msgid "WARNING: couldn't open %s: %s\n"
4848msgstr "AVERTO: malsukcesis malfermi %s: %s\n"
4849
4850#: misc/fsck.c:353
4851#, c-format
4852msgid "WARNING: bad format on line %d of %s\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004853msgstr "AVERTO: malvalida sintakso en linio %d de %s\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004854
4855#: misc/fsck.c:370
4856msgid ""
4857"WARNING: Your /etc/fstab does not contain the fsck passno\n"
4858"\tfield. I will kludge around things for you, but you\n"
4859"\tshould fix your /etc/fstab file as soon as you can.\n"
4860"\n"
4861msgstr ""
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004862"WARNING: /etc/fstab ne enhavas le sesan kampon (vicnumeron por 'fsck')\n"
4863" Ĉi tiu problemo nun ĉirkaŭiriĝos kaj evitiĝos, sed vi devus\n"
4864" korekti vian dosieron /etc/fstab la plej frue ke vi povas.\n"
4865"\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004866
4867#: misc/fsck.c:478
4868#, c-format
4869msgid "fsck: %s: not found\n"
4870msgstr "fsck: %s ne troviĝis\n"
4871
4872#: misc/fsck.c:594
4873#, c-format
4874msgid "%s: wait: No more child process?!?\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004875msgstr "%s: wait: Ne plu ekzistas ida procezo!!\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004876
4877#: misc/fsck.c:616
4878#, c-format
4879msgid "Warning... %s for device %s exited with signal %d.\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004880msgstr "Averto... %s por aparato %s finis kun signalo %d.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004881
4882#: misc/fsck.c:622
4883#, c-format
4884msgid "%s %s: status is %x, should never happen.\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004885msgstr "%s %s: elirstato estas %x -- tio devus neniam okazi.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004886
4887#: misc/fsck.c:661
4888#, c-format
4889msgid "Finished with %s (exit status %d)\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004890msgstr "Finkontrolis aparaton %s (elirstato estas %d)\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004891
4892#: misc/fsck.c:721
4893#, c-format
4894msgid "%s: Error %d while executing fsck.%s for %s\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004895msgstr "%s: Eraro %d dum rulado de 'fsck.%s' por %s\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004896
4897#: misc/fsck.c:742
4898msgid ""
4899"Either all or none of the filesystem types passed to -t must be prefixed\n"
4900"with 'no' or '!'.\n"
4901msgstr ""
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004902"Aŭ ĉiuj aŭ neniuj de la dosiersistemaj tipoj je opcio '-t'\n"
4903"devus esti prefiksitaj kun 'no' aŭ '!'.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004904
4905#: misc/fsck.c:761
4906msgid "Couldn't allocate memory for filesystem types\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004907msgstr "Mankas sufiĉa memoro por dosiersistemaj tipoj\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004908
4909#: misc/fsck.c:884
4910#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04004911msgid ""
4912"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4913"number\n"
4914msgstr ""
4915"%s: transsaltiĝas malbona linio en /etc/fstab: 'bind'-surmeto havas nenulan "
4916"sesan kampon (vicnumeron por 'fsck')\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004917
4918#: misc/fsck.c:911
4919#, c-format
4920msgid "fsck: cannot check %s: fsck.%s not found\n"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04004921msgstr "fsck: ne eblas kontroli %s: 'fsck.%s' ne troviĝas\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004922
4923#: misc/fsck.c:967
4924msgid "Checking all file systems.\n"
4925msgstr "Kontrolo de ĉiuj dosiersistemoj.\n"
4926
4927#: misc/fsck.c:1058
4928#, c-format
4929msgid "--waiting-- (pass %d)\n"
4930msgstr "--atendado-- (paŝo %d)\n"
4931
4932#: misc/fsck.c:1078
Theodore Ts'obd386982015-05-17 20:34:58 -04004933msgid ""
4934"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004935msgstr ""
4936"Uzmaniero: fsck [-AMNPRTV] [-C [dosierpriaĵo]] [-t dosiersistemtipo]\n"
4937" [dosiersistemopcioj] [dosiersistemo...]\n"
4938
4939#: misc/fsck.c:1120
4940#, c-format
4941msgid "%s: too many devices\n"
4942msgstr "%s: tro da aparatoj\n"
4943
4944#: misc/fsck.c:1153 misc/fsck.c:1239
4945#, c-format
4946msgid "%s: too many arguments\n"
4947msgstr "%s: tro da argumentoj\n"
4948
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004949#: misc/fuse2fs.c:3727
4950#, fuzzy
4951msgid "Mounting read-only.\n"
4952msgstr "Dosiero estas malferma nurlege"
4953
4954#: misc/fuse2fs.c:3751
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004955#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004956msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04004957msgstr ""
4958
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004959#: misc/fuse2fs.c:3763 misc/fuse2fs.c:3776
4960#, c-format
4961msgid "%s: %s.\n"
4962msgstr ""
4963
4964#: misc/fuse2fs.c:3764 misc/fuse2fs.c:3778 misc/tune2fs.c:3165
4965#, c-format
4966msgid "Please run e2fsck -fy %s.\n"
4967msgstr ""
4968
4969#: misc/fuse2fs.c:3785
4970msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4971msgstr ""
4972
4973#: misc/fuse2fs.c:3793
4974#, c-format
4975msgid "%s: Writing to the journal is not supported.\n"
4976msgstr ""
4977
4978#: misc/fuse2fs.c:3808
4979msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4980msgstr ""
4981
4982#: misc/fuse2fs.c:3812
4983msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4984msgstr ""
4985
4986#: misc/fuse2fs.c:3817
4987msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4988msgstr ""
4989
4990#: misc/fuse2fs.c:3821
4991msgid "Orphans detected; running e2fsck is recommended.\n"
4992msgstr ""
4993
4994#: misc/fuse2fs.c:3825
4995msgid "Errors detected; running e2fsck is required.\n"
4996msgstr ""
4997
4998#: misc/lsattr.c:75
4999#, fuzzy, c-format
5000msgid "Usage: %s [-RVadlpv] [files...]\n"
5001msgstr "Uzmaniero: %s [-RVf] [-+=AaCcDdeijSsTtu] [-v VERSIO] DOSIERO...\n"
5002
5003#: misc/lsattr.c:86
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005004#, c-format
5005msgid "While reading flags on %s"
5006msgstr ""
5007
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005008#: misc/lsattr.c:93
5009#, fuzzy, c-format
5010msgid "While reading project on %s"
5011msgstr "dum legado de radika i-nodo"
5012
5013#: misc/lsattr.c:102
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005014#, c-format
5015msgid "While reading version on %s"
5016msgstr ""
5017
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005018#: misc/mke2fs.c:124
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005019#, c-format
5020msgid ""
5021"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
5022"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005023"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005024"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5025"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5026"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005027"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5028"undo_file]\n"
5029"\t[-jnqvDFKSV] device [blocks-count]\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005030msgstr ""
5031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005032#: misc/mke2fs.c:255
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005033#, c-format
5034msgid "Running command: %s\n"
5035msgstr "Ruliĝas komando: %s\n"
5036
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005037#: misc/mke2fs.c:259
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005038#, c-format
5039msgid "while trying to run '%s'"
5040msgstr "dum provo de ruli '%s'"
5041
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005042#: misc/mke2fs.c:266
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005043msgid "while processing list of bad blocks from program"
5044msgstr "dum traktado de listo de malbonaj blokoj el programo"
5045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005046#: misc/mke2fs.c:293
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005047#, c-format
5048msgid "Block %d in primary superblock/group descriptor area bad.\n"
5049msgstr ""
5050
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005051#: misc/mke2fs.c:295
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005052#, c-format
5053msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5054msgstr ""
5055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005056#: misc/mke2fs.c:298
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005057msgid "Aborting....\n"
5058msgstr "Abortiĝas...\n"
5059
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005060#: misc/mke2fs.c:318
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005061#, c-format
5062msgid ""
5063"Warning: the backup superblock/group descriptors at block %u contain\n"
5064"\tbad blocks.\n"
5065"\n"
5066msgstr ""
5067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005068#: misc/mke2fs.c:337
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005069msgid "while marking bad blocks as used"
5070msgstr "dum markado de malbonaj blokoj kiel uzataj"
5071
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005072#: misc/mke2fs.c:408
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005073msgid "Writing inode tables: "
5074msgstr "Skribiĝas i-nodaj tabeloj: "
5075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005076#: misc/mke2fs.c:430
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005077#, c-format
5078msgid ""
5079"\n"
5080"Could not write %d blocks in inode table starting at %llu: %s\n"
5081msgstr ""
5082"\n"
5083"Malsukcesis skribi %d blokojn en i-noda tabelo ekde %llu: %s\n"
5084
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005085#: misc/mke2fs.c:444 misc/mke2fs.c:2628 misc/mke2fs.c:2993
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005086msgid "done \n"
5087msgstr "farita \n"
5088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005089#: misc/mke2fs.c:460
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005090msgid "while creating root dir"
5091msgstr "dum kreado de radika dosierujo"
5092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005093#: misc/mke2fs.c:467
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005094msgid "while reading root inode"
5095msgstr "dum legado de radika i-nodo"
5096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005097#: misc/mke2fs.c:479
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005098msgid "while setting root inode ownership"
5099msgstr "dum agordo de posedeco de radika i-nodo"
5100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005101#: misc/mke2fs.c:497
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005102msgid "while creating /lost+found"
5103msgstr "dum kreado de dosierujo '/lost+found'"
5104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005105#: misc/mke2fs.c:504
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005106msgid "while looking up /lost+found"
5107msgstr "dum serĉado de dosierujo '/lost+found'"
5108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005109#: misc/mke2fs.c:517
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005110msgid "while expanding /lost+found"
5111msgstr "dum etendado de dosierujo '/lost+found'"
5112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005113#: misc/mke2fs.c:532
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005114msgid "while setting bad block inode"
5115msgstr "dum agordo de malbonbloka i-nodo"
5116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005117#: misc/mke2fs.c:559
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005118#, c-format
5119msgid "Out of memory erasing sectors %d-%d\n"
5120msgstr "Mankas sufiĉa memoro dum viŝado de sektoroj %d-%d\n"
5121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005122#: misc/mke2fs.c:569
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005123#, c-format
5124msgid "Warning: could not read block 0: %s\n"
5125msgstr "Averto: malsukcesis legi blokon 0: %s\n"
5126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005127#: misc/mke2fs.c:585
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005128#, c-format
5129msgid "Warning: could not erase sector %d: %s\n"
5130msgstr "Averto: malsukcesis viŝi sektoron %d: %s\n"
5131
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005132#: misc/mke2fs.c:601
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005133msgid "while initializing journal superblock"
5134msgstr "dum pravalorizo de kaŝprotokola ĉefbloko"
5135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005136#: misc/mke2fs.c:609
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005137msgid "Zeroing journal device: "
5138msgstr "Nulpleniĝas kaŝprotokola aparato: "
5139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005140#: misc/mke2fs.c:621
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005141#, c-format
5142msgid "while zeroing journal device (block %llu, count %d)"
5143msgstr "dum nulplenigo de kaŝprotokola aparato (bloko %llu, numero %d)"
5144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005145#: misc/mke2fs.c:638
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005146msgid "while writing journal superblock"
5147msgstr "dum skribado de kaŝprotokola ĉefbloko"
5148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005149#: misc/mke2fs.c:653
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005150#, c-format
5151msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04005152msgstr "Kreado de dosiersistemo kun %llu blokoj (de %dK) kaj %u i-nodoj\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005154#: misc/mke2fs.c:661
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005155#, c-format
5156msgid ""
5157"warning: %llu blocks unused.\n"
5158"\n"
5159msgstr ""
5160"Averto: %llu blokoj ne uziĝas.\n"
5161"\n"
5162
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005163#: misc/mke2fs.c:666
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005164#, c-format
5165msgid "Filesystem label=%s\n"
5166msgstr "Dosiersistema etikedo=%s\n"
5167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005168#: misc/mke2fs.c:669
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005169#, c-format
5170msgid "OS type: %s\n"
5171msgstr "Mastrumsistema tipo: %s\n"
5172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005173#: misc/mke2fs.c:671
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005174#, c-format
5175msgid "Block size=%u (log=%u)\n"
5176msgstr "Blokgrando=%u (log=%u)\n"
5177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005178#: misc/mke2fs.c:674
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005179#, c-format
5180msgid "Cluster size=%u (log=%u)\n"
5181msgstr "Faska grando=%u (log=%u)\n"
5182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005183#: misc/mke2fs.c:678
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005184#, c-format
5185msgid "Fragment size=%u (log=%u)\n"
5186msgstr "Fragmenta grando=%u (log=%u)\n"
5187
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005188#: misc/mke2fs.c:680
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005189#, c-format
5190msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5191msgstr "'Stride'-paŝo=%u blokoj, 'stripe'-larĝo=%u blokoj\n"
5192
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005193#: misc/mke2fs.c:682
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005194#, c-format
5195msgid "%u inodes, %llu blocks\n"
5196msgstr "%u i-nodoj, %llu blokoj\n"
5197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005198#: misc/mke2fs.c:684
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005199#, c-format
5200msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5201msgstr "%llu blokoj (%2.2f%%) rezerviĝas por la ĉefuzanto\n"
5202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005203#: misc/mke2fs.c:687
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005204#, c-format
5205msgid "First data block=%u\n"
5206msgstr "Unua datumbloko=%u\n"
5207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005208#: misc/mke2fs.c:689
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005209#, c-format
5210msgid "Root directory owner=%u:%u\n"
5211msgstr "Posedanto de radika dosierujo=%u:%u\n"
5212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005213#: misc/mke2fs.c:691
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005214#, c-format
5215msgid "Maximum filesystem blocks=%lu\n"
5216msgstr "Maksimuma nombro de dosiersistemaj blokoj=%lu\n"
5217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005218#: misc/mke2fs.c:695
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005219#, c-format
5220msgid "%u block groups\n"
5221msgstr "%u blokgrupoj\n"
5222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005223#: misc/mke2fs.c:697
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005224#, c-format
5225msgid "%u block group\n"
5226msgstr "%u blokgrupo\n"
5227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005228#: misc/mke2fs.c:699
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005229#, c-format
5230msgid "%u blocks per group, %u clusters per group\n"
5231msgstr "%u blokoj po grupo, %u faskoj po grupo\n"
5232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005233#: misc/mke2fs.c:702
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005234#, c-format
5235msgid "%u blocks per group, %u fragments per group\n"
5236msgstr "%u blokoj po grupo, %u fragmentoj po grupo\n"
5237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005238#: misc/mke2fs.c:704
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005239#, c-format
5240msgid "%u inodes per group\n"
5241msgstr "%u i-nodoj po grupo\n"
5242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005243#: misc/mke2fs.c:713
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005244#, c-format
5245msgid "Filesystem UUID: %s\n"
5246msgstr "Dosiersistema UUID=%s\n"
5247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005248#: misc/mke2fs.c:714
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005249msgid "Superblock backups stored on blocks: "
5250msgstr "Ĉefblokaj savkopioj gardiĝas en blokoj: "
5251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005252#: misc/mke2fs.c:783
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005253#, c-format
5254msgid "Invalid quotatype parameter: %s\n"
5255msgstr "Malvalida argumento por 'quotatype': %s\n"
5256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005257#: misc/mke2fs.c:825
5258#, c-format
5259msgid "%s requires '-O 64bit'\n"
5260msgstr "%s bezonas '-O 64bit'\n"
5261
5262#: misc/mke2fs.c:831
5263#, c-format
5264msgid "'%s' must be before 'resize=%u'\n"
5265msgstr "'%s' devas esti antaŭ 'resize=%u'\n"
5266
5267#: misc/mke2fs.c:844
5268#, c-format
5269msgid "Invalid desc_size: '%s'\n"
5270msgstr "Nevalida 'desc_size': '%s'\n"
5271
5272#: misc/mke2fs.c:857
5273#, c-format
5274msgid "Invalid offset: %s\n"
5275msgstr "Nevalida pozicio: %s\n"
5276
5277#: misc/mke2fs.c:871 misc/tune2fs.c:1928
5278#, c-format
5279msgid "Invalid mmp_update_interval: %s\n"
5280msgstr "Nevalida 'mmp_update_interval': %s\n"
5281
5282#: misc/mke2fs.c:885
5283#, c-format
5284msgid "Invalid # of backup superblocks: %s\n"
5285msgstr "Malvalida nombro de savkopiaj ĉefblokoj: %s\n"
5286
5287#: misc/mke2fs.c:907
5288#, c-format
5289msgid "Invalid stride parameter: %s\n"
5290msgstr "Malvalida argumento por 'stride': %s\n"
5291
5292#: misc/mke2fs.c:922
5293#, c-format
5294msgid "Invalid stripe-width parameter: %s\n"
5295msgstr "Malvalida argumento por 'stripe'-larĝo: %s\n"
5296
5297#: misc/mke2fs.c:945
5298#, c-format
5299msgid "Invalid resize parameter: %s\n"
5300msgstr "Malvalida argumento por 'resize': %s\n"
5301
5302#: misc/mke2fs.c:952
5303msgid "The resize maximum must be greater than the filesystem size.\n"
5304msgstr ""
5305
5306#: misc/mke2fs.c:976
5307msgid "On-line resizing not supported with revision 0 filesystems\n"
5308msgstr ""
5309
5310#: misc/mke2fs.c:1002 misc/mke2fs.c:1011
5311#, c-format
5312msgid "Invalid root_owner: '%s'\n"
5313msgstr "Nevalida radikposedanto: '%s'\n"
5314
5315#: misc/mke2fs.c:1042
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005316#, c-format
5317msgid ""
5318"\n"
5319"Bad option(s) specified: %s\n"
5320"\n"
5321"Extended options are separated by commas, and may take an argument which\n"
5322"\tis set off by an equals ('=') sign.\n"
5323"\n"
5324"Valid extended options are:\n"
5325"\tmmp_update_interval=<interval>\n"
5326"\tnum_backup_sb=<0|1|2>\n"
5327"\tstride=<RAID per-disk data chunk in blocks>\n"
5328"\tstripe-width=<RAID stride * data disks in blocks>\n"
5329"\toffset=<offset to create the file system>\n"
5330"\tresize=<resize maximum size in blocks>\n"
5331"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5332"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5333"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5334"\troot_uid=<uid of root directory>\n"
5335"\troot_gid=<gid of root directory>\n"
5336"\ttest_fs\n"
5337"\tdiscard\n"
5338"\tnodiscard\n"
5339"\tquotatype=<usr OR grp>\n"
5340"\n"
5341msgstr ""
5342
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005343#: misc/mke2fs.c:1068
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005344#, c-format
5345msgid ""
5346"\n"
5347"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5348"\n"
5349msgstr ""
5350
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005351#: misc/mke2fs.c:1110
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005352#, c-format
5353msgid ""
5354"Syntax error in mke2fs config file (%s, line #%d)\n"
5355"\t%s\n"
5356msgstr ""
5357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005358#: misc/mke2fs.c:1123 misc/tune2fs.c:1002
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005359#, c-format
5360msgid "Invalid filesystem option set: %s\n"
5361msgstr "Nevalida dosiersistema opcio agordiĝas: %s\n"
5362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005363#: misc/mke2fs.c:1135 misc/tune2fs.c:401
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005364#, c-format
5365msgid "Invalid mount option set: %s\n"
5366msgstr "Nevalida surmeta opcio agordiĝas: %s\n"
5367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005368#: misc/mke2fs.c:1271
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005369#, c-format
5370msgid ""
5371"\n"
5372"Your mke2fs.conf file does not define the %s filesystem type.\n"
5373msgstr ""
5374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005375#: misc/mke2fs.c:1275
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005376msgid ""
5377"You probably need to install an updated mke2fs.conf file.\n"
5378"\n"
5379msgstr ""
5380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005381#: misc/mke2fs.c:1279
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005382msgid "Aborting...\n"
5383msgstr "Abortiĝas...\n"
5384
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005385#: misc/mke2fs.c:1320
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005386#, c-format
5387msgid ""
5388"\n"
5389"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5390"\n"
5391msgstr ""
5392
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005393#: misc/mke2fs.c:1500
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005394msgid "Couldn't allocate memory for new PATH.\n"
5395msgstr "Mankas sufiĉa memoro por nova 'PATH'.\n"
5396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005397#: misc/mke2fs.c:1541
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005398#, c-format
5399msgid "Couldn't init profile successfully (error: %ld).\n"
5400msgstr ""
5401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005402#: misc/mke2fs.c:1574
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005403#, c-format
5404msgid "invalid block size - %s"
5405msgstr "nevalida blokgrando: %s"
5406
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005407#: misc/mke2fs.c:1578
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005408#, c-format
5409msgid "Warning: blocksize %d not usable on most systems.\n"
5410msgstr "Averto: blokgrando %d ne uzeblas en plejmulto de sistemoj.\n"
5411
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005412#: misc/mke2fs.c:1594
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005413#, c-format
5414msgid "invalid cluster size - %s"
5415msgstr "nevalida faskgrando: %s"
5416
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005417#: misc/mke2fs.c:1607
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005418msgid "'-R' is deprecated, use '-E' instead"
5419msgstr "opcio '-R' arkaikas; uzu '-E' anstataŭe"
5420
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005421#: misc/mke2fs.c:1621 misc/tune2fs.c:1656
5422#, c-format
5423msgid "bad error behavior - %s"
5424msgstr ""
5425
5426#: misc/mke2fs.c:1633
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005427msgid "Illegal number for blocks per group"
5428msgstr "Nevalida nombro de blokoj po grupo"
5429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005430#: misc/mke2fs.c:1638
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005431msgid "blocks per group must be multiple of 8"
5432msgstr "blokoj po grupo devas esti oblo de 8"
5433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005434#: misc/mke2fs.c:1646
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005435msgid "Illegal number for flex_bg size"
5436msgstr "Malvalida nombro por grando de 'flex_bg'"
5437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005438#: misc/mke2fs.c:1652
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005439msgid "flex_bg size must be a power of 2"
5440msgstr "Grando de 'flex_bg' devas esti potenco de 2"
5441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005442#: misc/mke2fs.c:1657
Benno Schulenberg789fba32015-05-17 20:21:39 -04005443#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005444msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Benno Schulenberg789fba32015-05-17 20:21:39 -04005445msgstr "Grando de 'flex_bg' (%lu) devas esti malpli ol (aŭ egale al) 2^31"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005446
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005447#: misc/mke2fs.c:1667
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005448#, c-format
5449msgid "invalid inode ratio %s (min %d/max %d)"
5450msgstr "nevalida i-noda rilato %s (min %d/maks %d)"
5451
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005452#: misc/mke2fs.c:1677
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005453#, c-format
5454msgid "invalid inode size - %s"
5455msgstr "nevalida i-noda grando: %s"
5456
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005457#: misc/mke2fs.c:1690
Theodore Ts'obd386982015-05-17 20:34:58 -04005458msgid ""
5459"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5460"nodiscard' extended option instead!\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005461msgstr ""
5462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005463#: misc/mke2fs.c:1701
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005464msgid "in malloc for bad_blocks_filename"
5465msgstr "mankas sufiĉa memoro en 'bad_blocks_filename()'"
5466
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005467#: misc/mke2fs.c:1714
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005468#, c-format
5469msgid "invalid reserved blocks percent - %s"
5470msgstr "nevalida elcento de rezervitaj blokoj: %s"
5471
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005472#: misc/mke2fs.c:1729
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005473#, c-format
5474msgid "bad num inodes - %s"
5475msgstr "nevalida nombro de i-nodoj: %s"
5476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005477#: misc/mke2fs.c:1746
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005478#, c-format
5479msgid "bad revision level - %s"
5480msgstr "nevalida revizia nivelo: %s"
5481
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005482#: misc/mke2fs.c:1751
Benno Schulenberg43b15a72014-07-09 23:13:30 -04005483#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005484msgid "while trying to create revision %d"
5485msgstr ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005487#: misc/mke2fs.c:1765
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005488msgid "The -t option may only be used once"
5489msgstr "Opcio '-t' uzeblas nur unu fojon"
5490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005491#: misc/mke2fs.c:1773
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005492msgid "The -T option may only be used once"
5493msgstr "Opcio '-T' uzeblas nur unu fojon"
5494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005495#: misc/mke2fs.c:1829 misc/mke2fs.c:3077
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005496#, c-format
5497msgid "while trying to open journal device %s\n"
5498msgstr "dum provo de malfermi kaŝprotokolan aparaton %s\n"
5499
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005500#: misc/mke2fs.c:1835
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005501#, c-format
5502msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005503msgstr ""
5504"Blokgrando %d de kaŝprotokola aparato estas pli malgranda ol minimuma "
5505"blokgrando %d\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005506
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005507#: misc/mke2fs.c:1841
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005508#, c-format
5509msgid "Using journal device's blocksize: %d\n"
5510msgstr "Blokgrando de kaŝprotokola aparato uziĝas: %d\n"
5511
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005512#: misc/mke2fs.c:1852
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005513#, c-format
5514msgid "invalid blocks '%s' on device '%s'"
5515msgstr "nevalidaj blokoj '%s' en aparato '%s'"
5516
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005517#: misc/mke2fs.c:1874
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005518msgid "filesystem"
5519msgstr "dosiersistemo"
5520
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005521#: misc/mke2fs.c:1887 resize/main.c:490
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005522msgid "while trying to determine filesystem size"
5523msgstr "dum eltrovo de dosiersistema grando"
5524
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005525#: misc/mke2fs.c:1893
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005526msgid ""
5527"Couldn't determine device size; you must specify\n"
5528"the size of the filesystem\n"
5529msgstr ""
5530"Malsukcesis eltrovi aparatan grandon;\n"
5531"necesas indiki la grandon de la dosiersistemo\n"
5532
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005533#: misc/mke2fs.c:1900
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005534msgid ""
5535"Device size reported to be zero. Invalid partition specified, or\n"
5536"\tpartition table wasn't reread after running fdisk, due to\n"
5537"\ta modified partition being busy and in use. You may need to reboot\n"
5538"\tto re-read your partition table.\n"
5539msgstr ""
5540
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005541#: misc/mke2fs.c:1917
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005542msgid "Filesystem larger than apparent device size."
5543msgstr "Dosiersistemo pli grandas ol ŝajna aparata grando."
5544
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005545#: misc/mke2fs.c:1937
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005546msgid "Failed to parse fs types list\n"
5547msgstr "Malsukcesis analizi liston de dosiersistemaj tipoj\n"
5548
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005549#: misc/mke2fs.c:1984
5550#, fuzzy
5551msgid "The HURD does not support the filetype feature.\n"
5552msgstr "Ekstera kaŝprotokolo ne subtenas ĉi tiun dosiersistemon.\n"
5553
5554#: misc/mke2fs.c:1989
5555#, fuzzy
5556msgid "The HURD does not support the huge_file feature.\n"
5557msgstr "Ekstera kaŝprotokolo ne subtenas ĉi tiun dosiersistemon.\n"
5558
5559#: misc/mke2fs.c:1994
5560msgid "The HURD does not support the metadata_csum feature.\n"
5561msgstr ""
5562
5563#: misc/mke2fs.c:2004
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005564msgid "while trying to determine hardware sector size"
5565msgstr ""
5566
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005567#: misc/mke2fs.c:2010
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005568msgid "while trying to determine physical sector size"
5569msgstr ""
5570
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005571#: misc/mke2fs.c:2042
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005572msgid "while setting blocksize; too small for device\n"
5573msgstr "dum agordo de blokgrando; ĝi tro malgrandas por aparato\n"
5574
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005575#: misc/mke2fs.c:2047
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005576#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005577msgid ""
5578"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005579msgstr ""
5580
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005581#: misc/mke2fs.c:2071
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005582#, c-format
5583msgid ""
5584"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5585"\tin 32 bits using a blocksize of %d.\n"
5586msgstr ""
5587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005588#: misc/mke2fs.c:2087
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005589msgid "fs_types for mke2fs.conf resolution: "
5590msgstr ""
5591
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005592#: misc/mke2fs.c:2094
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005593msgid "Filesystem features not supported with revision 0 filesystems\n"
5594msgstr ""
5595
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005596#: misc/mke2fs.c:2102
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005597msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5598msgstr ""
5599
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005600#: misc/mke2fs.c:2112
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005601msgid "Journals not supported with revision 0 filesystems\n"
5602msgstr "Kaŝprotokoloj ne subtenatas en dosiersistemoj de revizio 0\n"
5603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005604#: misc/mke2fs.c:2125
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005605#, c-format
5606msgid "invalid reserved blocks percent - %lf"
5607msgstr "nevalida elcento de rezervitaj blokoj: %lf"
5608
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005609#: misc/mke2fs.c:2142
Theodore Ts'obd386982015-05-17 20:34:58 -04005610msgid ""
5611"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5612"rectify.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005613msgstr ""
5614
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005615#: misc/mke2fs.c:2162
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005616msgid "The cluster size may not be smaller than the block size.\n"
5617msgstr "Faskgrando ne povas esti pli malgranda ol blokgrando.\n"
5618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005619#: misc/mke2fs.c:2168
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005620msgid "specifying a cluster size requires the bigalloc feature"
5621msgstr "indiki faskgrandon bezonas la 'bigalloc'-kapablon"
5622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005623#: misc/mke2fs.c:2188
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005624#, c-format
5625msgid "warning: Unable to get device geometry for %s\n"
5626msgstr ""
5627
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005628#: misc/mke2fs.c:2191
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005629#, c-format
5630msgid "%s alignment is offset by %lu bytes.\n"
5631msgstr ""
5632
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005633#: misc/mke2fs.c:2193
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005634#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005635msgid ""
5636"This may result in very poor performance, (re)-partitioning suggested.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005637msgstr ""
5638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005639#: misc/mke2fs.c:2214
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005640#, c-format
5641msgid "%d-byte blocks too big for system (max %d)"
5642msgstr ""
5643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005644#: misc/mke2fs.c:2218
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005645#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005646msgid ""
5647"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005648msgstr ""
5649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005650#: misc/mke2fs.c:2226
5651#, c-format
5652msgid ""
5653"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5654"and journal checksum features.\n"
5655msgstr ""
5656
5657#: misc/mke2fs.c:2286
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005658msgid "Can't support bigalloc feature without extents feature"
5659msgstr ""
5660
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005661#: misc/mke2fs.c:2293
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005662msgid ""
5663"The resize_inode and meta_bg features are not compatible.\n"
5664"They can not be both enabled simultaneously.\n"
5665msgstr ""
5666
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005667#: misc/mke2fs.c:2301
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005668msgid ""
5669"\n"
5670"Warning: the bigalloc feature is still under development\n"
5671"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5672"\n"
5673msgstr ""
5674
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005675#: misc/mke2fs.c:2313
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005676msgid "reserved online resize blocks not supported on non-sparse filesystem"
5677msgstr ""
5678
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005679#: misc/mke2fs.c:2322
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005680msgid "blocks per group count out of range"
5681msgstr "nombro de blokoj po grupo estas ekster gamo"
5682
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005683#: misc/mke2fs.c:2344
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005684msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5685msgstr ""
5686
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005687#: misc/mke2fs.c:2356
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005688#, c-format
5689msgid "invalid inode size %d (min %d/max %d)"
5690msgstr "nevalida i-nodgrando %d (min %d/maks %d)"
5691
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005692#: misc/mke2fs.c:2371
5693#, c-format
5694msgid "%d byte inodes are too small for inline data; specify larger size"
5695msgstr ""
5696
5697#: misc/mke2fs.c:2384
5698#, c-format
5699msgid "%d byte inodes are too small for project quota; specify larger size"
5700msgstr ""
5701
5702#: misc/mke2fs.c:2399
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005703#, c-format
5704msgid "too many inodes (%llu), raise inode ratio?"
5705msgstr "tro multaj i-nodoj (%llu); ĉu altigi la i-nodan rilaton?"
5706
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005707#: misc/mke2fs.c:2406
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005708#, c-format
5709msgid "too many inodes (%llu), specify < 2^32 inodes"
5710msgstr "tro multaj i-nodoj (%llu); indiku malpli ol 2^32 i-nodoj"
5711
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005712#: misc/mke2fs.c:2420
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005713#, c-format
5714msgid ""
5715"inode_size (%u) * inodes_count (%u) too big for a\n"
5716"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5717"\tor lower inode count (-N).\n"
5718msgstr ""
5719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005720#: misc/mke2fs.c:2607
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005721msgid "Discarding device blocks: "
5722msgstr ""
5723
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005724#: misc/mke2fs.c:2623
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005725msgid "failed - "
5726msgstr ""
5727
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005728#: misc/mke2fs.c:2703
5729#, fuzzy, c-format
5730msgid "bad error behavior in profile - %s"
5731msgstr "nevalida revizia nivelo: %s"
5732
5733#: misc/mke2fs.c:2777
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005734msgid "while setting up superblock"
5735msgstr ""
5736
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005737#: misc/mke2fs.c:2793
5738msgid ""
5739"Extents are not enabled. The file extent tree can be checksummed, whereas "
5740"block maps cannot. Not enabling extents reduces the coverage of metadata "
5741"checksumming. Pass -O extents to rectify.\n"
5742msgstr ""
5743
5744#: misc/mke2fs.c:2800
5745msgid ""
5746"64-bit filesystem support is not enabled. The larger fields afforded by "
5747"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5748msgstr ""
5749
5750#: misc/mke2fs.c:2808
5751msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5752msgstr ""
5753
5754#: misc/mke2fs.c:2824
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005755msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5756msgstr ""
5757
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005758#: misc/mke2fs.c:2918
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005759#, c-format
5760msgid "unknown os - %s"
5761msgstr "nekonata mastrumsistemo: %s"
5762
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005763#: misc/mke2fs.c:2981
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005764msgid "Allocating group tables: "
5765msgstr "Asigno de grupaj tabeloj: "
5766
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005767#: misc/mke2fs.c:2989
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005768msgid "while trying to allocate filesystem tables"
5769msgstr "dum asigno de dosiersistemaj tabeloj"
5770
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005771#: misc/mke2fs.c:2998
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005772msgid ""
5773"\n"
5774"\twhile converting subcluster bitmap"
5775msgstr ""
5776"\n"
5777" dum konverto de subfaska bloka bitmapo"
5778
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005779#: misc/mke2fs.c:3004
5780#, c-format
5781msgid "%s may be further corrupted by superblock rewrite\n"
5782msgstr ""
5783
5784#: misc/mke2fs.c:3045
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005785#, c-format
5786msgid "while zeroing block %llu at end of filesystem"
5787msgstr "dum nulplenigo de bloko %llu je fino de dosiersistemo"
5788
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005789#: misc/mke2fs.c:3058
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005790msgid "while reserving blocks for online resize"
5791msgstr ""
5792
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005793#: misc/mke2fs.c:3070 misc/tune2fs.c:1410
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005794msgid "journal"
5795msgstr "kaŝprotokolo"
5796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005797#: misc/mke2fs.c:3082
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005798#, c-format
5799msgid "Adding journal to device %s: "
5800msgstr "Aldoniĝas kaŝprotokolo al aparato %s: "
5801
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005802#: misc/mke2fs.c:3089
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005803#, c-format
5804msgid ""
5805"\n"
5806"\twhile trying to add journal to device %s"
5807msgstr ""
5808"\n"
5809" dum provo de aldoni kaŝprotokolon al aparato %s"
5810
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005811#: misc/mke2fs.c:3094 misc/mke2fs.c:3123 misc/mke2fs.c:3163
5812#: misc/mk_hugefiles.c:509 misc/tune2fs.c:1439 misc/tune2fs.c:1458
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005813msgid "done\n"
5814msgstr "pretas\n"
5815
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005816#: misc/mke2fs.c:3100
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005817msgid "Skipping journal creation in super-only mode\n"
5818msgstr "Transsaltiĝas kreado de kaŝprotokolo en nurĉefa moduso\n"
5819
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005820#: misc/mke2fs.c:3110
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005821#, c-format
5822msgid "Creating journal (%u blocks): "
5823msgstr "Kreado de kaŝprotokolo (%u blokoj): "
5824
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005825#: misc/mke2fs.c:3119
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005826msgid ""
5827"\n"
5828"\twhile trying to create journal"
5829msgstr ""
5830"\n"
5831" dum provo de krei kaŝprotokolon"
5832
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005833#: misc/mke2fs.c:3131 misc/tune2fs.c:1067
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005834msgid ""
5835"\n"
5836"Error while enabling multiple mount protection feature."
5837msgstr ""
5838
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005839#: misc/mke2fs.c:3136
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005840#, c-format
5841msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5842msgstr ""
5843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005844#: misc/mke2fs.c:3154
5845#, fuzzy
5846msgid "Copying files into the device: "
5847msgstr "Eraro dum elbufrigo de skriboj al memoraparato: %m\n"
5848
5849#: misc/mke2fs.c:3160
5850#, fuzzy
5851msgid "while populating file system"
5852msgstr "dum asigno de l1-tabelo"
5853
5854#: misc/mke2fs.c:3167
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005855msgid "Writing superblocks and filesystem accounting information: "
5856msgstr ""
5857
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005858#: misc/mke2fs.c:3174
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005859msgid ""
5860"\n"
5861"Warning, had trouble writing out superblocks."
5862msgstr ""
5863
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005864#: misc/mke2fs.c:3176
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005865msgid ""
5866"done\n"
5867"\n"
5868msgstr ""
5869"pretas\n"
5870"\n"
5871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005872#: misc/mk_hugefiles.c:423
5873#, c-format
5874msgid ""
5875"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5876msgstr ""
5877
5878#: misc/mk_hugefiles.c:490
5879msgid "Huge files will be zero'ed\n"
5880msgstr ""
5881
5882#: misc/mk_hugefiles.c:491
5883#, fuzzy, c-format
5884msgid "Creating %lu huge file(s) "
5885msgstr "Kreiĝas normala dosiero %s\n"
5886
5887#: misc/mk_hugefiles.c:493
5888#, fuzzy, c-format
5889msgid "with %llu blocks each"
5890msgstr ""
5891"Averto: %llu blokoj ne uziĝas.\n"
5892"\n"
5893
5894#: misc/mk_hugefiles.c:504
5895#, fuzzy, c-format
5896msgid "while creating huge file %lu"
5897msgstr "dum iteracio je i-nodo %u"
5898
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005899#: misc/mklost+found.c:50
5900msgid "Usage: mklost+found\n"
5901msgstr ""
5902
5903#: misc/partinfo.c:41
5904#, c-format
5905msgid ""
5906"Usage: %s device...\n"
5907"\n"
5908"Prints out the partition information for each given device.\n"
5909"For example: %s /dev/hda\n"
5910"\n"
5911msgstr ""
5912
5913#: misc/partinfo.c:51
5914#, c-format
5915msgid "Cannot open %s: %s"
5916msgstr ""
5917
5918#: misc/partinfo.c:57
5919#, c-format
5920msgid "Cannot get geometry of %s: %s"
5921msgstr ""
5922
5923#: misc/partinfo.c:65
5924#, c-format
5925msgid "Cannot get size of %s: %s"
5926msgstr ""
5927
5928#: misc/partinfo.c:71
5929#, c-format
5930msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5931msgstr ""
5932
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005933#: misc/tune2fs.c:118
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005934msgid "Please run e2fsck on the filesystem.\n"
5935msgstr ""
5936
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005937#: misc/tune2fs.c:120
5938msgid "Please run e2fsck -D on the filesystem.\n"
5939msgstr ""
5940
5941#: misc/tune2fs.c:129
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005942#, c-format
5943msgid ""
5944"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
5945"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005946"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5947"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5948"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5949"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005950"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005951"\t[-I new_inode_size] [-z undo_file] device\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005952msgstr ""
5953
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005954#: misc/tune2fs.c:213
Benno Schulenberg789fba32015-05-17 20:21:39 -04005955msgid "Journal superblock not found!\n"
5956msgstr "Kaŝprotokola ĉefbloko ne troviĝis!\n"
5957
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005958#: misc/tune2fs.c:271
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005959msgid "while trying to open external journal"
5960msgstr "dum provo de malfermi eksteran kaŝprotokolon"
5961
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005962#: misc/tune2fs.c:277 misc/tune2fs.c:2671
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005963#, c-format
5964msgid "%s is not a journal device.\n"
5965msgstr "%s ne estas kaŝprotokola aparato.\n"
5966
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005967#: misc/tune2fs.c:287 misc/tune2fs.c:2682
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005968msgid "Filesystem's UUID not found on journal device.\n"
5969msgstr "Dosiersistema UUID ne troviĝis en kaŝprotokola aparato.\n"
5970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005971#: misc/tune2fs.c:311
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005972msgid ""
5973"Cannot locate journal device. It was NOT removed\n"
5974"Use -f option to remove missing journal device.\n"
5975msgstr ""
5976
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005977#: misc/tune2fs.c:320
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005978msgid "Journal removed\n"
5979msgstr "Kaŝprotokolo forigiĝis\n"
5980
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005981#: misc/tune2fs.c:364
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005982msgid "while reading bitmaps"
5983msgstr "dum legado de bitmapoj"
5984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005985#: misc/tune2fs.c:372
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005986msgid "while clearing journal inode"
5987msgstr "dum viŝado de kaŝprotokola i-nodo"
5988
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005989#: misc/tune2fs.c:383
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005990msgid "while writing journal inode"
5991msgstr "dum skribado de kaŝprotokola i-nodo"
5992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005993#: misc/tune2fs.c:418 misc/tune2fs.c:440 misc/tune2fs.c:453
Benno Schulenberg01233ba2014-07-05 23:39:54 -04005994msgid "(and reboot afterwards!)\n"
5995msgstr "(kaj poste restartigu la komputilon!)\n"
5996
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005997#: misc/tune2fs.c:471
5998#, c-format
5999msgid "After running e2fsck, please run `resize2fs %s %s"
6000msgstr ""
6001
6002#: misc/tune2fs.c:474
6003#, c-format
6004msgid "Please run `resize2fs %s %s"
6005msgstr ""
6006
6007#: misc/tune2fs.c:478
6008#, c-format
6009msgid " -z \"%s\""
6010msgstr ""
6011
6012#: misc/tune2fs.c:480
6013#, c-format
6014msgid "' to enable 64-bit mode.\n"
6015msgstr ""
6016
6017#: misc/tune2fs.c:482
6018#, c-format
6019msgid "' to disable 64-bit mode.\n"
6020msgstr ""
6021
6022#: misc/tune2fs.c:969
6023msgid ""
6024"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6025" This requires Linux >= v4.4.\n"
6026msgstr ""
6027
6028#: misc/tune2fs.c:1005
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006029#, c-format
6030msgid "Clearing filesystem feature '%s' not supported.\n"
6031msgstr ""
6032
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006033#: misc/tune2fs.c:1011
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006034#, c-format
6035msgid "Setting filesystem feature '%s' not supported.\n"
6036msgstr ""
6037
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006038#: misc/tune2fs.c:1020
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006039msgid ""
6040"The has_journal feature may only be cleared when the filesystem is\n"
6041"unmounted or mounted read-only.\n"
6042msgstr ""
6043
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006044#: misc/tune2fs.c:1028
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006045msgid ""
6046"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6047"the has_journal flag.\n"
6048msgstr ""
6049
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006050#: misc/tune2fs.c:1046
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006051msgid ""
6052"Setting filesystem feature 'sparse_super' not supported\n"
6053"for filesystems with the meta_bg feature enabled.\n"
6054msgstr ""
6055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006056#: misc/tune2fs.c:1059
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006057msgid ""
6058"The multiple mount protection feature can't\n"
6059"be set if the filesystem is mounted or\n"
6060"read-only.\n"
6061msgstr ""
6062
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006063#: misc/tune2fs.c:1077
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006064#, c-format
6065msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6066msgstr ""
6067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006068#: misc/tune2fs.c:1086
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006069msgid ""
6070"The multiple mount protection feature cannot\n"
6071"be disabled if the filesystem is readonly.\n"
6072msgstr ""
6073
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006074#: misc/tune2fs.c:1094
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006075msgid "Error while reading bitmaps\n"
6076msgstr ""
6077
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006078#: misc/tune2fs.c:1103
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006079#, c-format
6080msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6081msgstr ""
6082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006083#: misc/tune2fs.c:1108
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006084msgid "while reading MMP block."
6085msgstr ""
6086
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006087#: misc/tune2fs.c:1140
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006088msgid ""
6089"Clearing the flex_bg flag would cause the the filesystem to be\n"
6090"inconsistent.\n"
6091msgstr ""
6092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006093#: misc/tune2fs.c:1151
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006094msgid ""
6095"The huge_file feature may only be cleared when the filesystem is\n"
6096"unmounted or mounted read-only.\n"
6097msgstr ""
6098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006099#: misc/tune2fs.c:1162
6100msgid "Enabling checksums could take some time."
6101msgstr ""
6102
6103#: misc/tune2fs.c:1164
6104msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6105msgstr ""
6106
6107#: misc/tune2fs.c:1170
6108msgid ""
6109"Extents are not enabled. The file extent tree can be checksummed, whereas "
6110"block maps cannot. Not enabling extents reduces the coverage of metadata "
6111"checksumming. Re-run with -O extent to rectify.\n"
6112msgstr ""
6113
6114#: misc/tune2fs.c:1177
6115msgid ""
6116"64-bit filesystem support is not enabled. The larger fields afforded by "
6117"this feature enable full-strength checksumming. Run resize2fs -b to "
6118"rectify.\n"
6119msgstr ""
6120
6121#: misc/tune2fs.c:1203
6122msgid "Disabling checksums could take some time."
6123msgstr ""
6124
6125#: misc/tune2fs.c:1205
6126msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6127msgstr ""
6128
6129#: misc/tune2fs.c:1268
6130#, c-format
6131msgid "Cannot enable 64-bit mode while mounted!\n"
6132msgstr ""
6133
6134#: misc/tune2fs.c:1278
6135#, c-format
6136msgid "Cannot disable 64-bit mode while mounted!\n"
6137msgstr ""
6138
6139#: misc/tune2fs.c:1308
6140msgid ""
6141"\n"
6142"Warning: enabled project without quota together\n"
6143msgstr ""
6144
6145#: misc/tune2fs.c:1321
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006146msgid ""
6147"\n"
6148"Warning: '^quota' option overrides '-Q'arguments.\n"
6149msgstr ""
6150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006151#: misc/tune2fs.c:1339
6152msgid ""
6153"Setting feature 'metadata_csum_seed' is only supported\n"
6154"on filesystems with the metadata_csum feature enabled.\n"
6155msgstr ""
6156
6157#: misc/tune2fs.c:1357
6158msgid ""
6159"UUID has changed since enabling metadata_csum. Filesystem must be "
6160"unmounted \n"
6161"to safely rewrite all metadata to match the new UUID.\n"
6162msgstr ""
6163
6164#: misc/tune2fs.c:1403
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006165msgid "The filesystem already has a journal.\n"
6166msgstr "Dosiersistemo jam havas kaŝprotokolon.\n"
6167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006168#: misc/tune2fs.c:1423
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006169#, c-format
6170msgid ""
6171"\n"
6172"\twhile trying to open journal on %s\n"
6173msgstr ""
6174"\n"
6175" dum provo de malfermi kaŝprotokolon en %s\n"
6176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006177#: misc/tune2fs.c:1427
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006178#, c-format
6179msgid "Creating journal on device %s: "
6180msgstr "Kreado de kaŝprotokolo en aparato %s: "
6181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006182#: misc/tune2fs.c:1435
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006183#, c-format
6184msgid "while adding filesystem to journal on %s"
6185msgstr "dum aldoniĝo de dosiersistemo al kaŝprotokolo en %s"
6186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006187#: misc/tune2fs.c:1441
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006188msgid "Creating journal inode: "
6189msgstr "Kreado de kaŝprotokola i-nodo: "
6190
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006191#: misc/tune2fs.c:1455
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006192msgid ""
6193"\n"
6194"\twhile trying to create journal file"
6195msgstr ""
6196"\n"
6197" dum provo de krei kaŝprotokola dosiero"
6198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006199#: misc/tune2fs.c:1544
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006200msgid ""
6201"\n"
6202"Bad quota options specified.\n"
6203"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006204"Following valid quota options are available (pass by separating with "
6205"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006206"\t[^]usr[quota]\n"
6207"\t[^]grp[quota]\n"
6208"\t[^]prj[quota]\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006209"\n"
6210"\n"
6211msgstr ""
6212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006213#: misc/tune2fs.c:1602
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006214#, c-format
6215msgid "Couldn't parse date/time specifier: %s"
6216msgstr ""
6217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006218#: misc/tune2fs.c:1627 misc/tune2fs.c:1640
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006219#, c-format
6220msgid "bad mounts count - %s"
6221msgstr ""
6222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006223#: misc/tune2fs.c:1683
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006224#, c-format
6225msgid "bad gid/group name - %s"
6226msgstr ""
6227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006228#: misc/tune2fs.c:1716
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006229#, c-format
6230msgid "bad interval - %s"
6231msgstr ""
6232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006233#: misc/tune2fs.c:1745
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006234#, c-format
6235msgid "bad reserved block ratio - %s"
6236msgstr ""
6237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006238#: misc/tune2fs.c:1760
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006239msgid "-o may only be specified once"
6240msgstr ""
6241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006242#: misc/tune2fs.c:1769
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006243msgid "-O may only be specified once"
6244msgstr ""
6245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006246#: misc/tune2fs.c:1787
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006247#, c-format
6248msgid "bad reserved blocks count - %s"
6249msgstr ""
6250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006251#: misc/tune2fs.c:1816
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006252#, c-format
6253msgid "bad uid/user name - %s"
6254msgstr ""
6255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006256#: misc/tune2fs.c:1833
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006257#, c-format
6258msgid "bad inode size - %s"
6259msgstr ""
6260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006261#: misc/tune2fs.c:1840
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006262#, c-format
6263msgid "Inode size must be a power of two- %s"
6264msgstr ""
6265
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006266#: misc/tune2fs.c:1937
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006267#, c-format
6268msgid "mmp_update_interval too big: %lu\n"
6269msgstr ""
6270
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006271#: misc/tune2fs.c:1942
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006272#, c-format
6273msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006274msgid_plural ""
6275"Setting multiple mount protection update interval to %lu seconds\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006276msgstr[0] ""
6277msgstr[1] ""
6278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006279#: misc/tune2fs.c:1965
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006280#, c-format
6281msgid "Invalid RAID stride: %s\n"
6282msgstr ""
6283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006284#: misc/tune2fs.c:1980
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006285#, c-format
6286msgid "Invalid RAID stripe-width: %s\n"
6287msgstr ""
6288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006289#: misc/tune2fs.c:1995
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006290#, c-format
6291msgid "Invalid hash algorithm: %s\n"
6292msgstr ""
6293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006294#: misc/tune2fs.c:2001
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006295#, c-format
6296msgid "Setting default hash algorithm to %s (%d)\n"
6297msgstr ""
6298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006299#: misc/tune2fs.c:2020
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006300msgid ""
6301"\n"
6302"Bad options specified.\n"
6303"\n"
6304"Extended options are separated by commas, and may take an argument which\n"
6305"\tis set off by an equals ('=') sign.\n"
6306"\n"
6307"Valid extended options are:\n"
6308"\tclear_mmp\n"
6309"\thash_alg=<hash algorithm>\n"
6310"\tmount_opts=<extended default mount options>\n"
6311"\tstride=<RAID per-disk chunk size in blocks>\n"
6312"\tstripe_width=<RAID stride*data disks in blocks>\n"
6313"\ttest_fs\n"
6314"\t^test_fs\n"
6315msgstr ""
6316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006317#: misc/tune2fs.c:2489
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006318msgid "Failed to read inode bitmap\n"
6319msgstr ""
6320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006321#: misc/tune2fs.c:2494
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006322msgid "Failed to read block bitmap\n"
6323msgstr ""
6324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006325#: misc/tune2fs.c:2511 resize/resize2fs.c:1264
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006326msgid "blocks to be moved"
6327msgstr ""
6328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006329#: misc/tune2fs.c:2514
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006330msgid "Failed to allocate block bitmap when increasing inode size\n"
6331msgstr ""
6332
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006333#: misc/tune2fs.c:2520
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006334msgid "Not enough space to increase inode size \n"
6335msgstr ""
6336
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006337#: misc/tune2fs.c:2525
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006338msgid "Failed to relocate blocks during inode resize \n"
6339msgstr ""
6340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006341#: misc/tune2fs.c:2557
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006342msgid ""
6343"Error in resizing the inode size.\n"
6344"Run e2undo to undo the file system changes. \n"
6345msgstr ""
6346
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006347#: misc/tune2fs.c:2769
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006348#, c-format
6349msgid ""
6350"MMP block magic is bad. Try to fix it by running:\n"
6351"'e2fsck -f %s'\n"
6352msgstr ""
6353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006354#: misc/tune2fs.c:2781
6355#, fuzzy
6356msgid "Cannot modify a journal device.\n"
6357msgstr "%s ne estas kaŝprotokola aparato.\n"
6358
6359#: misc/tune2fs.c:2794
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006360#, c-format
6361msgid "The inode size is already %lu\n"
6362msgstr ""
6363
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006364#: misc/tune2fs.c:2801
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006365msgid "Shrinking inode size is not supported\n"
6366msgstr ""
6367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006368#: misc/tune2fs.c:2806
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006369#, c-format
6370msgid "Invalid inode size %lu (max %d)\n"
6371msgstr ""
6372
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006373#: misc/tune2fs.c:2812
6374msgid "Resizing inodes could take some time."
6375msgstr ""
6376
6377#: misc/tune2fs.c:2859
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006378#, c-format
6379msgid "Setting maximal mount count to %d\n"
6380msgstr ""
6381
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006382#: misc/tune2fs.c:2865
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006383#, c-format
6384msgid "Setting current mount count to %d\n"
6385msgstr ""
6386
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006387#: misc/tune2fs.c:2870
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006388#, c-format
6389msgid "Setting error behavior to %d\n"
6390msgstr ""
6391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006392#: misc/tune2fs.c:2875
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006393#, c-format
6394msgid "Setting reserved blocks gid to %lu\n"
6395msgstr ""
6396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006397#: misc/tune2fs.c:2880
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006398#, c-format
6399msgid "interval between checks is too big (%lu)"
6400msgstr ""
6401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006402#: misc/tune2fs.c:2887
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006403#, c-format
6404msgid "Setting interval between checks to %lu seconds\n"
6405msgstr ""
6406
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006407#: misc/tune2fs.c:2894
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006408#, c-format
6409msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6410msgstr ""
6411
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006412#: misc/tune2fs.c:2900
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006413#, c-format
6414msgid "reserved blocks count is too big (%llu)"
6415msgstr ""
6416
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006417#: misc/tune2fs.c:2907
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006418#, c-format
6419msgid "Setting reserved blocks count to %llu\n"
6420msgstr ""
6421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006422#: misc/tune2fs.c:2912
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006423msgid ""
6424"\n"
6425"The filesystem already has sparse superblocks.\n"
6426msgstr ""
6427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006428#: misc/tune2fs.c:2915
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006429msgid ""
6430"\n"
6431"Setting the sparse superblock flag not supported\n"
6432"for filesystems with the meta_bg feature enabled.\n"
6433msgstr ""
6434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006435#: misc/tune2fs.c:2925
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006436#, c-format
6437msgid ""
6438"\n"
6439"Sparse superblock flag set. %s"
6440msgstr ""
6441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006442#: misc/tune2fs.c:2930
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006443msgid ""
6444"\n"
6445"Clearing the sparse superblock flag not supported.\n"
6446msgstr ""
6447
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006448#: misc/tune2fs.c:2938
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006449#, c-format
6450msgid "Setting time filesystem last checked to %s\n"
6451msgstr ""
6452
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006453#: misc/tune2fs.c:2944
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006454#, c-format
6455msgid "Setting reserved blocks uid to %lu\n"
6456msgstr ""
6457
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006458#: misc/tune2fs.c:2976
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006459msgid "Error in using clear_mmp. It must be used with -f\n"
6460msgstr ""
6461
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006462#: misc/tune2fs.c:2994
Theodore Ts'obd386982015-05-17 20:34:58 -04006463msgid ""
6464"The quota feature may only be changed when the filesystem is unmounted.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006465msgstr ""
6466
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006467#: misc/tune2fs.c:3018
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006468msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6469msgstr ""
6470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006471#: misc/tune2fs.c:3021
6472msgid ""
6473"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6474"and re-run this command.\n"
6475msgstr ""
6476
6477#: misc/tune2fs.c:3030
6478msgid "Setting UUID on a checksummed filesystem could take some time."
6479msgstr ""
6480
6481#: misc/tune2fs.c:3055
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006482msgid "Invalid UUID format\n"
6483msgstr ""
6484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006485#: misc/tune2fs.c:3071
Benno Schulenberg789fba32015-05-17 20:21:39 -04006486msgid "Need to update journal superblock.\n"
6487msgstr "Necesas ĝisdatigi kaŝprotokolan ĉefblokon.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006489#: misc/tune2fs.c:3096
Benno Schulenberg789fba32015-05-17 20:21:39 -04006490msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006491msgstr ""
6492"Nur eblas ŝanĝi i-nodan grandon kiam dosiersistemo ne estas surmetata.\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04006493
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006494#: misc/tune2fs.c:3103
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006495msgid ""
6496"Changing the inode size not supported for filesystems with the flex_bg\n"
6497"feature enabled.\n"
6498msgstr ""
6499
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006500#: misc/tune2fs.c:3121
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006501#, c-format
6502msgid "Setting inode size %lu\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04006503msgstr "Argordiĝas i-noda grando al %lu\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006504
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006505#: misc/tune2fs.c:3125
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006506msgid "Failed to change inode size\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04006507msgstr "Fiaskis ŝanĝo de i-noda grando\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006508
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006509#: misc/tune2fs.c:3139
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006510#, c-format
6511msgid "Setting stride size to %d\n"
6512msgstr ""
6513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006514#: misc/tune2fs.c:3144
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006515#, c-format
6516msgid "Setting stripe width to %d\n"
6517msgstr ""
6518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006519#: misc/tune2fs.c:3151
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006520#, c-format
6521msgid "Setting extended default mount options to '%s'\n"
6522msgstr ""
6523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006524#: misc/tune2fs.c:3161
6525#, fuzzy, c-format
6526msgid "Recovering journal.\n"
6527msgstr "%s: restaŭriĝas kaŝprotokolo...\n"
6528
6529#: misc/util.c:100
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006530msgid "<proceeding>\n"
6531msgstr ""
6532
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006533#: misc/util.c:104
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006534#, c-format
6535msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6536msgstr ""
6537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006538#: misc/util.c:108
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006539msgid "Proceed anyway? (y,n) "
6540msgstr ""
6541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006542#: misc/util.c:133
6543msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006544msgstr ""
6545
6546#: misc/util.c:138
6547#, c-format
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006548msgid "will not make a %s here!\n"
6549msgstr ""
6550
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006551#: misc/util.c:145
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006552msgid "mke2fs forced anyway.\n"
6553msgstr ""
6554
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006555#: misc/util.c:161
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006556msgid "Couldn't allocate memory to parse journal options!\n"
6557msgstr ""
6558
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006559#: misc/util.c:186
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006560#, c-format
6561msgid ""
6562"\n"
6563"Could not find journal device matching %s\n"
6564msgstr ""
6565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006566#: misc/util.c:213
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006567msgid ""
6568"\n"
6569"Bad journal options specified.\n"
6570"\n"
6571"Journal options are separated by commas, and may take an argument which\n"
6572"\tis set off by an equals ('=') sign.\n"
6573"\n"
6574"Valid journal options are:\n"
6575"\tsize=<journal size in megabytes>\n"
6576"\tdevice=<journal device>\n"
6577"\tlocation=<journal location>\n"
6578"\n"
6579"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6580"\n"
6581msgstr ""
6582
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006583#: misc/util.c:244
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006584msgid ""
6585"\n"
6586"Filesystem too small for a journal\n"
6587msgstr ""
6588"\n"
6589"Dosiersistemo tro malgrandas por havi kaŝprotokolon.\n"
6590
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006591#: misc/util.c:251
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006592#, c-format
6593msgid ""
6594"\n"
6595"The requested journal size is %d blocks; it must be\n"
6596"between 1024 and 10240000 blocks. Aborting.\n"
6597msgstr ""
6598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006599#: misc/util.c:259
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006600msgid ""
6601"\n"
6602"Journal size too big for filesystem.\n"
6603msgstr ""
6604"\n"
6605"Kaŝprotokola grando tro grandas por dosiersistemo.\n"
6606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006607#: misc/util.c:273
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006608#, c-format
6609msgid ""
6610"This filesystem will be automatically checked every %d mounts or\n"
6611"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6612msgstr ""
6613
Benno Schulenberg789fba32015-05-17 20:21:39 -04006614#: misc/uuidd.c:49
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006615#, c-format
6616msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6617msgstr ""
6618
Benno Schulenberg789fba32015-05-17 20:21:39 -04006619#: misc/uuidd.c:51
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006620#, c-format
6621msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6622msgstr ""
6623
Benno Schulenberg789fba32015-05-17 20:21:39 -04006624#: misc/uuidd.c:53
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006625#, c-format
6626msgid " %s -k\n"
6627msgstr ""
6628
Benno Schulenberg789fba32015-05-17 20:21:39 -04006629#: misc/uuidd.c:155
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006630msgid "bad arguments"
6631msgstr ""
6632
Benno Schulenberg789fba32015-05-17 20:21:39 -04006633#: misc/uuidd.c:173
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006634msgid "connect"
6635msgstr ""
6636
Benno Schulenberg789fba32015-05-17 20:21:39 -04006637#: misc/uuidd.c:192
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006638msgid "write"
6639msgstr ""
6640
Benno Schulenberg789fba32015-05-17 20:21:39 -04006641#: misc/uuidd.c:200
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006642msgid "read count"
6643msgstr ""
6644
Benno Schulenberg789fba32015-05-17 20:21:39 -04006645#: misc/uuidd.c:206
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006646msgid "bad response length"
6647msgstr ""
6648
Benno Schulenberg789fba32015-05-17 20:21:39 -04006649#: misc/uuidd.c:271
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006650#, c-format
6651msgid "uuidd daemon already running at pid %s\n"
6652msgstr ""
6653
Benno Schulenberg789fba32015-05-17 20:21:39 -04006654#: misc/uuidd.c:279
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006655#, c-format
6656msgid "Couldn't create unix stream socket: %s"
6657msgstr ""
6658
Benno Schulenberg789fba32015-05-17 20:21:39 -04006659#: misc/uuidd.c:308
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006660#, c-format
6661msgid "Couldn't bind unix socket %s: %s\n"
6662msgstr ""
6663
Benno Schulenberg789fba32015-05-17 20:21:39 -04006664#: misc/uuidd.c:316
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006665#, c-format
6666msgid "Couldn't listen on unix socket %s: %s\n"
6667msgstr ""
6668
Benno Schulenberg789fba32015-05-17 20:21:39 -04006669#: misc/uuidd.c:354
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006670#, c-format
6671msgid "Error reading from client, len = %d\n"
6672msgstr ""
6673
Benno Schulenberg789fba32015-05-17 20:21:39 -04006674#: misc/uuidd.c:362
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006675#, c-format
6676msgid "operation %d, incoming num = %d\n"
6677msgstr ""
6678
Benno Schulenberg789fba32015-05-17 20:21:39 -04006679#: misc/uuidd.c:381
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006680#, c-format
6681msgid "Generated time UUID: %s\n"
6682msgstr ""
6683
Benno Schulenberg789fba32015-05-17 20:21:39 -04006684#: misc/uuidd.c:391
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006685#, c-format
6686msgid "Generated random UUID: %s\n"
6687msgstr ""
6688
Benno Schulenberg789fba32015-05-17 20:21:39 -04006689#: misc/uuidd.c:400
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006690#, c-format
6691msgid "Generated time UUID %s and subsequent UUID\n"
6692msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6693msgstr[0] ""
6694msgstr[1] ""
6695
Benno Schulenberg789fba32015-05-17 20:21:39 -04006696#: misc/uuidd.c:421
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006697#, c-format
6698msgid "Generated %d UUID's:\n"
6699msgstr ""
6700
Benno Schulenberg789fba32015-05-17 20:21:39 -04006701#: misc/uuidd.c:433
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006702#, c-format
6703msgid "Invalid operation %d\n"
6704msgstr ""
6705
Benno Schulenberg789fba32015-05-17 20:21:39 -04006706#: misc/uuidd.c:477 misc/uuidd.c:499
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006707#, c-format
6708msgid "Bad number: %s\n"
6709msgstr ""
6710
Benno Schulenberg789fba32015-05-17 20:21:39 -04006711#: misc/uuidd.c:534 misc/uuidd.c:563
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006712#, c-format
6713msgid "Error calling uuidd daemon (%s): %s\n"
6714msgstr ""
6715
Benno Schulenberg789fba32015-05-17 20:21:39 -04006716#: misc/uuidd.c:544
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006717#, c-format
6718msgid "%s and subsequent UUID\n"
6719msgid_plural "%s and subsequent %d UUIDs\n"
6720msgstr[0] ""
6721msgstr[1] ""
6722
Benno Schulenberg789fba32015-05-17 20:21:39 -04006723#: misc/uuidd.c:548
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006724msgid "List of UUID's:\n"
6725msgstr ""
6726
Benno Schulenberg789fba32015-05-17 20:21:39 -04006727#: misc/uuidd.c:569
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006728#, c-format
6729msgid "Unexpected reply length from server %d\n"
6730msgstr ""
6731
Benno Schulenberg789fba32015-05-17 20:21:39 -04006732#: misc/uuidd.c:586
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006733#, c-format
6734msgid "Couldn't kill uuidd running at pid %d: %s\n"
6735msgstr ""
6736
Benno Schulenberg789fba32015-05-17 20:21:39 -04006737#: misc/uuidd.c:592
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006738#, c-format
6739msgid "Killed uuidd running at pid %d\n"
6740msgstr ""
6741
6742#: misc/uuidgen.c:32
6743#, c-format
6744msgid "Usage: %s [-r] [-t]\n"
6745msgstr ""
6746
6747#: resize/extent.c:202
6748msgid "# Extent dump:\n"
6749msgstr ""
6750
6751#: resize/extent.c:203
6752#, c-format
6753msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6754msgstr ""
6755
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006756#: resize/main.c:49
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006757#, c-format
6758msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006759"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6760"[-z undo_file]\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006761"\n"
6762msgstr ""
6763
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006764#: resize/main.c:72
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006765msgid "Extending the inode table"
6766msgstr ""
6767
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006768#: resize/main.c:75
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006769msgid "Relocating blocks"
6770msgstr ""
6771
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006772#: resize/main.c:78
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006773msgid "Scanning inode table"
6774msgstr ""
6775
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006776#: resize/main.c:81
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006777msgid "Updating inode references"
6778msgstr ""
6779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006780#: resize/main.c:84
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006781msgid "Moving inode table"
6782msgstr ""
6783
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006784#: resize/main.c:87
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006785msgid "Unknown pass?!?"
6786msgstr ""
6787
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006788#: resize/main.c:90
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006789#, c-format
6790msgid "Begin pass %d (max = %lu)\n"
6791msgstr ""
6792
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006793#: resize/main.c:162
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006794msgid ""
6795"\n"
6796"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6797"your own risk! Use the force option if you want to go ahead anyway.\n"
6798"\n"
6799msgstr ""
6800
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006801#: resize/main.c:364
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006802#, c-format
6803msgid "while opening %s"
6804msgstr ""
6805
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006806#: resize/main.c:372
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006807#, c-format
6808msgid "while getting stat information for %s"
6809msgstr ""
6810
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006811#: resize/main.c:444
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006812#, c-format
6813msgid ""
6814"Please run 'e2fsck -f %s' first.\n"
6815"\n"
6816msgstr ""
6817
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006818#: resize/main.c:463
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006819#, c-format
6820msgid "Estimated minimum size of the filesystem: %llu\n"
6821msgstr ""
6822
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006823#: resize/main.c:500
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006824#, c-format
6825msgid "Invalid new size: %s\n"
6826msgstr ""
6827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006828#: resize/main.c:519
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006829msgid "New size too large to be expressed in 32 bits\n"
6830msgstr ""
6831
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006832#: resize/main.c:527
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006833#, c-format
6834msgid "New size smaller than minimum (%llu)\n"
6835msgstr ""
6836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006837#: resize/main.c:533
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006838msgid "Invalid stride length"
6839msgstr ""
6840
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006841#: resize/main.c:557
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006842#, c-format
6843msgid ""
6844"The containing partition (or device) is only %llu (%dk) blocks.\n"
6845"You requested a new size of %llu blocks.\n"
6846"\n"
6847msgstr ""
6848
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006849#: resize/main.c:564
6850#, c-format
6851msgid "Cannot set and unset 64bit feature.\n"
6852msgstr ""
6853
6854#: resize/main.c:568
6855#, c-format
6856msgid ""
6857"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6858"blocks.\n"
6859msgstr ""
6860
6861#: resize/main.c:574
6862#, fuzzy, c-format
6863msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6864msgstr ""
6865"Nur eblas ŝanĝi i-nodan grandon kiam dosiersistemo ne estas surmetata.\n"
6866
6867#: resize/main.c:580
6868#, c-format
6869msgid ""
6870"Please enable the extents feature with tune2fs before enabling the 64bit "
6871"feature.\n"
6872msgstr ""
6873
6874#: resize/main.c:586
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006875#, c-format
6876msgid ""
Benno Schulenberg789fba32015-05-17 20:21:39 -04006877"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006878"\n"
6879msgstr ""
Benno Schulenberg789fba32015-05-17 20:21:39 -04006880"La dosiersistemo jam havas %llu blokojn (de %dK). Nenio farendas.\n"
6881"\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006882
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006883#: resize/main.c:593
6884#, fuzzy, c-format
6885msgid "The filesystem is already 64-bit.\n"
6886msgstr "Dosiersistemo jam havas kaŝprotokolon.\n"
6887
6888#: resize/main.c:598
6889#, fuzzy, c-format
6890msgid "The filesystem is already 32-bit.\n"
6891msgstr "Dosiersistemo jam havas kaŝprotokolon.\n"
6892
6893#: resize/main.c:607
6894#, c-format
6895msgid "Converting the filesystem to 64-bit.\n"
6896msgstr ""
6897
6898#: resize/main.c:609
6899#, c-format
6900msgid "Converting the filesystem to 32-bit.\n"
6901msgstr ""
6902
6903#: resize/main.c:611
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006904#, c-format
6905msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Benno Schulenberg789fba32015-05-17 20:21:39 -04006906msgstr "Dosiersistemo sur %s regrandigiĝas al %llu blokoj (de %dK).\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006907
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006908#: resize/main.c:620
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006909#, c-format
6910msgid "while trying to resize %s"
Benno Schulenberg789fba32015-05-17 20:21:39 -04006911msgstr "dum provo de regrandigi %s"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006912
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006913#: resize/main.c:623
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006914#, c-format
6915msgid ""
6916"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6917"after the aborted resize operation.\n"
6918msgstr ""
6919
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006920#: resize/main.c:629
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006921#, c-format
6922msgid ""
Benno Schulenberg789fba32015-05-17 20:21:39 -04006923"The filesystem on %s is now %llu (%dk) blocks long.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006924"\n"
6925msgstr ""
Benno Schulenberg789fba32015-05-17 20:21:39 -04006926"Dosiersistemo sur %s nun havas %llu blokojn (de %dK).\n"
6927"\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006929#: resize/main.c:644
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006930#, c-format
6931msgid "while trying to truncate %s"
6932msgstr ""
6933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006934#: resize/online.c:81
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006935msgid "kernel does not support online resize with sparse_super2"
6936msgstr ""
6937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006938#: resize/online.c:86
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006939#, c-format
6940msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6941msgstr ""
6942
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006943#: resize/online.c:90
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006944msgid "On-line shrinking not supported"
6945msgstr ""
6946
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006947#: resize/online.c:114
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006948msgid "Filesystem does not support online resizing"
6949msgstr ""
6950
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006951#: resize/online.c:122
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006952msgid "Not enough reserved gdt blocks for resizing"
6953msgstr ""
6954
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006955#: resize/online.c:129
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006956msgid "Kernel does not support resizing a file system this large"
6957msgstr ""
6958
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006959#: resize/online.c:137
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006960#, c-format
6961msgid "while trying to open mountpoint %s"
6962msgstr ""
6963
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006964#: resize/online.c:142
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006965#, c-format
6966msgid "Old resize interface requested.\n"
6967msgstr ""
6968
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006969#: resize/online.c:161 resize/online.c:178
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006970msgid "Permission denied to resize filesystem"
6971msgstr ""
6972
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006973#: resize/online.c:164 resize/online.c:184
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006974msgid "While checking for on-line resizing support"
6975msgstr ""
6976
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006977#: resize/online.c:181
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006978msgid "Kernel does not support online resizing"
6979msgstr ""
6980
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006981#: resize/online.c:220
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006982#, c-format
6983msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6984msgstr ""
6985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006986#: resize/online.c:230
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006987msgid "While trying to extend the last group"
6988msgstr ""
6989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006990#: resize/online.c:284
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006991#, c-format
6992msgid "While trying to add group #%d"
6993msgstr ""
6994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006995#: resize/online.c:295
Benno Schulenberg01233ba2014-07-05 23:39:54 -04006996#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04006997msgid ""
6998"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6999"this system.\n"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007000msgstr ""
7001
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007002#: resize/resize2fs.c:747
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007003#, c-format
7004msgid "inodes (%llu) must be less than %u"
7005msgstr ""
7006
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007007#: resize/resize2fs.c:1026
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007008msgid "reserved blocks"
7009msgstr ""
7010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007011#: resize/resize2fs.c:1269
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007012msgid "meta-data blocks"
7013msgstr ""
7014
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007015#: resize/resize2fs.c:1373 resize/resize2fs.c:2305
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007016msgid "new meta blocks"
7017msgstr "novaj metablokoj"
7018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007019#: resize/resize2fs.c:2525
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007020msgid "Should never happen! No sb in last super_sparse bg?\n"
7021msgstr ""
7022
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007023#: resize/resize2fs.c:2530
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007024msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7025msgstr ""
7026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007027#: resize/resize2fs.c:2603
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007028msgid "Should never happen: resize inode corrupt!\n"
7029msgstr ""
7030
7031#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007032msgid "EXT2FS Library version 1.43-WIP"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007033msgstr ""
7034
7035#: lib/ext2fs/ext2_err.c:12
7036msgid "Wrong magic number for ext2_filsys structure"
7037msgstr "Malĝustas magia numero por strukturo 'ext2_filsys'"
7038
7039#: lib/ext2fs/ext2_err.c:13
7040msgid "Wrong magic number for badblocks_list structure"
7041msgstr "Malĝustas magia numero por strukturo 'badblocks_list'"
7042
7043#: lib/ext2fs/ext2_err.c:14
7044msgid "Wrong magic number for badblocks_iterate structure"
7045msgstr "Malĝustas magia numero por strukturo 'badblocks_iterate'"
7046
7047#: lib/ext2fs/ext2_err.c:15
7048msgid "Wrong magic number for inode_scan structure"
7049msgstr "Malĝustas magia numero por strukturo 'inode_scan'"
7050
7051#: lib/ext2fs/ext2_err.c:16
7052msgid "Wrong magic number for io_channel structure"
7053msgstr "Malĝustas magia numero por strukturo 'io_channel'"
7054
7055#: lib/ext2fs/ext2_err.c:17
7056msgid "Wrong magic number for unix io_channel structure"
7057msgstr "Malĝustas magia numero por Uniksa strukturo 'io_channel'"
7058
7059#: lib/ext2fs/ext2_err.c:18
7060msgid "Wrong magic number for io_manager structure"
7061msgstr "Malĝustas magia numero por strukturo 'io_manager'"
7062
7063#: lib/ext2fs/ext2_err.c:19
7064msgid "Wrong magic number for block_bitmap structure"
7065msgstr "Malĝustas magia numero por strukturo 'block_bitmap'"
7066
7067#: lib/ext2fs/ext2_err.c:20
7068msgid "Wrong magic number for inode_bitmap structure"
7069msgstr "Malĝustas magia numero por strukturo 'inode_bitmap'"
7070
7071#: lib/ext2fs/ext2_err.c:21
7072msgid "Wrong magic number for generic_bitmap structure"
7073msgstr "Malĝustas magia numero por strukturo 'generic_bitmap'"
7074
7075#: lib/ext2fs/ext2_err.c:22
7076msgid "Wrong magic number for test io_channel structure"
7077msgstr "Malĝustas magia numero por strukturo 'test io_channel'"
7078
7079#: lib/ext2fs/ext2_err.c:23
7080msgid "Wrong magic number for directory block list structure"
7081msgstr "Malĝustas magia numero por strukturo 'block list'"
7082
7083#: lib/ext2fs/ext2_err.c:24
7084msgid "Wrong magic number for icount structure"
7085msgstr "Malĝustas magia numero por strukturo 'icount'"
7086
7087#: lib/ext2fs/ext2_err.c:25
7088msgid "Wrong magic number for Powerquest io_channel structure"
7089msgstr "Malĝustas magia numero por strukturo 'Powerquest io_channel'"
7090
7091#: lib/ext2fs/ext2_err.c:26
7092msgid "Wrong magic number for ext2 file structure"
7093msgstr "Malĝustas magia numero por strukturo 'ext2 file'"
7094
7095#: lib/ext2fs/ext2_err.c:27
7096msgid "Wrong magic number for Ext2 Image Header"
7097msgstr "Malĝustas magia numero por 'Ext2 Image Header'"
7098
7099#: lib/ext2fs/ext2_err.c:28
7100msgid "Wrong magic number for inode io_channel structure"
7101msgstr "Malĝustas magia numero por strukturo 'io_channel'"
7102
7103#: lib/ext2fs/ext2_err.c:29
7104msgid "Wrong magic number for ext4 extent handle"
7105msgstr "Malĝustas magia numero por 'ext4 extent handle'"
7106
7107#: lib/ext2fs/ext2_err.c:30
7108msgid "Bad magic number in super-block"
7109msgstr "Malbonas magia numero en ĉefbloko"
7110
7111#: lib/ext2fs/ext2_err.c:31
7112msgid "Filesystem revision too high"
7113msgstr "Dosiersistema revizio tro altas"
7114
7115#: lib/ext2fs/ext2_err.c:32
7116msgid "Attempt to write to filesystem opened read-only"
7117msgstr "Provo de skribi al dosiersistemo kiu malfermiĝis kiel nurlega"
7118
7119#: lib/ext2fs/ext2_err.c:33
7120msgid "Can't read group descriptors"
7121msgstr "Malsukcesis legi grupajn priaĵojn"
7122
7123#: lib/ext2fs/ext2_err.c:34
7124msgid "Can't write group descriptors"
7125msgstr "Malsukcesis skribi grupajn priaĵojn"
7126
7127#: lib/ext2fs/ext2_err.c:35
7128msgid "Corrupt group descriptor: bad block for block bitmap"
7129msgstr "Difekta gruppriaĵo: malbona bloko por bloka bitmapo"
7130
7131#: lib/ext2fs/ext2_err.c:36
7132msgid "Corrupt group descriptor: bad block for inode bitmap"
7133msgstr "Difekta gruppriaĵo: malbona bloko por i-noda bitmapo"
7134
7135#: lib/ext2fs/ext2_err.c:37
7136msgid "Corrupt group descriptor: bad block for inode table"
7137msgstr "Difekta gruppriaĵo: malbona bloko por i-noda tabelo"
7138
7139#: lib/ext2fs/ext2_err.c:38
7140msgid "Can't write an inode bitmap"
7141msgstr "Malsukcesis skribi i-nodan bitmapon"
7142
7143#: lib/ext2fs/ext2_err.c:39
7144msgid "Can't read an inode bitmap"
7145msgstr "Malsukcesis legi i-nodan bitmapon"
7146
7147#: lib/ext2fs/ext2_err.c:40
7148msgid "Can't write a block bitmap"
7149msgstr "Malsukcesis skribi blokan bitmapon"
7150
7151#: lib/ext2fs/ext2_err.c:41
7152msgid "Can't read a block bitmap"
7153msgstr "Malsukcesis legi blokan bitmapon"
7154
7155#: lib/ext2fs/ext2_err.c:42
7156msgid "Can't write an inode table"
7157msgstr "Malsukcesis skribi i-nodan tabelon"
7158
7159#: lib/ext2fs/ext2_err.c:43
7160msgid "Can't read an inode table"
7161msgstr "Malsukcesis legi i-nodan tabelon"
7162
7163#: lib/ext2fs/ext2_err.c:44
7164msgid "Can't read next inode"
7165msgstr "Malsukcesis legi sekvan i-nodon"
7166
7167#: lib/ext2fs/ext2_err.c:45
7168msgid "Filesystem has unexpected block size"
7169msgstr "Dosiersistemo havas neatenditan blokgrandon"
7170
7171#: lib/ext2fs/ext2_err.c:46
7172msgid "EXT2 directory corrupted"
7173msgstr "EXT2-dosierujo estas difekta"
7174
7175#: lib/ext2fs/ext2_err.c:47
7176msgid "Attempt to read block from filesystem resulted in short read"
7177msgstr "Provo de legi blokon el dosiersistemo rezultis en mallonga lego"
7178
7179#: lib/ext2fs/ext2_err.c:48
7180msgid "Attempt to write block to filesystem resulted in short write"
7181msgstr "Provo de skribi blokon al dosiersistemo rezultis en mallonga skribo"
7182
7183#: lib/ext2fs/ext2_err.c:49
7184msgid "No free space in the directory"
7185msgstr "Dosierujo ne havas liberan spacon"
7186
7187#: lib/ext2fs/ext2_err.c:50
7188msgid "Inode bitmap not loaded"
7189msgstr "I-noda bitmapo ne estas ŝargata"
7190
7191#: lib/ext2fs/ext2_err.c:51
7192msgid "Block bitmap not loaded"
7193msgstr "Bloka bitmapo ne estas ŝargata"
7194
7195#: lib/ext2fs/ext2_err.c:52
7196msgid "Illegal inode number"
7197msgstr "Nevalida i-noda numero"
7198
7199#: lib/ext2fs/ext2_err.c:53
7200msgid "Illegal block number"
7201msgstr "Nevalida bloka numero"
7202
7203#: lib/ext2fs/ext2_err.c:54
7204msgid "Internal error in ext2fs_expand_dir"
7205msgstr "**interna programmiso** en 'ext2fs_expand_dir()'"
7206
7207#: lib/ext2fs/ext2_err.c:55
7208msgid "Not enough space to build proposed filesystem"
7209msgstr "Malsufiĉas spaco por konstrui proponata dosiersistemo"
7210
7211#: lib/ext2fs/ext2_err.c:56
7212msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7213msgstr "Nevalida bloknumero doniĝis al 'ext2fs_mark_block_bitmap()'"
7214
7215#: lib/ext2fs/ext2_err.c:57
7216msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7217msgstr "Nevalida bloknumero doniĝis al 'ext2fs_unmark_block_bitmap()'"
7218
7219#: lib/ext2fs/ext2_err.c:58
7220msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7221msgstr "Nevalida bloknumero doniĝis al 'ext2fs_test_block_bitmap()'"
7222
7223#: lib/ext2fs/ext2_err.c:59
7224msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7225msgstr "Nevalida i-nodnumero doniĝis al 'ext2fs_mark_inode_bitmap()'"
7226
7227#: lib/ext2fs/ext2_err.c:60
7228msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7229msgstr "Nevalida i-nodnumero doniĝis al 'ext2fs_unmark_inode_bitmap()'"
7230
7231#: lib/ext2fs/ext2_err.c:61
7232msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7233msgstr "Nevalida i-nodnumero doniĝis al 'ext2fs_test_inode_bitmap()'"
7234
7235#: lib/ext2fs/ext2_err.c:62
7236msgid "Attempt to fudge end of block bitmap past the real end"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007237msgstr "Provo de smurfi la finon de bloka bitmapo trans la vera fino"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007238
7239#: lib/ext2fs/ext2_err.c:63
7240msgid "Attempt to fudge end of inode bitmap past the real end"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007241msgstr "Provo de smurfi la finon de i-noda bitmapo trans la vera fino"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007242
7243#: lib/ext2fs/ext2_err.c:64
7244msgid "Illegal indirect block found"
7245msgstr "Troviĝis nevalida nerekta bloko"
7246
7247#: lib/ext2fs/ext2_err.c:65
7248msgid "Illegal doubly indirect block found"
7249msgstr "Troviĝis nevalida duoble nerekta bloko"
7250
7251#: lib/ext2fs/ext2_err.c:66
7252msgid "Illegal triply indirect block found"
7253msgstr "Troviĝis nevalida trioble nerekta bloko"
7254
7255#: lib/ext2fs/ext2_err.c:67
7256msgid "Block bitmaps are not the same"
7257msgstr "Blokaj bitmapoj ne samas"
7258
7259#: lib/ext2fs/ext2_err.c:68
7260msgid "Inode bitmaps are not the same"
7261msgstr "I-nodaj bitmapoj ne samas"
7262
7263#: lib/ext2fs/ext2_err.c:69
7264msgid "Illegal or malformed device name"
7265msgstr "Nevalida aŭ misformita aparatnomo"
7266
7267#: lib/ext2fs/ext2_err.c:70
7268msgid "A block group is missing an inode table"
7269msgstr "Mankas i-noda tabelo en iu bloka grupo"
7270
7271#: lib/ext2fs/ext2_err.c:71
7272msgid "The ext2 superblock is corrupt"
7273msgstr "La Ext2-ĉefbloko estas difekta"
7274
7275#: lib/ext2fs/ext2_err.c:72
7276msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7277msgstr "Nevalida komuna bitnumero doniĝis al 'ext2fs_mark_generic_bitmap()'"
7278
7279#: lib/ext2fs/ext2_err.c:73
7280msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7281msgstr "Nevalida komuna bitnumero doniĝis al 'ext2fs_unmark_generic_bitmap()'"
7282
7283#: lib/ext2fs/ext2_err.c:74
7284msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7285msgstr "Nevalida komuna bitnumero doniĝis al 'ext2fs_test_generic_bitmap()'"
7286
7287#: lib/ext2fs/ext2_err.c:75
7288msgid "Too many symbolic links encountered."
7289msgstr "Troviĝis tro multaj da simbolaj ligoj."
7290
7291#: lib/ext2fs/ext2_err.c:76
7292msgid "The callback function will not handle this case"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007293msgstr "La referencvoka funkcio ne kapablas trakti ĉi tiun kazon"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007294
7295#: lib/ext2fs/ext2_err.c:77
7296msgid "The inode is from a bad block in the inode table"
7297msgstr "La i-nodo estas el malbona bloko en la i-noda tabelo"
7298
7299#: lib/ext2fs/ext2_err.c:78
7300msgid "Filesystem has unsupported feature(s)"
7301msgstr "Dosiersistemo havas nesubtenata(j)n kapablo(j)n"
7302
7303#: lib/ext2fs/ext2_err.c:79
7304msgid "Filesystem has unsupported read-only feature(s)"
7305msgstr "Dosiersistemo havas nesubtenata(j)n nurlega(j)n kapablo(j)n"
7306
7307#: lib/ext2fs/ext2_err.c:80
7308msgid "IO Channel failed to seek on read or write"
7309msgstr "En-eliga kanalo malsukcesis fari 'seek' je legado aŭ skribado"
7310
7311#: lib/ext2fs/ext2_err.c:81
7312msgid "Memory allocation failed"
7313msgstr "Mankas sufiĉa memoro"
7314
7315#: lib/ext2fs/ext2_err.c:82
7316msgid "Invalid argument passed to ext2 library"
7317msgstr "Nevalida argumento doniĝis al Ext2-biblioteko"
7318
7319#: lib/ext2fs/ext2_err.c:83
7320msgid "Could not allocate block in ext2 filesystem"
7321msgstr "Malsukcesis asigni blokon en Ext2-dosiersistemo"
7322
7323#: lib/ext2fs/ext2_err.c:84
7324msgid "Could not allocate inode in ext2 filesystem"
7325msgstr "Malsukcesis asigni i-nodon en Ext2-dosiersistemo"
7326
7327#: lib/ext2fs/ext2_err.c:85
7328msgid "Ext2 inode is not a directory"
7329msgstr "Ext2-i-nodo ne estas dosierujo"
7330
7331#: lib/ext2fs/ext2_err.c:86
7332msgid "Too many references in table"
7333msgstr "Tro multaj referencoj en tabelo"
7334
7335#: lib/ext2fs/ext2_err.c:87
7336msgid "File not found by ext2_lookup"
7337msgstr "Dosiero ne troviĝis per 'ext2_lookup()'"
7338
7339#: lib/ext2fs/ext2_err.c:88
7340msgid "File open read-only"
7341msgstr "Dosiero estas malferma nurlege"
7342
7343#: lib/ext2fs/ext2_err.c:89
7344msgid "Ext2 directory block not found"
7345msgstr "Ext2-dosieruja bloko ne troviĝis"
7346
7347#: lib/ext2fs/ext2_err.c:90
7348msgid "Ext2 directory already exists"
7349msgstr "Ext2-dosierujo jam ekzistas"
7350
7351#: lib/ext2fs/ext2_err.c:91
7352msgid "Unimplemented ext2 library function"
7353msgstr "Nerealigita funkcio en Ext2-biblioteko"
7354
7355#: lib/ext2fs/ext2_err.c:92
7356msgid "User cancel requested"
7357msgstr "Nuligo petiĝis de uzanto"
7358
7359#: lib/ext2fs/ext2_err.c:93
7360msgid "Ext2 file too big"
7361msgstr "Ext2-dosiero tro grandas"
7362
7363#: lib/ext2fs/ext2_err.c:94
7364msgid "Supplied journal device not a block device"
7365msgstr "Indikata kaŝprotokola aparato ne estas blokaparato"
7366
7367#: lib/ext2fs/ext2_err.c:95
7368msgid "Journal superblock not found"
7369msgstr "Kaŝprotokola ĉefbloko ne troviĝis"
7370
7371#: lib/ext2fs/ext2_err.c:96
7372msgid "Journal must be at least 1024 blocks"
7373msgstr "Kaŝprotokolo devas esti minimume 1024 blokoj"
7374
7375#: lib/ext2fs/ext2_err.c:97
7376msgid "Unsupported journal version"
7377msgstr "Nesubtenata kaŝprotokola versio"
7378
7379#: lib/ext2fs/ext2_err.c:98
7380msgid "Error loading external journal"
7381msgstr "Eraro dum ŝargo de ekstera kaŝprotokolo"
7382
7383#: lib/ext2fs/ext2_err.c:99
7384msgid "Journal not found"
7385msgstr "Kaŝprotokolo ne troviĝis"
7386
7387#: lib/ext2fs/ext2_err.c:100
7388msgid "Directory hash unsupported"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007389msgstr "Uja haketo ne subtenatas"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007390
7391#: lib/ext2fs/ext2_err.c:101
7392msgid "Illegal extended attribute block number"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007393msgstr "Nevalida numero de bloko de etenditaj atributoj"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007394
7395#: lib/ext2fs/ext2_err.c:102
7396msgid "Cannot create filesystem with requested number of inodes"
7397msgstr "Ne eblas krei dosiersistemon kun la petata nombro de i-nodoj"
7398
7399#: lib/ext2fs/ext2_err.c:103
7400msgid "E2image snapshot not in use"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007401msgstr "Snapŝoto de 'e2image' ne uziĝas"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007402
7403#: lib/ext2fs/ext2_err.c:104
7404msgid "Too many reserved group descriptor blocks"
7405msgstr "Tro multe da rezervitaj gruppriaĵaj blokoj"
7406
7407#: lib/ext2fs/ext2_err.c:105
7408msgid "Resize inode is corrupt"
7409msgstr "Regrandiga i-nodo estas difekta"
7410
7411#: lib/ext2fs/ext2_err.c:106
7412msgid "Tried to set block bmap with missing indirect block"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007413msgstr "Provo de agordi blokan bitmapon kun mankanta nerekta bloko"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007414
7415#: lib/ext2fs/ext2_err.c:107
7416msgid "TDB: Success"
7417msgstr "TDB: Sukceso"
7418
7419#: lib/ext2fs/ext2_err.c:108
7420msgid "TDB: Corrupt database"
7421msgstr "TDB: Difekta datumbazo"
7422
7423#: lib/ext2fs/ext2_err.c:109
7424msgid "TDB: IO Error"
7425msgstr "TDB: En-eliga eraro"
7426
7427#: lib/ext2fs/ext2_err.c:110
7428msgid "TDB: Locking error"
7429msgstr "TDB: Rigla eraro"
7430
7431#: lib/ext2fs/ext2_err.c:111
7432msgid "TDB: Out of memory"
7433msgstr "TDB: Mankas sufiĉa memoro"
7434
7435#: lib/ext2fs/ext2_err.c:112
7436msgid "TDB: Record exists"
7437msgstr "TDB: Rikordo ekzistas"
7438
7439#: lib/ext2fs/ext2_err.c:113
7440msgid "TDB: Lock exists on other keys"
7441msgstr "TDB: Riglo ekzistas je aliaj ŝlosiloj"
7442
7443#: lib/ext2fs/ext2_err.c:114
7444msgid "TDB: Invalid parameter"
7445msgstr "TDB: Nevalida parametro"
7446
7447#: lib/ext2fs/ext2_err.c:115
7448msgid "TDB: Record does not exist"
7449msgstr "TDB: Rikordo ne ekzistas"
7450
7451#: lib/ext2fs/ext2_err.c:116
7452msgid "TDB: Write not permitted"
7453msgstr "TDB: Skribo ne permesatas"
7454
7455#: lib/ext2fs/ext2_err.c:117
7456msgid "Ext2fs directory block list is empty"
7457msgstr "Ext2-dosieruja bloka listo vakas"
7458
7459#: lib/ext2fs/ext2_err.c:118
7460msgid "Attempt to modify a block mapping via a read-only block iterator"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007461msgstr "Provo de ŝanĝi blokasignon per nurlega blokiterilo"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007462
7463#: lib/ext2fs/ext2_err.c:119
7464msgid "Wrong magic number for ext4 extent saved path"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007465msgstr "Malĝustas maginumero por 'ext4 extent saved path'"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007466
7467#: lib/ext2fs/ext2_err.c:120
7468msgid "Wrong magic number for 64-bit generic bitmap"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007469msgstr "Malĝustas maginumero por 64-bita komuna bitmapo"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007470
7471#: lib/ext2fs/ext2_err.c:121
7472msgid "Wrong magic number for 64-bit block bitmap"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007473msgstr "Malĝustas maginumero por 64-bita bloka bitmapo"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007474
7475#: lib/ext2fs/ext2_err.c:122
7476msgid "Wrong magic number for 64-bit inode bitmap"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007477msgstr "Malĝustas maginumero por 64-bita i-noda bitmapo"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007478
7479#: lib/ext2fs/ext2_err.c:123
7480msgid "Wrong magic number --- RESERVED_13"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007481msgstr "Malĝustas maginumero -- RESERVED_13"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007482
7483#: lib/ext2fs/ext2_err.c:124
7484msgid "Wrong magic number --- RESERVED_14"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007485msgstr "Malĝustas maginumero -- RESERVED_14"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007486
7487#: lib/ext2fs/ext2_err.c:125
7488msgid "Wrong magic number --- RESERVED_15"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007489msgstr "Malĝustas maginumero -- RESERVED_15"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007490
7491#: lib/ext2fs/ext2_err.c:126
7492msgid "Wrong magic number --- RESERVED_16"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007493msgstr "Malĝustas maginumero -- RESERVED_16"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007494
7495#: lib/ext2fs/ext2_err.c:127
7496msgid "Wrong magic number --- RESERVED_17"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007497msgstr "Malĝustas maginumero -- RESERVED_17"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007498
7499#: lib/ext2fs/ext2_err.c:128
7500msgid "Wrong magic number --- RESERVED_18"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007501msgstr "Malĝustas maginumero -- RESERVED_18"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007502
7503#: lib/ext2fs/ext2_err.c:129
7504msgid "Wrong magic number --- RESERVED_19"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007505msgstr "Malĝustas maginumero -- RESERVED_19"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007506
7507#: lib/ext2fs/ext2_err.c:130
7508msgid "Corrupt extent header"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007509msgstr "Difekta ampleksa ĉapo"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007510
7511#: lib/ext2fs/ext2_err.c:131
7512msgid "Corrupt extent index"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007513msgstr "Difekta ampleksa indekso"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007514
7515#: lib/ext2fs/ext2_err.c:132
7516msgid "Corrupt extent"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007517msgstr "Difekta amplekso"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007518
7519#: lib/ext2fs/ext2_err.c:133
7520msgid "No free space in extent map"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007521msgstr "Ampleksmapo ne havas liberan spacon"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007522
7523#: lib/ext2fs/ext2_err.c:134
7524msgid "Inode does not use extents"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007525msgstr "I-nodo ne uzas ampleksojn"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007526
7527#: lib/ext2fs/ext2_err.c:135
7528msgid "No 'next' extent"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007529msgstr "Malestas 'next'-amplekso"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007530
7531#: lib/ext2fs/ext2_err.c:136
7532msgid "No 'previous' extent"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007533msgstr "Malestas 'previous'-amplekso"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007534
7535#: lib/ext2fs/ext2_err.c:137
7536msgid "No 'up' extent"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007537msgstr "Malestas 'up'-amplekso"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007538
7539#: lib/ext2fs/ext2_err.c:138
7540msgid "No 'down' extent"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007541msgstr "Malestas 'down'-amplekso"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007542
7543#: lib/ext2fs/ext2_err.c:139
7544msgid "No current node"
7545msgstr "Neniu aktuala nodo"
7546
7547#: lib/ext2fs/ext2_err.c:140
7548msgid "Ext2fs operation not supported"
7549msgstr "tiu Ext2fs-operacio ne subtenatas"
7550
7551#: lib/ext2fs/ext2_err.c:141
7552msgid "No room to insert extent in node"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007553msgstr "Mankas spaco por enmeti amplekson en nodo"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007554
7555#: lib/ext2fs/ext2_err.c:142
7556msgid "Splitting would result in empty node"
7557msgstr "Fendo rezultus en vaka nodo"
7558
7559#: lib/ext2fs/ext2_err.c:143
7560msgid "Extent not found"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007561msgstr "Amplekso ne troviĝis"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007562
7563#: lib/ext2fs/ext2_err.c:144
7564msgid "Operation not supported for inodes containing extents"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007565msgstr "Operacio ne subtenatas por i-nodoj kiuj enhavas ampleksojn"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007566
7567#: lib/ext2fs/ext2_err.c:145
7568msgid "Extent length is invalid"
Benno Schulenberg43b15a72014-07-09 23:13:30 -04007569msgstr "Ampleksa longo malvalidas"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007570
7571#: lib/ext2fs/ext2_err.c:146
7572msgid "I/O Channel does not support 64-bit block numbers"
7573msgstr "En-eliga kanalo ne subtenas 64-bitajn bloknumerojn"
7574
7575#: lib/ext2fs/ext2_err.c:147
7576msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'obd386982015-05-17 20:34:58 -04007577msgstr ""
7578"Ne eblas kontroli se dosiersistemo estas muntita, ĉar mankas dosiero 'mtab'"
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007579
7580#: lib/ext2fs/ext2_err.c:148
7581msgid "Filesystem too large to use legacy bitmaps"
7582msgstr "Dosiersistemo tro grandas por uzi arkaikajn bitmapojn"
7583
7584#: lib/ext2fs/ext2_err.c:149
7585msgid "MMP: invalid magic number"
7586msgstr "MMP: nevalida magia numero"
7587
7588#: lib/ext2fs/ext2_err.c:150
7589msgid "MMP: device currently active"
7590msgstr "MMP: aparato nune aktivas"
7591
7592#: lib/ext2fs/ext2_err.c:151
7593msgid "MMP: fsck being run"
7594msgstr "MMP: 'fsck' rulas"
7595
7596#: lib/ext2fs/ext2_err.c:152
7597msgid "MMP: block number beyond filesystem range"
7598msgstr "MMP: bloknumero transpasas dosiersisteman gamon"
7599
7600#: lib/ext2fs/ext2_err.c:153
7601msgid "MMP: undergoing an unknown operation"
7602msgstr "MMP: spertas nekonatan operacion"
7603
7604#: lib/ext2fs/ext2_err.c:154
7605msgid "MMP: filesystem still in use"
7606msgstr "MMP: dosiersistemo ankoraŭ uziĝas"
7607
7608#: lib/ext2fs/ext2_err.c:155
7609msgid "MMP: open with O_DIRECT failed"
7610msgstr "MMP: malsukcesis malfermo kun 'O_DIRECT'"
7611
7612#: lib/ext2fs/ext2_err.c:156
7613msgid "Block group descriptor size incorrect"
7614msgstr "Malĝustas grando de blokgruppriaĵo"
7615
7616#: lib/ext2fs/ext2_err.c:157
7617msgid "Inode checksum does not match inode"
7618msgstr "Kontrolsumo de i-nodo ne konkordas kun i-nodo"
7619
7620#: lib/ext2fs/ext2_err.c:158
7621msgid "Inode bitmap checksum does not match bitmap"
7622msgstr "Kontrolsumo de i-noda bitmapo ne konkordas kun bitmapo"
7623
7624#: lib/ext2fs/ext2_err.c:159
7625msgid "Extent block checksum does not match extent block"
7626msgstr "Kontrolsumo de 'extent'-bloko ne konkordas kun bloko"
7627
7628#: lib/ext2fs/ext2_err.c:160
7629msgid "Directory block does not have space for checksum"
7630msgstr "Dosieruja bloko ne havas spacon por kontrolsumo"
7631
7632#: lib/ext2fs/ext2_err.c:161
7633msgid "Directory block checksum does not match directory block"
7634msgstr "Kontrolsumo de dosieruja bloko ne konkordas kun dosieruja bloko"
7635
7636#: lib/ext2fs/ext2_err.c:162
7637msgid "Extended attribute block checksum does not match block"
7638msgstr "Kontrolsumo de bloko de etenditaj atributoj ne konkordas kun bloko"
7639
7640#: lib/ext2fs/ext2_err.c:163
7641msgid "Superblock checksum does not match superblock"
7642msgstr "Kontrolsumo de ĉefbloko ne konkordas kun ĉefbloko"
7643
7644#: lib/ext2fs/ext2_err.c:164
7645msgid "Unknown checksum algorithm"
7646msgstr "Nekonata kontrolsuma algoritmo"
7647
7648#: lib/ext2fs/ext2_err.c:165
7649msgid "MMP block checksum does not match MMP block"
7650msgstr "Kontrolsumo de MMP-bloko ne konkordas kun MMP-bloko"
7651
7652#: lib/ext2fs/ext2_err.c:166
7653msgid "Ext2 file already exists"
7654msgstr "Ext2-dosiero jam ekzistas"
7655
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007656#: lib/ext2fs/ext2_err.c:167
7657#, fuzzy
7658msgid "Block bitmap checksum does not match bitmap"
7659msgstr "Kontrolsumo de i-noda bitmapo ne konkordas kun bitmapo"
7660
7661#: lib/ext2fs/ext2_err.c:168
7662msgid "Cannot iterate data blocks of an inode containing inline data"
7663msgstr ""
7664
7665#: lib/ext2fs/ext2_err.c:169
7666msgid "Extended attribute has an invalid name length"
7667msgstr ""
7668
7669#: lib/ext2fs/ext2_err.c:170
7670msgid "Extended attribute has an invalid value length"
7671msgstr ""
7672
7673#: lib/ext2fs/ext2_err.c:171
7674#, fuzzy
7675msgid "Extended attribute has an incorrect hash"
7676msgstr "Kontrolsumo de bloko de etenditaj atributoj ne konkordas kun bloko"
7677
7678#: lib/ext2fs/ext2_err.c:172
7679#, fuzzy
7680msgid "Extended attribute block has a bad header"
7681msgstr "Nevalida numero de bloko de etenditaj atributoj"
7682
7683# ****************************************************************
7684# *** La sekvaj mallongigoj preskaŭ ĉiuj uziĝas en la traduko. ***
7685# ****************************************************************
7686#: lib/ext2fs/ext2_err.c:173
7687#, fuzzy
7688msgid "Extended attribute key not found"
7689msgstr "aetendita atributo"
7690
7691#: lib/ext2fs/ext2_err.c:174
7692msgid "Insufficient space to store extended attribute data"
7693msgstr ""
7694
7695#: lib/ext2fs/ext2_err.c:175
7696msgid "Filesystem is missing ext_attr or inline_data feature"
7697msgstr ""
7698
7699#: lib/ext2fs/ext2_err.c:176
7700#, fuzzy
7701msgid "Inode doesn't have inline data"
7702msgstr "I-nodo ne uzas ampleksojn"
7703
7704#: lib/ext2fs/ext2_err.c:177
7705msgid "No block for an inode with inline data"
7706msgstr ""
7707
7708#: lib/ext2fs/ext2_err.c:178
7709#, fuzzy
7710msgid "No free space in inline data"
7711msgstr "Ampleksmapo ne havas liberan spacon"
7712
7713#: lib/ext2fs/ext2_err.c:179
7714#, fuzzy
7715msgid "Wrong magic number for extended attribute structure"
7716msgstr "Malĝustas magia numero por strukturo 'ext2 file'"
7717
7718#: lib/ext2fs/ext2_err.c:180
7719msgid "Inode seems to contain garbage"
7720msgstr ""
7721
7722#: lib/ext2fs/ext2_err.c:181
7723msgid "Extended attribute has an invalid value offset"
7724msgstr ""
7725
7726#: lib/ext2fs/ext2_err.c:182
7727msgid "Journal flags inconsistent"
7728msgstr ""
7729
7730#: lib/ext2fs/ext2_err.c:183
7731#, fuzzy
7732msgid "Undo file corrupt"
7733msgstr "Regrandiga i-nodo estas difekta"
7734
7735#: lib/ext2fs/ext2_err.c:184
7736msgid "Wrong undo file for this filesystem"
7737msgstr ""
7738
7739#: lib/support/prof_err.c:11
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007740msgid "Profile version 0.0"
7741msgstr ""
7742
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007743#: lib/support/prof_err.c:12
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007744msgid "Bad magic value in profile_node"
7745msgstr ""
7746
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007747#: lib/support/prof_err.c:13
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007748msgid "Profile section not found"
7749msgstr ""
7750
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007751#: lib/support/prof_err.c:14
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007752msgid "Profile relation not found"
7753msgstr ""
7754
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007755#: lib/support/prof_err.c:15
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007756msgid "Attempt to add a relation to node which is not a section"
7757msgstr ""
7758
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007759#: lib/support/prof_err.c:16
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007760msgid "A profile section header has a non-zero value"
7761msgstr ""
7762
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007763#: lib/support/prof_err.c:17
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007764msgid "Bad linked list in profile structures"
7765msgstr ""
7766
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007767#: lib/support/prof_err.c:18
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007768msgid "Bad group level in profile structures"
7769msgstr ""
7770
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007771#: lib/support/prof_err.c:19
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007772msgid "Bad parent pointer in profile structures"
7773msgstr ""
7774
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007775#: lib/support/prof_err.c:20
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007776msgid "Bad magic value in profile iterator"
7777msgstr ""
7778
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007779#: lib/support/prof_err.c:21
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007780msgid "Can't set value on section node"
7781msgstr ""
7782
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007783#: lib/support/prof_err.c:22
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007784msgid "Invalid argument passed to profile library"
7785msgstr ""
7786
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007787#: lib/support/prof_err.c:23
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007788msgid "Attempt to modify read-only profile"
7789msgstr ""
7790
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007791#: lib/support/prof_err.c:24
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007792msgid "Profile section header not at top level"
7793msgstr ""
7794
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007795#: lib/support/prof_err.c:25
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007796msgid "Syntax error in profile section header"
7797msgstr ""
7798
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007799#: lib/support/prof_err.c:26
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007800msgid "Syntax error in profile relation"
7801msgstr ""
7802
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007803#: lib/support/prof_err.c:27
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007804msgid "Extra closing brace in profile"
7805msgstr ""
7806
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007807#: lib/support/prof_err.c:28
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007808msgid "Missing open brace in profile"
7809msgstr ""
7810
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007811#: lib/support/prof_err.c:29
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007812msgid "Bad magic value in profile_t"
7813msgstr ""
7814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007815#: lib/support/prof_err.c:30
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007816msgid "Bad magic value in profile_section_t"
7817msgstr ""
7818
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007819#: lib/support/prof_err.c:31
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007820msgid "Iteration through all top level section not supported"
7821msgstr ""
7822
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007823#: lib/support/prof_err.c:32
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007824msgid "Invalid profile_section object"
7825msgstr ""
7826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007827#: lib/support/prof_err.c:33
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007828msgid "No more sections"
7829msgstr ""
7830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007831#: lib/support/prof_err.c:34
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007832msgid "Bad nameset passed to query routine"
7833msgstr ""
7834
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007835#: lib/support/prof_err.c:35
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007836msgid "No profile file open"
7837msgstr ""
7838
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007839#: lib/support/prof_err.c:36
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007840msgid "Bad magic value in profile_file_t"
7841msgstr ""
7842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007843#: lib/support/prof_err.c:37
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007844msgid "Couldn't open profile file"
7845msgstr ""
7846
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007847#: lib/support/prof_err.c:38
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007848msgid "Section already exists"
7849msgstr ""
7850
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007851#: lib/support/prof_err.c:39
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007852msgid "Invalid boolean value"
7853msgstr "Malvalida bulea valoro"
7854
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007855#: lib/support/prof_err.c:40
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007856msgid "Invalid integer value"
7857msgstr "Malvalida entjera valoro"
7858
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007859#: lib/support/prof_err.c:41
Benno Schulenberg01233ba2014-07-05 23:39:54 -04007860msgid "Bad magic value in profile_file_data_t"
7861msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007862
7863#: lib/support/plausible.c:103
7864#, c-format
7865msgid "\tlast mounted on %s on %s"
7866msgstr ""
7867
7868#: lib/support/plausible.c:106
7869#, c-format
7870msgid "\tlast mounted on %s"
7871msgstr ""
7872
7873#: lib/support/plausible.c:109
7874#, c-format
7875msgid "\tcreated on %s"
7876msgstr ""
7877
7878#: lib/support/plausible.c:112
7879#, c-format
7880msgid "\tlast modified on %s"
7881msgstr ""
7882
7883#: lib/support/plausible.c:146
7884#, c-format
7885msgid "Found a %s partition table in %s\n"
7886msgstr ""
7887
7888#: lib/support/plausible.c:176
7889#, c-format
7890msgid "The file %s does not exist and no size was specified.\n"
7891msgstr ""
7892
7893#: lib/support/plausible.c:184
7894#, c-format
7895msgid "Creating regular file %s\n"
7896msgstr "Kreiĝas normala dosiero %s\n"
7897
7898#: lib/support/plausible.c:187
7899#, c-format
7900msgid "Could not open %s: %s\n"
7901msgstr "Malsukcesis malfermi %s: %s\n"
7902
7903#: lib/support/plausible.c:190
7904msgid ""
7905"\n"
7906"The device apparently does not exist; did you specify it correctly?\n"
7907msgstr ""
7908
7909#: lib/support/plausible.c:212
7910#, c-format
7911msgid "%s is not a block special device.\n"
7912msgstr ""
7913
7914#: lib/support/plausible.c:234
7915#, c-format
7916msgid "%s contains a %s file system labelled '%s'\n"
7917msgstr "%s enhavas %s-dosiersistemon kun etikedo '%s'\n"
7918
7919#: lib/support/plausible.c:237
7920#, c-format
7921msgid "%s contains a %s file system\n"
7922msgstr "%s enhavas %s-dosiersistemon\n"
7923
7924#: lib/support/plausible.c:259
7925#, fuzzy, c-format
7926msgid "%s contains `%s' data\n"
7927msgstr "%s enhavas %s-dosiersistemon\n"
7928
7929#~ msgid "@i %i has @cion flag set on @f without @cion support. "
7930#~ msgstr ""
7931#~ "@i %i havas jesan densigan flagon en dosiersistemo sen subteno por "
7932#~ "densigo. "
7933
7934#~ msgid "@A @a @b %b. "
7935#~ msgstr "@A de @b %b por etenditaj atributoj. "
7936
7937#~ msgid ", unused inodes %u\n"
7938#~ msgstr ", neuzitaj i-nodoj %u\n"
7939
7940#~ msgid "Failed to open %s\n"
7941#~ msgstr "Malsukcesis malfermi %s\n"