blob: 75b1711ed35f4b62c2a431c5948eeb8f595c082b [file] [log] [blame]
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001# Polish translation for e2fsprogs.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Theodore Tso (msgids)
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003# This file is distributed under the same license as the e2fsprogs package.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004# Jakub Bogusz <qboosh@pld-linux.org>, 2002-2009.
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
Theodore Ts'of419fdf2003-11-21 12:56:32 -050064msgid ""
65msgstr ""
Jakub Boguszdd6d6712009-07-01 21:32:26 -040066"Project-Id-Version: e2fsprogs 1.41.7\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050067"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -040068"POT-Creation-Date: 2009-06-29 01:27-0400\n"
69"PO-Revision-Date: 2009-07-01 23:08+0200\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050070"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
71"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
72"MIME-Version: 1.0\n"
73"Content-Type: text/plain; charset=ISO-8859-2\n"
74"Content-Transfer-Encoding: 8bit\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -040075"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050076
Theodore Ts'o945ffb92009-01-26 20:43:10 -050077#: e2fsck/badblocks.c:22 misc/mke2fs.c:165
Theodore Ts'of419fdf2003-11-21 12:56:32 -050078#, c-format
79msgid "Bad block %u out of range; ignored.\n"
80msgstr "Wadliwy blok %u poza zakresem - zignorowany.\n"
81
82#: e2fsck/badblocks.c:45
83msgid "while sanity checking the bad blocks inode"
84msgstr "podczas sprawdzania poprawno¶ci i-wêz³a wadliwych bloków"
85
86#: e2fsck/badblocks.c:57
87msgid "while reading the bad blocks inode"
88msgstr "podczas odczytu i-wêz³a wadliwych bloków"
89
90#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Jakub Boguszdd6d6712009-07-01 21:32:26 -040091#: e2fsck/unix.c:1057 e2fsck/unix.c:1140 misc/badblocks.c:1155
92#: misc/badblocks.c:1163 misc/badblocks.c:1177 misc/badblocks.c:1189
93#: misc/dumpe2fs.c:510 misc/e2image.c:583 misc/e2image.c:679
94#: misc/e2image.c:695 misc/mke2fs.c:181 misc/tune2fs.c:1532 resize/main.c:312
Theodore Ts'of419fdf2003-11-21 12:56:32 -050095#, c-format
96msgid "while trying to open %s"
97msgstr "podczas próby otworzenia %s"
98
99#: e2fsck/badblocks.c:82
100#, c-format
101msgid "while trying popen '%s'"
102msgstr "podczas próby popen '%s'"
103
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500104#: e2fsck/badblocks.c:93 misc/mke2fs.c:188
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500105msgid "while reading in list of bad blocks from file"
106msgstr "podczas wczytywania z pliku listy wadliwych bloków"
107
Theodore Ts'o8f741372008-02-28 21:47:05 -0500108#: e2fsck/badblocks.c:104
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500109msgid "while updating bad block inode"
110msgstr "podczas uaktualniania i-wêz³a wadliwego bloku"
111
Theodore Ts'o8f741372008-02-28 21:47:05 -0500112#: e2fsck/badblocks.c:130
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400113#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400115msgstr "Uwaga: znaleziono niedopuszczalny blok %u w i-wê¼le wadliwego bloku. Wyczyszczono.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500116
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500117#: e2fsck/ehandler.c:54
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500118#, c-format
119msgid "Error reading block %lu (%s) while %s. "
120msgstr "B³±d przy odczycie bloku %lu (%s) podczas %s. "
121
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500122#: e2fsck/ehandler.c:57
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500123#, c-format
124msgid "Error reading block %lu (%s). "
125msgstr "B³±d przy odczycie bloku %lu (%s). "
126
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500127#: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500128msgid "Ignore error"
129msgstr "Zignorowaæ b³±d"
130
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500131#: e2fsck/ehandler.c:61
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500132msgid "Force rewrite"
133msgstr "Wymusiæ ponowny zapis"
134
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500135#: e2fsck/ehandler.c:103
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500136#, c-format
137msgid "Error writing block %lu (%s) while %s. "
138msgstr "B³±d przy zapisie bloku %lu (%s) podczas %s. "
139
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500140#: e2fsck/ehandler.c:106
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500141#, c-format
142msgid "Error writing block %lu (%s). "
143msgstr "B³±d przy zapisie bloku %lu (%s). "
144
145#: e2fsck/emptydir.c:56
146msgid "empty dirblocks"
147msgstr "puste bloki katalogu"
148
149#: e2fsck/emptydir.c:61
150msgid "empty dir map"
151msgstr "pusta mapa katalogu"
152
153#: e2fsck/emptydir.c:97
Theodore Ts'od46ce702007-07-10 09:45:47 -0400154#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400155msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400156msgstr "Pusty blok katalogu %u (#%d) w i-wê¼le %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500157
158#: e2fsck/extend.c:21
159#, c-format
160msgid "%s: %s filename nblocks blocksize\n"
161msgstr "%s: %s nazwa_pliku liczba_bloków rozmiar_bloku\n"
162
163#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500164#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500165msgid "Illegal number of blocks!\n"
166msgstr "Niedopuszczalna liczba bloków!\n"
167
168#: e2fsck/extend.c:49
169#, c-format
170msgid "Couldn't allocate block buffer (size=%d)\n"
171msgstr "Nie mo¿na przydzieliæ bufora bloku (rozmiar=%d)\n"
172
173#: e2fsck/flushb.c:34
174#, c-format
175msgid "Usage: %s disk\n"
176msgstr "Sk³adnia: %s dysk\n"
177
178#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500179#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500180msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
181msgstr "ioctl BLKFLSBUF nie obs³ugiwany! Nie mo¿na opró¿niæ buforów.\n"
182
183#: e2fsck/iscan.c:46
184#, c-format
185msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
186msgstr "Sk³adnia: %s [-F] [-I bloki_bufora_i-wêz³ów] urz±dzenie\n"
187
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400188#: e2fsck/iscan.c:83 e2fsck/unix.c:817
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500189#, c-format
190msgid "while opening %s for flushing"
191msgstr "podczas otwierania %s w celu opró¿nienia"
192
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400193#: e2fsck/iscan.c:88 e2fsck/unix.c:823 resize/main.c:288
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500194#, c-format
195msgid "while trying to flush %s"
196msgstr "podczas próby opró¿nienia %s"
197
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400198#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:489
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500199msgid "while opening inode scan"
200msgstr "podczas otwierania obrazu i-wêz³ów"
201
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400202#: e2fsck/iscan.c:129 misc/e2image.c:507
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500203msgid "while getting next inode"
204msgstr "podczas pobierania nastêpnego i-wêz³a"
205
206#: e2fsck/iscan.c:138
Theodore Ts'od46ce702007-07-10 09:45:47 -0400207#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400208msgid "%u inodes scanned.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400209msgstr "Przeszukano i-wêz³ów: %u.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500210
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500211#: e2fsck/journal.c:507
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500212msgid "reading journal superblock\n"
213msgstr "odczyt superbloku kroniki\n"
214
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500215#: e2fsck/journal.c:564
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500216#, c-format
217msgid "%s: no valid journal superblock found\n"
218msgstr "%s: nie znaleziono poprawnego superbloku kroniki\n"
219
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500220#: e2fsck/journal.c:573
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500221#, c-format
222msgid "%s: journal too short\n"
223msgstr "%s: kronika za krótka\n"
224
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400225#: e2fsck/journal.c:860
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500226#, c-format
227msgid "%s: recovering journal\n"
228msgstr "%s: odtwarzanie z kroniki\n"
229
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400230#: e2fsck/journal.c:862
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500231#, c-format
232msgid "%s: won't do journal recovery while read-only\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400233msgstr "%s: odtworzenie z kroniki nie zostanie wykonane w trybie tylko do odczytu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500234
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400235#: e2fsck/journal.c:887
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500236#, c-format
237msgid "while trying to re-open %s"
238msgstr "podczas próby ponownego otwarcia %s"
239
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400240#: e2fsck/message.c:110
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500241msgid "aextended attribute"
242msgstr "arozszerzony atrybut"
243
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400244#: e2fsck/message.c:111
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500245msgid "Aerror allocating"
246msgstr "Ab³±d podczas przydzielania"
247
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400248#: e2fsck/message.c:112
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500249msgid "bblock"
250msgstr "bblok"
251
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400252#: e2fsck/message.c:113
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500253msgid "Bbitmap"
254msgstr "Bbitmapa"
255
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400256#: e2fsck/message.c:114
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500257msgid "ccompress"
258msgstr "ckompresja"
259
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400260#: e2fsck/message.c:115
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500261msgid "Cconflicts with some other fs @b"
262msgstr "Ckonflikt z innym @biem systemu plików"
263
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400264#: e2fsck/message.c:116
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500265msgid "iinode"
266msgstr "ii-wêze³"
267
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400268#: e2fsck/message.c:117
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500269msgid "Iillegal"
270msgstr "Iniedopuszczalny"
271
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400272#: e2fsck/message.c:118
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500273msgid "jjournal"
274msgstr "jkronika"
275
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400276#: e2fsck/message.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500277msgid "Ddeleted"
278msgstr "Dusuniêty"
279
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400280#: e2fsck/message.c:120
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500281msgid "ddirectory"
282msgstr "dkatalog"
283
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400284#: e2fsck/message.c:121
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500285msgid "eentry"
286msgstr "ewpis"
287
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400288#: e2fsck/message.c:122
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500289msgid "E@e '%Dn' in %p (%i)"
290msgstr "E@e '%Dn' w %p (%i)"
291
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400292#: e2fsck/message.c:123
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500293msgid "ffilesystem"
294msgstr "fsystem plików"
295
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400296#: e2fsck/message.c:124
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500297msgid "Ffor @i %i (%Q) is"
298msgstr "Fdla i-wêz³a %i (%Q) wynosi"
299
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400300#: e2fsck/message.c:125
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500301msgid "ggroup"
302msgstr "ggrupa"
303
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400304#: e2fsck/message.c:126
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500305msgid "hHTREE @d @i"
306msgstr "h@i @du HTREE"
307
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400308#: e2fsck/message.c:127
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500309msgid "llost+found"
310msgstr "llost+found"
311
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400312#: e2fsck/message.c:128
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500313msgid "Lis a link"
314msgstr "Ljest dowi±zaniem"
315
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400316#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400317msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400318msgstr "mwielokrotnie zadeklarowany"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400320#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "ninvalid"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400322msgstr "nb³êdny"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400324#: e2fsck/message.c:131
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500325msgid "oorphaned"
326msgstr "oosierocony"
327
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400328#: e2fsck/message.c:132
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500329msgid "pproblem in"
330msgstr "pproblem w"
331
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400332#: e2fsck/message.c:133
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500333msgid "rroot @i"
334msgstr "rg³ówny @i"
335
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400336#: e2fsck/message.c:134
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500337msgid "sshould be"
338msgstr "spowinno byæ"
339
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400340#: e2fsck/message.c:135
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500341msgid "Ssuper@b"
342msgstr "Ssuper@b"
343
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400344#: e2fsck/message.c:136
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500345msgid "uunattached"
346msgstr "uniedo³±czony"
347
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400348#: e2fsck/message.c:137
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500349msgid "vdevice"
350msgstr "vurz±dzenie"
351
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400352#: e2fsck/message.c:138
353msgid "xextent"
354msgstr "xfragment"
355
356#: e2fsck/message.c:139
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500357msgid "zzero-length"
358msgstr "zzerowej d³ugo¶ci"
359
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400360#: e2fsck/message.c:150
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500361msgid "<The NULL inode>"
362msgstr "<pusty i-wêze³>"
363
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400364#: e2fsck/message.c:151
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500365msgid "<The bad blocks inode>"
366msgstr "<i-wêze³ wadliwych bloków>"
367
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400368#: e2fsck/message.c:153
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500369msgid "<The ACL index inode>"
370msgstr "<i-wêze³ indeksu ACL>"
371
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400372#: e2fsck/message.c:154
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500373msgid "<The ACL data inode>"
374msgstr "<i-wêze³ danych ACL"
375
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400376#: e2fsck/message.c:155
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500377msgid "<The boot loader inode>"
378msgstr "<i-wêze³ boot-loadera>"
379
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400380#: e2fsck/message.c:156
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500381msgid "<The undelete directory inode>"
382msgstr "<i-wêze³ katalogu undelete>"
383
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400384#: e2fsck/message.c:157
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500385msgid "<The group descriptor inode>"
386msgstr "<i-wêze³ deskryptora grupy>"
387
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400388#: e2fsck/message.c:158
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500389msgid "<The journal inode>"
390msgstr "<i-wêze³ kroniki>"
391
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400392#: e2fsck/message.c:159
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500393msgid "<Reserved inode 9>"
394msgstr "<zarezerwowany i-wêze³ 9>"
395
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400396#: e2fsck/message.c:160
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500397msgid "<Reserved inode 10>"
398msgstr "<zarezerwowany i-wêze³ 10>"
399
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500400#: e2fsck/message.c:323
Theodore Ts'od46ce702007-07-10 09:45:47 -0400401#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400402msgid "regular file"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400403msgstr "plik zwyk³y"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400404
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500405#: e2fsck/message.c:325
Theodore Ts'od46ce702007-07-10 09:45:47 -0400406#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400407msgid "directory"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400408msgstr "katalog"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400409
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500410#: e2fsck/message.c:327
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400411#, c-format
412msgid "character device"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400413msgstr "urz±dzenie znakowe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400414
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500415#: e2fsck/message.c:329
Theodore Ts'od46ce702007-07-10 09:45:47 -0400416#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400417msgid "block device"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400418msgstr "urz±dzenie blokowe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400419
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500420#: e2fsck/message.c:331
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421#, c-format
422msgid "named pipe"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400423msgstr "nazwany potok"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400424
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500425#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400426#, c-format
427msgid "symbolic link"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400428msgstr "dowi±zanie symboliczne"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500430#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431#, c-format
432msgid "socket"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400433msgstr "gniazdo"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400434
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500435#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400436#, c-format
437msgid "unknown file type with mode 0%o"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400438msgstr "nieznany rodzaj pliku typu 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400440#: e2fsck/pass1b.c:220
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500441msgid "multiply claimed inode map"
442msgstr "wielokrotnie zadeklarowana mapa i-wêz³ów"
443
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400444#: e2fsck/pass1b.c:581 e2fsck/pass1b.c:714
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400445#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400446msgid "internal error: can't find dup_blk for %u\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400447msgstr "b³±d wewnêtrzny; nie mo¿na znale¼æ dup_blk dla %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500448
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400449#: e2fsck/pass1b.c:757
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500450msgid "returned from clone_file_block"
451msgstr "powrót z clone_file_block"
452
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400453#: e2fsck/pass1b.c:776
Theodore Ts'od46ce702007-07-10 09:45:47 -0400454#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400455msgid "internal error: couldn't lookup EA block record for %u"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400456msgstr "b³±d wewnêtrzny: nie mo¿na znale¼æ rekordu bloku EA dla %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400458#: e2fsck/pass1b.c:788
Theodore Ts'od46ce702007-07-10 09:45:47 -0400459#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400460msgid "internal error: couldn't lookup EA inode record for %u"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400461msgstr "B³±d wewnêtrzny: nie mo¿na znale¼æ rekordu i-wêz³a EA dla %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400462
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400463#: e2fsck/pass1.c:430 e2fsck/pass2.c:784
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400464msgid "reading directory block"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400465msgstr "odczytu bloku katalogu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400466
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400467#: e2fsck/pass1.c:552
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500468msgid "in-use inode map"
469msgstr "mapa u¿ywanych i-wêz³ów"
470
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400471#: e2fsck/pass1.c:561
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500472msgid "directory inode map"
473msgstr "mapa i-wêz³ów katalogów"
474
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400475#: e2fsck/pass1.c:569
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500476msgid "regular file inode map"
477msgstr "mapa i-wêz³ów zwyk³ych plików"
478
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400479#: e2fsck/pass1.c:576
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500480msgid "in-use block map"
481msgstr "mapa u¿ywanych bloków"
482
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400483#: e2fsck/pass1.c:630
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400484msgid "opening inode scan"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400485msgstr "rozpoczynania przeszukiwania i-wêz³ów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500486
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400487#: e2fsck/pass1.c:654
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400488msgid "getting next inode from scan"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400489msgstr "pobierania nastêpnego i-wêz³a"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400490
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400491#: e2fsck/pass1.c:1123
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500492msgid "Pass 1"
493msgstr "Przebieg 1"
494
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400495#: e2fsck/pass1.c:1180
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500496#, c-format
497msgid "reading indirect blocks of inode %u"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400498msgstr "odczytu niebezpo¶rednich bloków i-wêz³a %u"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500499
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400500#: e2fsck/pass1.c:1224
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500501msgid "bad inode map"
502msgstr "b³êdna mapa i-wêz³ów"
503
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400504#: e2fsck/pass1.c:1246
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500505msgid "inode in bad block map"
506msgstr "i-wêze³ w mapie wadliwych bloków"
507
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400508#: e2fsck/pass1.c:1266
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500509msgid "imagic inode map"
510msgstr "mapa i-wêz³ów imagic"
511
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400512#: e2fsck/pass1.c:1293
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500513msgid "multiply claimed block map"
514msgstr "wielokrotnie zadeklarowana mapa bloków"
515
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400516#: e2fsck/pass1.c:1392
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500517msgid "ext attr block map"
518msgstr "mapa bloków rozszerzonych atrybutów"
519
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500520#: e2fsck/pass1.c:2134
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400521#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500522msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400523msgstr "%6lu(%c): oczekiwano %6lu, otrzymano phys %6lu (blkcnt %lld)\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400524
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500525#: e2fsck/pass1.c:2449
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500526msgid "block bitmap"
527msgstr "bitmapa bloków"
528
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500529#: e2fsck/pass1.c:2453
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500530msgid "inode bitmap"
531msgstr "bitmapa i-wêz³ów"
532
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500533#: e2fsck/pass1.c:2457
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500534msgid "inode table"
535msgstr "tablica i-wêz³ów"
536
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400537#: e2fsck/pass2.c:285
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500538msgid "Pass 2"
539msgstr "Przebieg 2"
540
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400541#: e2fsck/pass2.c:807
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400542msgid "Can not continue."
543msgstr "Nie mo¿na kontynuowaæ."
544
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400545#: e2fsck/pass3.c:76
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500546msgid "inode done bitmap"
547msgstr "bitmapa wykonanych i-wêz³ów"
548
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400549#: e2fsck/pass3.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500550msgid "Peak memory"
551msgstr "Najwiêksze u¿ycie pamiêci"
552
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400553#: e2fsck/pass3.c:134
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500554msgid "Pass 3"
555msgstr "Przebieg 3"
556
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400557#: e2fsck/pass3.c:320
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500558msgid "inode loop detection bitmap"
559msgstr "bitmapa wykrywania pêtli i-wêz³ów"
560
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400561#: e2fsck/pass4.c:191
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500562msgid "Pass 4"
563msgstr "Przebieg 4"
564
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400565#: e2fsck/pass5.c:64
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500566msgid "Pass 5"
567msgstr "Przebieg 5"
568
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500569#: e2fsck/problem.c:50
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500570msgid "(no prompt)"
571msgstr "(bez pytania)"
572
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500573#: e2fsck/problem.c:51
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500574msgid "Fix"
575msgstr "Poprawiæ"
576
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500577#: e2fsck/problem.c:52
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500578msgid "Clear"
579msgstr "Wyczy¶ciæ"
580
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500581#: e2fsck/problem.c:53
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500582msgid "Relocate"
583msgstr "Przenie¶æ"
584
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500585#: e2fsck/problem.c:54
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500586msgid "Allocate"
587msgstr "Przydzieliæ"
588
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500589#: e2fsck/problem.c:55
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500590msgid "Expand"
591msgstr "Rozszerzyæ"
592
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500593#: e2fsck/problem.c:56
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500594msgid "Connect to /lost+found"
595msgstr "Do³±czyæ do /lost+found"
596
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500597#: e2fsck/problem.c:57
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500598msgid "Create"
599msgstr "Wyczy¶ciæ"
600
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500601#: e2fsck/problem.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500602msgid "Salvage"
603msgstr "Uratowaæ"
604
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500605#: e2fsck/problem.c:59
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500606msgid "Truncate"
607msgstr "Uci±æ"
608
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500609#: e2fsck/problem.c:60
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500610msgid "Clear inode"
611msgstr "Wyczy¶ciæ i-wêze³"
612
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500613#: e2fsck/problem.c:61
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500614msgid "Abort"
615msgstr "Przerwaæ"
616
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500617#: e2fsck/problem.c:62
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500618msgid "Split"
619msgstr "Podzieliæ"
620
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500621#: e2fsck/problem.c:63
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500622msgid "Continue"
623msgstr "Kontynuowaæ"
624
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500625#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400626msgid "Clone multiply-claimed blocks"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400627msgstr "Sklonowaæ wielokrotnie zadeklarowane bloki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500628
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500629#: e2fsck/problem.c:65
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500630msgid "Delete file"
631msgstr "Usun±æ plik"
632
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500633#: e2fsck/problem.c:66
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500634msgid "Suppress messages"
635msgstr "Pomin±æ komunikaty"
636
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500637#: e2fsck/problem.c:67
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500638msgid "Unlink"
639msgstr "Od³±czyæ"
640
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500641#: e2fsck/problem.c:68
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500642msgid "Clear HTree index"
643msgstr "Wyczy¶ciæ indeks HTree"
644
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500645#: e2fsck/problem.c:69
646msgid "Recreate"
647msgstr "Odtworzyæ"
648
649#: e2fsck/problem.c:78
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500650msgid "(NONE)"
651msgstr "(NIC)"
652
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500653#: e2fsck/problem.c:79
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500654msgid "FIXED"
655msgstr "POPRAWIONO"
656
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500657#: e2fsck/problem.c:80
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500658msgid "CLEARED"
659msgstr "WYCZYSZCZONO"
660
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500661#: e2fsck/problem.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500662msgid "RELOCATED"
663msgstr "PRZENIESIONO"
664
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500665#: e2fsck/problem.c:82
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500666msgid "ALLOCATED"
667msgstr "PRZYDZIELONO"
668
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500669#: e2fsck/problem.c:83
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500670msgid "EXPANDED"
671msgstr "ROZSZERZONO"
672
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500673#: e2fsck/problem.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500674msgid "RECONNECTED"
675msgstr "POD£¡CZONO"
676
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500677#: e2fsck/problem.c:85
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500678msgid "CREATED"
679msgstr "UTWORZONO"
680
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500681#: e2fsck/problem.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500682msgid "SALVAGED"
683msgstr "URATOWANO"
684
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500685#: e2fsck/problem.c:87
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500686msgid "TRUNCATED"
687msgstr "SKRÓCONO"
688
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500689#: e2fsck/problem.c:88
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500690msgid "INODE CLEARED"
691msgstr "I-WÊZE£ WYCZYSZCZONY"
692
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500693#: e2fsck/problem.c:89
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500694msgid "ABORTED"
695msgstr "PRZERWANO"
696
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500697#: e2fsck/problem.c:90
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500698msgid "SPLIT"
699msgstr "PODZIELONO"
700
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500701#: e2fsck/problem.c:91
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500702msgid "CONTINUING"
703msgstr "KONTYNUACJA"
704
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500705#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400706msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400707msgstr "SKLONOWANO WIELOKROTNIE ZADEKLAROWANE BLOKI"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500708
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500709#: e2fsck/problem.c:93
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500710msgid "FILE DELETED"
711msgstr "PLIK USUNIÊTY"
712
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500713#: e2fsck/problem.c:94
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500714msgid "SUPPRESSED"
715msgstr "POMINIÊTO"
716
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500717#: e2fsck/problem.c:95
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500718msgid "UNLINKED"
719msgstr "OD£¡CZONO"
720
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500721#: e2fsck/problem.c:96
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500722msgid "HTREE INDEX CLEARED"
723msgstr "INDEKS HTREE WYCZYSZCZONY"
724
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500725#: e2fsck/problem.c:97
726msgid "WILL RECREATE"
727msgstr "ZOSTANIE ODTWORZONY"
728
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400729#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500730#: e2fsck/problem.c:106
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500731msgid "@b @B for @g %g is not in @g. (@b %b)\n"
732msgstr "@B @bów dla grupy %g nie jest w grupie. (@b %b)\n"
733
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400734#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500735#: e2fsck/problem.c:110
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500736msgid "@i @B for @g %g is not in @g. (@b %b)\n"
737msgstr "@B i-wêz³ów dla grupy %g nie jest w grupie. (@b %b)\n"
738
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400739#. @-expanded: inode table for group %g is not in group. (block %b)\n
740#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500741#: e2fsck/problem.c:115
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500742msgid ""
743"@i table for @g %g is not in @g. (@b %b)\n"
744"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
745msgstr ""
746"tablica i-wêz³ów dla grupy %g nie jest w grupie. (@b %b)\n"
747"UWAGA: MO¯LIWA POWA¯NA UTRATA DANYCH.\n"
748
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400749#. @-expanded: \n
750#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
751#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
752#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
753#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
754#. @-expanded: e2fsck -b %S <device>\n
755#. @-expanded: \n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500756#: e2fsck/problem.c:121
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500757#, c-format
758msgid ""
759"\n"
760"The @S could not be read or does not describe a correct ext2\n"
761"@f. If the @v is valid and it really contains an ext2\n"
762"@f (and not swap or ufs or something else), then the @S\n"
763"is corrupt, and you might try running e2fsck with an alternate @S:\n"
764" e2fsck -b %S <@v>\n"
765"\n"
766msgstr ""
767"\n"
768"@S nie móg³ byæ odczytany lub nie opisuje prawid³owego systemu\n"
769"plików ext2. Je¿eli @v jest prawid³owe i naprawdê zawiera\n"
770"@f ext2 (nie jest swapem, ufs-em ani niczym innym),\n"
771"to @S jest uszkodzony - mo¿na próbowaæ uruchomiæ e2fsck z innym\n"
772"@Siem:\n"
773" e2fsck -b %S <@v>\n"
774"\n"
775
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400776#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
777#. @-expanded: The physical size of the device is %c blocks\n
778#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500779#: e2fsck/problem.c:130
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500780msgid ""
781"The @f size (according to the @S) is %b @bs\n"
782"The physical size of the @v is %c @bs\n"
783"Either the @S or the partition table is likely to be corrupt!\n"
784msgstr ""
785"Rozmiar systemu plików (wed³ug @Su) wynosi %b @bów\n"
786"Fizyczny rozmiar urz±dzenia wynosi %c @bów\n"
787"Mo¿liwe, ¿e @S albo tablica partycji jest uszkodzona!\n"
788
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400789#. @-expanded: superblock block_size = %b, fragsize = %c.\n
790#. @-expanded: This version of e2fsck does not support fragment sizes different\n
791#. @-expanded: from the block size.\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500792#: e2fsck/problem.c:137
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500793msgid ""
794"@S @b_size = %b, fragsize = %c.\n"
795"This version of e2fsck does not support fragment sizes different\n"
796"from the @b size.\n"
797msgstr ""
798"W @Su block_size (rozm. bloku) = %b, fragsize (rozm. fragmentu) = %c.\n"
799"Ta wersja e2fsck nie obs³uguje rozmiarów fragmentu ró¿nych od rozmiaru\n"
800"@bu.\n"
801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500803#: e2fsck/problem.c:144
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500804msgid "@S @bs_per_group = %b, should have been %c\n"
805msgstr "W @Su blocks_per_group (bloków w grupie) = %b, powinno byæ %c\n"
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500808#: e2fsck/problem.c:149
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500809msgid "@S first_data_@b = %b, should have been %c\n"
810msgstr "W @Su first_data_block (1. @b danych) = %b, powinien byæ %c\n"
811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: filesystem did not have a UUID; generating one.\n
813#. @-expanded: \n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500814#: e2fsck/problem.c:154
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500815msgid ""
816"@f did not have a UUID; generating one.\n"
817"\n"
818msgstr ""
819"@f nie mia³ UUID-a; wygenerowano.\n"
820"\n"
821
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500822#: e2fsck/problem.c:159
Theodore Ts'o886017a2005-06-26 22:11:46 -0400823#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500824msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825"Note: if several inode or block bitmap blocks or part\n"
826"of the inode table require relocation, you may wish to try\n"
827"running e2fsck with the '-b %S' option first. The problem\n"
828"may lie only with the primary block group descriptors, and\n"
829"the backup block group descriptors may be OK.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500830"\n"
831msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400832"Uwaga: je¶li jakie¶ bloki bitmap i-wêz³ów lub bloków albo czê¶æ\n"
833"tabeli i-wêz³ów wymaga relokacji, mo¿na uruchomiæ najpierw e2fsck\n"
834"z opcj± '-b %S'. Problem mo¿e tkwiæ tylko w deskryptorach g³ównej\n"
835"grupy bloków, a zapasowe deskryptory grupy bloków mog± byæ poprawne.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500836"\n"
837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#. @-expanded: Corruption found in superblock. (%s = %N).\n
839#: e2fsck/problem.c:168
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500840msgid "Corruption found in @S. (%s = %N).\n"
841msgstr "Znaleziono uszkodzenia w @Su. (%s = %N).\n"
842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#. @-expanded: Error determining size of the physical device: %m\n
844#: e2fsck/problem.c:173
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500845#, c-format
846msgid "Error determining size of the physical @v: %m\n"
847msgstr "B³±d podczas okre¶lania rozmiaru fizycznego urz±dzenia: %m\n"
848
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400849#. @-expanded: inode count in superblock is %i, should be %j.\n
850#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400851msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500852msgstr "licznik i-wêz³ów w @Su wynosi %i, powinien byæ %j.\n"
853
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854#: e2fsck/problem.c:182
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500855msgid "The Hurd does not support the filetype feature.\n"
856msgstr "Hurd nie obs³uguje w³asno¶ci filetype.\n"
857
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500858#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#: e2fsck/problem.c:187
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400860#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500861msgid "@S has an @n @j (@i %i).\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400862msgstr "@S ma b³êdn± kronikê (@i %i).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500863
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400864#. @-expanded: External journal has multiple filesystem users (unsupported).\n
865#: e2fsck/problem.c:192
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500866msgid "External @j has multiple @f users (unsupported).\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400867msgstr "Zewnêtrzna @j ma wielu u¿ytkowników systemu plików (nie obs³ugiwane).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500868
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400869#. @-expanded: Can't find external journal\n
870#: e2fsck/problem.c:197
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500871msgid "Can't find external @j\n"
872msgstr "Nie mo¿na znale¼æ zewnêtrznej kroniki\n"
873
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400874#. @-expanded: External journal has bad superblock\n
875#: e2fsck/problem.c:202
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500876msgid "External @j has bad @S\n"
877msgstr "Zewnêtrzna @j ma b³êdny @S\n"
878
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400879#. @-expanded: External journal does not support this filesystem\n
880#: e2fsck/problem.c:207
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500881msgid "External @j does not support this @f\n"
882msgstr "Zewnêtrzna @j nie obs³uguje tego systemu plików\n"
883
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500884#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400885#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
886#. @-expanded: format.\n
887#. @-expanded: It is also possible the journal superblock is corrupt.\n
888#: e2fsck/problem.c:212
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500889msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500890"@f @j @S is unknown type %N (unsupported).\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400891"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500892"It is also possible the @j @S is corrupt.\n"
893msgstr ""
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400894"@S kroniki systemu plików ma nieznany typ %N (nie obs³ugiwany).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500895"Mo¿liwe, ¿e ta kopia e2fsck jest stara i/lub nie obs³uguje tego formatu\n"
896"kroniki.\n"
897"Mo¿liwe te¿, ¿e @S kroniki jest uszkodzony.\n"
898
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500899#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400900#: e2fsck/problem.c:220
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500901msgid "@j @S is corrupt.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400902msgstr "@S kroniki jest uszkodzony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500903
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500904#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905#: e2fsck/problem.c:225
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400906#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500907msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400908msgstr "flaga has_journal @Su jest wyzerowana, ale @j %s istnieje.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500909
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500910#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#: e2fsck/problem.c:230
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500912msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500913msgstr "@S ma ustawion± flagê needs_recovery, ale nie ma kroniki.\n"
914
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500915#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#: e2fsck/problem.c:235
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500917msgid "@S needs_recovery flag is clear, but @j has data.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400918msgstr "flaga needs_recovery @Su jest wyzerowana, ale @j zawiera dane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500919
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400920#. @-expanded: Clear journal
921#: e2fsck/problem.c:240
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500922msgid "Clear @j"
923msgstr "Wyczy¶ciæ kronikê"
924
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400925#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
926#: e2fsck/problem.c:245 e2fsck/problem.c:647
927msgid "@f has feature flag(s) set, but is a revision 0 @f. "
928msgstr "@f ma ustawione flagi cech, ale ma wersjê 0 systemu plików. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500929
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400930#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400931#: e2fsck/problem.c:250
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500932msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
933msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, uprawnienia=%Im, rozmiar=%Is)\n"
934
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400935#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400936#: e2fsck/problem.c:255
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500937msgid "@I @b #%B (%b) found in @o @i %i.\n"
938msgstr "znaleziono @I @b #%B (%b) w @om i-wê¼le %i.\n"
939
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400941#: e2fsck/problem.c:260
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500942msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
943msgstr "Ju¿ wyczyszczono @b #%B (%b) znaleziony w @om i-wê¼le %i.\n"
944
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400945#. @-expanded: illegal orphaned inode %i in superblock.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400946#: e2fsck/problem.c:265
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500947#, c-format
948msgid "@I @o @i %i in @S.\n"
949msgstr "@I @o @i %i w @Su.\n"
950
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951#. @-expanded: illegal inode %i in orphaned inode list.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400952#: e2fsck/problem.c:270
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500953#, c-format
954msgid "@I @i %i in @o @i list.\n"
955msgstr "@I @i %i w li¶cie @och i-wêz³ów.\n"
956
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500957#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400958#: e2fsck/problem.c:275
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500959msgid "@j @S has an unknown read-only feature flag set.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400960msgstr "@S kroniki ma ustawion± nieznan± flagê tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500961
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500962#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400963#: e2fsck/problem.c:280
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500964msgid "@j @S has an unknown incompatible feature flag set.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400965msgstr "@S kroniki ma ustawion± flagê nieznanej cechy.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500966
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400967#. @-expanded: journal version not supported by this e2fsck.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400968#: e2fsck/problem.c:285
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500969msgid "@j version not supported by this e2fsck.\n"
970msgstr "Wersja kroniki nie obs³ugiwana przez ten e2fsck.\n"
971
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400972#. @-expanded: Moving journal from /%s to hidden inode.\n
973#. @-expanded: \n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400974#: e2fsck/problem.c:290
Theodore Ts'o886017a2005-06-26 22:11:46 -0400975#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500976msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977"Moving @j from /%s to hidden @i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500978"\n"
979msgstr ""
980"Przenoszenie kroniki z /%s do ukrytego i-wêz³a.\n"
981"\n"
982
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983#. @-expanded: Error moving journal: %m\n
984#. @-expanded: \n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400985#: e2fsck/problem.c:295
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500986#, c-format
987msgid ""
988"Error moving @j: %m\n"
989"\n"
990msgstr ""
991"B³±d podczas przenoszenia kroniki: %m\n"
992"\n"
993
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400994#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
995#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
996#. @-expanded: \n
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400997#: e2fsck/problem.c:300
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500998msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400999"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001000"Clearing fields beyond the V1 @j @S...\n"
1001"\n"
1002msgstr ""
1003"Znaleziono b³êdne pola @Su kroniki V2 (z kroniki V1).\n"
1004"Czyszczenie pól spoza @Su kroniki V1...\n"
1005"\n"
1006
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001007#. @-expanded: Run journal anyway
1008#: e2fsck/problem.c:306
1009msgid "Run @j anyway"
1010msgstr "Wykonaæ zapisy z kroniki"
1011
1012#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1013#: e2fsck/problem.c:311
1014msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1015msgstr ""
1016"Flaga odtworzenia nie ustawiona w zapasowym @Su,\n"
1017"wiêc wykonujê zapisy z kroniki mimo to.\n"
1018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001019#. @-expanded: Backing up journal inode block information.\n
1020#. @-expanded: \n
1021#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001022msgid ""
1023"Backing up @j @i @b information.\n"
1024"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001025msgstr "Tworzenie kopii zapasowej informacji z @bu i-wêz³a kroniki.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001027#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1028#. @-expanded: is %N; should be zero.
1029#: e2fsck/problem.c:321
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001030msgid ""
1031"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1032"is %N; @s zero. "
1033msgstr ""
1034"@f nie ma w³±czonego resize_inode, ale s_reserved_gdt_blocks\n"
1035"wynosi %N; @s zero. "
1036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1038#: e2fsck/problem.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001039msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001040msgstr "Resize_inode nie w³±czone, ale i-wêze³ zmiany rozmiaru jest niezerowy. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001042#. @-expanded: Resize inode not valid.
1043#: e2fsck/problem.c:332
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001044msgid "Resize @i not valid. "
1045msgstr "i-wêze³ zmiany rozmiaru (resize) nieprawid³owy. "
1046
Theodore Ts'o6956f612005-12-31 16:46:15 -05001047#. @-expanded: superblock last mount time is in the future.
1048#: e2fsck/problem.c:337
1049msgid "@S last mount time is in the future. "
Theodore Ts'of2275e32006-01-06 20:44:13 -05001050msgstr "Czas ostatniego montowania @Su jest w przysz³o¶ci. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001051
1052#. @-expanded: superblock last write time is in the future.
1053#: e2fsck/problem.c:342
1054msgid "@S last write time is in the future. "
Theodore Ts'of2275e32006-01-06 20:44:13 -05001055msgstr "Czas ostatniego zapisu @Su jest w przysz³o¶ci. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001056
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001057#. @-expanded: superblock hint for external superblock should be %X.
1058#: e2fsck/problem.c:346
1059#, c-format
1060msgid "@S hint for external superblock @s %X. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001061msgstr "Podpowied¼ @Su dla zewnêtrznego superbloku powinna byæ %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001062
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001063#. @-expanded: Adding dirhash hint to filesystem.\n
1064#. @-expanded: \n
1065#: e2fsck/problem.c:351
1066msgid ""
1067"Adding dirhash hint to @f.\n"
1068"\n"
1069msgstr ""
Theodore Ts'od46ce702007-07-10 09:45:47 -04001070"Dodawanie podpowiedzi dirhash do systemu plików.\n"
1071"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001072
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001073#. @-expanded: group descriptor %g checksum is invalid.
1074#: e2fsck/problem.c:356
1075#, c-format
1076msgid "@g descriptor %g checksum is invalid. "
1077msgstr "Suma kontrolna deskryptora grupy %g jest b³êdna. "
1078
1079#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1080#: e2fsck/problem.c:361
1081#, c-format
1082msgid "@g descriptor %g marked uninitialized without feature set.\n"
1083msgstr "Deskryptor grupy %g oznaczony jako nie zainicjowany bez zbioru cech.\n"
1084
1085#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1086#: e2fsck/problem.c:366
1087#, c-format
1088msgid "@g %g @b @B uninitialized but @i @B in use.\n"
1089msgstr "Bitmapa bloku grupy %g nie zainicjowana, ale @i @By jest u¿ywany.\n"
1090
1091#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1092#: e2fsck/problem.c:371
1093msgid "@g descriptor %g has invalid unused inodes count %b. "
1094msgstr "Deskryptor grupy %g ma b³êdn± liczbê nie u¿ywanych i-wêz³ów %b. "
1095
1096#. @-expanded: Last group block bitmap uninitialized.
1097#: e2fsck/problem.c:376
1098msgid "Last @g @b @B uninitialized. "
1099msgstr "@B @bu ostatniej grupy niezainicjowana. "
1100
1101#: e2fsck/problem.c:381
1102#, c-format
1103msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1104msgstr "Transakcja %i kroniki by³a uszkodzona, odtwarzanie przerwano.\n"
1105
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001106#: e2fsck/problem.c:385
1107msgid "The test_fs flag is set (and ext4 is available). "
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001108msgstr "Flags test_fs jest ustawiona (i ext4 jest dostêpny). "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001110#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001111#: e2fsck/problem.c:392
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001112msgid "Pass 1: Checking @is, @bs, and sizes\n"
1113msgstr "Przebieg 1: Sprawdzanie i-wêz³ów, @bów i rozmiarów\n"
1114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001115#. @-expanded: root inode is not a directory.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001116#: e2fsck/problem.c:396
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001117msgid "@r is not a @d. "
1118msgstr "@r nie jest @diem. "
1119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001120#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001121#: e2fsck/problem.c:401
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001122msgid "@r has dtime set (probably due to old mke2fs). "
1123msgstr "@r ma ustawiony dtime (zapewne przez stary mke2fs). "
1124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001126#: e2fsck/problem.c:406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001127msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001128msgstr "Zarezerwowany @i %i (%Q) ma b³êdne uprawnienia. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001130#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001131#: e2fsck/problem.c:411
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001132#, c-format
1133msgid "@D @i %i has zero dtime. "
1134msgstr "@D @i %i ma zerowy dtime. "
1135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001136#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001137#: e2fsck/problem.c:416
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001138#, c-format
1139msgid "@i %i is in use, but has dtime set. "
1140msgstr "@i %i jest u¿ywany, ale ma ustawiony dtime. "
1141
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001142#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001143#: e2fsck/problem.c:421
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001144#, c-format
1145msgid "@i %i is a @z @d. "
1146msgstr "@i %i jest @diem @z. "
1147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001148#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001149#: e2fsck/problem.c:426
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001150msgid "@g %g's @b @B at %b @C.\n"
1151msgstr "@B @bów grupy %g w %b jest w konflikcie z innym @biem.\n"
1152
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001153#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001154#: e2fsck/problem.c:431
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001155msgid "@g %g's @i @B at %b @C.\n"
1156msgstr "@B i-wêz³ów grupy %g w %b jest w konflikcie z innym @biem.\n"
1157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001159#: e2fsck/problem.c:436
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001160msgid "@g %g's @i table at %b @C.\n"
1161msgstr "tablica i-wêz³ów grupy %g w %b jest w konflikcie z innym @biem.\n"
1162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001163#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001164#: e2fsck/problem.c:441
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001165msgid "@g %g's @b @B (%b) is bad. "
1166msgstr "@B @bów grupy %g (%b) jest b³êdna. "
1167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001168#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001169#: e2fsck/problem.c:446
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001170msgid "@g %g's @i @B (%b) is bad. "
1171msgstr "@B i-wêz³ów grupy %g (%b) jest b³êdna. "
1172
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001173#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001174#: e2fsck/problem.c:451
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001175msgid "@i %i, i_size is %Is, @s %N. "
1176msgstr "@i %i, i_size wynosi %Is, @s %N. "
1177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001178#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001179#: e2fsck/problem.c:456
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001180msgid "@i %i, i_@bs is %Ib, @s %N. "
1181msgstr "@i %i, i_blocks wynosi %Ib, @s %N. "
1182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001183#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001184#: e2fsck/problem.c:461
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001185msgid "@I @b #%B (%b) in @i %i. "
1186msgstr "@I @b #%B (%b) w i-wê¼le %i. "
1187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001188#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001189#: e2fsck/problem.c:466
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001190msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1191msgstr "@b #%B (%b) nak³ada siê na metadane systemu plików w i-wê¼le %i. "
1192
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001193#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001194#: e2fsck/problem.c:471
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001195#, c-format
1196msgid "@i %i has illegal @b(s). "
1197msgstr "@i %i ma niedopuszczalne @bi. "
1198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001199#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001200#: e2fsck/problem.c:476
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001201#, c-format
1202msgid "Too many illegal @bs in @i %i.\n"
1203msgstr "Za du¿o niedopuszczalnych @bów w i-wê¼le %i.\n"
1204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001205#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001206#: e2fsck/problem.c:481
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001207msgid "@I @b #%B (%b) in bad @b @i. "
1208msgstr "@I @b #%B (%b) w i-wê¼le wadliwych @bów. "
1209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001210#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001211#: e2fsck/problem.c:486
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001212msgid "Bad @b @i has illegal @b(s). "
1213msgstr "I-wêze³ wadliwych @bów ma niedopuszczalne @bi. "
1214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001215#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001216#: e2fsck/problem.c:491
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001217msgid "Duplicate or bad @b in use!\n"
1218msgstr "Podwójny lub wadliwy @b jest u¿ywany!\n"
1219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001220#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001221#: e2fsck/problem.c:496
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001222msgid "Bad @b %b used as bad @b @i indirect @b. "
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001223msgstr "Wadliwy @b %b jest u¿ywany jako niebiezpo¶redni @b i-wê¼³a z wadliwym @biem. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001225#. @-expanded: \n
1226#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1227#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1228#. @-expanded: in the filesystem.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001229#: e2fsck/problem.c:501
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001230msgid ""
1231"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001232"The bad @b @i has probably been corrupted. You probably\n"
1233"should stop now and run e2fsck -c to scan for bad blocks\n"
1234"in the @f.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001235msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001236"\n"
1237"I-wêze³ z wadliwym @biem zosta³ prawdopodobnie uszkodzony.\n"
1238"Prawdopodobnie nale¿a³oby teraz zatrzymaæ i uruchomiæ e2fsck -c\n"
1239"aby przeszukaæ @f pod k±tem wadliwych bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001241#. @-expanded: \n
1242#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001243#: e2fsck/problem.c:508
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001244msgid ""
1245"\n"
1246"If the @b is really bad, the @f can not be fixed.\n"
1247msgstr ""
1248"\n"
1249"Je¿eli @b jest naprawdê wadliwy, @f nie mo¿e byæ naprawiony.\n"
1250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#. @-expanded: You can remove this block from the bad block list and hope\n
1252#. @-expanded: that the block is really OK. But there are no guarantees.\n
1253#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001254#: e2fsck/problem.c:513
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001255msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001256"You can remove this @b from the bad @b list and hope\n"
1257"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001258"\n"
1259msgstr ""
1260"Mo¿na wyczy¶ciæ ten @b z listy wadliwych @bów i mieæ nadziejê,\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001261"¿e @b jest naprawdê dobry. Ale nie ma takiej gwarancji.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001262"\n"
1263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001264#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001265#: e2fsck/problem.c:519
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001266msgid "The primary @S (%b) is on the bad @b list.\n"
1267msgstr "G³ówny @S (%b) jest na li¶cie wadliwych @bów.\n"
1268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001270#: e2fsck/problem.c:524
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001271msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1272msgstr "Blok %b z deskryptorów g³ównej grupy jest na li¶cie wadliwych @bów\n"
1273
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001274#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001275#: e2fsck/problem.c:530
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001276msgid "Warning: Group %g's @S (%b) is bad.\n"
1277msgstr "Uwaga: w grupie %g @S (%b) jest wadliwy.\n"
1278
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001280#: e2fsck/problem.c:535
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001281msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1282msgstr "Uwaga: kopia deskryptorów grupy %g ma b³êdny @b (%b).\n"
1283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001284#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001285#: e2fsck/problem.c:541
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001286msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1287msgstr "B³±d programu? @b #%b uznany bez powodu w process_bad_block.\n"
1288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001290#: e2fsck/problem.c:547
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001291msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1292msgstr "@A %N ci±g³ych @bów w grupie @bów %g dla %s: %m\n"
1293
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001294#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001295#: e2fsck/problem.c:552
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001296#, c-format
1297msgid "@A @b buffer for relocating %s\n"
1298msgstr "@A bufora @bów do przenoszenia %s\n"
1299
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001300#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001301#: e2fsck/problem.c:557
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001302msgid "Relocating @g %g's %s from %b to %c...\n"
1303msgstr "Przenoszenie w grupie %g %s z %b do %c...\n"
1304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001306#: e2fsck/problem.c:562
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001307#, c-format
1308msgid "Relocating @g %g's %s to %c...\n"
1309msgstr "Przenoszenie w grupie %g %s do %c...\n"
1310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001311#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001312#: e2fsck/problem.c:567
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001313msgid "Warning: could not read @b %b of %s: %m\n"
1314msgstr "Uwaga: nie mo¿na odczytaæ @bu %b z %s: %m\n"
1315
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001316#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001317#: e2fsck/problem.c:572
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001318msgid "Warning: could not write @b %b for %s: %m\n"
1319msgstr "Uwaga: nie mo¿na zapisaæ @bu %b do %s: %m\n"
1320
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321#. @-expanded: error allocating inode bitmap (%N): %m\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001322#: e2fsck/problem.c:577 e2fsck/problem.c:1383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323msgid "@A @i @B (%N): %m\n"
1324msgstr "@A bitmapy i-wêz³ów (%N): %m\n"
1325
1326#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001327#: e2fsck/problem.c:582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328msgid "@A @b @B (%N): %m\n"
1329msgstr "@A bitmapy i-wêz³ów (%N): %m\n"
1330
1331#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001332#: e2fsck/problem.c:587
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001333#, c-format
1334msgid "@A icount link information: %m\n"
1335msgstr "@A informacji o liczniku dowi±zañ (icount): %m\n"
1336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001337#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001338#: e2fsck/problem.c:592
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001339#, c-format
1340msgid "@A @d @b array: %m\n"
1341msgstr "@A tablicy @dch @bów: %m\n"
1342
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001343#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001344#: e2fsck/problem.c:597
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001345#, c-format
1346msgid "Error while scanning @is (%i): %m\n"
1347msgstr "B³±d podczas przeszukiwania i-wêz³ów (%i): %m\n"
1348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001350#: e2fsck/problem.c:602
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001351#, c-format
1352msgid "Error while iterating over @bs in @i %i: %m\n"
1353msgstr "B³±d podczas iteracji po @bach w i-wê¼le %i: %m\n"
1354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001356#: e2fsck/problem.c:607
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001357msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001358msgstr "B³±d podczas zapisu informacji o liczbie i-wêz³ów (@i=%i, liczba=%N): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001360#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001361#: e2fsck/problem.c:612
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001362msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001363msgstr "B³±d podczas zapisu informacji o @dch @bach (@i=%i, @b=%b, liczba=%N): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001366#: e2fsck/problem.c:618
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001367#, c-format
1368msgid "Error reading @i %i: %m\n"
1369msgstr "B³±d podczas odczytu i-wêz³a %i: %m\n"
1370
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001371#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001372#: e2fsck/problem.c:626
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001373#, c-format
1374msgid "@i %i has imagic flag set. "
1375msgstr "@i %i ma ustawion± flagê imagic. "
1376
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1378#. @-expanded: or append-only flag set.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001379#: e2fsck/problem.c:631
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001380#, c-format
1381msgid ""
1382"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1383"or append-only flag set. "
1384msgstr ""
1385"Specjalny plik (@v/gniazdo/potok/dowi±zanie) (@i %i) ma ustawion±\n"
1386"flagê nienaruszalno¶ci (immutable) lub dopisywania (append-only). "
1387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001388#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001389#: e2fsck/problem.c:637
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001390#, c-format
1391msgid "@i %i has @cion flag set on @f without @cion support. "
1392msgstr ""
1393"@i %i ma ustawion± flagê kompresji na systemie plików bez obs³ugi\n"
1394"kompresji. "
1395
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001396#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001397#: e2fsck/problem.c:642
Theodore Ts'o886017a2005-06-26 22:11:46 -04001398#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001400msgstr "Specjalny (@v/gniazdo/potok/dowi±zanie) @i %i ma niezerowy rozmiar. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401
1402#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001403#: e2fsck/problem.c:652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404msgid "@j @i is not in use, but contains data. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001405msgstr "@i kroniki nie jest u¿ywany, ale zawiera dane. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406
1407#. @-expanded: journal is not regular file.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001408#: e2fsck/problem.c:657
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001409msgid "@j is not regular file. "
1410msgstr "@j nie jest zwyk³ym plikiem. "
1411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001412#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001413#: e2fsck/problem.c:662
Theodore Ts'o886017a2005-06-26 22:11:46 -04001414#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415msgid "@i %i was part of the @o @i list. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001416msgstr "@i %i by³ czê¶ci± listy osieroconych i-wêz³ów. "
1417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001418#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001419#: e2fsck/problem.c:668
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001420msgid "@is that were part of a corrupted orphan linked list found. "
1421msgstr "Znaleziono i-wêz³y, które by³y czê¶ci± uszkodzonej listy sierot. "
1422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001423#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001424#: e2fsck/problem.c:673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001425msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001426msgstr "@A struktury refcount (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001427
1428#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001429#: e2fsck/problem.c:678
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001430msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001431msgstr "B³±d podczas odczytu @bu rozszerzonych atrybutów %b dla i-wêz³a %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001433#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001434#: e2fsck/problem.c:683
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001435msgid "@i %i has a bad @a @b %b. "
1436msgstr "@i %i ma b³êdny @b rozszerzonych atrybutów %b. "
1437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001439#: e2fsck/problem.c:688
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001440msgid "Error reading @a @b %b (%m). "
1441msgstr "B³±d podczas odczytu @bu rozszerzonych atrybutów %b (%m). "
1442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001444#: e2fsck/problem.c:693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001445msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001446msgstr "@b rozszerzonych atrybutów %b ma liczbê odniesieñ %B, powinno byæ %N. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001448#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001449#: e2fsck/problem.c:698
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001450msgid "Error writing @a @b %b (%m). "
1451msgstr "B³±d podczas zapisu @bu rozszerzonych atrybutów %b (%m). "
1452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001454#: e2fsck/problem.c:703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001456msgstr "@b rozszerzonych atrybutów %b ma h_blocks > 1. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001459#: e2fsck/problem.c:708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001460msgid "@A @a @b %b. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001461msgstr "@A @bu rozszerzonych atrybutów %b. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001464#: e2fsck/problem.c:713
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001465msgid "@a @b %b is corrupt (allocation collision). "
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001466msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (kolizja przydzielania). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001469#: e2fsck/problem.c:718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001471msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (b³êdna nazwa). "
1472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001474#: e2fsck/problem.c:723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001475msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001476msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (b³êdna warto¶æ). "
1477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001478#. @-expanded: inode %i is too big.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001479#: e2fsck/problem.c:728
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001480#, c-format
1481msgid "@i %i is too big. "
1482msgstr "@i %i jest zbyt du¿y. "
1483
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001485#: e2fsck/problem.c:732
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001486msgid "@b #%B (%b) causes @d to be too big. "
1487msgstr "@b #%B (%b) powoduje, ¿e @d jest zbyt du¿y. "
1488
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001489#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001490#: e2fsck/problem.c:737
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001491msgid "@b #%B (%b) causes file to be too big. "
1492msgstr "@b #%B (%b) powoduje, ¿e plik jest zbyt du¿y. "
1493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001495#: e2fsck/problem.c:742
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001496msgid "@b #%B (%b) causes symlink to be too big. "
1497msgstr "@b #%B (%b) powoduje, ¿e dowi±zanie jest zbyt du¿e. "
1498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001500#: e2fsck/problem.c:747
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001501#, c-format
1502msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001503msgstr "@i %i ma ustawion± flagê INDEX_FL na systemie plików bez obs³ugi htree.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001504
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001506#: e2fsck/problem.c:752
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001507#, c-format
1508msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1509msgstr "@i %i ma ustawion± flagê INDEX_FL, ale nie jest @diem.\n"
1510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001512#: e2fsck/problem.c:757
Theodore Ts'o886017a2005-06-26 22:11:46 -04001513#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001514msgid "@h %i has an @n root node.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001515msgstr "@h %i ma b³êdny g³ówny wêze³.\n"
1516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001518#: e2fsck/problem.c:762
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001519msgid "@h %i has an unsupported hash version (%N)\n"
1520msgstr "@h %i ma nie obs³ugiwan± wersjê hasza (%N)\n"
1521
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001523#: e2fsck/problem.c:767
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001524#, c-format
1525msgid "@h %i uses an incompatible htree root node flag.\n"
1526msgstr "@h %i u¿ywa niekompatybilnej flagi g³ównego wêz³a htree.\n"
1527
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001529#: e2fsck/problem.c:772
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001530msgid "@h %i has a tree depth (%N) which is too big\n"
1531msgstr "@h %i ma zbyt du¿± g³êboko¶æ drzewa (%N)\n"
1532
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1534#. @-expanded: filesystem metadata.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001535#: e2fsck/problem.c:777
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001536msgid ""
1537"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1538"@f metadata. "
1539msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001540"I-wêze³ z wadliwym @biem ma niebezpo¶redni @b (%b) bêd±cy\n"
1541"w konflikcie z metadanymi systemu plików. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001544#: e2fsck/problem.c:783
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001545#, c-format
1546msgid "Resize @i (re)creation failed: %m."
1547msgstr "Tworzenie/odtwarzanie i-wêz³a zmiany rozmiaru nie powiod³o siê: %m."
1548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001550#: e2fsck/problem.c:788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001551msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001552msgstr "@i %i ma dodatkowy rozmiar (%IS), co jest b³êdne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001555#: e2fsck/problem.c:793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001557msgstr "@a w i-wê¼le %i ma namelen (%N), co jest b³êdne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001560#: e2fsck/problem.c:798
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001561msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001562msgstr "@a w i-wê¼le %i ma przesuniêcie warto¶ci (%N), co jest b³êdne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001564#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001565#: e2fsck/problem.c:803
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001567msgstr "@a w i-wê¼le %i ma @b warto¶ci (%N), co jest b³êdne (musi byæ 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001568
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001569#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1570#: e2fsck/problem.c:808
1571msgid "@a in @i %i has a value size (%N) which is @n\n"
1572msgstr "@a w i-wê¼le %i ma rozmiar warto¶ci (%N), co jest b³êdne\n"
1573
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001574#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001575#: e2fsck/problem.c:813
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001576msgid "@a in @i %i has a hash (%N) which is @n\n"
1577msgstr "@a w i-wê¼le %i ma hash (%N), co jest b³êdne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001578
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001579#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001580#: e2fsck/problem.c:818
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001581msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04001582msgstr "@i %i to %It, ale wygl±da jakby w rzeczywisto¶ci by³ katalogiem.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001583
Jakub Bogusz61e6e042008-09-02 23:47:16 -04001584#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001585#: e2fsck/problem.c:823
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001586#, c-format
1587msgid "Error while reading over @x tree in @i %i: %m\n"
1588msgstr "B³±d podczas czytania po @xach w i-wê¼le %i: %m\n"
1589
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001590#. @-expanded: Failed to iterate extents in inode %i\n
1591#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1592#: e2fsck/problem.c:828
1593msgid ""
1594"Failed to iterate extents in @i %i\n"
1595"\t(op %s, blk %b, lblk %c): %m\n"
1596msgstr ""
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001597"Nie uda³o siê przej¶æ fragmentów w i-wê¼le %i\n"
1598"\t(op %s, blk %b, lblk %c): %m\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001599
1600#. @-expanded: inode %i has an invalid extent\n
1601#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001602#: e2fsck/problem.c:834
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001603msgid ""
1604"@i %i has an @n extent\n"
1605"\t(logical @b %c, @n physical @b %b, len %N)\n"
1606msgstr ""
1607"@i %i ma @n fragment\n"
1608"\t(@b logiczny %c, @n @b fizyczny %b, d³ugo¶æ %N)\n"
1609
1610#. @-expanded: inode %i has an invalid extent\n
1611#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001612#: e2fsck/problem.c:839
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001613msgid ""
1614"@i %i has an @n extent\n"
1615"\t(logical @b %c, physical @b %b, @n len %N)\n"
1616msgstr ""
1617"@i %i ma b³êdny fragment\n"
1618"\t(@b logiczny %c, @b fizyczny %b, b³êdna d³ugo¶æ %N)\n"
1619
1620#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001621#: e2fsck/problem.c:844
1622#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001623msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001624msgstr "@i %i ma ustawion± flagê EXTENTS_FL na systemie plików bez obs³ugi fragmentów.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001625
1626#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1627#: e2fsck/problem.c:849
1628#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001629msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001630msgstr "@i %i ma format z fragmentami, ale w superbloku brakuje w³a¶ciwo¶ci EXTENTS\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001631
1632#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001633#: e2fsck/problem.c:854
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001634#, c-format
1635msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1636msgstr "@i %i nie ma flagi EXTENT_FL, ale jest w formacie z fragmentami\n"
1637
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001638#: e2fsck/problem.c:859
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001639#, c-format
1640msgid "Fast symlink %i has EXTENT_FL set. "
1641msgstr "Szybkie dowi±zanie symboliczne %i ma ustawion± flagê EXTENT_FL. "
1642
1643#. @-expanded: inode %i has out of order extents\n
1644#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001645#: e2fsck/problem.c:864
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001646msgid ""
1647"@i %i has out of order extents\n"
1648"\t(@n logical @b %c, physical @b %b, len %N)\n"
1649msgstr ""
1650"@i %i ma fragmenty spoza kolejno¶ci\n"
1651"\t(@b @b logiczny %c, @b fizyczny %b, d³ugo¶æ %N)\n"
1652
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001653#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1654#: e2fsck/problem.c:868
1655msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001656msgstr "@i %i ma b³êdny wêze³ fragmentu (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001657
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658#. @-expanded: \n
1659#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1660#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001661#: e2fsck/problem.c:875
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001662msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663"\n"
1664"Running additional passes to resolve @bs claimed by more than one @i...\n"
1665"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001666msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001667"\n"
1668"Uruchamianie dodatkowych przebiegów do rozwi±zania bloków zadeklarowanych\n"
1669"przez wiêcej ni¿ jeden @i...\n"
1670"Przebieg 1B: Ponowne przeszukiwanie @mch @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001671
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001672#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001673#: e2fsck/problem.c:881
Theodore Ts'o886017a2005-06-26 22:11:46 -04001674#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001675msgid "@m @b(s) in @i %i:"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001676msgstr "@m @b(i) w i-wê¼le %i:"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001677
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001678#: e2fsck/problem.c:896
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001679#, c-format
1680msgid "Error while scanning inodes (%i): %m\n"
1681msgstr "B³±d podczas szukania i-wêz³a (%i): %m\n"
1682
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001683#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001684#: e2fsck/problem.c:901
Theodore Ts'o886017a2005-06-26 22:11:46 -04001685#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001686msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001687msgstr "@A bitmapy i-wêz³ów (inode_dup_map): %m\n"
1688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001690#: e2fsck/problem.c:906
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001691#, c-format
1692msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1693msgstr "B³±d podczas iteracji po @bach w i-wê¼le %i (%s): %m\n"
1694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001696#: e2fsck/problem.c:911 e2fsck/problem.c:1227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001697msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001698msgstr "B³±d podczas poprawiania refcount dla @bu rozszerzonych atrybutów %b (@i %i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001699
Theodore Ts'o6956f612005-12-31 16:46:15 -05001700#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001701#: e2fsck/problem.c:917
Theodore Ts'o6956f612005-12-31 16:46:15 -05001702msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001703msgstr "Przebieg 1C: Przeszukiwanie katalogów pod k±tem i-wêz³ów z @mmi @bami\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001705#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001706#: e2fsck/problem.c:923
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001708msgstr "Przebieg 1D: Uzgadnianie @mch @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1711#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001712#: e2fsck/problem.c:928
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001713msgid ""
1714"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001716msgstr ""
1717"Plik %Q (@i #%i, czas modyfikacji %IM) \n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001718" ma %B @mch @bów, dzielonych z %N plikami:\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001721#: e2fsck/problem.c:934
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001722msgid "\t%Q (@i #%i, mod time %IM)\n"
1723msgstr "\t%Q (@i #%i, czas modyfikacji %IM)\n"
1724
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001726#: e2fsck/problem.c:939
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001727msgid "\t<@f metadata>\n"
1728msgstr "\t<metadane systemu plików>\n"
1729
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001730#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1731#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001732#: e2fsck/problem.c:944
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001733msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001734"(There are %N @is containing @m @bs.)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001735"\n"
1736msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001737"(Jest %N i-wêz³ów zawieraj±cych podwójnie zadeklarowane @bi.)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001738"\n"
1739
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1741#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001742#: e2fsck/problem.c:949
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001743msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001744"@m @bs already reassigned or cloned.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001745"\n"
1746msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001747"Podwójnie zadeklarowane @bi ju¿ przepisane lub sklonowane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001748"\n"
1749
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001750#: e2fsck/problem.c:962
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001751#, c-format
1752msgid "Couldn't clone file: %m\n"
1753msgstr "Nie mo¿na sklonowaæ pliku: %m\n"
1754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001756#: e2fsck/problem.c:968
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001757msgid "Pass 2: Checking @d structure\n"
1758msgstr "Przebieg 2: Sprawdzanie struktury @dów\n"
1759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001760#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001761#: e2fsck/problem.c:973
Theodore Ts'o886017a2005-06-26 22:11:46 -04001762#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001763msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001764msgstr "B³êdny numer i-wêz³a dla '.' w i-wê¼le @du %i.\n"
1765
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001766#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001767#: e2fsck/problem.c:978
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001768msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001769msgstr "@E ma b³êdny numer i-wêz³a: %Di.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001771#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001772#: e2fsck/problem.c:983
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001773msgid "@E has @D/unused @i %Di. "
1774msgstr "@E ma @D/nie u¿ywany @i %Di. "
1775
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001776#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001777#: e2fsck/problem.c:988
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001778msgid "@E @L to '.' "
1779msgstr "@E @L do '.' "
1780
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001782#: e2fsck/problem.c:993
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001783msgid "@E points to @i (%Di) located in a bad @b.\n"
1784msgstr "@E wskazuje na @i (%Di) po³o¿ony w wadliwym @b.\n"
1785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001786#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001787#: e2fsck/problem.c:998
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001788msgid "@E @L to @d %P (%Di).\n"
1789msgstr "@E @L do @du %P (%Di).\n"
1790
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001791#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001792#: e2fsck/problem.c:1003
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001793msgid "@E @L to the @r.\n"
1794msgstr "@E @L do g³ównego katalogu.\n"
1795
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001796#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001797#: e2fsck/problem.c:1008
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001798msgid "@E has illegal characters in its name.\n"
1799msgstr "@E ma niedopuszczalne znaki w nazwie.\n"
1800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001801#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001802#: e2fsck/problem.c:1013
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001803#, c-format
1804msgid "Missing '.' in @d @i %i.\n"
1805msgstr "Brakuje '.' w i-wê¼le @du %i.\n"
1806
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001808#: e2fsck/problem.c:1018
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001809#, c-format
1810msgid "Missing '..' in @d @i %i.\n"
1811msgstr "Brakuje '..' w i-wê¼le @du %i.\n"
1812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001813#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001814#: e2fsck/problem.c:1023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001816msgstr "Pierwszym @eem '%Dn' (@i=%Di) w i-wê¼le @du %i (%p) @s '.'\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001817
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001818#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001819#: e2fsck/problem.c:1028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001821msgstr "Drugim @eem '%Dn' (@i=%Di) w i-wê¼le @du %i @s '..'\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001822
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001823#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001824#: e2fsck/problem.c:1033
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001825msgid "i_faddr @F %IF, @s zero.\n"
1826msgstr "i_faddr @F %IF, @s zero.\n"
1827
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001828#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001829#: e2fsck/problem.c:1038
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001830msgid "i_file_acl @F %If, @s zero.\n"
1831msgstr "i_file_acl @F %If, @s zero.\n"
1832
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001833#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001834#: e2fsck/problem.c:1043
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001835msgid "i_dir_acl @F %Id, @s zero.\n"
1836msgstr "i_dir_acl @F %Id, @s zero.\n"
1837
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001838#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001839#: e2fsck/problem.c:1048
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001840msgid "i_frag @F %N, @s zero.\n"
1841msgstr "i_frag @F %N, @s zero.\n"
1842
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001843#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001844#: e2fsck/problem.c:1053
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001845msgid "i_fsize @F %N, @s zero.\n"
1846msgstr "i_fsize @F %N, @s zero.\n"
1847
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001848#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001849#: e2fsck/problem.c:1058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001851msgstr "@i %i (%Q) ma b³êdne uprawnienia (%Im).\n"
1852
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001854#: e2fsck/problem.c:1063
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001855msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1856msgstr "@i @du %i, @b %B, offset %N: @d uszkodzony\n"
1857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001859#: e2fsck/problem.c:1068
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001860msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1861msgstr "@i @du %i, @b %B, offset %N: nazwa pliku zbyt d³uga\n"
1862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001864#: e2fsck/problem.c:1073
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001865msgid "@d @i %i has an unallocated @b #%B. "
1866msgstr "@i @du %i ma nie przydzielony @b #%B. "
1867
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001869#: e2fsck/problem.c:1078
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001870#, c-format
1871msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1872msgstr "@e @du '.' w i-wê¼le @du %i nie jest zakoñczony przez NULL\n"
1873
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001874#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001875#: e2fsck/problem.c:1083
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001876#, c-format
1877msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1878msgstr "@e @du '..' w i-wê¼le @du %i nie jest zakoñczony przez NULL\n"
1879
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001880#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001881#: e2fsck/problem.c:1088
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001882msgid "@i %i (%Q) is an @I character @v.\n"
1883msgstr "@i %i (%Q) jest @Im @vm znakowym.\n"
1884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001886#: e2fsck/problem.c:1093
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001887msgid "@i %i (%Q) is an @I @b @v.\n"
1888msgstr "@i %i (%Q) jest @Im @vm @bowym.\n"
1889
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001890#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001891#: e2fsck/problem.c:1098
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001892msgid "@E is duplicate '.' @e.\n"
1893msgstr "@E jest powielonym @eem '.'.\n"
1894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001895#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001896#: e2fsck/problem.c:1103
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001897msgid "@E is duplicate '..' @e.\n"
1898msgstr "@E jest powielonym @eem '..'.\n"
1899
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001900#: e2fsck/problem.c:1108 e2fsck/problem.c:1408
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001901#, c-format
1902msgid "Internal error: couldn't find dir_info for %i.\n"
1903msgstr "B³±d wewnêtrzny: nie mo¿na znale¼æ dir_info dla %i.\n"
1904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001906#: e2fsck/problem.c:1113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001907msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001908msgstr "@E ma rec_len %Dr, @s %N.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001910#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001911#: e2fsck/problem.c:1118
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001912#, c-format
1913msgid "@A icount structure: %m\n"
1914msgstr "@A struktury icount: %m\n"
1915
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001916#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001917#: e2fsck/problem.c:1123
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001918#, c-format
1919msgid "Error iterating over @d @bs: %m\n"
1920msgstr "B³±d podczas iteracji po @bach @du: %m\n"
1921
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001922#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001923#: e2fsck/problem.c:1128
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001924msgid "Error reading @d @b %b (@i %i): %m\n"
1925msgstr "B³±d podczas odczytu @b %b @du (@i %i): %m\n"
1926
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001927#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001928#: e2fsck/problem.c:1133
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001929msgid "Error writing @d @b %b (@i %i): %m\n"
1930msgstr "B³±d podczas zapisu @b %b @du (@i %i): %m\n"
1931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001933#: e2fsck/problem.c:1138
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001934#, c-format
1935msgid "@A new @d @b for @i %i (%s): %m\n"
1936msgstr "@A nowego @bu @du dla i-wêz³a %i (%s): %m\n"
1937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001938#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001939#: e2fsck/problem.c:1143
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001940#, c-format
1941msgid "Error deallocating @i %i: %m\n"
1942msgstr "B³±d podczas zwalniania i-wêz³a %i: %m\n"
1943
Jakub Bogusz61e6e042008-09-02 23:47:16 -04001944#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001945#: e2fsck/problem.c:1148
Jakub Bogusz61e6e042008-09-02 23:47:16 -04001946#, c-format
1947msgid "@d @e for '.' in %p (%i) is big.\n"
1948msgstr "@e @du dla '.' w %p (%i) jest du¿y.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001949
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001950#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001951#: e2fsck/problem.c:1153
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001952msgid "@i %i (%Q) is an @I FIFO.\n"
1953msgstr "@i %i (%Q) jest @Im FIFO.\n"
1954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001955#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001956#: e2fsck/problem.c:1158
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001957msgid "@i %i (%Q) is an @I socket.\n"
1958msgstr "@i %i (%Q) jest @Im gniazdem.\n"
1959
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001960#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001961#: e2fsck/problem.c:1163
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001962msgid "Setting filetype for @E to %N.\n"
1963msgstr "Ustawiono filetype dla @eu '%Dn' w %p (%i) na %N.\n"
1964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001965#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001966#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001967msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001968msgstr "@E ma b³êdny filetype (by³ %Dt, powinien byæ %N).\n"
1969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001970#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001971#: e2fsck/problem.c:1173
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001972msgid "@E has filetype set.\n"
1973msgstr "@E ma ustawione filetype.\n"
1974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001975#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001976#: e2fsck/problem.c:1178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001977msgid "@E has a @z name.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001978msgstr "@E ma nazwê zerowej d³ugo¶ci.\n"
1979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001981#: e2fsck/problem.c:1183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001982msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001983msgstr "Dowi±zanie symboliczne %Q (@i #%i) jest b³êdne.\n"
1984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001986#: e2fsck/problem.c:1188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987msgid "@a @b @F @n (%If).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001988msgstr "@b rozszerzonych atrybutów dla i-wêz³a %i (%Q) jest b³êdny (%If).\n"
1989
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001990#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001991#: e2fsck/problem.c:1193
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001992msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1993msgstr "@f zawiera du¿e pliki, ale brak flagi LARGE_FILE w @Su.\n"
1994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001995#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001996#: e2fsck/problem.c:1198
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001997msgid "@p @h %d: node (%B) not referenced\n"
1998msgstr "@p i-wê¼le @du HTREE %d: brak odwo³añ do wêz³a (%B)\n"
1999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002000#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002001#: e2fsck/problem.c:1203
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002002msgid "@p @h %d: node (%B) referenced twice\n"
2003msgstr "@p i-wê¼le @du HTREE %d: dwa odwo³ania do wêz³a (%B)\n"
2004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002005#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002006#: e2fsck/problem.c:1208
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002007msgid "@p @h %d: node (%B) has bad min hash\n"
2008msgstr "@p i-wê¼le @du HTREE %d: wêze³ (%B) ma b³êdny minimalny hasz\n"
2009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002010#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002011#: e2fsck/problem.c:1213
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002012msgid "@p @h %d: node (%B) has bad max hash\n"
2013msgstr "@p i-wê¼le @du HTREE %d: wêze³ (%B) ma b³êdny maksymalny hasz\n"
2014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002015#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002016#: e2fsck/problem.c:1218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002017msgid "@n @h %d (%q). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002018msgstr "B³êdne @h %d (%q). "
2019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002020#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002021#: e2fsck/problem.c:1222
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002022msgid "@p @h %d (%q): bad @b number %b.\n"
2023msgstr "@p i-wê¼le @du HTREE %d (%q): b³êdny numer @bu %b.\n"
2024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002025#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002026#: e2fsck/problem.c:1232
Theodore Ts'o886017a2005-06-26 22:11:46 -04002027#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028msgid "@p @h %d: root node is @n\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002029msgstr "@p i-wê¼le @du HTREE %d: g³ówny wêze³ jest b³êdny\n"
2030
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002031#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002032#: e2fsck/problem.c:1237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002033msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002034msgstr "@p i-wê¼le @du HTREE %d: wêze³ (%B) ma b³êdny limit (%N)\n"
2035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002036#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002037#: e2fsck/problem.c:1242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002039msgstr "@p i-wê¼le @du HTREE %d: wêze³ (%B) ma b³êdny licznik (%N)\n"
2040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002042#: e2fsck/problem.c:1247
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002043msgid "@p @h %d: node (%B) has an unordered hash table\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002044msgstr "@p i-wê¼le @du HTREE %d: wêze³ (%B) ma nie uporz±dkowan± tablicê haszuj±c±\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002045
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002046#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth (%N)\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002047#: e2fsck/problem.c:1252
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002048msgid "@p @h %d: node (%B) has @n depth (%N)\n"
2049msgstr "@p i-wê¼le @du HTREE %d: wêze³ (%B) ma b³êdn± g³êboko¶æ (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002051#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002052#: e2fsck/problem.c:1257
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002053msgid "Duplicate @E found. "
2054msgstr "Znaleziono podwójny @E. "
2055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002056#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2057#. @-expanded: Rename to %s
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002058#: e2fsck/problem.c:1262
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002059#, no-c-format
2060msgid ""
2061"@E has a non-unique filename.\n"
2062"Rename to %s"
2063msgstr ""
2064"@E ma nieunikaln± nazwê pliku.\n"
2065"Zmieniæ na %s"
2066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067#. @-expanded: Duplicate entry '%Dn' found.\n
2068#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2069#. @-expanded: \n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002070#: e2fsck/problem.c:1267
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002071msgid ""
2072"Duplicate @e '%Dn' found.\n"
2073"\tMarking %p (%i) to be rebuilt.\n"
2074"\n"
2075msgstr ""
2076"Znaleziono podwójny @e '%Dn'.\n"
2077"\tZaznaczono %p (%i) do przebudowania.\n"
2078"\n"
2079
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002080#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002081#: e2fsck/problem.c:1272
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002082msgid "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002083msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002084
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002085#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002086#: e2fsck/problem.c:1277
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002087msgid "Unexpected @b in @h %d (%q).\n"
2088msgstr "Nieoczekiwany @b w i-wê¼le @du HTREE %d (%q)\n"
2089
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002090#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2091#: e2fsck/problem.c:1281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002092msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002093msgstr "@i %Di znaleziony w grupie %g, która ma ustawion± flagê _INONE_UNINIT.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002094
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002095#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2096#: e2fsck/problem.c:1286
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002097msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002098msgstr "@i %Di znaleziony w grupie %g obszaru nie u¿ywanych i-wêz³ów.\n"
2099
2100#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2101#: e2fsck/problem.c:1291
2102msgid "i_file_acl_hi @F %N, @s zero.\n"
2103msgstr "i_file_acl_hi @F %N, @s zero.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002105#. @-expanded: Pass 3: Checking directory connectivity\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002106#: e2fsck/problem.c:1298
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002107msgid "Pass 3: Checking @d connectivity\n"
2108msgstr "Przebieg 3: Sprawdzanie ³±czno¶ci @dów\n"
2109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#. @-expanded: root inode not allocated.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002111#: e2fsck/problem.c:1303
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002112msgid "@r not allocated. "
2113msgstr "@r jest nie przydzielony. "
2114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002115#. @-expanded: No room in lost+found directory.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002116#: e2fsck/problem.c:1308
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002117msgid "No room in @l @d. "
2118msgstr "Brak miejsca w @du @l. "
2119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002120#. @-expanded: Unconnected directory inode %i (%p)\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002121#: e2fsck/problem.c:1313
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002122#, c-format
2123msgid "Unconnected @d @i %i (%p)\n"
2124msgstr "Nie pod³±czony @i @du %i (%p)\n"
2125
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126#. @-expanded: /lost+found not found.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002127#: e2fsck/problem.c:1318
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002128msgid "/@l not found. "
2129msgstr "Nie znaleziono /@l. "
2130
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002131#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002132#: e2fsck/problem.c:1323
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002133msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2134msgstr "'..' w %Q (%i) jest %P (%j), @s %q (%d).\n"
2135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002137#: e2fsck/problem.c:1328
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002138msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2139msgstr "B³êdny lub nie istniej±cy /@l. Nie mo¿na pod³±czyæ.\n"
2140
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002141#. @-expanded: Could not expand /lost+found: %m\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002142#: e2fsck/problem.c:1333
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002143#, c-format
2144msgid "Could not expand /@l: %m\n"
2145msgstr "Nie mo¿na rozszerzyæ /@l: %m\n"
2146
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002147#: e2fsck/problem.c:1338
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002148#, c-format
2149msgid "Could not reconnect %i: %m\n"
2150msgstr "Nie mo¿na pod³±czyæ %i: %m\n"
2151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002152#. @-expanded: Error while trying to find /lost+found: %m\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002153#: e2fsck/problem.c:1343
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002154#, c-format
2155msgid "Error while trying to find /@l: %m\n"
2156msgstr "B³±d podczas szukania /@l: %m\n"
2157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002158#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002159#: e2fsck/problem.c:1348
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002160#, c-format
2161msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2162msgstr "ext2fs_new_block: %m podczas próby utworzenia @du /@l\n"
2163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002164#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002165#: e2fsck/problem.c:1353
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002166#, c-format
2167msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2168msgstr "ext2fs_new_inode: %m podczas próby utworzenia @du /@l\n"
2169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002170#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002171#: e2fsck/problem.c:1358
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002172#, c-format
2173msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2174msgstr "ext2fs_new_dir_block: %m podczas tworzenia nowego @bu @du\n"
2175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002176#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002177#: e2fsck/problem.c:1363
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002178#, c-format
2179msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2180msgstr "ext2fs_write_dir_block: %m podczas zapisu @bu @du dla /@l\n"
2181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002182#. @-expanded: Error while adjusting inode count on inode %i\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002183#: e2fsck/problem.c:1368
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002184#, c-format
2185msgid "Error while adjusting @i count on @i %i\n"
2186msgstr "B³±d podczas poprawiania liczby i-wêz³ów w i-wê¼le %i\n"
2187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002188#. @-expanded: Couldn't fix parent of inode %i: %m\n
2189#. @-expanded: \n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002190#: e2fsck/problem.c:1373
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002191#, c-format
2192msgid ""
2193"Couldn't fix parent of @i %i: %m\n"
2194"\n"
2195msgstr ""
2196"Nie mo¿na poprawiæ rodzica i-wêz³a %i: %m\n"
2197"\n"
2198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2200#. @-expanded: \n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002201#: e2fsck/problem.c:1378
Theodore Ts'o886017a2005-06-26 22:11:46 -04002202#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002203msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002205"\n"
2206msgstr ""
2207"Nie mo¿na poprawiæ rodzica i-wêz³a %i: nie znaleziono wpisu @du rodzica\n"
2208"\n"
2209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: Error creating root directory (%s): %m\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002211#: e2fsck/problem.c:1388
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002212#, c-format
2213msgid "Error creating root @d (%s): %m\n"
2214msgstr "B³±d podczas tworzenia g³ównego @du (%s): %m\n"
2215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002216#. @-expanded: Error creating /lost+found directory (%s): %m\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002217#: e2fsck/problem.c:1393
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002218#, c-format
2219msgid "Error creating /@l @d (%s): %m\n"
2220msgstr "B³±d podczas tworzenia @du /@l (%s): %m\n"
2221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002222#. @-expanded: root inode is not a directory; aborting.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002223#: e2fsck/problem.c:1398
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002224msgid "@r is not a @d; aborting.\n"
2225msgstr "@r nie jest @diem; przerwanie.\n"
2226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002227#. @-expanded: Cannot proceed without a root inode.\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002228#: e2fsck/problem.c:1403
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002229msgid "Cannot proceed without a @r.\n"
2230msgstr "Nie mo¿na kontynuowaæ bez g³ównego katalogu.\n"
2231
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002232#. @-expanded: /lost+found is not a directory (ino=%i)\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002233#: e2fsck/problem.c:1413
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002234#, c-format
2235msgid "/@l is not a @d (ino=%i)\n"
2236msgstr "/@l nie jest @diem (@i=%i)\n"
2237
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002238#: e2fsck/problem.c:1420
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002239msgid "Pass 3A: Optimizing directories\n"
2240msgstr "Przebieg 3A: Optymalizacja katalogów\n"
2241
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002242#: e2fsck/problem.c:1425
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002243#, c-format
2244msgid "Failed to create dirs_to_hash iterator: %m\n"
2245msgstr "Tworzenie iteratora dirs_to_hash nie powiod³o siê: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002246
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002247#: e2fsck/problem.c:1430
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002248msgid "Failed to optimize directory %q (%d): %m\n"
2249msgstr "Optymalizacja katalogu %q (%d) nie powiod³a siê: %m\n"
2250
2251#: e2fsck/problem.c:1435
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002252msgid "Optimizing directories: "
2253msgstr "Optymalizacja katalogów: "
2254
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002255#: e2fsck/problem.c:1452
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002256msgid "Pass 4: Checking reference counts\n"
2257msgstr "Przebieg 4: Sprawdzanie liczników odwo³añ\n"
2258
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002259#. @-expanded: unattached zero-length inode %i.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002260#: e2fsck/problem.c:1457
Theodore Ts'o886017a2005-06-26 22:11:46 -04002261#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002262msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002263msgstr "@u @i @z %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002264
2265#. @-expanded: unattached inode %i\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002266#: e2fsck/problem.c:1462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002267#, c-format
2268msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002269msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002270
2271#. @-expanded: inode %i ref count is %Il, should be %N.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002272#: e2fsck/problem.c:1467
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002273msgid "@i %i ref count is %Il, @s %N. "
2274msgstr "licznik odwo³añ i-wêz³a %i wynosi %Il, @s %N. "
2275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002276#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2277#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2278#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002279#: e2fsck/problem.c:1471
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002280msgid ""
2281"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2282"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002283"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002284msgstr ""
2285"UWAGA: B£¡D PROGRAMU W E2FSCK!\n"
2286"\tLUB KTO¦ BEZMÓZGI (TY) SPRAWDZA PODMONTOWANY (¯YWY) SYSTEM PLIKÓW.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002287"inode_link_info[%i]=%N, inode.i_links_count=%Il. Powinny byæ takie same!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002289#. @-expanded: Pass 5: Checking group summary information\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002290#: e2fsck/problem.c:1481
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002291msgid "Pass 5: Checking @g summary information\n"
2292msgstr "Przebieg 5: Sprawdzanie sumarycznych informacji o @gch\n"
2293
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002294#. @-expanded: Padding at end of inode bitmap is not set.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002295#: e2fsck/problem.c:1486
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002296msgid "Padding at end of @i @B is not set. "
2297msgstr "Wype³nienie na koñcu bitmapy i-wêz³ów nie jest ustawione. "
2298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002299#. @-expanded: Padding at end of block bitmap is not set.
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002300#: e2fsck/problem.c:1491
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002301msgid "Padding at end of @b @B is not set. "
2302msgstr "Wype³nienie na koñcu bitmapy @bów nie jest ustawione. "
2303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002304#. @-expanded: block bitmap differences:
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002305#: e2fsck/problem.c:1496
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002306msgid "@b @B differences: "
2307msgstr "Ró¿nice bitmapy @bów: "
2308
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002309#. @-expanded: inode bitmap differences:
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002310#: e2fsck/problem.c:1516
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002311msgid "@i @B differences: "
2312msgstr "Ró¿nice bitmapy i-wêz³ów: "
2313
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002314#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002315#: e2fsck/problem.c:1536
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002316msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2317msgstr "B³êdna liczba wolnych i-wêz³ów dla grupy #%g (%i, naliczono %j).\n"
2318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002319#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002320#: e2fsck/problem.c:1541
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002321msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2322msgstr "B³êdna liczba katalogów dla grupy #%g (%i, naliczono %j).\n"
2323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002324#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002325#: e2fsck/problem.c:1546
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002326msgid "Free @is count wrong (%i, counted=%j).\n"
2327msgstr "B³êdna liczba wolnych i-wêz³ów (%i, naliczono %j).\n"
2328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002329#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002330#: e2fsck/problem.c:1551
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002331msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2332msgstr "B³êdna liczba wolnych @bów dla grupy #%g (%b, naliczono %c).\n"
2333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002334#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002335#: e2fsck/problem.c:1556
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002336msgid "Free @bs count wrong (%b, counted=%c).\n"
2337msgstr "B³êdna liczba wolnych @bów (%b, naliczono %c).\n"
2338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002339#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2340#. @-expanded: endpoints (%i, %j)\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002341#: e2fsck/problem.c:1561
2342msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2343msgstr "B£¡D PROGRAMU: koñce bitmap systemu plików (#%N) (%b, %c) nie zgadzaj± siê z policzonymi koñcami bitmap (%i, %j)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002344
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002345#: e2fsck/problem.c:1567
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002346msgid "Internal error: fudging end of bitmap (%N)\n"
2347msgstr "B³±d wewnêtrzny: fa³szywy koniec bitmapy (%N)\n"
2348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002349#. @-expanded: Error copying in replacement inode bitmap: %m\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002350#: e2fsck/problem.c:1572
Theodore Ts'o886017a2005-06-26 22:11:46 -04002351#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002352msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002353msgstr "B³±d podczas kopiowania w zastêpczej bitmapie i-wêz³ów: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002354
2355#. @-expanded: Error copying in replacement block bitmap: %m\n
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002356#: e2fsck/problem.c:1577
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002357#, c-format
2358msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002359msgstr "B³±d podczas kopiowania w zastêpczej bitmapie @bów: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002360
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002361#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002362#: e2fsck/problem.c:1602
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002363#, c-format
2364msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2365msgstr "@b(i) grupy %g s± u¿ywane, ale @g ma flagê BLOCK_UNINIT\n"
2366
2367#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002368#: e2fsck/problem.c:1607
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002369#, c-format
2370msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2371msgstr "i-wêz³y grupy %g s± u¿ywane, ale @g ma flagê INODE_UNINIT\n"
2372
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002373#. @-expanded: Recreate journal
2374#: e2fsck/problem.c:1614
2375msgid "Recreate @j"
2376msgstr "Odtworzyæ kronikê"
2377
2378#: e2fsck/problem.c:1732
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002379#, c-format
2380msgid "Unhandled error code (0x%x)!\n"
2381msgstr "Nie obs³u¿ony kod b³êdu (0x%x)!\n"
2382
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002383#: e2fsck/problem.c:1827
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002384msgid "IGNORED"
2385msgstr "ZIGNOROWANO"
2386
2387#: e2fsck/scantest.c:81
2388#, c-format
2389msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2390msgstr "U¿yta pamiêæ: %d, up³yn±³ czas: %6.3f/%6.3f/%6.3f\n"
2391
2392#: e2fsck/scantest.c:100
2393#, c-format
2394msgid "size of inode=%d\n"
2395msgstr "rozmiar i-wêz³a=%d\n"
2396
2397#: e2fsck/scantest.c:121
2398msgid "while starting inode scan"
2399msgstr "podczas rozpoczynania przeszukiwania i-wêz³ów"
2400
2401#: e2fsck/scantest.c:132
2402msgid "while doing inode scan"
2403msgstr "podczas przeszukiwania i-wêz³ów"
2404
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002405#: e2fsck/super.c:187
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002406#, c-format
2407msgid "while calling ext2fs_block_iterate for inode %d"
2408msgstr "podczas wywo³ania ext2fs_block_iterate dla i-wêz³a %d"
2409
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002410#: e2fsck/super.c:209
Theodore Ts'od46ce702007-07-10 09:45:47 -04002411#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002412msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002413msgstr "podczas wywo³ania ext2fs_adjust_ea_refcount dla i-wêz³a %d"
2414
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002415#: e2fsck/super.c:267
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002416msgid "Truncating"
2417msgstr "Skracanie"
2418
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002419#: e2fsck/super.c:268
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002420msgid "Clearing"
2421msgstr "Czyszczenie"
2422
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002423#: e2fsck/unix.c:76
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002424#, c-format
2425msgid ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002426"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002427"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002428"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002429"\t\t[-E extended-options] device\n"
2430msgstr ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002431"Sk³adnia: %s [-panyrcdfvtDFV] [-b superblok] [-B rozm_bloku]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002432"\t\t[-I bloków_bufora_i-wêz³ów] [-P rozmiar_i-wêz³a]\n"
2433"\t\t[-l|-L plik_wadliwych_bloków] [-C fd] [-j zewn-kronika]\n"
2434"\t\t[-E rozszerzone-opcje] urz±dzenie\n"
2435
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002436#: e2fsck/unix.c:82
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002437#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002438msgid ""
2439"\n"
2440"Emergency help:\n"
2441" -p Automatic repair (no questions)\n"
2442" -n Make no changes to the filesystem\n"
2443" -y Assume \"yes\" to all questions\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002444" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002445" -f Force checking even if filesystem is marked clean\n"
2446msgstr ""
2447"\n"
2448"Awaryjna pomoc:\n"
2449" -p Automatyczne naprawianie (bez pytañ)\n"
2450" -n Nie wykonywanie zmian w systemie plików\n"
2451" -y Przyjêcie odpowiedzi \"tak\" na wszystkie pytania\n"
2452" -c Szukanie wadliwych bloków i dodanie ich do listy\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002453" -f Wymuszenie sprawdzenia nawet \"czystego\" systemu plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002454
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002455#: e2fsck/unix.c:88
Theodore Ts'o886017a2005-06-26 22:11:46 -04002456#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002457msgid ""
2458" -v Be verbose\n"
2459" -b superblock Use alternative superblock\n"
2460" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002461" -j external_journal Set location of the external journal\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002462" -l bad_blocks_file Add to badblocks list\n"
2463" -L bad_blocks_file Set badblocks list\n"
2464msgstr ""
2465" -v Pokazywanie wiêkszej ilo¶ci informacji\n"
2466" -b superblok U¿ycie innego superbloku\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002467" -B rozm.bloku Wymuszenie rozmiaru bloku przy poszukiwaniu superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002468" -j zewn-kronika Ustawienie po³o¿enia zewnêtrznej kroniki\n"
2469" -l plik_z³ych_bloków Dodanie do listy wadliwych bloków\n"
2470" -L plik_z³ych_bloków Ustawienie listy wadliwych bloków\n"
2471
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002472#: e2fsck/unix.c:132
Theodore Ts'od46ce702007-07-10 09:45:47 -04002473#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002474msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002475msgstr "%s: %u/%u plików (%0d.%d%% nieci±g³ych), %u/%u bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002476
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002477#: e2fsck/unix.c:150
Theodore Ts'od46ce702007-07-10 09:45:47 -04002478#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002479msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002480msgstr " liczba i-wêz³ów z blokami ind/dind/tind: %u/%u/%u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002481
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002482#: e2fsck/unix.c:157
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002483#, c-format
2484msgid " Extent depth histogram: "
2485msgstr " Histogram g³êboko¶ci fragmentów: "
2486
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002487#: e2fsck/unix.c:207 misc/badblocks.c:928 misc/tune2fs.c:1584 misc/util.c:151
2488#: resize/main.c:249
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002489#, c-format
2490msgid "while determining whether %s is mounted."
2491msgstr "podczas sprawdzania, czy %s jest podmontowany."
2492
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002493#: e2fsck/unix.c:225
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002494#, c-format
2495msgid "Warning! %s is mounted.\n"
2496msgstr "Uwaga! %s jest podmontowany.\n"
2497
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002498#: e2fsck/unix.c:229
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002499#, c-format
2500msgid "%s is mounted. "
2501msgstr "%s jest podmontowany. "
2502
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002503#: e2fsck/unix.c:231
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002504msgid ""
2505"Cannot continue, aborting.\n"
2506"\n"
2507msgstr ""
2508"Nie mo¿na kontynuowaæ, przerwano.\n"
2509"\n"
2510
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002511#: e2fsck/unix.c:232
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002512#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002513msgid ""
2514"\n"
2515"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002516"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2517"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002518"\n"
2519msgstr ""
2520"\n"
2521"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002522"\a\a\a\aUWAGA!!! Uruchamianie e2fsck na podmontowanym systemie plików\n"
2523"mo¿e spowodowaæ POWA¯NE uszkodzenie systemu plików.\a\a\a\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002524"\n"
2525
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002526#: e2fsck/unix.c:235
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002527msgid "Do you really want to continue"
2528msgstr "Naprawdê kontynuowaæ?"
2529
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002530#: e2fsck/unix.c:237
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002531#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002532msgid "check aborted.\n"
2533msgstr "sprawdzanie przerwane.\n"
2534
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002535#: e2fsck/unix.c:310
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002536msgid " contains a file system with errors"
2537msgstr " zawiera system plików z b³êdami"
2538
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002539#: e2fsck/unix.c:312
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002540msgid " was not cleanly unmounted"
2541msgstr " nie by³ czysto odmontowany"
2542
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002543#: e2fsck/unix.c:314
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002544msgid " primary superblock features different from backup"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002545msgstr " cechy g³ównego superbloku ró¿ni± siê od kopii zapasowej"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002546
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002547#: e2fsck/unix.c:318
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002548#, c-format
2549msgid " has been mounted %u times without being checked"
2550msgstr " by³ montowany %u razy bez sprawdzania"
2551
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002552#: e2fsck/unix.c:324
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002553msgid " has filesystem last checked time in the future"
2554msgstr " ma czas ostatniego sprawdzenia systemu plików w przysz³o¶ci"
2555
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002556#: e2fsck/unix.c:330
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002557#, c-format
2558msgid " has gone %u days without being checked"
2559msgstr " przetrwa³ %u dni bez sprawdzania"
2560
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002561#: e2fsck/unix.c:339
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002562msgid ", check forced.\n"
2563msgstr ", wymuszono sprawdzenie.\n"
2564
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002565#: e2fsck/unix.c:342
Theodore Ts'od46ce702007-07-10 09:45:47 -04002566#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002567msgid "%s: clean, %u/%u files, %u/%u blocks"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002568msgstr "%s: czysty, %u/%u plików, %u/%u bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002569
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002570#: e2fsck/unix.c:359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002571msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002572msgstr " (sprawdzenie wstrzymane; zasilanie z baterii)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002573
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002574#: e2fsck/unix.c:362
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002575msgid " (check after next mount)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002576msgstr " (sprawdzenie po nastêpnym montowaniu)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002577
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002578#: e2fsck/unix.c:364
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002579#, c-format
2580msgid " (check in %ld mounts)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002581msgstr "(sprawdzenie za %ld montowañ)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002582
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002583#: e2fsck/unix.c:511
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002584#, c-format
2585msgid "ERROR: Couldn't open /dev/null (%s)\n"
2586msgstr "B£¡D: Nie mo¿na otworzyæ /dev/null (%s)\n"
2587
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002588#: e2fsck/unix.c:581
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002589#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002590msgid "Invalid EA version.\n"
2591msgstr "B³êdna wersja EA.\n"
2592
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002593#: e2fsck/unix.c:590
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002594#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002595msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002596msgstr "Nieznana opcja rozszerzona: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002597
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002598#: e2fsck/unix.c:612
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002599#, c-format
2600msgid ""
2601"Syntax error in e2fsck config file (%s, line #%d)\n"
2602"\t%s\n"
2603msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002604"B³±d sk³adni w pliku konfiguracyjnym e2fsck (%s, linia %d)\n"
2605"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002606
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002607#: e2fsck/unix.c:680
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002608#, c-format
2609msgid "Error validating file descriptor %d: %s\n"
2610msgstr "B³±d podczas kontroli deskryptora pliku %d: %s\n"
2611
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002612#: e2fsck/unix.c:684
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002613msgid "Invalid completion information file descriptor"
2614msgstr "B³êdne informacje dope³niaj±ce deskryptora plików"
2615
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002616#: e2fsck/unix.c:699
Theodore Ts'o6956f612005-12-31 16:46:15 -05002617msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'of2275e32006-01-06 20:44:13 -05002618msgstr "Mo¿na podaæ tylko jedn± z opcji -p/-a, -n lub -y."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002619
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002620#: e2fsck/unix.c:720
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002621#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002622msgid "The -t option is not supported on this version of e2fsck.\n"
2623msgstr "Opcja -t nie jest obs³ugiwana przez tê wersjê e2fsck.\n"
2624
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002625#: e2fsck/unix.c:801 misc/tune2fs.c:550 misc/tune2fs.c:835 misc/tune2fs.c:853
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002626#, c-format
2627msgid "Unable to resolve '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002628msgstr "Nie uda³o siê rozwi±zaæ '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002629
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002630#: e2fsck/unix.c:830
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002631#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002632msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2633msgstr "Opcje -c oraz -l/-L nie mog± byæ podane jednocze¶nie.\n"
2634
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002635#: e2fsck/unix.c:878
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002636#, c-format
2637msgid ""
2638"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2639"\n"
2640msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002641"E2FSCK_JBD_DEBUG \"%s\" nie jest liczb± ca³kowit±\n"
2642"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002643
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002644#: e2fsck/unix.c:887
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002645#, c-format
2646msgid ""
2647"\n"
2648"Invalid non-numeric argument to -%c (\"%s\")\n"
2649"\n"
2650msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002651"\n"
2652"B³êdny argument nieliczbowy dla -%c (\"%s\")\n"
2653"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002654
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002655#: e2fsck/unix.c:961
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002656#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002657msgid "Error: ext2fs library version out of date!\n"
2658msgstr "B³±d: wersja biblioteki ext2fs jest za stara!\n"
2659
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002660#: e2fsck/unix.c:969
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002661msgid "while trying to initialize program"
2662msgstr "podczas próby inicjalizacji programu"
2663
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002664#: e2fsck/unix.c:980
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002665#, c-format
2666msgid "\tUsing %s, %s\n"
2667msgstr "\tU¿ywane %s, %s\n"
2668
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002669#: e2fsck/unix.c:992
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002670msgid "need terminal for interactive repairs"
2671msgstr "interaktywna naprawa wymaga terminala"
2672
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002673#: e2fsck/unix.c:1021
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002674#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002675msgid "%s: %s trying backup blocks...\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002676msgstr "%s: %s podczas próby wykonania kopii zapasowej bloków...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002677
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002678#: e2fsck/unix.c:1023
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002679msgid "Superblock invalid,"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002680msgstr "Superblok b³êdny,"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002681
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002682#: e2fsck/unix.c:1024
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002683msgid "Group descriptors look bad..."
2684msgstr "Deskryptory grup wygl±daj± ¼le..."
2685
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002686#: e2fsck/unix.c:1034
2687#, c-format
2688msgid "%s: going back to original superblock\n"
2689msgstr "%s: powracanie do oryginalnego superbloku\n"
2690
2691#: e2fsck/unix.c:1060
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002692#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002693msgid ""
2694"The filesystem revision is apparently too high for this version of e2fsck.\n"
2695"(Or the filesystem superblock is corrupt)\n"
2696"\n"
2697msgstr ""
2698"Wersja systemu plików jest zbyt du¿a dla tej wersji e2fsck.\n"
2699"(lub superblok systemu plików jest uszkodzony)\n"
2700"\n"
2701
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002702#: e2fsck/unix.c:1066
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002703#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002704msgid "Could this be a zero-length partition?\n"
2705msgstr "Czy to mo¿e jest partycja zerowej d³ugo¶ci?\n"
2706
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002707#: e2fsck/unix.c:1068
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002708#, c-format
2709msgid "You must have %s access to the filesystem or be root\n"
2710msgstr "Trzeba mieæ dostêp %s do systemu plików lub byæ rootem\n"
2711
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002712#: e2fsck/unix.c:1073
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002713#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002714msgid "Possibly non-existent or swap device?\n"
2715msgstr "Zapewne nie istniej±ce urz±dzenie lub swap?\n"
2716
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002717#: e2fsck/unix.c:1075
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002718#, c-format
2719msgid "Filesystem mounted or opened exclusively by another program?\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002720msgstr "System plików podmontowany lub otwarty na wy³±czno¶æ przez inny program?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002721
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002722#: e2fsck/unix.c:1079
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002723#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002724msgid ""
2725"Disk write-protected; use the -n option to do a read-only\n"
2726"check of the device.\n"
2727msgstr ""
2728"Dysk zabezpieczony przed zapisem; mo¿na u¿yæ opcji -n aby sprawdziæ\n"
2729"urz±dzenie w trybie tylko do odczytu.\n"
2730
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002731#: e2fsck/unix.c:1143
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002732msgid "Get a newer version of e2fsck!"
2733msgstr "Potrzeba nowszej wersji e2fsck!"
2734
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002735#: e2fsck/unix.c:1173
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002736#, c-format
2737msgid "while checking ext3 journal for %s"
2738msgstr "podczas sprawdzania kroniki ext3 dla %s"
2739
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002740#: e2fsck/unix.c:1184
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002741#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002742msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002743msgstr ""
2744"Uwaga: pominiêto odtwarzanie z kroniki z powodu sprawdzania w trybie tylko\n"
2745"do odczytu.\n"
2746
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002747#: e2fsck/unix.c:1197
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002748#, c-format
2749msgid "unable to set superblock flags on %s\n"
2750msgstr "nie mo¿na ustawiæ flag superbloku na %s\n"
2751
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002752#: e2fsck/unix.c:1203
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002753#, c-format
2754msgid "while recovering ext3 journal of %s"
2755msgstr "podczas odtwarzania z kroniki ext3 dla %s"
2756
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002757#: e2fsck/unix.c:1228
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04002758#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002759msgid "%s has unsupported feature(s):"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04002760msgstr "%s ma w³±czone nie obs³ugiwane cechy:"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002761
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002762#: e2fsck/unix.c:1244
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002763msgid "Warning: compression support is experimental.\n"
2764msgstr "Uwaga: obs³uga kompresji jest eksperymentalna.\n"
2765
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002766#: e2fsck/unix.c:1249
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002767#, c-format
2768msgid ""
2769"E2fsck not compiled with HTREE support,\n"
2770"\tbut filesystem %s has HTREE directories.\n"
2771msgstr ""
2772"E2fsck skompilowany bez obs³ugi HTREE,\n"
2773"\tale system plików %s ma katalogi HTREE.\n"
2774
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002775#: e2fsck/unix.c:1302
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002776msgid "while reading bad blocks inode"
2777msgstr "podczas odczytu i-wêz³a wadliwych bloków"
2778
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002779#: e2fsck/unix.c:1304
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002780#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002781msgid "This doesn't bode well, but we'll try to go on...\n"
2782msgstr "Nie wró¿y to dobrze, ale spróbujê kontynuowaæ...\n"
2783
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002784#: e2fsck/unix.c:1330
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002785msgid "Couldn't determine journal size"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002786msgstr "Nie uda³o siê okre¶liæ rozmiaru kroniki"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002787
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002788#: e2fsck/unix.c:1333
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002789#, c-format
2790msgid "Creating journal (%d blocks): "
2791msgstr "Tworzenie kroniki (%d bloków): "
2792
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002793#: e2fsck/unix.c:1340 misc/mke2fs.c:2113
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002794msgid ""
2795"\n"
2796"\twhile trying to create journal"
2797msgstr ""
2798"\n"
2799"\tpodczas próby utworzenia kroniki"
2800
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002801#: e2fsck/unix.c:1343
Theodore Ts'od46ce702007-07-10 09:45:47 -04002802#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002803msgid " Done.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002804msgstr " Wykonano.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002805
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002806#: e2fsck/unix.c:1344
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002807#, c-format
2808msgid ""
2809"\n"
2810"*** journal has been re-created - filesystem is now ext3 again ***\n"
2811msgstr ""
Theodore Ts'od46ce702007-07-10 09:45:47 -04002812"\n"
2813"*** kronika zosta³a ponownie utworzona - system plików to znowu ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002814
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002815#: e2fsck/unix.c:1351
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002816#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002817msgid "Restarting e2fsck from the beginning...\n"
2818msgstr "Restart e2fsck od pocz±tku...\n"
2819
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002820#: e2fsck/unix.c:1355
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002821msgid "while resetting context"
2822msgstr "podczas resetowania kontekstu"
2823
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002824#: e2fsck/unix.c:1362
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002825#, c-format
2826msgid "%s: e2fsck canceled.\n"
2827msgstr "%s: e2fsck przerwany.\n"
2828
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002829#: e2fsck/unix.c:1367
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002830msgid "aborted"
2831msgstr "przerwano"
2832
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002833#: e2fsck/unix.c:1379
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002834#, c-format
2835msgid ""
2836"\n"
2837"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2838msgstr ""
2839"\n"
2840"%s: ***** SYSTEM PLIKÓW ZMODYFIKOWANY *****\n"
2841
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002842#: e2fsck/unix.c:1382
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002843#, c-format
2844msgid "%s: ***** REBOOT LINUX *****\n"
2845msgstr "%s: ***** WYMAGANY RESTART LINUKSA *****\n"
2846
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002847#: e2fsck/unix.c:1390
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002848#, c-format
2849msgid ""
2850"\n"
2851"%s: ********** WARNING: Filesystem still has errors **********\n"
2852"\n"
2853msgstr ""
2854"\n"
2855"%s: ********** UWAGA: System plików nadal ma b³êdy **********\n"
2856"\n"
2857
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002858#: e2fsck/unix.c:1426
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002859msgid "while setting block group checksum info"
2860msgstr "podczas ustawiania informacji o sumie kontrolnej grupy bloków"
2861
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002862#: e2fsck/util.c:138 misc/util.c:68
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002863msgid "yY"
2864msgstr "tTyY"
2865
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002866#: e2fsck/util.c:139
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002867msgid "nN"
2868msgstr "nN"
2869
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002870#: e2fsck/util.c:153
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002871msgid "<y>"
2872msgstr "<t>"
2873
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002874#: e2fsck/util.c:155
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002875msgid "<n>"
2876msgstr "<n>"
2877
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002878#: e2fsck/util.c:157
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002879msgid " (y/n)"
2880msgstr " (t/n)"
2881
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002882#: e2fsck/util.c:172
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002883msgid "cancelled!\n"
2884msgstr "anulowano!\n"
2885
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002886#: e2fsck/util.c:187
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002887msgid "yes\n"
2888msgstr "tak\n"
2889
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002890#: e2fsck/util.c:189
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002891msgid "no\n"
2892msgstr "nie\n"
2893
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002894#: e2fsck/util.c:199
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002895#, c-format
2896msgid ""
2897"%s? no\n"
2898"\n"
2899msgstr ""
2900"%s? nie\n"
2901"\n"
2902
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002903#: e2fsck/util.c:203
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002904#, c-format
2905msgid ""
2906"%s? yes\n"
2907"\n"
2908msgstr ""
2909"%s? tak\n"
2910"\n"
2911
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002912#: e2fsck/util.c:207
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002913msgid "yes"
2914msgstr "tak"
2915
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002916#: e2fsck/util.c:207
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002917msgid "no"
2918msgstr "nie"
2919
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002920#: e2fsck/util.c:221
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002921#, c-format
2922msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2923msgstr "e2fsck_read_bitmaps: niedopuszczalne bloki bitmapy dla %s"
2924
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002925#: e2fsck/util.c:226
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002926msgid "reading inode and block bitmaps"
2927msgstr "odczytu bitmap i-wêz³ów i bloków"
2928
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002929#: e2fsck/util.c:231
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002930#, c-format
2931msgid "while retrying to read bitmaps for %s"
2932msgstr "podczas ponawiania próby odczytu bitmap dla %s"
2933
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002934#: e2fsck/util.c:243
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002935msgid "writing block and inode bitmaps"
2936msgstr "zapisu bitmap bloków i i-wêz³ów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002937
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002938#: e2fsck/util.c:248
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002939#, c-format
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002940msgid "while rewriting block and inode bitmaps for %s"
2941msgstr "podczas ponownego zapisu bitmap blików i i-wêz³ów dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002942
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002943#: e2fsck/util.c:260
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002944#, c-format
2945msgid ""
2946"\n"
2947"\n"
2948"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2949"\t(i.e., without -a or -p options)\n"
2950msgstr ""
2951"\n"
2952"\n"
2953"%s: NIEOCZEKIWANA NIESPÓJNO¦Æ; TRZEBA URUCHOMIÆ fsck RÊCZNIE.\n"
2954"\t(tzn. bez opcji -a ani -p)\n"
2955
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002956#: e2fsck/util.c:341
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002957#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002958msgid "Memory used: %luk/%luk (%luk/%luk), "
2959msgstr "U¿yta pamiêæ: %luk/%luk (%luk/%luk), "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002960
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002961#: e2fsck/util.c:345
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002962#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002963msgid "Memory used: %lu, "
2964msgstr "U¿yta pamiêæ: %lu, "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002965
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002966#: e2fsck/util.c:352
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002967#, c-format
2968msgid "time: %5.2f/%5.2f/%5.2f\n"
2969msgstr "czas: %5.2f/%5.2f/%5.2f\n"
2970
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002971#: e2fsck/util.c:357
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002972#, c-format
2973msgid "elapsed time: %6.3f\n"
2974msgstr "up³yn±³ czas: %6.f\n"
2975
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002976#: e2fsck/util.c:391 e2fsck/util.c:405
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002977#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002978msgid "while reading inode %lu in %s"
2979msgstr "podczas odczytu i-wêz³a %lu w %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002980
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002981#: e2fsck/util.c:419 e2fsck/util.c:432
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002982#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002983msgid "while writing inode %lu in %s"
2984msgstr "podczas zapisu i-wêz³a %lu w %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002985
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002986#: e2fsck/util.c:581
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002987msgid "while allocating zeroizing buffer"
2988msgstr "podczas przydzielania bufora zeruj±cego"
2989
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002990#: misc/badblocks.c:66
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002991msgid "done \n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002992msgstr "zakoñczono \n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002993
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002994#: misc/badblocks.c:89
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002995#, c-format
2996msgid ""
2997"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002998" [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002999" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3000" device [last_block [first_block]]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003001msgstr ""
3002"Sk³adnia: %s [-b rozm_bloku] [-i plik_wej] [-o plik_wyj] [-svwnf]\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003003" [-c bloków_naraz] [-d wsp_opó¼n_miêdzy_odczytami]\n"
3004" [-e maks_b³êdnych_bloków] [-p przebiegów]\n"
3005" [-t wzór_testowy [-t wzór_testowy [...]]]\n"
3006" urz±dzenie [ostatni_blok [pierwszy_blok]]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003007
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003008#: misc/badblocks.c:100
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003009#, c-format
3010msgid ""
3011"%s: The -n and -w options are mutually exclusive.\n"
3012"\n"
3013msgstr ""
Theodore Ts'od46ce702007-07-10 09:45:47 -04003014"%s: Opcje -n i -w wykluczaj± siê wzajemnie.\n"
3015"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003016
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003017#: misc/badblocks.c:202
3018#, c-format
3019msgid "%6.2f%% done, %s elapsed"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003020msgstr "Gotowe w %6.2f%%, minê³o %s"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003021
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003022#: misc/badblocks.c:293
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003023msgid "Testing with random pattern: "
3024msgstr "Testowanie wzorcem losowym: "
3025
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003026#: misc/badblocks.c:311
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003027msgid "Testing with pattern 0x"
3028msgstr "Testowanie wzorcem 0x"
3029
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003030#: misc/badblocks.c:339 misc/badblocks.c:408
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003031msgid "during seek"
3032msgstr "podczas przeskakiwania"
3033
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003034#: misc/badblocks.c:350
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003035#, c-format
3036msgid "Weird value (%ld) in do_read\n"
3037msgstr "Dziwna warto¶æ (%ld) w do_read\n"
3038
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003039#: misc/badblocks.c:428
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003040msgid "during ext2fs_sync_device"
3041msgstr "podczas ext2fs_sync_device"
3042
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003043#: misc/badblocks.c:447 misc/badblocks.c:711
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003044msgid "while beginning bad block list iteration"
3045msgstr "podczas rozpoczynania iteracji po li¶cie wadliwych bloków"
3046
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003047#: misc/badblocks.c:461 misc/badblocks.c:563 misc/badblocks.c:721
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003048msgid "while allocating buffers"
3049msgstr "podczas przydzielania buforów"
3050
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003051#: misc/badblocks.c:465
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003052#, c-format
3053msgid "Checking blocks %lu to %lu\n"
3054msgstr "Sprawdzanie bloków od %lu do %lu\n"
3055
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003056#: misc/badblocks.c:470
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003057msgid "Checking for bad blocks in read-only mode\n"
3058msgstr "Poszukiwanie wadliwych bloków w trybie tylko do odczytu\n"
3059
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003060#: misc/badblocks.c:479
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003061msgid "Checking for bad blocks (read-only test): "
3062msgstr "Poszukiwanie wadliwych bloków (tylko odczyt): "
3063
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003064#: misc/badblocks.c:487 misc/badblocks.c:595 misc/badblocks.c:640
3065#: misc/badblocks.c:784
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003066msgid "Too many bad blocks, aborting test\n"
3067msgstr "Zbyt du¿o wadliwych bloków, przerwanie testu\n"
3068
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003069#: misc/badblocks.c:570
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003070msgid "Checking for bad blocks in read-write mode\n"
3071msgstr "Poszukiwanie wadliwych bloków w trybie odczytu i zapisu\n"
3072
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003073#: misc/badblocks.c:572 misc/badblocks.c:734
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003074#, c-format
3075msgid "From block %lu to %lu\n"
3076msgstr "Od bloku %lu do %lu\n"
3077
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003078#: misc/badblocks.c:630
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003079msgid "Reading and comparing: "
3080msgstr "Odczyt i porównywanie: "
3081
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003082#: misc/badblocks.c:733
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003083msgid "Checking for bad blocks in non-destructive read-write mode\n"
3084msgstr "Poszukiwanie wadliwych bloków w trybie z niedestruktywnym zapisem\n"
3085
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003086#: misc/badblocks.c:739
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003087msgid "Checking for bad blocks (non-destructive read-write test)\n"
3088msgstr "Poszukiwanie wadliwych bloków (odczyt i niedestruktywny zapis)\n"
3089
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003090#: misc/badblocks.c:746
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003091msgid ""
3092"\n"
3093"Interrupt caught, cleaning up\n"
3094msgstr ""
3095"\n"
3096"Otrzymano przerwanie, sprz±tam\n"
3097"\n"
3098
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003099#: misc/badblocks.c:822
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003100#, c-format
3101msgid "during test data write, block %lu"
3102msgstr "podczas zapisu testowych danych, blok %lu"
3103
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003104#: misc/badblocks.c:933 misc/util.c:156
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003105#, c-format
3106msgid "%s is mounted; "
3107msgstr "%s jest podmontowany; "
3108
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003109#: misc/badblocks.c:935
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003110msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3111msgstr "badblocks wymuszone mimo to. Mam nadziejê, ¿e /etc/mtab siê myli.\n"
3112
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003113#: misc/badblocks.c:940
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003114msgid "it's not safe to run badblocks!\n"
3115msgstr "nie jest bezpiecznie uruchamiaæ badblocks!\n"
3116
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003117#: misc/badblocks.c:945 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003118#, c-format
3119msgid "%s is apparently in use by the system; "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003120msgstr "%s jest najwyra¼niej u¿ywany przez system; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003121
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003122#: misc/badblocks.c:948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003123msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003124msgstr "badblocks wymuszone mimo to.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003125
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003126#: misc/badblocks.c:968
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003127#, c-format
3128msgid "invalid %s - %s"
3129msgstr "b³êdny %s - %s"
3130
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003131#: misc/badblocks.c:1077
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003132#, c-format
3133msgid "can't allocate memory for test_pattern - %s"
3134msgstr "nie mo¿na przydzieliæ pamiêci na wzorzec_testowy - %s"
3135
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003136#: misc/badblocks.c:1104
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003137msgid "Maximum of one test_pattern may be specified in read-only mode"
3138msgstr "W trybie odczytu-zapisu mo¿na podaæ najwy¿ej jeden wzorzec testowy"
3139
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003140#: misc/badblocks.c:1110
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003141msgid "Random test_pattern is not allowed in read-only mode"
3142msgstr "W trybie samego odczytu nie mo¿na podaæ wzorca_testowego"
3143
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003144#: misc/badblocks.c:1124
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003145msgid ""
3146"Couldn't determine device size; you must specify\n"
3147"the size manually\n"
3148msgstr ""
3149"Nie mo¿na okre¶liæ rozmiaru urz±dzenia; trzeba podaæ\n"
3150"rozmiar rêcznie\n"
3151
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003152#: misc/badblocks.c:1130
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003153msgid "while trying to determine device size"
3154msgstr "podczas próby okre¶lenia rozmiaru urz±dzenia"
3155
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003156#: misc/badblocks.c:1135
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003157msgid "last block"
3158msgstr "ostatni blok"
3159
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003160#: misc/badblocks.c:1141
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003161msgid "first block"
3162msgstr "pierwszy blok"
3163
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003164#: misc/badblocks.c:1144
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003165#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003166msgid "invalid starting block (%lu): must be less than %lu"
3167msgstr "b³êdny pocz±tkowy blok (%lu): musi byæ mniejszy ni¿ %lu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003168
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003169#: misc/badblocks.c:1200
Theodore Ts'o197abba2005-06-20 18:00:23 -04003170msgid "while creating in-memory bad blocks list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003171msgstr "podczas tworzenia listy wadliwych bloków w pamiêci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003172
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003173#: misc/badblocks.c:1215
Theodore Ts'o197abba2005-06-20 18:00:23 -04003174msgid "while adding to in-memory bad block list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003175msgstr "podczas dodawania do listy wadliwych bloków w pamiêci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003176
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003177#: misc/badblocks.c:1239
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003178#, c-format
3179msgid "Pass completed, %u bad blocks found.\n"
3180msgstr "Przebieg zakoñczony, znaleziono %u wadliwych bloków.\n"
3181
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003182#: misc/chattr.c:85
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003183#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003184msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
3185msgstr "Sk³adnia: %s [-RVf] [-+=AacDdeijsSu] [-v wersja] pliki...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003186
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003187#: misc/chattr.c:153
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003188#, c-format
3189msgid "bad version - %s\n"
3190msgstr "b³êdna wersja - %s\n"
3191
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003192#: misc/chattr.c:200 misc/lsattr.c:115
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003193#, c-format
3194msgid "while trying to stat %s"
3195msgstr "podczas próby stat %s"
3196
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003197#: misc/chattr.c:207
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003198#, c-format
3199msgid "while reading flags on %s"
3200msgstr "podczas odczytu flag %s"
3201
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003202#: misc/chattr.c:216 misc/chattr.c:235
3203#, c-format
3204msgid "Clearing extent flag not supported on %s"
3205msgstr "Usuwanie flagi extent nie jest obs³ugiwane na %s"
3206
3207#: misc/chattr.c:221 misc/chattr.c:240
3208#, c-format
3209msgid "Flags of %s set as "
3210msgstr "Flagi %s ustawiono jako "
3211
3212#: misc/chattr.c:249
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003213#, c-format
3214msgid "while setting flags on %s"
3215msgstr "podczas ustawiania flag %s"
3216
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003217#: misc/chattr.c:257
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003218#, c-format
3219msgid "Version of %s set as %lu\n"
3220msgstr "Wersja %s ustawiona jako %lu\n"
3221
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003222#: misc/chattr.c:261
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003223#, c-format
3224msgid "while setting version on %s"
3225msgstr "podczas ustawiania wersji %s"
3226
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003227#: misc/chattr.c:281
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003228#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003229msgid "Couldn't allocate path variable in chattr_dir_proc"
3230msgstr "Nie mo¿na przydzieliæ zmiennej path w chattr_dir_proc"
3231
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003232#: misc/chattr.c:320
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003233msgid "= is incompatible with - and +\n"
3234msgstr "= jest niekompatybilne z - i +\n"
3235
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003236#: misc/chattr.c:328
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003237msgid "Must use '-v', =, - or +\n"
3238msgstr "Trzeba u¿yæ '-v', =, - lub +\n"
3239
Theodore Ts'o6956f612005-12-31 16:46:15 -05003240#: misc/dumpe2fs.c:53
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003241#, c-format
3242msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3243msgstr "Sk³adnia: %s [-bfhixV] [-ob superblok] [-oB rozm.bloku] urz±dzenie\n"
3244
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003245#: misc/dumpe2fs.c:168
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003246#, c-format
3247msgid "Group %lu: (Blocks "
3248msgstr "Grupa %lu: (Bloki "
3249
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003250#: misc/dumpe2fs.c:173
3251#, c-format
3252msgid " Checksum 0x%04x, unused inodes %d\n"
3253msgstr " Suma kontrolna 0x%04x, %d nie u¿ywanych i-wêz³ów\n"
3254
3255#: misc/dumpe2fs.c:178
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003256#, c-format
3257msgid " %s superblock at "
3258msgstr " %s superblok pod "
3259
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003260#: misc/dumpe2fs.c:179
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003261msgid "Primary"
3262msgstr "G³ówny"
3263
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003264#: misc/dumpe2fs.c:179
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003265msgid "Backup"
3266msgstr "Zapasowy"
3267
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003268#: misc/dumpe2fs.c:183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003269#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003270msgid ", Group descriptors at "
3271msgstr ", Deskryptory grup pod "
3272
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003273#: misc/dumpe2fs.c:187
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003274#, c-format
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003275msgid ""
3276"\n"
3277" Reserved GDT blocks at "
3278msgstr ""
3279"\n"
3280" Zarezerwowane bloki GDT pod "
3281
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003282#: misc/dumpe2fs.c:194
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003283#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003284msgid " Group descriptor at "
3285msgstr ", Deskryptory grup pod "
3286
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003287#: misc/dumpe2fs.c:200
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003288msgid " Block bitmap at "
3289msgstr " Bitmapa bloków pod "
3290
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003291#: misc/dumpe2fs.c:205
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003292msgid ", Inode bitmap at "
3293msgstr ", bitmapa i-wêz³ów pod "
3294
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003295#: misc/dumpe2fs.c:210
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003296msgid ""
3297"\n"
3298" Inode table at "
3299msgstr ""
3300"\n"
3301" Tablica i-wêz³ów pod "
3302
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003303#: misc/dumpe2fs.c:217
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003304#, c-format
3305msgid ""
3306"\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003307" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003308msgstr ""
3309"\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003310" %u wolnych bloków, %u wolnych i-wêz³ów, %u katalogów%s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003311
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003312#: misc/dumpe2fs.c:224
3313#, c-format
3314msgid ", %u unused inodes\n"
3315msgstr ", %u nie u¿ywanych i-wêz³ów\n"
3316
3317#: misc/dumpe2fs.c:227
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003318msgid " Free blocks: "
3319msgstr " Wolne bloki: "
3320
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003321#: misc/dumpe2fs.c:237
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003322msgid " Free inodes: "
3323msgstr " Wolne i-wêz³y: "
3324
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003325#: misc/dumpe2fs.c:268
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003326msgid "while printing bad block list"
3327msgstr "podczas wypisywania listy wadliwych bloków"
3328
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003329#: misc/dumpe2fs.c:274
Theodore Ts'od46ce702007-07-10 09:45:47 -04003330#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003331msgid "Bad blocks: %u"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003332msgstr "Wadliwe bloki: %u"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003333
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003334#: misc/dumpe2fs.c:297 misc/tune2fs.c:281
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003335msgid "while reading journal inode"
3336msgstr "podczas odczytu i-wêz³a kroniki"
3337
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003338#: misc/dumpe2fs.c:300
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003339msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003340msgstr "Rozmiar kroniki: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003341
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003342#: misc/dumpe2fs.c:324 misc/tune2fs.c:202
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003343msgid "while reading journal superblock"
3344msgstr "podczas odczytu superbloku kroniki"
3345
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003346#: misc/dumpe2fs.c:332
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003347msgid "Couldn't find journal superblock magic numbers"
3348msgstr "Nie mo¿na znale¼æ magicznych liczb superbloku kroniki"
3349
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003350#: misc/dumpe2fs.c:336
Theodore Ts'od46ce702007-07-10 09:45:47 -04003351#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003352msgid ""
3353"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003354"Journal block size: %u\n"
3355"Journal length: %u\n"
3356"Journal first block: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003357"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003358"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003359"Journal number of users: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003360msgstr ""
3361"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003362"Rozmiar bloku kroniki: %u\n"
3363"D³ugo¶æ kroniki: %u\n"
3364"Pierwszy blok kroniki: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003365"Sekwencja kroniki: 0x%08x\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003366"Pocz±tek kroniki: %u\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003367"Liczba u¿ytkowników kroniki: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003368
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003369#: misc/dumpe2fs.c:349
Theodore Ts'o197abba2005-06-20 18:00:23 -04003370#, c-format
3371msgid "Journal users: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003372msgstr "U¿ytkownicy kroniki: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003373
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003374#: misc/dumpe2fs.c:365 misc/mke2fs.c:693 misc/tune2fs.c:872
Theodore Ts'o8f741372008-02-28 21:47:05 -05003375#, c-format
3376msgid "Couldn't allocate memory to parse options!\n"
3377msgstr "Nie mo¿na przydzieliæ pamiêci do analizy opcji!\n"
3378
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003379#: misc/dumpe2fs.c:391
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003380#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003381msgid "Invalid superblock parameter: %s\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003382msgstr "B³êdny parametr superblock: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003383
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003384#: misc/dumpe2fs.c:406
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003385#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003386msgid "Invalid blocksize parameter: %s\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003387msgstr "B³êdny parametr blocksize: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003388
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003389#: misc/dumpe2fs.c:417
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003390#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003391msgid ""
3392"\n"
3393"Bad extended option(s) specified: %s\n"
3394"\n"
3395"Extended options are separated by commas, and may take an argument which\n"
3396"\tis set off by an equals ('=') sign.\n"
3397"\n"
3398"Valid extended options are:\n"
3399"\tsuperblock=<superblock number>\n"
3400"\tblocksize=<blocksize>\n"
3401msgstr ""
3402"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003403"Podano b³êdne opcje rozszerzone: %s.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003404"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003405"Opcje rozszerzone s± oddzielane przecinkami i mog± przyjmowaæ parametr,\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003406"\tktóry jest ustawiany znakiem '='.\n"
3407"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003408"Poprawne opcje rozszerzone to:\n"
3409"\tsuperblock=<numer superbloku>\n"
3410"\tblocksize=<rozmiar bloku>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003411
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003412#: misc/dumpe2fs.c:476 misc/mke2fs.c:1355
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003413#, c-format
3414msgid "\tUsing %s\n"
3415msgstr "\tU¿ywane %s\n"
3416
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003417#: misc/dumpe2fs.c:512 misc/e2image.c:681 misc/tune2fs.c:1535
3418#: resize/main.c:314
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003419#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003420msgid "Couldn't find valid filesystem superblock.\n"
3421msgstr "Nie mo¿na znale¼æ poprawnego superbloku systemu plików.\n"
3422
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003423#: misc/dumpe2fs.c:537
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003424#, c-format
3425msgid ""
3426"\n"
3427"%s: %s: error reading bitmaps: %s\n"
3428msgstr ""
3429"\n"
3430"%s: %s: b³±d podczas czytania bitmap: %s\n"
3431
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003432#: misc/e2image.c:52
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003433#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003434msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003435msgstr "Sk³adnia: %s [-rsI] urz±dzenie plik_obrazu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003436
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003437#: misc/e2image.c:64
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003438msgid "Couldn't allocate header buffer\n"
3439msgstr "Nie mo¿na przydzieliæ bufora nag³ówka\n"
3440
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003441#: misc/e2image.c:83
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003442#, c-format
3443msgid "short write (only %d bytes) for writing image header"
3444msgstr "skrócony zapis (tylko %d bajtów) podczas zapisu nag³ówka obrazu"
3445
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003446#: misc/e2image.c:102
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003447msgid "while writing superblock"
3448msgstr "podczas zapisu superbloku"
3449
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003450#: misc/e2image.c:110
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003451msgid "while writing inode table"
3452msgstr "podczas zapisu tabeli i-wêz³ów"
3453
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003454#: misc/e2image.c:117
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003455msgid "while writing block bitmap"
3456msgstr "podczas zapisu bitmapy bloków"
3457
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003458#: misc/e2image.c:124
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003459msgid "while writing inode bitmap"
3460msgstr "podczas zapisu bitmapy i-wêz³ów"
3461
3462#: misc/e2label.c:57
3463#, c-format
3464msgid "e2label: cannot open %s\n"
3465msgstr "e2label: nie mo¿na otworzyæ %s\n"
3466
3467#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003468#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003469msgid "e2label: cannot seek to superblock\n"
3470msgstr "e2label: nie mo¿na przej¶æ do superbloku\n"
3471
3472#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003473#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003474msgid "e2label: error reading superblock\n"
3475msgstr "e2label: b³±d podczas odczytu superbloku\n"
3476
3477#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003478#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003479msgid "e2label: not an ext2 filesystem\n"
3480msgstr "e2label: to nie jest system plików ext2\n"
3481
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003482#: misc/e2label.c:96 misc/tune2fs.c:1670
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003483#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003484msgid "Warning: label too long, truncating.\n"
3485msgstr "Uwaga: etykieta za d³uga, skrócono.\n"
3486
3487#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003488#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003489msgid "e2label: cannot seek to superblock again\n"
3490msgstr "e2label: nie mo¿na przej¶æ ponownie do superbloku\n"
3491
3492#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003493#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003494msgid "e2label: error writing superblock\n"
3495msgstr "e2label: b³±d podczas zapisu superbloku\n"
3496
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003497#: misc/e2label.c:116 misc/tune2fs.c:542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003498#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003499msgid "Usage: e2label device [newlabel]\n"
3500msgstr "Sk³adnia: e2label urz±dzenie [nowa-etykieta]\n"
3501
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003502#: misc/e2undo.c:35
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003503#, c-format
3504msgid "Usage: %s <transaction file> <filesystem>\n"
3505msgstr "Sk³adnia: %s <plik_transakcji> <system_plików>\n"
3506
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003507#: misc/e2undo.c:52
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003508msgid "Failed to read the file system data \n"
3509msgstr "Nie uda³o siê odczytaæ danych systemu plików\n"
3510
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003511#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:204
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003512#, c-format
3513msgid "Failed tdb_fetch %s\n"
3514msgstr "tdb_fetch %s nie powiod³o siê\n"
3515
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003516#: misc/e2undo.c:70
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003517#, c-format
3518msgid "The file system Mount time didn't match %u\n"
3519msgstr "Czas montowania systemu plików nie odpowiada %u\n"
3520
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003521#: misc/e2undo.c:89
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003522msgid "The file system UUID didn't match \n"
3523msgstr "UUID systemu plików nie pasuje\n"
3524
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003525#: misc/e2undo.c:161
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003526#, c-format
3527msgid "Failed tdb_open %s\n"
3528msgstr "tdb_open %s nie powiod³o siê\n"
3529
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003530#: misc/e2undo.c:167
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003531#, c-format
3532msgid "Error while determining whether %s is mounted.\n"
3533msgstr "B³±d podczas sprawdzania, czy %s jest zamontowany.\n"
3534
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003535#: misc/e2undo.c:173
3536msgid "e2undo should only be run on unmounted file system\n"
3537msgstr "e2undo powinno byæ uruchamiane tylko na odmontowanym systemie plików\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003538
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003539#: misc/e2undo.c:182
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003540#, c-format
3541msgid "Failed to open %s\n"
3542msgstr "Nie uda³o siê otworzyæ %s\n"
3543
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003544#: misc/e2undo.c:208
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003545#, c-format
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003546msgid "Replayed transaction of size %zd at location %ld\n"
3547msgstr "Odtworzono transakcjê rozmiaru %zd w po³o¿eniu %ld\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003548
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003549#: misc/e2undo.c:214
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003550#, c-format
3551msgid "Failed write %s\n"
3552msgstr "Nie uda³o siê zapisaæ %s\n"
3553
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003554#: misc/fsck.c:343
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003555#, c-format
3556msgid "WARNING: couldn't open %s: %s\n"
3557msgstr "UWAGA: nie mo¿na otworzyæ %s: %s\n"
3558
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003559#: misc/fsck.c:353
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003560#, c-format
3561msgid "WARNING: bad format on line %d of %s\n"
3562msgstr "UWAGA: z³y format w linii %d pliku %s\n"
3563
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003564#: misc/fsck.c:368
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003565msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003566"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003567"\tfield. I will kludge around things for you, but you\n"
3568"\tshould fix your /etc/fstab file as soon as you can.\n"
3569"\n"
3570msgstr ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003571"\a\a\aUWAGA: /etc/fstab nie zawiera pola passno dla fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003572"Pominê ten b³±d, ale /etc/fstab nale¿y jak najszybciej poprawiæ.\n"
3573"\n"
3574
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003575#: misc/fsck.c:477
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003576#, c-format
3577msgid "fsck: %s: not found\n"
3578msgstr "fsck: %s: nie znaleziono\n"
3579
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003580#: misc/fsck.c:593
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003581#, c-format
3582msgid "%s: wait: No more child process?!?\n"
3583msgstr "%s: wait: Nie ma wiêcej procesów potomnych?!?\n"
3584
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003585#: misc/fsck.c:615
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003586#, c-format
3587msgid "Warning... %s for device %s exited with signal %d.\n"
3588msgstr "Uwaga... %s dla urz±dzenia %s zakoñczy³ siê sygna³em %d.\n"
3589
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003590#: misc/fsck.c:621
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003591#, c-format
3592msgid "%s %s: status is %x, should never happen.\n"
3593msgstr "%s %s: status wynosi %x, to siê nie powinno nigdy zdarzyæ.\n"
3594
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003595#: misc/fsck.c:660
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003596#, c-format
3597msgid "Finished with %s (exit status %d)\n"
3598msgstr "Skoñczono z %s (status wyj¶cia %d)\n"
3599
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003600#: misc/fsck.c:720
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003601#, c-format
3602msgid "%s: Error %d while executing fsck.%s for %s\n"
3603msgstr "%s: B³±d %d podczas wykonywania fsck.%s dla %s\n"
3604
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003605#: misc/fsck.c:741
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003606msgid ""
3607"Either all or none of the filesystem types passed to -t must be prefixed\n"
3608"with 'no' or '!'.\n"
3609msgstr ""
3610"Albo wszystkie, albo ¿aden rodzaj systemu plików z podanych po -t musi byæ\n"
3611"poprzedzony 'no' lub '!'.\n"
3612
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003613#: misc/fsck.c:760
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003614msgid "Couldn't allocate memory for filesystem types\n"
3615msgstr "Nie mo¿na przydzieliæ pamiêci na rodzaje systemów plików\n"
3616
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003617#: misc/fsck.c:883
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003618#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003619msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
3620msgstr "%s: pominiêto b³êdn± liniê w /etc/fstab: montowanie bind z niezerowym numerem przebiegu fsck\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003621
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003622#: misc/fsck.c:910
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003623#, c-format
3624msgid "fsck: cannot check %s: fsck.%s not found\n"
3625msgstr "fsck: nie mo¿na sprawdziæ %s: fsck.%s nie znaleziony\n"
3626
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003627#: misc/fsck.c:966
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003628msgid "Checking all file systems.\n"
3629msgstr "Sprawdzanie wszystkich systemów plików.\n"
3630
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003631#: misc/fsck.c:1057
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003632#, c-format
3633msgid "--waiting-- (pass %d)\n"
3634msgstr "--oczekiwanie-- (przebieg %d)\n"
3635
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003636#: misc/fsck.c:1077
3637msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3638msgstr "Sk³adnia: fsck [-AMNPRTV] [ -C [ deskryptor ] ] [-t rodzaj-fs] [opcje-fs] [system-plików ...]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003639
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003640#: misc/fsck.c:1119
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003641#, c-format
3642msgid "%s: too many devices\n"
3643msgstr "%s: za du¿o urz±dzeñ\n"
3644
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003645#: misc/fsck.c:1152 misc/fsck.c:1238
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003646#, c-format
3647msgid "%s: too many arguments\n"
3648msgstr "%s: za du¿o parametrów\n"
3649
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003650#: misc/lsattr.c:73
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003651#, c-format
3652msgid "Usage: %s [-RVadlv] [files...]\n"
3653msgstr "Sk³adnia: %s [-RVadlv] [pliki...]\n"
3654
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003655#: misc/lsattr.c:83
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003656#, c-format
3657msgid "While reading flags on %s"
3658msgstr "Podczas odczytu flag %s"
3659
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003660#: misc/lsattr.c:90
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003661#, c-format
3662msgid "While reading version on %s"
3663msgstr "Podczas odczytu wersji %s"
3664
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003665#: misc/mke2fs.c:104
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003666#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003667msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003668"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3669"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003670"\t[-G meta group size] [-N number-of-inodes]\n"
3671"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003672"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003673"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003674"\t[-T fs-type] [-U UUID] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003675msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003676"Sk³adnia: %s [-c|-l nazwa-pliku] [-b rozm.bloku] [-f rozm.fragm.]\n"
3677"\t[-i bajtów-na-i-wêze³] [-I rozm-i-wêz³a] [-J opcje-kroniki]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003678"\t[-G rozmiar metagrupy] [-N liczba-i-wêz³ów]\n"
3679"\t[-m procent-rezerw.-bloków] [-o os-twórcy]\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003680"\t[-g bloków-w-grupie] [-L etykieta-wolumenu] [-M ost.-mont.-katalog]\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003681"\t[-O cecha[,...]] [-r wersja-fs] [-E opcja-rozszerzona[,...]]\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003682"\t[-T rodzaj-fs] [-U UUID] [-jnqvFSV] urz±dzenie [liczba-bloków]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003683
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003684#: misc/mke2fs.c:206
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003685#, c-format
3686msgid "Running command: %s\n"
3687msgstr "Uruchamianie polecenia: %s\n"
3688
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003689#: misc/mke2fs.c:210
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003690#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003691msgid "while trying to run '%s'"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003692msgstr "podczas próby uruchomienia '%s'"
3693
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003694#: misc/mke2fs.c:217
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003695msgid "while processing list of bad blocks from program"
3696msgstr "podczas przetwarzania listy wadliwych bloków z programu"
3697
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003698#: misc/mke2fs.c:244
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003699#, c-format
3700msgid "Block %d in primary superblock/group descriptor area bad.\n"
3701msgstr "Wadliwy blok %d w g³ównym superbloku/obszarze deskryptora grup.\n"
3702
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003703#: misc/mke2fs.c:246
Theodore Ts'od46ce702007-07-10 09:45:47 -04003704#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003705msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003706msgstr "Bloki od %u do %u musz± byæ dobre, aby stworzyæ system plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003707
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003708#: misc/mke2fs.c:249
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003709msgid "Aborting....\n"
3710msgstr "Przerwano...\n"
3711
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003712#: misc/mke2fs.c:269
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003713#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003714msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003715"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003716"\tbad blocks.\n"
3717"\n"
3718msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003719"Uwaga: zapasowy superblok/deskryptory grup w bloku %u zawieraj±\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003720"\twadliwe bloki.\n"
3721"\n"
3722
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003723#: misc/mke2fs.c:288
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003724msgid "while marking bad blocks as used"
3725msgstr "podczas zaznaczania wadliwych bloków jako u¿ywane"
3726
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003727#: misc/mke2fs.c:346
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003728msgid "done \n"
3729msgstr "zakoñczono \n"
3730
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003731#: misc/mke2fs.c:360
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003732msgid "Writing inode tables: "
3733msgstr "Zapis tablicy i-wêz³ów: "
3734
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003735#: misc/mke2fs.c:383
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003736#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003737msgid ""
3738"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003739"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003740msgstr ""
3741"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003742"Nie mo¿na zapisaæ %d bloków w tablicy i-wêz³ów pocz±wszy od %u: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003743
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003744#: misc/mke2fs.c:407
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003745msgid "while creating root dir"
3746msgstr "podczas tworzenia g³ównego katalogu"
3747
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003748#: misc/mke2fs.c:414
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003749msgid "while reading root inode"
3750msgstr "podczas odczytu g³ównego i-wêz³a"
3751
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003752#: misc/mke2fs.c:428
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003753msgid "while setting root inode ownership"
3754msgstr "podczas ustawiania w³a¶ciciela g³ównego i-wêz³a"
3755
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003756#: misc/mke2fs.c:446
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003757msgid "while creating /lost+found"
3758msgstr "podczas tworzenia /lost+found"
3759
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003760#: misc/mke2fs.c:453
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003761msgid "while looking up /lost+found"
3762msgstr "podczas szukania /lost+found"
3763
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003764#: misc/mke2fs.c:466
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003765msgid "while expanding /lost+found"
3766msgstr "podczas rozszerzania /lost+found"
3767
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003768#: misc/mke2fs.c:481
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003769msgid "while setting bad block inode"
3770msgstr "podczas ustawiania i-wêz³a wadliwych bloków"
3771
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003772#: misc/mke2fs.c:508
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003773#, c-format
3774msgid "Out of memory erasing sectors %d-%d\n"
3775msgstr "Brak pamiêci podczas czyszczenia sektorów %d-%d\n"
3776
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003777#: misc/mke2fs.c:518
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003778#, c-format
3779msgid "Warning: could not read block 0: %s\n"
3780msgstr "Uwaga: nie mo¿na odczytaæ bloku 0: %s\n"
3781
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003782#: misc/mke2fs.c:534
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003783#, c-format
3784msgid "Warning: could not erase sector %d: %s\n"
3785msgstr "Uwaga: nie mo¿na wyczy¶ciæ sektora %d: %s\n"
3786
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003787#: misc/mke2fs.c:550
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003788msgid "while initializing journal superblock"
3789msgstr "podczas inicjalizacji superbloku kroniki"
3790
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003791#: misc/mke2fs.c:556
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003792msgid "Zeroing journal device: "
3793msgstr "Zerowanie urz±dzenia kroniki: "
3794
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003795#: misc/mke2fs.c:569
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003796#, c-format
3797msgid "while zeroing journal device (block %u, count %d)"
3798msgstr "podczas zerowania urz±dzenia kroniki (blok %u, liczba %d)"
3799
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003800#: misc/mke2fs.c:585
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003801msgid "while writing journal superblock"
3802msgstr "podczas zapisu superbloku kroniki"
3803
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003804#: misc/mke2fs.c:601
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003805#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003806msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003807"warning: %u blocks unused.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003808"\n"
3809msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003810"uwaga: %u bloków nie u¿ywanych.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003811"\n"
3812
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003813#: misc/mke2fs.c:606
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003814#, c-format
3815msgid "Filesystem label=%s\n"
3816msgstr "Etykieta systemu plików=%s\n"
3817
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003818#: misc/mke2fs.c:607
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003819msgid "OS type: "
3820msgstr "Typ OS: "
3821
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003822#: misc/mke2fs.c:612
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003823#, c-format
3824msgid "Block size=%u (log=%u)\n"
3825msgstr "Rozmiar bloku=%u (log=%u)\n"
3826
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003827#: misc/mke2fs.c:614
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003828#, c-format
3829msgid "Fragment size=%u (log=%u)\n"
3830msgstr "Rozmiar fragmentu=%u (log=%u)\n"
3831
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003832#: misc/mke2fs.c:616
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003833#, c-format
3834msgid "%u inodes, %u blocks\n"
3835msgstr "%u i-wêz³ów, %u bloków\n"
3836
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003837#: misc/mke2fs.c:618
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003838#, c-format
3839msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3840msgstr "%u bloków (%2.2f%%) zarezerwowanych dla superu¿ytkownika\n"
3841
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003842#: misc/mke2fs.c:621
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003843#, c-format
3844msgid "First data block=%u\n"
3845msgstr "Pierwszy blok danych=%u\n"
3846
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003847#: misc/mke2fs.c:623
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003848#, c-format
3849msgid "Maximum filesystem blocks=%lu\n"
3850msgstr "Maksymalna liczba bloków systemu plików=%lu\n"
3851
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003852#: misc/mke2fs.c:627
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003853#, c-format
3854msgid "%u block groups\n"
3855msgstr "%u grup bloków\n"
3856
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003857#: misc/mke2fs.c:629
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003858#, c-format
3859msgid "%u block group\n"
3860msgstr "%u grupa bloków\n"
3861
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003862#: misc/mke2fs.c:630
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003863#, c-format
3864msgid "%u blocks per group, %u fragments per group\n"
3865msgstr "%u bloków w grupie, %u fragmentów w grupie\n"
3866
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003867#: misc/mke2fs.c:632
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003868#, c-format
3869msgid "%u inodes per group\n"
3870msgstr "%u i-wêz³ów w grupie\n"
3871
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003872#: misc/mke2fs.c:639
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003873#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003874msgid "Superblock backups stored on blocks: "
3875msgstr "Kopie zapasowe superbloku zapisane w blokach: "
3876
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003877#: misc/mke2fs.c:718
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003878#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003879msgid "Invalid stride parameter: %s\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003880msgstr "B³êdny parametr stride: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003881
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003882#: misc/mke2fs.c:733
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003883#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003884msgid "Invalid stripe-width parameter: %s\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003885msgstr "B³êdny parametr stripe-width: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003886
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003887#: misc/mke2fs.c:755
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003888#, c-format
3889msgid "Invalid resize parameter: %s\n"
3890msgstr "B³êdny parametr resize: %s\n"
3891
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003892#: misc/mke2fs.c:762
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003893#, c-format
3894msgid "The resize maximum must be greater than the filesystem size.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003895msgstr "Maksymalny rozmiar (resize) musi byæ wiêkszy od rozmiaru systemu plików.\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003896
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003897#: misc/mke2fs.c:786
Theodore Ts'od46ce702007-07-10 09:45:47 -04003898#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003899msgid "On-line resizing not supported with revision 0 filesystems\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003900msgstr "Zmiana rozmiaru w locie nie jest obs³ugiwana przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003901
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003902#: misc/mke2fs.c:808
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003903#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003904msgid ""
3905"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003906"Bad option(s) specified: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003907"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003908"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003909"\tis set off by an equals ('=') sign.\n"
3910"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003911"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003912"\tstride=<RAID per-disk data chunk in blocks>\n"
3913"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003914"\tresize=<resize maximum size in blocks>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003915"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003916"\ttest_fs\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003917"\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003918msgstr ""
3919"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003920"Podano b³êdne opcje: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003921"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003922"Opcje rozszerzone s± oddzielane przecinkami i mog± przyjmowaæ parametr,\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003923"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003924"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003925"Poprawne opcje rozszerzone to:\n"
3926"\tstride=<rozmiar porcji danych RAID na dysku w blokach>\n"
3927"\tstripe-width=<RAID stride * liczba dysków danych w blokach>\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003928"\tresize=<maksymalny rozmiar powiêkszenia w blokach>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003929"\tlazy_itable_init=<0 aby wy³±czyæ, 1 aby w³±czyæ>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003930"\ttest_fs\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003931
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003932#: misc/mke2fs.c:824
Theodore Ts'o8f741372008-02-28 21:47:05 -05003933#, c-format
3934msgid ""
3935"\n"
3936"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3937"\n"
3938msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003939"\n"
3940"Uwaga: RAID stripe-width %u nie jest parzyst± wielokrotno¶ci± stride %u.\n"
3941"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003942
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003943#: misc/mke2fs.c:856
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003944#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003945msgid ""
3946"Syntax error in mke2fs config file (%s, line #%d)\n"
3947"\t%s\n"
3948msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003949"B³±d sk³adni w pliku konfiguracyjnym mke2fs (%s, linia %d)\n"
3950"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003951
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003952#: misc/mke2fs.c:869 misc/tune2fs.c:355
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003953#, c-format
3954msgid "Invalid filesystem option set: %s\n"
3955msgstr "Ustawiona b³êdna opcja systemu plików: %s\n"
3956
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003957#: misc/mke2fs.c:979
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003958#, c-format
3959msgid ""
3960"\n"
3961"Warning! Your mke2fs.conf file does not define the %s filesystem type.\n"
3962msgstr ""
3963"\n"
3964"Uwaga! Plik mke2fs.conf nie okre¶la typu systemu plików %s.\n"
3965
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003966#: misc/mke2fs.c:982
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003967#, c-format
3968msgid ""
3969"You probably need to install an updated mke2fs.conf file.\n"
3970"\n"
3971msgstr ""
3972"Prawdopodobnie trzeba zainstalowaæ uaktualniony plik mke2fs.conf.\n"
3973"\n"
3974
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003975#: misc/mke2fs.c:1176
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003976#, c-format
3977msgid "invalid block size - %s"
3978msgstr "b³êdny rozmiar bloku - %s"
3979
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003980#: misc/mke2fs.c:1180
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003981#, c-format
3982msgid "Warning: blocksize %d not usable on most systems.\n"
3983msgstr "Uwaga: rozmiar bloku %d nie u¿ywalny na wiêkszo¶ci systemów.\n"
3984
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003985#: misc/mke2fs.c:1196
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003986#, c-format
3987msgid "invalid fragment size - %s"
3988msgstr "z³y rozmiar fragmentu - %s"
3989
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003990#: misc/mke2fs.c:1202
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003991#, c-format
3992msgid "Warning: fragments not supported. Ignoring -f option\n"
3993msgstr "Uwaga: fragmenty nie obs³ugiwane. Opcja -f zignorowana\n"
3994
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003995#: misc/mke2fs.c:1209
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003996msgid "Illegal number for blocks per group"
3997msgstr "B³êdna liczba bloków w grupie"
3998
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003999#: misc/mke2fs.c:1214
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004000msgid "blocks per group must be multiple of 8"
4001msgstr "liczba bloków w grupie musi byæ wielokrotno¶ci± 8"
4002
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004003#: misc/mke2fs.c:1222
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004004msgid "Illegal number for flex_bg size"
4005msgstr "Niedopuszczalny rozmiar flex_bg"
4006
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004007#: misc/mke2fs.c:1228
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004008msgid "flex_bg size must be a power of 2"
4009msgstr "rozmiar flex_bg musi byæ potêg± 2"
4010
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004011#: misc/mke2fs.c:1238
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004012#, c-format
4013msgid "invalid inode ratio %s (min %d/max %d)"
4014msgstr "b³êdny stosunek i-wêz³ów %s (min %d/max %d)"
4015
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004016#: misc/mke2fs.c:1255
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004017msgid "in malloc for bad_blocks_filename"
4018msgstr "w malloc dla bad_blocks_filename"
4019
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004020#: misc/mke2fs.c:1265
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004021#, c-format
4022msgid "invalid reserved blocks percent - %s"
4023msgstr "b³êdny procent zarezerwowanych bloków - %s"
4024
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004025#: misc/mke2fs.c:1283
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004026#, c-format
4027msgid "bad revision level - %s"
4028msgstr "b³êdny poziom wersji - %s"
4029
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004030#: misc/mke2fs.c:1295
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004031#, c-format
4032msgid "invalid inode size - %s"
4033msgstr "b³êdny rozmiar i-wêz³a - %s"
4034
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004035#: misc/mke2fs.c:1315
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004036#, c-format
4037msgid "bad num inodes - %s"
4038msgstr "b³êdna liczba i-wêz³ów - %s"
4039
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004040#: misc/mke2fs.c:1380 misc/mke2fs.c:2068
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004041#, c-format
4042msgid "while trying to open journal device %s\n"
4043msgstr "podczas próby otwarcia urz±dzenia kroniki %s\n"
4044
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004045#: misc/mke2fs.c:1386
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004046#, c-format
4047msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4048msgstr "Rozmiar bloku urz±dzenia z kronik± (%d) mniejszy od minimalnego %d\n"
4049
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004050#: misc/mke2fs.c:1392
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004051#, c-format
4052msgid "Using journal device's blocksize: %d\n"
4053msgstr "U¿ycie rozmiaru bloku urz±dzenia kroniki: %d\n"
4054
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004055#: misc/mke2fs.c:1401
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004056#, c-format
4057msgid "%d-byte blocks too big for system (max %d)"
4058msgstr "%d-bajtowe bloki s± zbyt du¿e dla systemu (max %d)"
4059
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004060#: misc/mke2fs.c:1405
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004061#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004062msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4063msgstr "Uwaga: %d-bajtowe bloki s± zbyt du¿e dla systemu (max %d), wymuszono kontynuacjê\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004064
4065#: misc/mke2fs.c:1413
4066#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004067msgid "invalid blocks count - %s"
4068msgstr "b³êdna liczba bloków - %s"
4069
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004070#: misc/mke2fs.c:1423
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004071msgid "filesystem"
4072msgstr "system plików"
4073
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004074#: misc/mke2fs.c:1459
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004075#, c-format
4076msgid ""
4077"%s: Size of device %s too big to be expressed in 32 bits\n"
4078"\tusing a blocksize of %d.\n"
4079msgstr ""
4080"%s: Rozmiar urz±dzenia %s jest zbyt du¿y, aby wyraziæ go w 32 bitach\n"
4081"\tprzy u¿yciu rozmiaru bloku %d.\n"
4082
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004083#: misc/mke2fs.c:1468 resize/main.c:376
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004084msgid "while trying to determine filesystem size"
4085msgstr "podczas próby okre¶lenia rozmiaru systemu plików"
4086
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004087#: misc/mke2fs.c:1475
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004088msgid ""
4089"Couldn't determine device size; you must specify\n"
4090"the size of the filesystem\n"
4091msgstr ""
4092"Nie mo¿na okre¶liæ rozmiaru urz±dzenia; rozmiar systemu\n"
4093"plików musi byæ podany\n"
4094
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004095#: misc/mke2fs.c:1482
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004096msgid ""
4097"Device size reported to be zero. Invalid partition specified, or\n"
4098"\tpartition table wasn't reread after running fdisk, due to\n"
4099"\ta modified partition being busy and in use. You may need to reboot\n"
4100"\tto re-read your partition table.\n"
4101msgstr ""
4102"Odczytany rozmiar urz±dzenia wynosi zero. Podano b³êdn± partycjê\n"
4103"\tlub tablica partycji nie by³a odczytana ponownie po uruchomieniu\n"
4104"\tfdiska z powodu zajêtej modyfikowanej partycji. Ponowny odczyt\n"
4105"\ttablicy partycji mo¿e wymagaæ rebootu.\n"
4106
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004107#: misc/mke2fs.c:1500
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004108msgid "Filesystem larger than apparent device size."
4109msgstr "System plików wiêkszy od widocznego rozmiaru urz±dzenia."
4110
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004111#: misc/mke2fs.c:1506
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004112#, c-format
4113msgid "Failed to parse fs types list\n"
4114msgstr "Nie uda³o siê przeanalizowaæ listy typów systemów plików\n"
4115
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004116#: misc/mke2fs.c:1540
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004117msgid "fs_types for mke2fs.conf resolution: "
4118msgstr "Rozwiniêcie fs_types dla mke2fs.conf: "
4119
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004120#: misc/mke2fs.c:1547
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004121#, c-format
4122msgid "Filesystem features not supported with revision 0 filesystems\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004123msgstr "Cechy systemu plików nie obs³ugiwane przez systemy plików w wersji 0\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004124
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004125#: misc/mke2fs.c:1554
Theodore Ts'od46ce702007-07-10 09:45:47 -04004126#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004127msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004128msgstr "Rzadkie superbloki nie s± obs³ugiwane przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004129
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004130#: misc/mke2fs.c:1566
Theodore Ts'od46ce702007-07-10 09:45:47 -04004131#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004132msgid "Journals not supported with revision 0 filesystems\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04004133msgstr "Kroniki nie s± obs³ugiwane przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004134
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004135#: misc/mke2fs.c:1584
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004136#, c-format
4137msgid ""
4138"The resize_inode and meta_bg features are not compatible.\n"
4139"They can not be both enabled simultaneously.\n"
4140msgstr ""
4141"Cechy resize_inode i meta_bg nie s± kompatybilne.\n"
4142"Nie mo¿na ich w³±czyæ jednocze¶nie.\n"
4143
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004144#: misc/mke2fs.c:1601
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004145msgid "while trying to determine hardware sector size"
4146msgstr "podczas próby okre¶lenia rozmiaru sprzêtowego sektora"
4147
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004148#: misc/mke2fs.c:1658
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004149msgid "reserved online resize blocks not supported on non-sparse filesystem"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004150msgstr "zarezerwowane bloki do zmiany rozmiaru w locie nie obs³ugiwane na nieci±g³ym systemie plików"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004151
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004152#: misc/mke2fs.c:1667
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004153msgid "blocks per group count out of range"
4154msgstr "liczba bloków w grupie spoza zakresu"
4155
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004156#: misc/mke2fs.c:1682
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004157msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004158msgstr "Cecha flex_bg nie jest w³±czona, wiêc nie mo¿na okre¶liæ rozmiaru flex_bg"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004159
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004160#: misc/mke2fs.c:1694
Theodore Ts'o886017a2005-06-26 22:11:46 -04004161#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004162msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004163msgstr "b³êdny rozmiar i-wêz³a %d (min %d/max %d)"
4164
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004165#: misc/mke2fs.c:1708
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004166#, c-format
4167msgid "too many inodes (%llu), raise inode ratio?"
Theodore Ts'od46ce702007-07-10 09:45:47 -04004168msgstr "zbyt ma³o i-wêz³ów (%llu), zwiêkszyæ wspó³czynnik i-wêz³ów?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004169
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004170#: misc/mke2fs.c:1713
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004171#, c-format
4172msgid "too many inodes (%llu), specify < 2^32 inodes"
Theodore Ts'od46ce702007-07-10 09:45:47 -04004173msgstr "zbyt du¿o i-wêz³ów (%llu), nale¿y podaæ < 2^32"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004174
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004175#: misc/mke2fs.c:1728
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004176#, c-format
4177msgid ""
4178"inode_size (%u) * inodes_count (%u) too big for a\n"
4179"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4180"\tor lower inode count (-N).\n"
4181msgstr ""
Theodore Ts'od46ce702007-07-10 09:45:47 -04004182"rozm_iwêz³a (%u) * liczba_iwêz³ów (%u) zbyt du¿e dla systemu\n"
4183"\tplików o liczbie bloków %lu, nale¿y podaæ wiêkszy wspó³czynnik (-i)\n"
4184"\tlub mniejsz± liczbê i-wêz³ów (-N).\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004185
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004186#: misc/mke2fs.c:1821 misc/tune2fs.c:1453
4187msgid "Couldn't allocate memory for tdb filename\n"
4188msgstr "Nie mo¿na przydzieliæ pamiêci na nazwê plików tdb\n"
4189
4190#: misc/mke2fs.c:1834 misc/tune2fs.c:1475
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004191#, c-format
4192msgid "while trying to delete %s"
4193msgstr "podczas próby usuniêcia %s"
4194
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004195#: misc/mke2fs.c:1844
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004196#, c-format
4197msgid ""
4198"Overwriting existing filesystem; this can be undone using the command:\n"
4199" e2undo %s %s\n"
4200"\n"
4201msgstr ""
4202"Nadpisywanie istniej±cego systemu plików; mo¿na to wycofaæ poleceniem:\n"
4203" e2undo %s %s\n"
4204"\n"
4205
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004206#: misc/mke2fs.c:1893
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004207msgid "while setting up superblock"
4208msgstr "podczas ustawiania superbloku"
4209
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004210#: misc/mke2fs.c:1952
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004211#, c-format
4212msgid "unknown os - %s"
4213msgstr "nieznany os - %s"
4214
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004215#: misc/mke2fs.c:2006
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004216msgid "while trying to allocate filesystem tables"
4217msgstr "podczas próby przydzielenia tablic systemu plików"
4218
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004219#: misc/mke2fs.c:2037
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004220#, c-format
4221msgid "while zeroing block %u at end of filesystem"
4222msgstr "podczas zerowania bloku %u na koñcu systemu plików"
4223
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004224#: misc/mke2fs.c:2050
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004225msgid "while reserving blocks for online resize"
4226msgstr "podczas rezerwowania bloków na zmianê rozmiaru w locie"
4227
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004228#: misc/mke2fs.c:2061 misc/tune2fs.c:479
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004229msgid "journal"
4230msgstr "kronika"
4231
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004232#: misc/mke2fs.c:2073
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004233#, c-format
4234msgid "Adding journal to device %s: "
4235msgstr "Dodano kronikê do urz±dzenia %s: "
4236
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004237#: misc/mke2fs.c:2080
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004238#, c-format
4239msgid ""
4240"\n"
4241"\twhile trying to add journal to device %s"
4242msgstr ""
4243"\n"
4244"\tpodczas próby dodania kroniki do urz±dzenia %s"
4245
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004246#: misc/mke2fs.c:2085 misc/mke2fs.c:2117 misc/tune2fs.c:508 misc/tune2fs.c:522
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004247#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004248msgid "done\n"
4249msgstr "wykonano\n"
4250
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004251#: misc/mke2fs.c:2094
4252#, c-format
4253msgid "Skipping journal creation in super-only mode\n"
4254msgstr "Pominiêto tworzenie kroniki w trybie super-only\n"
4255
4256#: misc/mke2fs.c:2105
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004257#, c-format
4258msgid "Creating journal (%u blocks): "
4259msgstr "Tworzenie kroniki (%u bloków): "
4260
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004261#: misc/mke2fs.c:2122
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004262#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004263msgid "Writing superblocks and filesystem accounting information: "
4264msgstr "Zapis superbloków i podsumowania systemu plików: "
4265
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004266#: misc/mke2fs.c:2127
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004267#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004268msgid ""
4269"\n"
4270"Warning, had trouble writing out superblocks."
4271msgstr ""
4272"\n"
4273"Uwaga, problemy z zapisem superbloków."
4274
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004275#: misc/mke2fs.c:2130
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004276#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004277msgid ""
4278"done\n"
4279"\n"
4280msgstr ""
4281"wykonano\n"
4282"\n"
4283
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004284#: misc/mklost+found.c:49
4285#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004286msgid "Usage: mklost+found\n"
4287msgstr "Sk³adnia: mklost+found\n"
4288
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004289#: misc/partinfo.c:39
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004290#, c-format
4291msgid ""
4292"Usage: %s device...\n"
4293"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004294"Prints out the partition information for each given device.\n"
4295"For example: %s /dev/hda\n"
4296"\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004297msgstr ""
4298"Sk³adnia: %s urz±dzenie...\n"
4299"\n"
4300"Wypisanie informacji o partycjach na ka¿dym podanym urz±dzeniu.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004301"Przyk³ad: %s /dev/hda\n"
4302"\n"
4303
4304#: misc/partinfo.c:49
4305#, c-format
4306msgid "Cannot open %s: %s"
4307msgstr "Nie mo¿na otworzyæ %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004308
4309#: misc/partinfo.c:55
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004310#, c-format
4311msgid "Cannot get geometry of %s: %s"
4312msgstr "Nie mo¿na pobraæ geometrii %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004313
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004314#: misc/partinfo.c:63
4315#, c-format
4316msgid "Cannot get size of %s: %s"
4317msgstr "Nie mo¿na pobraæ rozmiaru %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004318
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004319#: misc/partinfo.c:69
4320#, c-format
4321msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4322msgstr "%s: h=%3d s=%3d c=%4d pocz±tek=%8d rozmiar=%8lu koniec=%8d\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004323
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004324#: misc/tune2fs.c:96
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004325msgid "Please run e2fsck on the filesystem.\n"
4326msgstr "Proszê uruchomiæ e2fsck na systemie plików.\n"
4327
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004328#: misc/tune2fs.c:105
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004329#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004330msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004331"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004332"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4333"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4334"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004335"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004336"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4337"\t[ -I new_inode_size ] device\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004338msgstr ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004339"Sk³adnia: %s [-c max_licznik_montowañ] [-e trakt._b³êdów] [-g grupa]\n"
4340"\t[-i odstêp[d|m|w]] [-j] [-J opcje_kroniki] [-l]\n"
4341"\t[-m procent_rezerw._bloków] [-o [^]opcje_montowania[,...]]\n"
4342"\t[-r liczba_zarez._bloków] [-u u¿ytkownik] [-C licznik_montowañ]\n"
4343"\t[-L etykieta_wolumenu] [-M ostatnio_mont._katalog] [-O [^]cecha[,...]]\n"
4344"\t[-E opcja_rozszerzona[,...]] [-T czas_ost._sprawdz.] [-U UUID]\n"
4345"\t[-I nowy_rozmiar_i-wêz³a] urz±dzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004346
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004347#: misc/tune2fs.c:190
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004348msgid "while trying to open external journal"
4349msgstr "podczas próby otworzenia zewnêtrznej kroniki"
4350
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004351#: misc/tune2fs.c:194
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004352#, c-format
4353msgid "%s is not a journal device.\n"
4354msgstr "%s nie jest urz±dzeniem kroniki.\n"
4355
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004356#: misc/tune2fs.c:209
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004357msgid "Journal superblock not found!\n"
4358msgstr "Nie znaleziono superbloku kroniki!\n"
4359
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004360#: misc/tune2fs.c:221
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004361msgid "Filesystem's UUID not found on journal device.\n"
4362msgstr "UUID systemu plików nie znaleziony na urz±dzeniu kroniki.\n"
4363
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004364#: misc/tune2fs.c:242
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004365msgid "Journal NOT removed\n"
4366msgstr "Kronika NIE usuniêta\n"
4367
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004368#: misc/tune2fs.c:248
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004369msgid "Journal removed\n"
4370msgstr "Kronika usuniêta\n"
4371
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004372#: misc/tune2fs.c:288
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004373msgid "while reading bitmaps"
4374msgstr "podczas odczytu bitmap"
4375
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004376#: misc/tune2fs.c:296
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004377msgid "while clearing journal inode"
4378msgstr "podczas czyszczenia i-wêz³a kroniki"
4379
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004380#: misc/tune2fs.c:307
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004381msgid "while writing journal inode"
4382msgstr "podczas zapisu i-wêz³a kroniki"
4383
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004384#: misc/tune2fs.c:322
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004385#, c-format
4386msgid "Invalid mount option set: %s\n"
4387msgstr "Ustawiona b³êdna opcja montowania: %s\n"
4388
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004389#: misc/tune2fs.c:358
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004390#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004391msgid "Clearing filesystem feature '%s' not supported.\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004392msgstr "Usuwanie cechy systemu plików '%s' nie jest obs³ugiwane.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004393
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004394#: misc/tune2fs.c:364
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004395#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004396msgid "Setting filesystem feature '%s' not supported.\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004397msgstr "Ustawianie cechy systemu plików '%s' nie jest obs³ugiwane.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004398
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004399#: misc/tune2fs.c:373
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004400msgid ""
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004401"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004402"unmounted or mounted read-only.\n"
4403msgstr ""
4404"Flaga has_journal mo¿e byæ wyczyszczona tylko kiedy system plików\n"
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004405"jest odmontowany lub podmontowany tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004406
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004407#: misc/tune2fs.c:381
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004408msgid ""
4409"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4410"the has_journal flag.\n"
4411msgstr ""
4412"Flaga needs_recovery jest ustawiona. Proszê uruchomiæ e2fsck przed\n"
4413"czyszczeniem flagi has_journal.\n"
4414
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004415#: misc/tune2fs.c:414
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004416msgid ""
4417"Clearing the flex_bg flag would cause the the filesystem to be\n"
4418"inconsistent.\n"
4419msgstr "Wy³±czenie flagi flex_bg spowoduje niespójno¶æ systemu plików.\n"
4420
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004421#: misc/tune2fs.c:425
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004422msgid ""
4423"The huge_file feature may only be cleared when the filesystem is\n"
4424"unmounted or mounted read-only.\n"
4425msgstr ""
4426"Flaga huge_file mo¿e byæ wyczyszczona tylko kiedy system plików\n"
4427"jest odmontowany lub podmontowany tylko do odczytu.\n"
4428
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004429#: misc/tune2fs.c:453
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004430#, c-format
4431msgid "(and reboot afterwards!)\n"
4432msgstr "(proszê zrestartowaæ potem system!)\n"
4433
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004434#: misc/tune2fs.c:474
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004435msgid "The filesystem already has a journal.\n"
4436msgstr "System plików ju¿ ma kronikê.\n"
4437
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004438#: misc/tune2fs.c:492
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004439#, c-format
4440msgid ""
4441"\n"
4442"\twhile trying to open journal on %s\n"
4443msgstr ""
4444"\n"
4445"\tpodczas próby otworzenia kroniki na %s\n"
4446
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004447#: misc/tune2fs.c:496
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004448#, c-format
4449msgid "Creating journal on device %s: "
4450msgstr "Tworzenie kroniki na urz±dzeniu %s: "
4451
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004452#: misc/tune2fs.c:504
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004453#, c-format
4454msgid "while adding filesystem to journal on %s"
4455msgstr "podczas dodawania systemu plików do kroniki na %s"
4456
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004457#: misc/tune2fs.c:510
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004458msgid "Creating journal inode: "
4459msgstr "Tworzenie i-wêz³a kroniki: "
4460
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004461#: misc/tune2fs.c:519
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004462msgid ""
4463"\n"
4464"\twhile trying to create journal file"
4465msgstr ""
4466"\n"
4467"\tpodczas próby utworzenia pliku kroniki"
4468
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004469#: misc/tune2fs.c:585
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004470#, c-format
4471msgid "Couldn't parse date/time specifier: %s"
4472msgstr "Nie mo¿na przeanalizowaæ podanej daty/czasu: %s"
4473
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004474#: misc/tune2fs.c:609 misc/tune2fs.c:622
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004475#, c-format
4476msgid "bad mounts count - %s"
4477msgstr "b³êdna liczba montowañ - %s"
4478
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004479#: misc/tune2fs.c:638
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004480#, c-format
4481msgid "bad error behavior - %s"
4482msgstr "b³êdne traktowanie b³êdów - %s"
4483
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004484#: misc/tune2fs.c:665
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004485#, c-format
4486msgid "bad gid/group name - %s"
4487msgstr "b³êdny gid/nazwa grupy - %s"
4488
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004489#: misc/tune2fs.c:698
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004490#, c-format
4491msgid "bad interval - %s"
4492msgstr "b³êdny odstêp - %s"
4493
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004494#: misc/tune2fs.c:727
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004495#, c-format
4496msgid "bad reserved block ratio - %s"
4497msgstr "b³êdny procent zarezerwowanych bloków - %s"
4498
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004499#: misc/tune2fs.c:742
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004500msgid "-o may only be specified once"
4501msgstr "-o mo¿e byæ podane tylko raz"
4502
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004503#: misc/tune2fs.c:752
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004504msgid "-O may only be specified once"
4505msgstr "-O mo¿e byæ podane tylko raz"
4506
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004507#: misc/tune2fs.c:762
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004508#, c-format
4509msgid "bad reserved blocks count - %s"
4510msgstr "b³êdna liczba zarezerwowanych bloków - %s"
4511
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004512#: misc/tune2fs.c:791
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004513#, c-format
4514msgid "bad uid/user name - %s"
4515msgstr "b³êdny uid/nazwa u¿ytkownika - %s"
4516
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004517#: misc/tune2fs.c:808
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004518#, c-format
4519msgid "bad inode size - %s"
4520msgstr "b³êdny rozmiar i-wêz³a - %s"
4521
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004522#: misc/tune2fs.c:815
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004523#, c-format
4524msgid "Inode size must be a power of two- %s"
4525msgstr "Rozmiar i-wêz³a musi byæ potêg± dwójki - %s"
4526
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004527#: misc/tune2fs.c:904
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004528#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004529msgid "Invalid RAID stride: %s\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004530msgstr "B³êdny parametr RAID stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004531
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004532#: misc/tune2fs.c:919
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004533#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004534msgid "Invalid RAID stripe-width: %s\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004535msgstr "B³êdny parametr RAID stripe-width: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004536
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004537#: misc/tune2fs.c:934
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004538#, c-format
4539msgid "Invalid hash algorithm: %s\n"
4540msgstr "B³êdny algorytm haszowania: %s\n"
4541
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004542#: misc/tune2fs.c:940
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004543#, c-format
4544msgid "Setting default hash algorithm to %s (%d)\n"
4545msgstr "Ustawianie domy¶lnego algorytmu haszowania na %s (%d)\n"
4546
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004547#: misc/tune2fs.c:948
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004548#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004549msgid ""
4550"\n"
4551"Bad options specified.\n"
4552"\n"
4553"Extended options are separated by commas, and may take an argument which\n"
4554"\tis set off by an equals ('=') sign.\n"
4555"\n"
4556"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004557"\tstride=<RAID per-disk chunk size in blocks>\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004558"\tstripe_width=<RAID stride*data disks in blocks>\n"
4559"\thash_alg=<hash algorithm>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004560"\ttest_fs\n"
4561"\t^test_fs\n"
4562msgstr ""
4563"\n"
4564"Podano b³êdne opcje.\n"
4565"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004566"Opcje rozszerzone s± oddzielane przecinkami i mog± przyjmowaæ parametr,\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004567"\tktóry jest ustawiany znakiem '='.\n"
4568"\n"
4569"Poprawne opcje to:\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004570"\tstride=<rozmiar porcji danych RAID na dysku w blokach>\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004571"\tstripe_width=<RAID stride * liczba dysków danych w blokach>\n"
4572"\thash_alg=<algorytm haszowania>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004573"\ttest_fs\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004574"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004575
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004576#: misc/tune2fs.c:1388 misc/tune2fs.c:1393 resize/resize2fs.c:785
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004577msgid "blocks to be moved"
4578msgstr "bloki do przeniesienia"
4579
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004580#: misc/tune2fs.c:1485
4581#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004582msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004583"To undo the tune2fs operation please run the command\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004584" e2undo %s %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004585"\n"
4586msgstr ""
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004587"Aby wycofaæ operacjê tune2fs, proszê wydaæ polecenie\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004588" e2undo %s %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004589"\n"
4590
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004591#: misc/tune2fs.c:1546
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004592#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004593msgid "The inode size is already %lu\n"
4594msgstr "Rozmiar i-wêz³a ju¿ wynosi %lu\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004595
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004596#: misc/tune2fs.c:1551
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004597#, c-format
4598msgid "Shrinking the inode size is not supported\n"
4599msgstr "Zmniejszanie rozmiaru i-wêz³a nie jest obs³ugiwane\n"
4600
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004601#: misc/tune2fs.c:1594
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004602#, c-format
4603msgid "Setting maximal mount count to %d\n"
4604msgstr "Ustawianie maksymalnej liczby montowañ na %d\n"
4605
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004606#: misc/tune2fs.c:1600
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004607#, c-format
4608msgid "Setting current mount count to %d\n"
4609msgstr "Ustawianie aktualnego licznika montowañ na %d\n"
4610
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004611#: misc/tune2fs.c:1605
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004612#, c-format
4613msgid "Setting error behavior to %d\n"
4614msgstr "Ustawianie traktowania b³êdów na %d\n"
4615
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004616#: misc/tune2fs.c:1610
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004617#, c-format
4618msgid "Setting reserved blocks gid to %lu\n"
4619msgstr "Ustawianie gid-a zarezerwowanych bloków na %lu\n"
4620
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004621#: misc/tune2fs.c:1615
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004622#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004623msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004624msgstr "Ustawianie odstêpu pomiêdzy sprawdzeniami na %lu sekund\n"
4625
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004626#: misc/tune2fs.c:1622
Theodore Ts'of2275e32006-01-06 20:44:13 -05004627#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004628msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004629msgstr "Ustawianie procent zarezerwowanych bloków na %g%% (%u bloków)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004630
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004631#: misc/tune2fs.c:1629
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004632#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004633msgid "reserved blocks count is too big (%lu)"
4634msgstr "liczba zarezerwowanych bloków zbyt du¿e (%lu)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004635
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004636#: misc/tune2fs.c:1635
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004637#, c-format
4638msgid "Setting reserved blocks count to %lu\n"
4639msgstr "Ustawianie liczby zarezerwowanych bloków na %lu\n"
4640
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004641#: misc/tune2fs.c:1641
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004642msgid ""
4643"\n"
4644"The filesystem already has sparse superblocks.\n"
4645msgstr ""
4646"\n"
4647"System plików ju¿ ma rzadkie superbloki.\n"
4648
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004649#: misc/tune2fs.c:1648
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004650#, c-format
4651msgid ""
4652"\n"
4653"Sparse superblock flag set. %s"
4654msgstr ""
4655"\n"
4656"Flaga rzadkich superbloków ustawiona. %s"
4657
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004658#: misc/tune2fs.c:1653
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004659msgid ""
4660"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004661"Clearing the sparse superflag not supported.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004662msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004663"\n"
4664"Usuwanie superflagi sparse nie jest obs³ugiwane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004665
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004666#: misc/tune2fs.c:1660
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004667#, c-format
4668msgid "Setting time filesystem last checked to %s\n"
4669msgstr "Ustawianie czasu ostatniego sprawdzenia systemu plików na %s\n"
4670
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004671#: misc/tune2fs.c:1666
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004672#, c-format
4673msgid "Setting reserved blocks uid to %lu\n"
4674msgstr "Ustawianie uid-a zarezerwowanych bloków na %lu\n"
4675
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004676#: misc/tune2fs.c:1717
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004677msgid "Invalid UUID format\n"
4678msgstr "B³êdny format UUID-a\n"
4679
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004680#: misc/tune2fs.c:1729
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004681msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004682msgstr "Rozmiar i-wêz³a mo¿na zmieniæ tylko na niezamontowanym systemie plików.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004683
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004684#: misc/tune2fs.c:1736
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004685msgid ""
4686"Changing the inode size not supported for filesystems with the flex_bg\n"
4687"feature enabled.\n"
4688msgstr ""
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004689"Zmiana rozmiaru i-wêz³a nie jest obs³ugiwana dla systemów plików\n"
4690"z w³±czon± cech± flex_bg.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004691
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004692#: misc/tune2fs.c:1748
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004693msgid ""
4694"Error in resizing the inode size.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004695"Run e2undo to undo the file system changes. \n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004696msgstr ""
4697"B³±d podczas zmiany rozmiaru i-wêz³a.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004698"Nale¿y uruchomiæ e2undo w celu wycofania zmian w systemie plików.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004699
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004700#: misc/tune2fs.c:1752
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004701#, c-format
4702msgid "Setting inode size %lu\n"
4703msgstr "Ustawianie rozmiaru i-wêz³a na %lu\n"
4704
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004705#: misc/tune2fs.c:1762
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004706#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004707msgid "Setting stride size to %d\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004708msgstr "Ustawianie rozmiaru stride na %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004709
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004710#: misc/tune2fs.c:1767
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004711#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004712msgid "Setting stripe width to %d\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004713msgstr "Ustawianie szeroko¶ci stripe na na %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004714
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004715#: misc/util.c:72
4716msgid "Proceed anyway? (y,n) "
4717msgstr "Kontynuowaæ mimo to? (t,n) "
4718
4719#: misc/util.c:93
4720#, c-format
4721msgid "Could not stat %s --- %s\n"
4722msgstr "Nie mo¿na wykonaæ stat na %s --- %s\n"
4723
4724#: misc/util.c:96
4725msgid ""
4726"\n"
4727"The device apparently does not exist; did you specify it correctly?\n"
4728msgstr ""
4729"\n"
4730"Urz±dzenie najwyra¼niej nie istnieje; czy zosta³o podane poprawnie?\n"
4731
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004732#: misc/util.c:107
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004733#, c-format
4734msgid "%s is not a block special device.\n"
4735msgstr "%s nie jest specjalnym urz±dzeniem blokowym.\n"
4736
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004737#: misc/util.c:136
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004738#, c-format
4739msgid "%s is entire device, not just one partition!\n"
4740msgstr "%s jest ca³ym urz±dzeniem, a nie tylko jedn± partycj±!\n"
4741
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004742#: misc/util.c:158
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004743msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4744msgstr "mke2fs wymuszone mimo to. Mam nadziejê, ¿e /etc/mtab siê myli.\n"
4745
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004746#: misc/util.c:163
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004747#, c-format
4748msgid "will not make a %s here!\n"
4749msgstr "nie zrobiê tutaj %s!\n"
4750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004751#: misc/util.c:170
4752msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004753msgstr "mke2fs wymuszone mimo to.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004754
4755#: misc/util.c:186
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004756msgid "Couldn't allocate memory to parse journal options!\n"
4757msgstr "Nie mo¿na przydzieliæ pamiêci na analizê opcji kroniki!\n"
4758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004759#: misc/util.c:228
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004760msgid ""
4761"\n"
4762"Bad journal options specified.\n"
4763"\n"
4764"Journal options are separated by commas, and may take an argument which\n"
4765"\tis set off by an equals ('=') sign.\n"
4766"\n"
4767"Valid journal options are:\n"
4768"\tsize=<journal size in megabytes>\n"
4769"\tdevice=<journal device>\n"
4770"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004771"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004772"\n"
4773msgstr ""
4774"\n"
4775"Podano b³êdne opcje kroniki.\n"
4776"\n"
4777"Opcje kroniki s± oddzielane przecinkami i mog± przyjmowaæ parametr,\n"
4778"\tktóry ustawia siê znakiem '='.\n"
4779"\n"
4780"Poprawne opcje kroniki to:\n"
4781"\tsize=<rozmiar kroniki w megabajtach>\n"
4782"\tdevice=<urz±dzenie kroniki>\n"
4783"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004784"Rozmiar kroniki musi byæ pomiêdzy 1024 a 10240000 blokami systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004785"\n"
4786
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004787#: misc/util.c:258
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004788msgid ""
4789"\n"
4790"Filesystem too small for a journal\n"
4791msgstr ""
4792"\n"
4793"System plików za ma³y na kronikê\n"
4794
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004795#: misc/util.c:265
Theodore Ts'od46ce702007-07-10 09:45:47 -04004796#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004797msgid ""
4798"\n"
4799"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004800"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004801msgstr ""
4802"\n"
4803"¯±dany rozmiar kroniki to %d bloków; musi byæ\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04004804"pomiêdzy 1024 a 10240000 bloków. Przerwano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004805
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004806#: misc/util.c:273
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004807msgid ""
4808"\n"
4809"Journal size too big for filesystem.\n"
4810msgstr ""
4811"\n"
4812"Rozmiar kroniki zbyt du¿y dla systemu plików.\n"
4813
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004814#: misc/util.c:283
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004815#, c-format
4816msgid ""
4817"This filesystem will be automatically checked every %d mounts or\n"
4818"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4819msgstr ""
4820"Ten system plików bêdzie automatycznie sprawdzany co ka¿de %d montowañ\n"
4821"lub co %g dni, zale¿nie co nast±pi pierwsze. Mo¿na to zmieniæ poprzez\n"
4822"tune2fs -c lub -i.\n"
4823
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004824#: misc/uuidgen.c:31
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004825#, c-format
4826msgid "Usage: %s [-r] [-t]\n"
4827msgstr "Sk³adnia: %s [-r] [-t]\n"
4828
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004829#: resize/extent.c:196
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004830msgid "# Extent dump:\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004831msgstr "# Zrzut fragmentu:\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004832
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004833#: resize/extent.c:197
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004834#, c-format
4835msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4836msgstr "#\tNum=%d, Rozmiar=%d, Kursor=%d, Sortowane=%d\n"
4837
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004838#: resize/extent.c:200
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004839#, c-format
4840msgid "#\t\t %u -> %u (%d)\n"
4841msgstr "#\t\t %u -> %u (%d)\n"
4842
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004843#: resize/main.c:42
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004844#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004845msgid ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004846"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004847"\n"
4848msgstr ""
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004849"Sk³adnia: %s [-d flagi_¶ledzenia] [-f] [-F] [-M] [-P] [-p] urz±dzenie [nowy_rozm]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004850"\n"
4851
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004852#: resize/main.c:64
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004853msgid "Extending the inode table"
4854msgstr "Rozszerzanie tablicy i-wêz³ów"
4855
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004856#: resize/main.c:67
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004857msgid "Relocating blocks"
4858msgstr "Relokowanie bloków"
4859
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004860#: resize/main.c:70
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004861msgid "Scanning inode table"
4862msgstr "Przeszukiwanie tablicy i-wêz³ów"
4863
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004864#: resize/main.c:73
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004865msgid "Updating inode references"
4866msgstr "Uaktualnianie odwo³añ do i-wêz³ów"
4867
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004868#: resize/main.c:76
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004869msgid "Moving inode table"
4870msgstr "Przenoszenie tablicy i-wêz³ów"
4871
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004872#: resize/main.c:79
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004873msgid "Unknown pass?!?"
4874msgstr "Nieznany przebieg?!?"
4875
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004876#: resize/main.c:82
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004877#, c-format
4878msgid "Begin pass %d (max = %lu)\n"
4879msgstr "Pocz±tkowy przebieg %d (maksymalny = %lu)\n"
4880
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004881#: resize/main.c:267
Theodore Ts'of2275e32006-01-06 20:44:13 -05004882#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004883msgid "while opening %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004884msgstr "podczas otwierania %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004885
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004886#: resize/main.c:279
Theodore Ts'of2275e32006-01-06 20:44:13 -05004887#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004888msgid "while getting stat information for %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004889msgstr "podczas pobierania informacji stat dla %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004890
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004891#: resize/main.c:340
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004892#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004893msgid ""
4894"%s: The combination of flex_bg and\n"
4895"\t!resize_inode features is not supported by resize2fs.\n"
4896msgstr ""
4897"%s: Kombinacja cech flex_bg i\n"
4898"\t!resize_inode nie jest obs³ugiwana przez resize2fs.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004899
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004900#: resize/main.c:350
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004901#, c-format
4902msgid "Estimated minimum size of the filesystem: %u\n"
4903msgstr "Przybli¿ony minimalny rozmiar systemu plików: %u\n"
4904
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004905#: resize/main.c:386
4906#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004907msgid "Invalid new size: %s\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004908msgstr "B³êdny nowy rozmiar: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004909
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004910#: resize/main.c:398
4911#, c-format
4912msgid "New size smaller than minimum (%u)\n"
4913msgstr "Nowy rozmiar jest mniejszy ni¿ minimalny (%u)\n"
4914
4915#: resize/main.c:404
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004916msgid "Invalid stride length"
Theodore Ts'od46ce702007-07-10 09:45:47 -04004917msgstr "B³êdna d³ugo¶æ stride"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004918
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004919#: resize/main.c:428
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004920#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004921msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004922"The containing partition (or device) is only %u (%dk) blocks.\n"
4923"You requested a new size of %u blocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004924"\n"
4925msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004926"Partycja zawieraj±ca (lub urz±dzenie) ma tylko %u bloków (%dk).\n"
4927"Za¿±dano nowego rozmiaru %u bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004928"\n"
4929
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004930#: resize/main.c:435
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004931#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004932msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004933"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004934"\n"
4935msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004936"System plików ju¿ ma wielko¶æ %u bloków. Nie ma nic do roboty!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004937"\n"
4938
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004939#: resize/main.c:446
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004940#, c-format
4941msgid ""
4942"Please run 'e2fsck -f %s' first.\n"
4943"\n"
4944msgstr ""
4945"Proszê uruchomiæ najpierw 'e2fsck -f %s'.\n"
4946"\n"
4947
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004948#: resize/main.c:457
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004949#, c-format
4950msgid "while trying to resize %s"
4951msgstr "podczas próby zmiany rozmiaru %s"
4952
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004953#: resize/main.c:462
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004954#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004955msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004956"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004957"\n"
4958msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004959"System plików na %s ma teraz %u bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004960"\n"
4961
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004962#: resize/main.c:477
4963#, c-format
4964msgid "while trying to truncate %s"
4965msgstr "podczas próby skrócenia %s"
4966
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004967#: resize/online.c:37
4968#, c-format
4969msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004970msgstr "System plików %s jest zamontowany pod %s; wymagana zmiana rozmiaru w locie\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004971
4972#: resize/online.c:41
4973#, c-format
4974msgid "On-line shrinking from %u to %u not supported.\n"
4975msgstr "Zmniejszanie w locie z %u na %u nie jest obs³ugiwane.\n"
4976
4977#: resize/online.c:61
4978msgid "Filesystem does not support online resizing"
4979msgstr "System plików nie obs³uguje zmiany rozmiaru w locie"
4980
4981#: resize/online.c:68
4982#, c-format
4983msgid "while trying to open mountpoint %s"
4984msgstr "podczas próby otwarcia punktu montowania %s"
4985
4986#: resize/online.c:76
4987msgid "Permission denied to resize filesystem"
4988msgstr "Brak uprawnieñ do zmiany rozmiaru systemu plików"
4989
4990#: resize/online.c:79
4991msgid "Kernel does not support online resizing"
4992msgstr "J±dro nie obs³uguje zmiany rozmiaru w locie"
4993
4994#: resize/online.c:82
4995msgid "While checking for on-line resizing support"
4996msgstr "Podczas sprawdzania obs³ugi zmiany rozmiaru w locie"
4997
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004998#: resize/online.c:111
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004999#, c-format
5000msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
5001msgstr "Wykonywanie zmiany rozmiaru w locie %s na %u (%dk) bloków.\n"
5002
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005003#: resize/online.c:121
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005004msgid "While trying to extend the last group"
5005msgstr "Podczas próby rozszerzenia ostatniej grupy"
5006
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005007#: resize/online.c:180
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005008#, c-format
5009msgid "While trying to add group #%d"
5010msgstr "Podczas próby dodania grupy #%d"
5011
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005012#: resize/online.c:191
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005013#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005014msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
5015msgstr "System plików na %s jest zamontowany pod %s, zmiana rozmiaru w locie nie jest obs³ugiwana na tym systemie.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005016
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005017#: resize/resize2fs.c:345
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005018#, c-format
5019msgid "inodes (%llu) must be less than %u"
Theodore Ts'od46ce702007-07-10 09:45:47 -04005020msgstr "liczba i-wêz³ów (%llu) musi byæ mniejsza ni¿ %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005021
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005022#: resize/resize2fs.c:577
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005023msgid "reserved blocks"
5024msgstr "zarezerwowane bloki"
5025
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005026#: resize/resize2fs.c:790
Theodore Ts'obc759702005-05-09 20:40:55 -04005027msgid "meta-data blocks"
5028msgstr "bloki metadanych"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005029
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005030#: resize/resize2fs.c:1747
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005031#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005032msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005033msgstr "Nigdy siê nie powinno zdarzyæ: i-wêze³ zmiany rozmiaru uszkodzony!\n"