blob: 99f771b4897ada9b37364a9633f8e599cd652124 [file] [log] [blame]
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001# Polish translation for e2fsprogs.
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04002# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 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 Bogusz3f19bda2014-07-05 23:18:05 -04004# Jakub Bogusz <qboosh@pld-linux.org>, 2002-2014.
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
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040026#. ownership field (inode->i_uid). Also the "%B" expansion is special:
27#. it can expand to either the string "indirect block" (possibly preceded
28#. by the word "double" or "triple"), or the string "block #" immediately
29#. followed by an integer indicating a block sequence number.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040030#.
31#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040032#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040033#. %c <blk2> block number
34#. %Di <dirent> -> ino inode number
35#. %Dn <dirent> -> name string
36#. %Dr <dirent> -> rec_len
37#. %Dl <dirent> -> name_len
38#. %Dt <dirent> -> filetype
39#. %d <dir> inode number
40#. %g <group> integer
41#. %i <ino> inode number
42#. %Is <inode> -> i_size
43#. %IS <inode> -> i_extra_isize
44#. %Ib <inode> -> i_blocks
45#. %Il <inode> -> i_links_count
46#. %Im <inode> -> i_mode
47#. %IM <inode> -> i_mtime
48#. %IF <inode> -> i_faddr
49#. %If <inode> -> i_file_acl
50#. %Id <inode> -> i_dir_acl
51#. %Iu <inode> -> i_uid
52#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040053#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040054#. %j <ino2> inode number
55#. %m <com_err error message>
56#. %N <num>
57#. %p ext2fs_get_pathname of directory <ino>
58#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
59#. the containing directory. (If dirent is NULL
60#. then return the pathname of directory <ino2>)
61#. %q ext2fs_get_pathname of directory <dir>
62#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
63#. the containing directory.
64#. %s <str> miscellaneous string
65#. %S backup superblock
66#. %X <num> hexadecimal format
67#.
Theodore Ts'of419fdf2003-11-21 12:56:32 -050068msgid ""
69msgstr ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -040070"Project-Id-Version: e2fsprogs 1.42.12-pre2\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050071"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040072"POT-Creation-Date: 2016-03-15 01:48-0400\n"
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -040073"PO-Revision-Date: 2014-08-27 16:36+0200\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050074"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
75"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -040076"Language: pl\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050077"MIME-Version: 1.0\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -050078"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050079"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'obd386982015-05-17 20:34:58 -040080"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
81"|| n%100>=20) ? 1 : 2);\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040083#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'of419fdf2003-11-21 12:56:32 -050084#, c-format
85msgid "Bad block %u out of range; ignored.\n"
86msgstr "Wadliwy blok %u poza zakresem - zignorowany.\n"
87
Jakub Bogusz74ecc732011-10-16 21:53:39 -040088#: e2fsck/badblocks.c:46
Theodore Ts'of419fdf2003-11-21 12:56:32 -050089msgid "while sanity checking the bad blocks inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -050090msgstr "podczas sprawdzania poprawności i-węzła wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050091
Jakub Bogusz74ecc732011-10-16 21:53:39 -040092#: e2fsck/badblocks.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -050093msgid "while reading the bad blocks inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -050094msgstr "podczas odczytu i-węzła wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -050095
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040096#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
97#: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
98#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
99#: misc/e2image.c:1399 misc/e2image.c:1583 misc/e2image.c:1604
100#: misc/mke2fs.c:230 misc/tune2fs.c:2663 misc/tune2fs.c:2757 resize/main.c:412
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500101#, c-format
102msgid "while trying to open %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500103msgstr "podczas próby otworzenia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500104
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400105#: e2fsck/badblocks.c:83
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500106#, c-format
107msgid "while trying popen '%s'"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500108msgstr "podczas próby popen '%s'"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400110#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500111msgid "while reading in list of bad blocks from file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500112msgstr "podczas wczytywania z pliku listy wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500113
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400114#: e2fsck/badblocks.c:105
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500115msgid "while updating bad block inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500116msgstr "podczas uaktualniania i-węzła wadliwego bloku"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500117
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400118#: e2fsck/badblocks.c:133
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400119#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400120msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400121msgstr ""
122"Uwaga: znaleziono niedopuszczalny blok %u w i-węźle wadliwego bloku. "
123"Wyczyszczono.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500124
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400125#: e2fsck/ehandler.c:55
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500126#, c-format
127msgid "Error reading block %lu (%s) while %s. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500128msgstr "Błąd przy odczycie bloku %lu (%s) podczas %s. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500129
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400130#: e2fsck/ehandler.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500131#, c-format
132msgid "Error reading block %lu (%s). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500133msgstr "Błąd przy odczycie bloku %lu (%s). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400135#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500136msgid "Ignore error"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500137msgstr "Zignorować błąd"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500138
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400139#: e2fsck/ehandler.c:67
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500140msgid "Force rewrite"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500141msgstr "Wymusić ponowny zapis"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400143#: e2fsck/ehandler.c:109
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500144#, c-format
145msgid "Error writing block %lu (%s) while %s. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500146msgstr "Błąd przy zapisie bloku %lu (%s) podczas %s. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400148#: e2fsck/ehandler.c:112
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500149#, c-format
150msgid "Error writing block %lu (%s). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500151msgstr "Błąd przy zapisie bloku %lu (%s). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500152
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400153#: e2fsck/emptydir.c:57
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500154msgid "empty dirblocks"
155msgstr "puste bloki katalogu"
156
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400157#: e2fsck/emptydir.c:62
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500158msgid "empty dir map"
159msgstr "pusta mapa katalogu"
160
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400161#: e2fsck/emptydir.c:98
Theodore Ts'od46ce702007-07-10 09:45:47 -0400162#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400163msgid "Empty directory block %u (#%d) in inode %u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500164msgstr "Pusty blok katalogu %u (#%d) w i-węźle %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500165
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400166#: e2fsck/extend.c:22
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500167#, c-format
168msgid "%s: %s filename nblocks blocksize\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500169msgstr "%s: %s nazwa_pliku liczba_bloków rozmiar_bloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500170
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400171#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500172#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500173msgid "Illegal number of blocks!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500174msgstr "Niedopuszczalna liczba bloków!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500175
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400176#: e2fsck/extend.c:50
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500177#, c-format
178msgid "Couldn't allocate block buffer (size=%d)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500179msgstr "Nie można przydzielić bufora bloku (rozmiar=%d)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400181#: e2fsck/extents.c:42
182#, fuzzy
183msgid "extent rebuild inode map"
184msgstr "mapa i-węzłów zwykłych plików"
185
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400186#: e2fsck/flushb.c:35
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500187#, c-format
188msgid "Usage: %s disk\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500189msgstr "Składnia: %s dysk\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500190
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400191#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500192#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500193msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500194msgstr "ioctl BLKFLSBUF nie obsługiwany! Nie można opróżnić buforów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500195
Eric Sandeen032eafe2012-07-28 17:48:36 -0400196#: e2fsck/iscan.c:44
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500197#, c-format
198msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500199msgstr "Składnia: %s [-F] [-I bloki_bufora_i-węzłów] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400201#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500202#, c-format
203msgid "while opening %s for flushing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500204msgstr "podczas otwierania %s w celu opróżnienia"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400206#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500207#, c-format
208msgid "while trying to flush %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500209msgstr "podczas próby opróżnienia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500210
Jakub Boguszdf585272014-05-18 09:46:34 -0400211#: e2fsck/iscan.c:110
212#, c-format
213msgid "while trying to open '%s'"
214msgstr "podczas próby otwarcia '%s'"
215
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400216#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500217msgid "while opening inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500218msgstr "podczas otwierania obrazu i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400220#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500221msgid "while getting next inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500222msgstr "podczas pobierania następnego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500223
Eric Sandeen032eafe2012-07-28 17:48:36 -0400224#: e2fsck/iscan.c:136
Theodore Ts'od46ce702007-07-10 09:45:47 -0400225#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400226msgid "%u inodes scanned.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500227msgstr "Przeszukano i-węzłów: %u.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400229#: e2fsck/journal.c:593
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500230msgid "reading journal superblock\n"
231msgstr "odczyt superbloku kroniki\n"
232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400233#: e2fsck/journal.c:666
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500234#, c-format
235msgid "%s: no valid journal superblock found\n"
236msgstr "%s: nie znaleziono poprawnego superbloku kroniki\n"
237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400238#: e2fsck/journal.c:675
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500239#, c-format
240msgid "%s: journal too short\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500241msgstr "%s: kronika za krótka\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400243#: e2fsck/journal.c:966 misc/fuse2fs.c:3773
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500244#, c-format
245msgid "%s: recovering journal\n"
246msgstr "%s: odtwarzanie z kroniki\n"
247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400248#: e2fsck/journal.c:968
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500249#, c-format
250msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400251msgstr ""
252"%s: odtworzenie z kroniki nie zostanie wykonane w trybie tylko do odczytu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400254#: e2fsck/journal.c:995
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500255#, c-format
256msgid "while trying to re-open %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500257msgstr "podczas próby ponownego otwarcia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500258
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400259#: e2fsck/message.c:113
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500260msgid "aextended attribute"
261msgstr "arozszerzony atrybut"
262
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400263#: e2fsck/message.c:114
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500264msgid "Aerror allocating"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500265msgstr "Abłąd podczas przydzielania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500266
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400267#: e2fsck/message.c:115
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500268msgid "bblock"
269msgstr "bblok"
270
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400271#: e2fsck/message.c:116
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500272msgid "Bbitmap"
273msgstr "Bbitmapa"
274
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400275#: e2fsck/message.c:117
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500276msgid "ccompress"
277msgstr "ckompresja"
278
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400279#: e2fsck/message.c:118
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500280msgid "Cconflicts with some other fs @b"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500281msgstr "Ckonflikt z innym @biem systemu plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500282
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400283#: e2fsck/message.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500284msgid "ddirectory"
285msgstr "dkatalog"
286
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400287#: e2fsck/message.c:120
288msgid "Ddeleted"
289msgstr "Dusunięty"
290
291#: e2fsck/message.c:121
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500292msgid "eentry"
293msgstr "ewpis"
294
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400295#: e2fsck/message.c:122
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500296msgid "E@e '%Dn' in %p (%i)"
297msgstr "E@e '%Dn' w %p (%i)"
298
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400299#: e2fsck/message.c:123
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500300msgid "ffilesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500301msgstr "fsystem plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500302
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400303#: e2fsck/message.c:124
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500304msgid "Ffor @i %i (%Q) is"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500305msgstr "Fdla i-węzła %i (%Q) wynosi"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500306
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400307#: e2fsck/message.c:125
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500308msgid "ggroup"
309msgstr "ggrupa"
310
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400311#: e2fsck/message.c:126
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500312msgid "hHTREE @d @i"
313msgstr "h@i @du HTREE"
314
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400315#: e2fsck/message.c:127
316msgid "iinode"
317msgstr "ii-węzeł"
318
319#: e2fsck/message.c:128
320msgid "Iillegal"
321msgstr "Iniedopuszczalny"
322
323#: e2fsck/message.c:129
324msgid "jjournal"
325msgstr "jkronika"
326
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400327#: e2fsck/message.c:130
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500328msgid "llost+found"
329msgstr "llost+found"
330
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400331#: e2fsck/message.c:131
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500332msgid "Lis a link"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500333msgstr "Ljest dowiązaniem"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500334
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400335#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400336msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400337msgstr "mwielokrotnie zadeklarowany"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400338
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400339#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400340msgid "ninvalid"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500341msgstr "nbłędny"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400342
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400343#: e2fsck/message.c:134
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500344msgid "oorphaned"
345msgstr "oosierocony"
346
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400347#: e2fsck/message.c:135
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500348msgid "pproblem in"
349msgstr "pproblem w"
350
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400351#: e2fsck/message.c:136
352msgid "qquota"
353msgstr "qlimit"
354
355#: e2fsck/message.c:137
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500356msgid "rroot @i"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500357msgstr "rgłówny @i"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500358
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400359#: e2fsck/message.c:138
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500360msgid "sshould be"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500361msgstr "spowinno być"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500362
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400363#: e2fsck/message.c:139
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500364msgid "Ssuper@b"
365msgstr "Ssuper@b"
366
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400367#: e2fsck/message.c:140
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500368msgid "uunattached"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500369msgstr "uniedołączony"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500370
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400371#: e2fsck/message.c:141
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500372msgid "vdevice"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500373msgstr "vurządzenie"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500374
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400375#: e2fsck/message.c:142
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400376msgid "xextent"
377msgstr "xekstent"
378
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400379#: e2fsck/message.c:143
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500380msgid "zzero-length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500381msgstr "zzerowej długości"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500382
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400383#: e2fsck/message.c:154
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500384msgid "<The NULL inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500385msgstr "<pusty i-węzeł>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500386
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400387#: e2fsck/message.c:155
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500388msgid "<The bad blocks inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500389msgstr "<i-węzeł wadliwych bloków>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500390
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400391#: e2fsck/message.c:157
392msgid "<The user quota inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500393msgstr "<i-węzeł limitów użytkowników>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500394
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400395#: e2fsck/message.c:158
396msgid "<The group quota inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500397msgstr "<i-węzeł limitów grup>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500398
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400399#: e2fsck/message.c:159
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500400msgid "<The boot loader inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500401msgstr "<i-węzeł boot-loadera>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500402
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400403#: e2fsck/message.c:160
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500404msgid "<The undelete directory inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500405msgstr "<i-węzeł katalogu undelete>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500406
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400407#: e2fsck/message.c:161
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500408msgid "<The group descriptor inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500409msgstr "<i-węzeł deskryptora grupy>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500410
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400411#: e2fsck/message.c:162
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500412msgid "<The journal inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500413msgstr "<i-węzeł kroniki>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500414
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400415#: e2fsck/message.c:163
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500416msgid "<Reserved inode 9>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500417msgstr "<zarezerwowany i-węzeł 9>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500418
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400419#: e2fsck/message.c:164
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500420msgid "<Reserved inode 10>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500421msgstr "<zarezerwowany i-węzeł 10>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500422
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400423#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400424msgid "regular file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500425msgstr "plik zwykły"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400426
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400427#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400428msgid "directory"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400429msgstr "katalog"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400430
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400431#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400432msgid "character device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500433msgstr "urządzenie znakowe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400435#: e2fsck/message.c:339
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400436msgid "block device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500437msgstr "urządzenie blokowe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400438
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400439#: e2fsck/message.c:341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400440msgid "named pipe"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400441msgstr "nazwany potok"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400442
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400443#: e2fsck/message.c:343
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400444msgid "symbolic link"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500445msgstr "dowiązanie symboliczne"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400446
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400447#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400448msgid "socket"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400449msgstr "gniazdo"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400450
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400451#: e2fsck/message.c:347
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400452#, c-format
453msgid "unknown file type with mode 0%o"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400454msgstr "nieznany rodzaj pliku typu 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400456#: e2fsck/message.c:422
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400457msgid "indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500458msgstr "blok pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400459
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400460#: e2fsck/message.c:424
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400461msgid "double indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500462msgstr "blok podwójnie pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400463
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400464#: e2fsck/message.c:426
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400465msgid "triple indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500466msgstr "blok potrójnie pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400468#: e2fsck/message.c:428
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400469msgid "translator block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500470msgstr "blok tłumaczący"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400471
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400472#: e2fsck/message.c:430
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400473msgid "block #"
474msgstr "blok #"
475
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400476#: e2fsck/pass1b.c:222
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500477msgid "multiply claimed inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500478msgstr "wielokrotnie zadeklarowana mapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400480#: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400481#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400482msgid "internal error: can't find dup_blk for %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500483msgstr "błąd wewnętrzny; nie można znaleźć dup_blk dla %llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400485#: e2fsck/pass1b.c:897
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500486msgid "returned from clone_file_block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500487msgstr "powrót z clone_file_block"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400489#: e2fsck/pass1b.c:919
Theodore Ts'od46ce702007-07-10 09:45:47 -0400490#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400491msgid "internal error: couldn't lookup EA block record for %llu"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500492msgstr "błąd wewnętrzny: nie można znaleźć rekordu bloku EA dla %llu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400493
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400494#: e2fsck/pass1b.c:931
Theodore Ts'od46ce702007-07-10 09:45:47 -0400495#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400496msgid "internal error: couldn't lookup EA inode record for %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500497msgstr "Błąd wewnętrzny: nie można znaleźć rekordu i-węzła EA dla %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400499#: e2fsck/pass1.c:660 e2fsck/pass2.c:981
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400500msgid "reading directory block"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400501msgstr "odczytu bloku katalogu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400502
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400503#: e2fsck/pass1.c:1099
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500504msgid "in-use inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500505msgstr "mapa używanych i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500506
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400507#: e2fsck/pass1.c:1110
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500508msgid "directory inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500509msgstr "mapa i-węzłów katalogów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500510
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400511#: e2fsck/pass1.c:1120
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500512msgid "regular file inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500513msgstr "mapa i-węzłów zwykłych plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500514
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400515#: e2fsck/pass1.c:1129 misc/e2image.c:1268
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500516msgid "in-use block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500517msgstr "mapa używanych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400519#: e2fsck/pass1.c:1138
520#, fuzzy
521msgid "metadata block map"
522msgstr "bloki metadanych"
523
524#: e2fsck/pass1.c:1204
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400525msgid "opening inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500526msgstr "rozpoczynania przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500527
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400528#: e2fsck/pass1.c:1242
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400529msgid "getting next inode from scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500530msgstr "pobierania następnego i-węzła"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400531
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400532#: e2fsck/pass1.c:1928
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500533msgid "Pass 1"
534msgstr "Przebieg 1"
535
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400536#: e2fsck/pass1.c:1988
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500537#, c-format
538msgid "reading indirect blocks of inode %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500539msgstr "odczytu niebezpośrednich bloków i-węzła %u"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500540
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400541#: e2fsck/pass1.c:2038
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500542msgid "bad inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500543msgstr "błędna mapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500544
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400545#: e2fsck/pass1.c:2078
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500546msgid "inode in bad block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500547msgstr "i-węzeł w mapie wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500548
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400549#: e2fsck/pass1.c:2098
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500550msgid "imagic inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500551msgstr "mapa i-węzłów imagic"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500552
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400553#: e2fsck/pass1.c:2125
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500554msgid "multiply claimed block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500555msgstr "wielokrotnie zadeklarowana mapa bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400557#: e2fsck/pass1.c:2239
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500558msgid "ext attr block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500559msgstr "mapa bloków rozszerzonych atrybutów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400561#: e2fsck/pass1.c:3406
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400562#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500563msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400564msgstr "%6lu(%c): oczekiwano %6lu, otrzymano phys %6lu (blkcnt %lld)\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400566#: e2fsck/pass1.c:3821
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500567msgid "block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500568msgstr "bitmapa bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400570#: e2fsck/pass1.c:3827
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500571msgid "inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500572msgstr "bitmapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500573
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400574#: e2fsck/pass1.c:3833
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500575msgid "inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500576msgstr "tablica i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500577
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400578#: e2fsck/pass2.c:298
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500579msgid "Pass 2"
580msgstr "Przebieg 2"
581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400582#: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400583msgid "Can not continue."
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500584msgstr "Nie można kontynuować."
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400585
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400586#: e2fsck/pass3.c:77
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500587msgid "inode done bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500588msgstr "bitmapa wykonanych i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500589
Jakub Boguszf64e68e2012-04-22 15:38:43 -0400590#: e2fsck/pass3.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500591msgid "Peak memory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500592msgstr "Największe użycie pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400594#: e2fsck/pass3.c:149
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500595msgid "Pass 3"
596msgstr "Przebieg 3"
597
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400598#: e2fsck/pass3.c:344
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500599msgid "inode loop detection bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500600msgstr "bitmapa wykrywania pętli i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500601
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400602#: e2fsck/pass4.c:206
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500603msgid "Pass 4"
604msgstr "Przebieg 4"
605
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400606#: e2fsck/pass5.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500607msgid "Pass 5"
608msgstr "Przebieg 5"
609
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400610#: e2fsck/pass5.c:104
611msgid "check_inode_bitmap_checksum: Memory allocation error"
612msgstr ""
613
614#: e2fsck/pass5.c:158
615msgid "check_block_bitmap_checksum: Memory allocation error"
616msgstr ""
617
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400618#: e2fsck/problem.c:51
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500619msgid "(no prompt)"
620msgstr "(bez pytania)"
621
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400622#: e2fsck/problem.c:52
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500623msgid "Fix"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500624msgstr "Poprawić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500625
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400626#: e2fsck/problem.c:53
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500627msgid "Clear"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500628msgstr "Wyczyścić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500629
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400630#: e2fsck/problem.c:54
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500631msgid "Relocate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500632msgstr "Przenieść"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500633
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400634#: e2fsck/problem.c:55
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500635msgid "Allocate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500636msgstr "Przydzielić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500637
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400638#: e2fsck/problem.c:56
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500639msgid "Expand"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500640msgstr "Rozszerzyć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500641
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400642#: e2fsck/problem.c:57
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500643msgid "Connect to /lost+found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500644msgstr "Dołączyć do /lost+found"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500645
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400646#: e2fsck/problem.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500647msgid "Create"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500648msgstr "Wyczyścić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500649
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400650#: e2fsck/problem.c:59
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500651msgid "Salvage"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500652msgstr "Uratować"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500653
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400654#: e2fsck/problem.c:60
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500655msgid "Truncate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500656msgstr "Uciąć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500657
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400658#: e2fsck/problem.c:61
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500659msgid "Clear inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500660msgstr "Wyczyścić i-węzeł"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500661
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400662#: e2fsck/problem.c:62
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500663msgid "Abort"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500664msgstr "Przerwać"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500665
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400666#: e2fsck/problem.c:63
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500667msgid "Split"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500668msgstr "Podzielić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500669
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400670#: e2fsck/problem.c:64
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500671msgid "Continue"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500672msgstr "Kontynuować"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500673
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400674#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400675msgid "Clone multiply-claimed blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500676msgstr "Sklonować wielokrotnie zadeklarowane bloki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500677
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400678#: e2fsck/problem.c:66
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500679msgid "Delete file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500680msgstr "Usunąć plik"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500681
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400682#: e2fsck/problem.c:67
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500683msgid "Suppress messages"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500684msgstr "Pominąć komunikaty"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500685
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400686#: e2fsck/problem.c:68
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500687msgid "Unlink"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500688msgstr "Odłączyć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500689
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400690#: e2fsck/problem.c:69
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500691msgid "Clear HTree index"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500692msgstr "Wyczyścić indeks HTree"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500693
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400694#: e2fsck/problem.c:70
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500695msgid "Recreate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500696msgstr "Odtworzyć"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500697
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400698#: e2fsck/problem.c:79
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500699msgid "(NONE)"
700msgstr "(NIC)"
701
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400702#: e2fsck/problem.c:80
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500703msgid "FIXED"
704msgstr "POPRAWIONO"
705
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400706#: e2fsck/problem.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500707msgid "CLEARED"
708msgstr "WYCZYSZCZONO"
709
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400710#: e2fsck/problem.c:82
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500711msgid "RELOCATED"
712msgstr "PRZENIESIONO"
713
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400714#: e2fsck/problem.c:83
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500715msgid "ALLOCATED"
716msgstr "PRZYDZIELONO"
717
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400718#: e2fsck/problem.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500719msgid "EXPANDED"
720msgstr "ROZSZERZONO"
721
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400722#: e2fsck/problem.c:85
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500723msgid "RECONNECTED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500724msgstr "PODŁĄCZONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500725
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400726#: e2fsck/problem.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500727msgid "CREATED"
728msgstr "UTWORZONO"
729
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400730#: e2fsck/problem.c:87
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500731msgid "SALVAGED"
732msgstr "URATOWANO"
733
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400734#: e2fsck/problem.c:88
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500735msgid "TRUNCATED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500736msgstr "SKRÓCONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500737
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400738#: e2fsck/problem.c:89
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500739msgid "INODE CLEARED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500740msgstr "I-WĘZEŁ WYCZYSZCZONY"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500741
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400742#: e2fsck/problem.c:90
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500743msgid "ABORTED"
744msgstr "PRZERWANO"
745
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400746#: e2fsck/problem.c:91
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500747msgid "SPLIT"
748msgstr "PODZIELONO"
749
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400750#: e2fsck/problem.c:92
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500751msgid "CONTINUING"
752msgstr "KONTYNUACJA"
753
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400754#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400755msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400756msgstr "SKLONOWANO WIELOKROTNIE ZADEKLAROWANE BLOKI"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500757
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400758#: e2fsck/problem.c:94
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500759msgid "FILE DELETED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500760msgstr "PLIK USUNIĘTY"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500761
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400762#: e2fsck/problem.c:95
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500763msgid "SUPPRESSED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500764msgstr "POMINIĘTO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500765
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400766#: e2fsck/problem.c:96
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500767msgid "UNLINKED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500768msgstr "ODŁĄCZONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500769
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400770#: e2fsck/problem.c:97
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500771msgid "HTREE INDEX CLEARED"
772msgstr "INDEKS HTREE WYCZYSZCZONY"
773
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400774#: e2fsck/problem.c:98
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500775msgid "WILL RECREATE"
776msgstr "ZOSTANIE ODTWORZONY"
777
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400778#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400779#: e2fsck/problem.c:110
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500780msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500781msgstr "@B @bów dla grupy %g nie jest w grupie. (@b %b)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500782
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400783#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400784#: e2fsck/problem.c:114
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500785msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500786msgstr "@B i-węzłów dla grupy %g nie jest w grupie. (@b %b)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500787
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400788#. @-expanded: inode table for group %g is not in group. (block %b)\n
789#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400790#: e2fsck/problem.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500791msgid ""
792"@i table for @g %g is not in @g. (@b %b)\n"
793"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
794msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500795"tablica i-węzłów dla grupy %g nie jest w grupie. (@b %b)\n"
796"UWAGA: MOŻLIWA POWAŻNA UTRATA DANYCH.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500797
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400798#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400799#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
800#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400801#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
802#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400803#. @-expanded: e2fsck -b 8193 <device>\n
804#. @-expanded: or\n
805#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400806#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400807#: e2fsck/problem.c:125
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500808msgid ""
809"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400810"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
811"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500812"@f (and not swap or ufs or something else), then the @S\n"
813"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400814" e2fsck -b 8193 <@v>\n"
815" or\n"
816" e2fsck -b 32768 <@v>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500817"\n"
818msgstr ""
819"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500820"@S nie mógł być odczytany lub nie opisuje prawidłowego systemu\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -0400821"plików ext2/ext3/ext4. Jeżeli @v jest prawidłowe i naprawdę zawiera\n"
822"@f ext2/ext3/ext4 (nie jest swapem, ufs-em ani niczym innym),\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500823"to @S jest uszkodzony - można próbować uruchomić e2fsck z innym\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500824"@Siem:\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -0400825" e2fsck -b 8193 <@v>\n"
826" lub\n"
827" e2fsck -b 32768 <@v>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500828"\n"
829
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
831#. @-expanded: The physical size of the device is %c blocks\n
832#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400833#: e2fsck/problem.c:136
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500834msgid ""
835"The @f size (according to the @S) is %b @bs\n"
836"The physical size of the @v is %c @bs\n"
837"Either the @S or the partition table is likely to be corrupt!\n"
838msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500839"Rozmiar systemu plików (według @Su) wynosi %b @bów\n"
840"Fizyczny rozmiar urządzenia wynosi %c @bów\n"
841"Możliwe, że @S albo tablica partycji jest uszkodzona!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#. @-expanded: superblock block_size = %b, fragsize = %c.\n
844#. @-expanded: This version of e2fsck does not support fragment sizes different\n
845#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400846#: e2fsck/problem.c:143
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500847msgid ""
848"@S @b_size = %b, fragsize = %c.\n"
849"This version of e2fsck does not support fragment sizes different\n"
850"from the @b size.\n"
851msgstr ""
852"W @Su block_size (rozm. bloku) = %b, fragsize (rozm. fragmentu) = %c.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500853"Ta wersja e2fsck nie obsługuje rozmiarów fragmentu różnych od rozmiaru\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500854"@bu.\n"
855
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400856#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400857#: e2fsck/problem.c:150
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500858msgid "@S @bs_per_group = %b, should have been %c\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500859msgstr "W @Su blocks_per_group (bloków w grupie) = %b, powinno być %c\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500860
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400862#: e2fsck/problem.c:155
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500863msgid "@S first_data_@b = %b, should have been %c\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500864msgstr "W @Su first_data_block (1. @b danych) = %b, powinien być %c\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500865
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866#. @-expanded: filesystem did not have a UUID; generating one.\n
867#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400868#: e2fsck/problem.c:160
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500869msgid ""
870"@f did not have a UUID; generating one.\n"
871"\n"
872msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500873"@f nie miał UUID-a; wygenerowano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500874"\n"
875
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400876#: e2fsck/problem.c:165
Theodore Ts'o886017a2005-06-26 22:11:46 -0400877#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500878msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400879"Note: if several inode or block bitmap blocks or part\n"
880"of the inode table require relocation, you may wish to try\n"
881"running e2fsck with the '-b %S' option first. The problem\n"
882"may lie only with the primary block group descriptors, and\n"
883"the backup block group descriptors may be OK.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500884"\n"
885msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500886"Uwaga: jeśli jakieś bloki bitmap i-węzłów lub bloków albo część\n"
887"tabeli i-węzłów wymaga relokacji, można uruchomić najpierw e2fsck\n"
888"z opcją '-b %S'. Problem może tkwić tylko w deskryptorach głównej\n"
889"grupy bloków, a zapasowe deskryptory grupy bloków mogą być poprawne.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500890"\n"
891
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400892#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400893#: e2fsck/problem.c:174
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500894msgid "Corruption found in @S. (%s = %N).\n"
895msgstr "Znaleziono uszkodzenia w @Su. (%s = %N).\n"
896
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400897#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400898#: e2fsck/problem.c:179
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500899#, c-format
900msgid "Error determining size of the physical @v: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500901msgstr "Błąd podczas określania rozmiaru fizycznego urządzenia: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400904#: e2fsck/problem.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905msgid "@i count in @S is %i, @s %j.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500906msgstr "licznik i-węzłów w @Su wynosi %i, powinien być %j.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500907
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400908#: e2fsck/problem.c:188
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500909msgid "The Hurd does not support the filetype feature.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500910msgstr "Hurd nie obsługuje własności filetype.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500911
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500912#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400913#: e2fsck/problem.c:193
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400914#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500915msgid "@S has an @n @j (@i %i).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500916msgstr "@S ma błędną kronikę (@i %i).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500917
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400919#: e2fsck/problem.c:198
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500920msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400921msgstr ""
922"Zewnętrzna @j ma wielu użytkowników systemu plików (nie obsługiwane).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500923
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400924#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400925#: e2fsck/problem.c:203
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500926msgid "Can't find external @j\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500927msgstr "Nie można znaleźć zewnętrznej kroniki\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500928
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400929#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400930#: e2fsck/problem.c:208
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500931msgid "External @j has bad @S\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500932msgstr "Zewnętrzna @j ma błędny @S\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500933
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400935#: e2fsck/problem.c:213
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500936msgid "External @j does not support this @f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500937msgstr "Zewnętrzna @j nie obsługuje tego systemu plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500938
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500939#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
941#. @-expanded: format.\n
942#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400943#: e2fsck/problem.c:218
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500944msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500945"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400946"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
947"format.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500948"It is also possible the @j @S is corrupt.\n"
949msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500950"@S kroniki systemu plików ma nieznany typ %N (nie obsługiwany).\n"
951"Możliwe, że ta kopia e2fsck jest stara i/lub nie obsługuje tego formatu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500952"kroniki.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500953"Możliwe też, że @S kroniki jest uszkodzony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500954
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500955#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400956#: e2fsck/problem.c:226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500957msgid "@j @S is corrupt.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400958msgstr "@S kroniki jest uszkodzony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500959
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400960#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400961#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400962msgid "@S has_@j flag is clear, but a @j is present.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -0400963msgstr "flaga @Su has_journal jest wyzerowana, ale @j istnieje.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500964
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500965#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400966#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500967msgid "@S needs_recovery flag is set, but no @j is present.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500968msgstr "@S ma ustawioną flagę needs_recovery, ale nie ma kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500969
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500970#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400971#: e2fsck/problem.c:241
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500972msgid "@S needs_recovery flag is clear, but @j has data.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400973msgstr "flaga needs_recovery @Su jest wyzerowana, ale @j zawiera dane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500974
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400975#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400976#: e2fsck/problem.c:246
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500977msgid "Clear @j"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500978msgstr "Wyczyścić kronikę"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500979
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400980#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400981#: e2fsck/problem.c:251 e2fsck/problem.c:729
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400982msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500983msgstr "@f ma ustawione flagi cech, ale ma wersję 0 systemu plików. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500984
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400985#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400986#: e2fsck/problem.c:256
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500987msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
988msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, uprawnienia=%Im, rozmiar=%Is)\n"
989
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400990#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400991#: e2fsck/problem.c:261
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400992msgid "@I %B (%b) found in @o @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500993msgstr "znaleziono @I %B (%b) w @om i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500994
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400995#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400996#: e2fsck/problem.c:266
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400997msgid "Already cleared %B (%b) found in @o @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500998msgstr "Już wyczyszczono %B (%b) znaleziony w @om i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001000#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001001#: e2fsck/problem.c:271
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001002#, c-format
1003msgid "@I @o @i %i in @S.\n"
1004msgstr "@I @o @i %i w @Su.\n"
1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001006#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001007#: e2fsck/problem.c:276
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001008#, c-format
1009msgid "@I @i %i in @o @i list.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001010msgstr "@I @i %i w liście @och i-węzłów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001011
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001012#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001013#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001014msgid "@j @S has an unknown read-only feature flag set.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001015msgstr "@S kroniki ma ustawioną nieznaną flagę tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001016
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001017#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001018#: e2fsck/problem.c:286
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001019msgid "@j @S has an unknown incompatible feature flag set.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001020msgstr "@S kroniki ma ustawioną flagę nieznanej cechy.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001022#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001023#: e2fsck/problem.c:291
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001024msgid "@j version not supported by this e2fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001025msgstr "Wersja kroniki nie obsługiwana przez ten e2fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001027#. @-expanded: Moving journal from /%s to hidden inode.\n
1028#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001029#: e2fsck/problem.c:296
Theodore Ts'o886017a2005-06-26 22:11:46 -04001030#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001031msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032"Moving @j from /%s to hidden @i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001033"\n"
1034msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001035"Przenoszenie kroniki z /%s do ukrytego i-węzła.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001036"\n"
1037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001038#. @-expanded: Error moving journal: %m\n
1039#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001040#: e2fsck/problem.c:301
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001041#, c-format
1042msgid ""
1043"Error moving @j: %m\n"
1044"\n"
1045msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001046"Błąd podczas przenoszenia kroniki: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001047"\n"
1048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001049#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1050#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1051#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001052#: e2fsck/problem.c:306
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001053msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001054"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001055"Clearing fields beyond the V1 @j @S...\n"
1056"\n"
1057msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001058"Znaleziono błędne pola @Su kroniki V2 (z kroniki V1).\n"
1059"Czyszczenie pól spoza @Su kroniki V1...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001060"\n"
1061
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001062#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001063#: e2fsck/problem.c:312
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001064msgid "Run @j anyway"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001065msgstr "Wykonać zapisy z kroniki"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001066
1067#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001068#: e2fsck/problem.c:317
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001069msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1070msgstr ""
1071"Flaga odtworzenia nie ustawiona w zapasowym @Su,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001072"więc wykonuję zapisy z kroniki mimo to.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: Backing up journal inode block information.\n
1075#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001076#: e2fsck/problem.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001077msgid ""
1078"Backing up @j @i @b information.\n"
1079"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001080msgstr "Tworzenie kopii zapasowej informacji z @bu i-węzła kroniki.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001081
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001082#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1083#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001084#: e2fsck/problem.c:327
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001085msgid ""
1086"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1087"is %N; @s zero. "
1088msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001089"@f nie ma włączonego resize_inode, ale s_reserved_gdt_blocks\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001090"wynosi %N; @s zero. "
1091
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001092#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001093#: e2fsck/problem.c:333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001095msgstr ""
1096"Resize_inode nie włączone, ale i-węzeł zmiany rozmiaru jest niezerowy. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001097
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001098#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001099#: e2fsck/problem.c:338
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001100msgid "Resize @i not valid. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001101msgstr "i-węzeł zmiany rozmiaru (resize) nieprawidłowy. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001102
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001103#. @-expanded: superblock last mount time (%t,\n
1104#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001105#: e2fsck/problem.c:343
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001106msgid ""
1107"@S last mount time (%t,\n"
1108"\tnow = %T) is in the future.\n"
1109msgstr ""
1110"Czas ostatniego montowania @Su (%t,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001111"\tteraz = %T) jest w przyszłości.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001112
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001113#. @-expanded: superblock last write time (%t,\n
1114#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001115#: e2fsck/problem.c:348
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001116msgid ""
1117"@S last write time (%t,\n"
1118"\tnow = %T) is in the future.\n"
1119msgstr ""
1120"Czas ostatniego zapisu @Su (%t,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001121"\tteraz = %T) jest w przyszłości.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001122
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001123#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001124#: e2fsck/problem.c:352
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001125#, c-format
1126msgid "@S hint for external superblock @s %X. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001127msgstr "Podpowiedź @Su dla zewnętrznego superbloku powinna być %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001128
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001129#. @-expanded: Adding dirhash hint to filesystem.\n
1130#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001131#: e2fsck/problem.c:357
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001132msgid ""
1133"Adding dirhash hint to @f.\n"
1134"\n"
1135msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001136"Dodawanie podpowiedzi dirhash do systemu plików.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04001137"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001138
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001139#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001140#: e2fsck/problem.c:362
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001141msgid "@g descriptor %g checksum is %04x, should be %04y. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001142msgstr "Suma kontrolna deskryptora grupy %g to %04x, powinna wynosić %04y. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001143
1144#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001145#: e2fsck/problem.c:367
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001146#, c-format
1147msgid "@g descriptor %g marked uninitialized without feature set.\n"
1148msgstr "Deskryptor grupy %g oznaczony jako nie zainicjowany bez zbioru cech.\n"
1149
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001150#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001151#: e2fsck/problem.c:372
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001152msgid "@g descriptor %g has invalid unused inodes count %b. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001153msgstr "Deskryptor grupy %g ma błędną liczbę nie używanych i-węzłów %b. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001154
1155#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001156#: e2fsck/problem.c:377
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001157msgid "Last @g @b @B uninitialized. "
1158msgstr "@B @bu ostatniej grupy niezainicjowana. "
1159
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001160#: e2fsck/problem.c:382
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001161#, c-format
1162msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001163msgstr "Transakcja %i kroniki była uszkodzona, odtwarzanie przerwano.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001165#: e2fsck/problem.c:386
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001166msgid "The test_fs flag is set (and ext4 is available). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001167msgstr "Flags test_fs jest ustawiona (i ext4 jest dostępny). "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001168
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001169#. @-expanded: superblock last mount time is in the future.\n
1170#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001171#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001172#: e2fsck/problem.c:391
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001173#, fuzzy
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001174msgid ""
1175"@S last mount time is in the future.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001176"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001177"set)\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001178msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001179"Czas ostatniego montowania @Su jest w przyszłości\n"
1180"\t(o mniej niż dzień, zapewne z powodu złego ustawienia zegara sprzętowego) "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001181
1182#. @-expanded: superblock last write time is in the future.\n
1183#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001184#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001185#: e2fsck/problem.c:397
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001186#, fuzzy
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001187msgid ""
1188"@S last write time is in the future.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001189"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001190"set)\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001191msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001192"Czas ostatniego zapisu @Su jest w przyszłości\n"
1193"\t(o mniej niż dzień, zapewne z powodu złego ustawienia zegara sprzętowego) "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001194
1195#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001196#: e2fsck/problem.c:403
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001197msgid "One or more @b @g descriptor checksums are invalid. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001198msgstr "Jeden lub więcej deskryptorów grup bloków jest błędnych. "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001199
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001200#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001201#: e2fsck/problem.c:408
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001202msgid "Setting free @is count to %j (was %i)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001203msgstr "Ustawianie liczby wolnych i-węzłów na %j (było %i)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001204
1205#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001206#: e2fsck/problem.c:413
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001207msgid "Setting free @bs count to %c (was %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001208msgstr "Ustawianie liczby wolnych @bów na %c (było %b)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001209
Eric Sandeen032eafe2012-07-28 17:48:36 -04001210#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001211#: e2fsck/problem.c:418
Eric Sandeen032eafe2012-07-28 17:48:36 -04001212msgid "Making @q @i %i (%Q) hidden.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001213msgstr "Zmiana i-węzła @qów na ukryty.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001214
1215#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001216#: e2fsck/problem.c:423
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001217msgid "@S has invalid MMP block. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001218msgstr "@S ma błędny blok MMP. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001219
1220#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001221#: e2fsck/problem.c:428
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001222msgid "@S has invalid MMP magic. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001223msgstr "@S ma błędną liczbę magiczną MMP. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001224
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001225#: e2fsck/problem.c:433
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001226#, c-format
1227msgid "ext2fs_open2: %m\n"
1228msgstr "ext2fs_open2: %m\n"
1229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001230#: e2fsck/problem.c:438
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001231#, c-format
1232msgid "ext2fs_check_desc: %m\n"
1233msgstr "ext2fs_check_desc: %m\n"
1234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001235#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1236#. @-expanded: simultaneously.
1237#: e2fsck/problem.c:446
1238msgid ""
1239"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1240"simultaneously."
1241msgstr ""
1242
1243#. @-expanded: superblock MMP block checksum does not match MMP block.
1244#: e2fsck/problem.c:452
1245#, fuzzy
1246msgid "@S MMP block checksum does not match MMP block. "
1247msgstr "Suma kontrolna bloku MMP nie zgadza się z blokiem MMP"
1248
Jakub Boguszdf585272014-05-18 09:46:34 -04001249#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001250#: e2fsck/problem.c:457
Jakub Boguszdf585272014-05-18 09:46:34 -04001251msgid "@S 64bit filesystems needs extents to access the whole disk. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001252msgstr ""
1253"@S 64-bitowych systemów plików wymaga ekstentów do dostępu do całego dysku. "
Jakub Boguszdf585272014-05-18 09:46:34 -04001254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001255#: e2fsck/problem.c:462
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001256msgid "First_meta_bg is too big. (%N, max value %g). "
1257msgstr "First_meta_bg jest zbyt duże (%N, wartość maksymalna %g). "
1258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001259#. @-expanded: External journal superblock checksum does not match superblock.
1260#: e2fsck/problem.c:467
1261#, fuzzy
1262msgid "External @j @S checksum does not match @S. "
1263msgstr "Suma kontrolna bloku ekstentów nie zgadza się z blokiem ekstentów"
1264
1265#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1266#: e2fsck/problem.c:472
1267msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1268msgstr ""
1269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001270#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001271#: e2fsck/problem.c:479
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001272msgid "Pass 1: Checking @is, @bs, and sizes\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001273msgstr "Przebieg 1: Sprawdzanie i-węzłów, @bów i rozmiarów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001275#. @-expanded: root inode is not a directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001276#: e2fsck/problem.c:483
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001277msgid "@r is not a @d. "
1278msgstr "@r nie jest @diem. "
1279
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001280#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001281#: e2fsck/problem.c:488
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001282msgid "@r has dtime set (probably due to old mke2fs). "
1283msgstr "@r ma ustawiony dtime (zapewne przez stary mke2fs). "
1284
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001285#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001286#: e2fsck/problem.c:493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287msgid "Reserved @i %i (%Q) has @n mode. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001288msgstr "Zarezerwowany @i %i (%Q) ma błędne uprawnienia. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001289
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001290#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001291#: e2fsck/problem.c:498
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001292#, c-format
1293msgid "@D @i %i has zero dtime. "
1294msgstr "@D @i %i ma zerowy dtime. "
1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001296#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001297#: e2fsck/problem.c:503
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001298#, c-format
1299msgid "@i %i is in use, but has dtime set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001300msgstr "@i %i jest używany, ale ma ustawiony dtime. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001302#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001303#: e2fsck/problem.c:508
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001304#, c-format
1305msgid "@i %i is a @z @d. "
1306msgstr "@i %i jest @diem @z. "
1307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001308#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001309#: e2fsck/problem.c:513
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001310msgid "@g %g's @b @B at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001311msgstr "@B @bów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001314#: e2fsck/problem.c:518
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001315msgid "@g %g's @i @B at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001316msgstr "@B i-węzłów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001319#: e2fsck/problem.c:523
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001320msgid "@g %g's @i table at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001321msgstr "tablica i-węzłów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001324#: e2fsck/problem.c:528
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001325msgid "@g %g's @b @B (%b) is bad. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001326msgstr "@B @bów grupy %g (%b) jest błędna. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001329#: e2fsck/problem.c:533
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001330msgid "@g %g's @i @B (%b) is bad. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001331msgstr "@B i-węzłów grupy %g (%b) jest błędna. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001334#: e2fsck/problem.c:538
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001335msgid "@i %i, i_size is %Is, @s %N. "
1336msgstr "@i %i, i_size wynosi %Is, @s %N. "
1337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001338#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001339#: e2fsck/problem.c:543
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001340msgid "@i %i, i_@bs is %Ib, @s %N. "
1341msgstr "@i %i, i_blocks wynosi %Ib, @s %N. "
1342
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001343#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001344#: e2fsck/problem.c:548
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001345msgid "@I %B (%b) in @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001346msgstr "@I %B (%b) w i-węźle %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001347
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001348#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001349#: e2fsck/problem.c:553
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001350msgid "%B (%b) overlaps @f metadata in @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001351msgstr "%B (%b) nakłada się na metadane systemu plików w i-węźle %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001352
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001354#: e2fsck/problem.c:558
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001355#, c-format
1356msgid "@i %i has illegal @b(s). "
1357msgstr "@i %i ma niedopuszczalne @bi. "
1358
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001359#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001360#: e2fsck/problem.c:563
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001361#, c-format
1362msgid "Too many illegal @bs in @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001363msgstr "Za dużo niedopuszczalnych @bów w i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001364
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001365#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001366#: e2fsck/problem.c:568
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001367msgid "@I %B (%b) in bad @b @i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001368msgstr "@I %B (%b) w i-węźle wadliwych @bów. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001371#: e2fsck/problem.c:573
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001372msgid "Bad @b @i has illegal @b(s). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001373msgstr "I-węzeł wadliwych @bów ma niedopuszczalne @bi. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001376#: e2fsck/problem.c:578
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001377msgid "Duplicate or bad @b in use!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001378msgstr "Podwójny lub wadliwy @b jest używany!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001381#: e2fsck/problem.c:583
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001382msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001383msgstr ""
1384"Wadliwy @b %b jest używany jako niebiezpośredni @b i-węźła z wadliwym @biem. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: \n
1387#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1388#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1389#. @-expanded: in the filesystem.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001390#: e2fsck/problem.c:588
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001391msgid ""
1392"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001393"The bad @b @i has probably been corrupted. You probably\n"
1394"should stop now and run e2fsck -c to scan for bad blocks\n"
1395"in the @f.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001396msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001397"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001398"I-węzeł z wadliwym @biem został prawdopodobnie uszkodzony.\n"
1399"Prawdopodobnie należałoby teraz zatrzymać i uruchomić e2fsck -c\n"
1400"aby przeszukać @f pod kątem wadliwych bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402#. @-expanded: \n
1403#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001404#: e2fsck/problem.c:595
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001405msgid ""
1406"\n"
1407"If the @b is really bad, the @f can not be fixed.\n"
1408msgstr ""
1409"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001410"Jeżeli @b jest naprawdę wadliwy, @f nie może być naprawiony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001412#. @-expanded: You can remove this block from the bad block list and hope\n
1413#. @-expanded: that the block is really OK. But there are no guarantees.\n
1414#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001415#: e2fsck/problem.c:600
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001416msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001417"You can remove this @b from the bad @b list and hope\n"
1418"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001419"\n"
1420msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001421"Można wyczyścić ten @b z listy wadliwych @bów i mieć nadzieję,\n"
1422"że @b jest naprawdę dobry. Ale nie ma takiej gwarancji.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001423"\n"
1424
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001425#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001426#: e2fsck/problem.c:606
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001427msgid "The primary @S (%b) is on the bad @b list.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001428msgstr "Główny @S (%b) jest na liście wadliwych @bów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001429
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001430#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001431#: e2fsck/problem.c:611
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001432msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001433msgstr "Blok %b z deskryptorów głównej grupy jest na liście wadliwych @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001434
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001435#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001436#: e2fsck/problem.c:617
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001437msgid "Warning: Group %g's @S (%b) is bad.\n"
1438msgstr "Uwaga: w grupie %g @S (%b) jest wadliwy.\n"
1439
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001440#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001441#: e2fsck/problem.c:622
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001442msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001443msgstr "Uwaga: kopia deskryptorów grupy %g ma błędny @b (%b).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001444
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001445#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001446#: e2fsck/problem.c:628
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001447msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001448msgstr "Błąd programu? @b #%b uznany bez powodu w process_bad_block.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001451#: e2fsck/problem.c:634
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001452msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001453msgstr "@A %N ciągłych @bów w grupie @bów %g dla %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001456#: e2fsck/problem.c:639
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001457#, c-format
1458msgid "@A @b buffer for relocating %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001459msgstr "@A bufora @bów do przenoszenia %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001462#: e2fsck/problem.c:644
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001463msgid "Relocating @g %g's %s from %b to %c...\n"
1464msgstr "Przenoszenie w grupie %g %s z %b do %c...\n"
1465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001467#: e2fsck/problem.c:649
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001468#, c-format
1469msgid "Relocating @g %g's %s to %c...\n"
1470msgstr "Przenoszenie w grupie %g %s do %c...\n"
1471
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001472#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001473#: e2fsck/problem.c:654
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001474msgid "Warning: could not read @b %b of %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001475msgstr "Uwaga: nie można odczytać @bu %b z %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001476
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001477#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001478#: e2fsck/problem.c:659
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001479msgid "Warning: could not write @b %b for %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001480msgstr "Uwaga: nie można zapisać @bu %b do %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001483#: e2fsck/problem.c:664 e2fsck/problem.c:1725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484msgid "@A @i @B (%N): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001485msgstr "@A bitmapy i-węzłów (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486
1487#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001488#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001489msgid "@A @b @B (%N): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001490msgstr "@A bitmapy i-węzłów (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491
1492#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001493#: e2fsck/problem.c:674
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001494#, c-format
1495msgid "@A icount link information: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001496msgstr "@A informacji o liczniku dowiązań (icount): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001499#: e2fsck/problem.c:679
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001500#, c-format
1501msgid "@A @d @b array: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001502msgstr "@A tablicy @dch @bów: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001505#: e2fsck/problem.c:684
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001506#, c-format
1507msgid "Error while scanning @is (%i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001508msgstr "Błąd podczas przeszukiwania i-węzłów (%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001511#: e2fsck/problem.c:689
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001512#, c-format
1513msgid "Error while iterating over @bs in @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001514msgstr "Błąd podczas iteracji po @bach w i-węźle %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001515
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001517#: e2fsck/problem.c:694
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001518msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001519msgstr ""
1520"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 -05001521
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001523#: e2fsck/problem.c:699
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001524msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001525msgstr ""
1526"Błąd podczas zapisu informacji o @dch @bach (@i=%i, @b=%b, liczba=%N): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001527
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001529#: e2fsck/problem.c:705
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001530#, c-format
1531msgid "Error reading @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001532msgstr "Błąd podczas odczytu i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001535#: e2fsck/problem.c:713
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001536#, c-format
1537msgid "@i %i has imagic flag set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001538msgstr "@i %i ma ustawioną flagę imagic. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001540#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1541#. @-expanded: or append-only flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001542#: e2fsck/problem.c:718
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001543#, c-format
1544msgid ""
1545"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1546"or append-only flag set. "
1547msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001548"Specjalny plik (@v/gniazdo/potok/dowiązanie) (@i %i) ma ustawioną\n"
1549"flagę nienaruszalności (immutable) lub dopisywania (append-only). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001550
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001551#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001552#: e2fsck/problem.c:724
Theodore Ts'o886017a2005-06-26 22:11:46 -04001553#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001555msgstr "Specjalny (@v/gniazdo/potok/dowiązanie) @i %i ma niezerowy rozmiar. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556
1557#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001558#: e2fsck/problem.c:734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559msgid "@j @i is not in use, but contains data. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001560msgstr "@i kroniki nie jest używany, ale zawiera dane. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001561
1562#. @-expanded: journal is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001563#: e2fsck/problem.c:739
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001564msgid "@j is not regular file. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001565msgstr "@j nie jest zwykłym plikiem. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001567#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001568#: e2fsck/problem.c:744
Theodore Ts'o886017a2005-06-26 22:11:46 -04001569#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001570msgid "@i %i was part of the @o @i list. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001571msgstr "@i %i był częścią listy osieroconych i-węzłów. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001574#: e2fsck/problem.c:750
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001575msgid "@is that were part of a corrupted orphan linked list found. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001576msgstr "Znaleziono i-węzły, które były częścią uszkodzonej listy sierot. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001577
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001579#: e2fsck/problem.c:755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001580msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001581msgstr "@A struktury refcount (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001582
1583#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001584#: e2fsck/problem.c:760
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001585msgid "Error reading @a @b %b for @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001586msgstr "Błąd podczas odczytu @bu rozszerzonych atrybutów %b dla i-węzła %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001587
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001588#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001589#: e2fsck/problem.c:765
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001590msgid "@i %i has a bad @a @b %b. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001591msgstr "@i %i ma błędny @b rozszerzonych atrybutów %b. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001594#: e2fsck/problem.c:770
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001595msgid "Error reading @a @b %b (%m). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001596msgstr "Błąd podczas odczytu @bu rozszerzonych atrybutów %b (%m). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001597
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001598#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001599#: e2fsck/problem.c:775
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001600msgid "@a @b %b has reference count %r, @s %N. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001601msgstr "@b rozszerzonych atrybutów %b ma liczbę odniesień %r, powinno być %N. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001602
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001603#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001604#: e2fsck/problem.c:780
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001605msgid "Error writing @a @b %b (%m). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001606msgstr "Błąd podczas zapisu @bu rozszerzonych atrybutów %b (%m). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001608#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001609#: e2fsck/problem.c:785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001610msgid "@a @b %b has h_@bs > 1. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001611msgstr "@b rozszerzonych atrybutów %b ma h_blocks > 1. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001612
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001613#. @-expanded: error allocating extended attribute region allocation structure.
1614#: e2fsck/problem.c:790
1615#, fuzzy
1616msgid "@A @a region allocation structure. "
1617msgstr "@A struktury icount: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001620#: e2fsck/problem.c:795
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001621msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'obd386982015-05-17 20:34:58 -04001622msgstr ""
1623"@b rozszerzonych atrybutów %b jest uszkodzony (kolizja przydzielania). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001624
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001625#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001626#: e2fsck/problem.c:800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001627msgid "@a @b %b is corrupt (@n name). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001628msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (błędna nazwa). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001629
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001630#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001631#: e2fsck/problem.c:805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001632msgid "@a @b %b is corrupt (@n value). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001633msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (błędna wartość). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001635#. @-expanded: inode %i is too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001636#: e2fsck/problem.c:810
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001637#, c-format
1638msgid "@i %i is too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001639msgstr "@i %i jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001640
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001641#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001642#: e2fsck/problem.c:814
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001643msgid "%B (%b) causes @d to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001644msgstr "%B (%b) powoduje, że @d jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001645
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001646#: e2fsck/problem.c:819
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001647msgid "%B (%b) causes file to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001648msgstr "%B (%b) powoduje, że plik jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001650#: e2fsck/problem.c:824
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001651msgid "%B (%b) causes symlink to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001652msgstr "%B (%b) powoduje, że dowiązanie jest zbyt duże. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001653
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001654#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001655#: e2fsck/problem.c:829
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001656#, c-format
1657msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001658msgstr ""
1659"@i %i ma ustawioną flagę INDEX_FL na systemie plików bez obsługi htree.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001660
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001661#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001662#: e2fsck/problem.c:834
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001663#, c-format
1664msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001665msgstr "@i %i ma ustawioną flagę INDEX_FL, ale nie jest @diem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001666
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001667#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001668#: e2fsck/problem.c:839
Theodore Ts'o886017a2005-06-26 22:11:46 -04001669#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001670msgid "@h %i has an @n root node.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001671msgstr "@h %i ma błędny główny węzeł.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001672
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001674#: e2fsck/problem.c:844
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001675msgid "@h %i has an unsupported hash version (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001676msgstr "@h %i ma nie obsługiwaną wersję hasza (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001677
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001678#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001679#: e2fsck/problem.c:849
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001680#, c-format
1681msgid "@h %i uses an incompatible htree root node flag.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001682msgstr "@h %i używa niekompatybilnej flagi głównego węzła htree.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001685#: e2fsck/problem.c:854
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001686msgid "@h %i has a tree depth (%N) which is too big\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001687msgstr "@h %i ma zbyt dużą głębokość drzewa (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1690#. @-expanded: filesystem metadata.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001691#: e2fsck/problem.c:859
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001692msgid ""
1693"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1694"@f metadata. "
1695msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001696"I-węzeł z wadliwym @biem ma niebezpośredni @b (%b) będący\n"
1697"w konflikcie z metadanymi systemu plików. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001699#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001700#: e2fsck/problem.c:865
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001701#, c-format
1702msgid "Resize @i (re)creation failed: %m."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001703msgstr "Tworzenie/odtwarzanie i-węzła zmiany rozmiaru nie powiodło się: %m."
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001705#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001706#: e2fsck/problem.c:870
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707msgid "@i %i has a extra size (%IS) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001708msgstr "@i %i ma dodatkowy rozmiar (%IS), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001711#: e2fsck/problem.c:875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001712msgid "@a in @i %i has a namelen (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001713msgstr "@a w i-węźle %i ma namelen (%N), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001714
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001716#: e2fsck/problem.c:880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001717msgid "@a in @i %i has a value offset (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001718msgstr "@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 -04001719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001721#: e2fsck/problem.c:885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001722msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001723msgstr "@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 -04001724
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001725#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001726#: e2fsck/problem.c:890
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001727msgid "@a in @i %i has a value size (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001728msgstr "@a w i-węźle %i ma rozmiar wartości (%N), co jest błędne\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001729
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001730#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001731#: e2fsck/problem.c:895
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001732msgid "@a in @i %i has a hash (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001733msgstr "@a w i-węźle %i ma hash (%N), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001734
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001735#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001736#: e2fsck/problem.c:900
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001737msgid "@i %i is a %It but it looks like it is really a directory.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001738msgstr "@i %i to %It, ale wygląda jakby w rzeczywistości był katalogiem.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001739
Jakub Bogusz61e6e042008-09-02 23:47:16 -04001740#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001741#: e2fsck/problem.c:905
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001742#, c-format
1743msgid "Error while reading over @x tree in @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001744msgstr "Błąd podczas czytania po @xach w i-węźle %i: %m\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001745
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001746#. @-expanded: Failed to iterate extents in inode %i\n
1747#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001748#: e2fsck/problem.c:910
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001749msgid ""
1750"Failed to iterate extents in @i %i\n"
1751"\t(op %s, blk %b, lblk %c): %m\n"
1752msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001753"Nie udało się przejść ekstentów w i-węźle %i\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001754"\t(op %s, blk %b, lblk %c): %m\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001755
1756#. @-expanded: inode %i has an invalid extent\n
1757#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001758#: e2fsck/problem.c:916
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001759msgid ""
1760"@i %i has an @n extent\n"
1761"\t(logical @b %c, @n physical @b %b, len %N)\n"
1762msgstr ""
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001763"@i %i ma @n ekstent\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001764"\t(@b logiczny %c, @n @b fizyczny %b, długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001765
1766#. @-expanded: inode %i has an invalid extent\n
1767#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001768#: e2fsck/problem.c:921
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001769msgid ""
1770"@i %i has an @n extent\n"
1771"\t(logical @b %c, physical @b %b, @n len %N)\n"
1772msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001773"@i %i ma błędny ekstent\n"
1774"\t(@b logiczny %c, @b fizyczny %b, błędna długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001775
1776#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001777#: e2fsck/problem.c:926
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001778#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001779msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001780msgstr ""
1781"@i %i ma ustawioną flagę EXTENTS_FL na systemie plików bez obsługi "
1782"ekstentów.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001783
1784#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001785#: e2fsck/problem.c:931
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001786#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001787msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001788msgstr ""
1789"@i %i ma format z ekstentami, ale w superbloku brakuje właściwości EXTENTS\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001790
1791#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001792#: e2fsck/problem.c:936
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001793#, c-format
1794msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001795msgstr "@i %i nie ma flagi EXTENT_FL, ale jest w formacie z ekstentami\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001797#: e2fsck/problem.c:941
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001798#, c-format
1799msgid "Fast symlink %i has EXTENT_FL set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001800msgstr "Szybkie dowiązanie symboliczne %i ma ustawioną flagę EXTENT_FL. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001801
1802#. @-expanded: inode %i has out of order extents\n
1803#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001804#: e2fsck/problem.c:946
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001805msgid ""
1806"@i %i has out of order extents\n"
1807"\t(@n logical @b %c, physical @b %b, len %N)\n"
1808msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001809"@i %i ma ekstenty spoza kolejności\n"
1810"\t(@b @b logiczny %c, @b fizyczny %b, długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001811
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001812#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001813#: e2fsck/problem.c:950
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001814msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001815msgstr "@i %i ma błędny węzeł ekstentu (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001816
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001817#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001818#: e2fsck/problem.c:955
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001819#, c-format
1820msgid "Error converting subcluster @b @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001821msgstr "Błąd podczas przekształcania bitmapy @bów podklastra: %m\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001822
1823#. @-expanded: quota inode is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001824#: e2fsck/problem.c:960
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001825msgid "@q @i is not regular file. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001826msgstr "@i @qów nie jest zwykłym plikiem. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001827
1828#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001829#: e2fsck/problem.c:965
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001830msgid "@q @i is not in use, but contains data. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001831msgstr "@i @qów nie jest używany, ale zawiera dane. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001832
1833#. @-expanded: quota inode is visible to the user.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001834#: e2fsck/problem.c:970
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001835msgid "@q @i is visible to the user. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001836msgstr "@i @qów jest widoczny dla użytkownika. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001837
1838#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001839#: e2fsck/problem.c:975
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001840msgid "The bad @b @i looks @n. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001841msgstr "I-węzeł wadliwych @bów wygląda na błędny. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001842
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001843#. @-expanded: inode %i has zero length extent\n
1844#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001845#: e2fsck/problem.c:980
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001846msgid ""
1847"@i %i has zero length extent\n"
1848"\t(@n logical @b %c, physical @b %b)\n"
1849msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001850"@i %i ma ekstent zerowej długości\n"
1851"\t(@n @b logiczny %c, @b fizyczny %b, długość %N)\n"
1852
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001853#. @-expanded: inode %i seems to contain garbage.
1854#: e2fsck/problem.c:985
1855#, fuzzy, c-format
1856msgid "@i %i seems to contain garbage. "
1857msgstr "@i %i jest zbyt duży. "
1858
1859#. @-expanded: inode %i passes checks, but checksum does not match inode.
1860#: e2fsck/problem.c:990
1861#, fuzzy, c-format
1862msgid "@i %i passes checks, but checksum does not match @i. "
1863msgstr "Suma kontrolna bitmapy i-węzłów nie zgadza się z bitmapą"
1864
1865#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1866#: e2fsck/problem.c:995
1867#, fuzzy, c-format
1868msgid "@i %i @a is corrupt (allocation collision). "
1869msgstr ""
1870"@b rozszerzonych atrybutów %b jest uszkodzony (kolizja przydzielania). "
1871
1872#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1873#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1874#: e2fsck/problem.c:1003
1875#, fuzzy
1876msgid ""
1877"@i %i extent block passes checks, but checksum does not match extent\n"
1878"\t(logical @b %c, physical @b %b, len %N)\n"
1879msgstr ""
1880"@i %i ma ekstenty spoza kolejności\n"
1881"\t(@b @b logiczny %c, @b fizyczny %b, długość %N)\n"
1882
1883#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1884#: e2fsck/problem.c:1012
1885msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1886msgstr ""
1887
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001888#. @-expanded: Interior extent node level %N of inode %i:\n
1889#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001890#: e2fsck/problem.c:1019
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001891msgid ""
1892"Interior @x node level %N of @i %i:\n"
1893"Logical start %b does not match logical start %c at next level. "
1894msgstr ""
1895"Poziom wewnętrznego węzła ekstentu %N i-węzła %i:\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001896"Początek logiczny %b nie zgadza się z początkiem logicznym %c kolejnego "
1897"poziomu. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001898
1899#. @-expanded: inode %i, end of extent exceeds allowed value\n
1900#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001901#: e2fsck/problem.c:1025
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001902msgid ""
1903"@i %i, end of extent exceeds allowed value\n"
1904"\t(logical @b %c, physical @b %b, len %N)\n"
1905msgstr ""
1906"@i %i, koniec ekstentu przekracza dozwoloną wartość\n"
1907"\t(@b logiczny %c, @b fizyczny %b, długość %N)\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001908
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001909#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1910#: e2fsck/problem.c:1030
1911#, fuzzy, c-format
1912msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1913msgstr ""
1914"@i %i ma format z ekstentami, ale w superbloku brakuje właściwości EXTENTS\n"
1915
1916#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1917#: e2fsck/problem.c:1035
1918#, fuzzy, c-format
1919msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1920msgstr ""
1921"@i %i ma ustawioną flagę INDEX_FL na systemie plików bez obsługi htree.\n"
1922
1923#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1924#: e2fsck/problem.c:1043
1925msgid ""
1926"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1927msgstr ""
1928
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001929#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001930#: e2fsck/problem.c:1048
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001931msgid "@d @i %i @b %b should be at @b %c. "
1932msgstr "Dla i-węzła @du %i @b %b powinien być przy @bu %c. "
1933
1934#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001935#: e2fsck/problem.c:1053
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001936#, c-format
1937msgid "@d @i %i has @x marked uninitialized at @b %c. "
1938msgstr "@i @du %i ma @x oznaczony jako niezainicjowany przy @bu %c. "
1939
1940#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1941#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001942#: e2fsck/problem.c:1058
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001943msgid ""
1944"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1945"Will fix in pass 1B.\n"
1946msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04001947"Dla i-węzła %i @b logiczny %b (@b fizyczny %c) narusza zasady przydzielania "
1948"klastrów.\n"
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001949"Zostanie poprawiony w przebiegu 1B.\n"
1950
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001951#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1952#: e2fsck/problem.c:1063
1953#, fuzzy, c-format
1954msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1955msgstr "@i %i ma ustawioną flagę INDEX_FL, ale nie jest @diem.\n"
1956
1957#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1958#. @-expanded: or inline-data flag set.
1959#: e2fsck/problem.c:1068
1960#, fuzzy, c-format
1961msgid ""
1962"Special (@v/socket/fifo) file (@i %i) has extents\n"
1963"or inline-data flag set. "
1964msgstr ""
1965"Specjalny plik (@v/gniazdo/potok/dowiązanie) (@i %i) ma ustawioną\n"
1966"flagę nienaruszalności (immutable) lub dopisywania (append-only). "
1967
1968#. @-expanded: inode %i has extent header but inline data flag is set.\n
1969#: e2fsck/problem.c:1074
1970#, c-format
1971msgid "@i %i has @x header but inline data flag is set.\n"
1972msgstr ""
1973
1974#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1975#: e2fsck/problem.c:1079
1976#, c-format
1977msgid "@i %i seems to have inline data but @x flag is set.\n"
1978msgstr ""
1979
1980#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1981#: e2fsck/problem.c:1084
1982#, c-format
1983msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1984msgstr ""
1985
1986#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1987#: e2fsck/problem.c:1089
1988#, c-format
1989msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1990msgstr ""
1991
1992#. @-expanded: Bad block list says the bad block list inode is bad.
1993#: e2fsck/problem.c:1094
1994msgid "Bad block list says the bad block list @i is bad. "
1995msgstr ""
1996
1997#. @-expanded: error allocating extent region allocation structure.
1998#: e2fsck/problem.c:1099
1999#, fuzzy
2000msgid "@A @x region allocation structure. "
2001msgstr "@A struktury icount: %m\n"
2002
2003#. @-expanded: inode %i has a duplicate extent mapping\n
2004#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
2005#: e2fsck/problem.c:1104
2006#, fuzzy
2007msgid ""
2008"@i %i has a duplicate @x mapping\n"
2009"\t(logical @b %c, @n physical @b %b, len %N)\n"
2010msgstr ""
2011"@i %i ma @n ekstent\n"
2012"\t(@b logiczny %c, @n @b fizyczny %b, długość %N)\n"
2013
2014#. @-expanded: error allocating memory for encrypted directory list\n
2015#: e2fsck/problem.c:1109
2016msgid "@A memory for encrypted @d list\n"
2017msgstr ""
2018
2019#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
2020#: e2fsck/problem.c:1114
2021msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2022msgstr ""
2023
2024#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
2025#: e2fsck/problem.c:1119
2026#, c-format
2027msgid "@i %i on bigalloc @f cannot be @b mapped. "
2028msgstr ""
2029
2030#. @-expanded: inode %i has corrupt extent header.
2031#: e2fsck/problem.c:1124
2032#, fuzzy, c-format
2033msgid "@i %i has corrupt @x header. "
2034msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (błędna nazwa). "
2035
2036#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
2037#: e2fsck/problem.c:1129
2038#, c-format
2039msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2040msgstr ""
2041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002042#. @-expanded: \n
2043#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2044#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002045#: e2fsck/problem.c:1136
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002046msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047"\n"
2048"Running additional passes to resolve @bs claimed by more than one @i...\n"
2049"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002050msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002051"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002052"Uruchamianie dodatkowych przebiegów do rozwiązania bloków zadeklarowanych\n"
2053"przez więcej niż jeden @i...\n"
2054"Przebieg 1B: Ponowne przeszukiwanie @mch @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002056#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002057#: e2fsck/problem.c:1142
Theodore Ts'o886017a2005-06-26 22:11:46 -04002058#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002059msgid "@m @b(s) in @i %i:"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002060msgstr "@m @b(i) w i-węźle %i:"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002061
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002062#: e2fsck/problem.c:1157
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002063#, c-format
2064msgid "Error while scanning inodes (%i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002065msgstr "Błąd podczas szukania i-węzła (%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002068#: e2fsck/problem.c:1162
Theodore Ts'o886017a2005-06-26 22:11:46 -04002069#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002070msgid "@A @i @B (@i_dup_map): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002071msgstr "@A bitmapy i-węzłów (inode_dup_map): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002072
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002073#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002074#: e2fsck/problem.c:1167
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002075#, c-format
2076msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002077msgstr "Błąd podczas iteracji po @bach w i-węźle %i (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002078
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002079#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002080#: e2fsck/problem.c:1172 e2fsck/problem.c:1534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002081msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002082msgstr ""
2083"Błąd podczas poprawiania refcount dla @bu rozszerzonych atrybutów %b (@i "
2084"%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002085
Theodore Ts'o6956f612005-12-31 16:46:15 -05002086#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002087#: e2fsck/problem.c:1182
Theodore Ts'o6956f612005-12-31 16:46:15 -05002088msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002089msgstr ""
2090"Przebieg 1C: Przeszukiwanie katalogów pod kątem i-węzłów z @mmi @bami\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002091
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002092#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002093#: e2fsck/problem.c:1188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002094msgid "Pass 1D: Reconciling @m @bs\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002095msgstr "Przebieg 1D: Uzgadnianie @mch @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002096
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002097#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002098#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002099#: e2fsck/problem.c:1193
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002100msgid ""
2101"File %Q (@i #%i, mod time %IM) \n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002102" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002103msgstr ""
2104"Plik %Q (@i #%i, czas modyfikacji %IM) \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002105" ma %r @mch @bów, dzielonych z %N plikami:\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002108#: e2fsck/problem.c:1199
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002109msgid "\t%Q (@i #%i, mod time %IM)\n"
2110msgstr "\t%Q (@i #%i, czas modyfikacji %IM)\n"
2111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002112#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002113#: e2fsck/problem.c:1204
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002114msgid "\t<@f metadata>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002115msgstr "\t<metadane systemu plików>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002117#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2118#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002119#: e2fsck/problem.c:1209
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002120msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121"(There are %N @is containing @m @bs.)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002122"\n"
2123msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002124"(Jest %N i-węzłów zawierających podwójnie zadeklarowane @bi.)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002125"\n"
2126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002127#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2128#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002129#: e2fsck/problem.c:1214
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002130msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002131"@m @bs already reassigned or cloned.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002132"\n"
2133msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002134"Podwójnie zadeklarowane @bi już przepisane lub sklonowane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002135"\n"
2136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002137#: e2fsck/problem.c:1227
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002138#, c-format
2139msgid "Couldn't clone file: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002140msgstr "Nie można sklonować pliku: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002142#. @-expanded: Pass 1E: Optimizing extent trees\n
2143#: e2fsck/problem.c:1233
2144#, fuzzy
2145msgid "Pass 1E: Optimizing @x trees\n"
2146msgstr "Przebieg 3A: Optymalizacja katalogów\n"
2147
2148#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2149#: e2fsck/problem.c:1238
2150#, fuzzy, c-format
2151msgid "Failed to optimize @x tree %p (%i): %m\n"
2152msgstr "Optymalizacja katalogu %q (%d) nie powiodła się: %m\n"
2153
2154#. @-expanded: Optimizing extent trees:
2155#: e2fsck/problem.c:1243
2156#, fuzzy
2157msgid "Optimizing @x trees: "
2158msgstr "Optymalizacja katalogów: "
2159
2160#: e2fsck/problem.c:1258
2161msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2162msgstr ""
2163
2164#. @-expanded: inode %i extent tree (at level %b) could be shorter.
2165#: e2fsck/problem.c:1263
2166msgid "@i %i @x tree (at level %b) could be shorter. "
2167msgstr ""
2168
2169#. @-expanded: inode %i extent tree (at level %b) could be narrower.
2170#: e2fsck/problem.c:1268
2171msgid "@i %i @x tree (at level %b) could be narrower. "
2172msgstr ""
2173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002174#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002175#: e2fsck/problem.c:1275
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002176msgid "Pass 2: Checking @d structure\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002177msgstr "Przebieg 2: Sprawdzanie struktury @dów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002179#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002180#: e2fsck/problem.c:1280
Theodore Ts'o886017a2005-06-26 22:11:46 -04002181#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002182msgid "@n @i number for '.' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002183msgstr "Błędny numer i-węzła dla '.' w i-węźle @du %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002186#: e2fsck/problem.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002187msgid "@E has @n @i #: %Di.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002188msgstr "@E ma błędny numer i-węzła: %Di.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002190#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002191#: e2fsck/problem.c:1290
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002192msgid "@E has @D/unused @i %Di. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002193msgstr "@E ma @D/nie używany @i %Di. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002196#: e2fsck/problem.c:1295
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002197msgid "@E @L to '.' "
2198msgstr "@E @L do '.' "
2199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002201#: e2fsck/problem.c:1300
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002202msgid "@E points to @i (%Di) located in a bad @b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002203msgstr "@E wskazuje na @i (%Di) położony w wadliwym @b.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002206#: e2fsck/problem.c:1305
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002207msgid "@E @L to @d %P (%Di).\n"
2208msgstr "@E @L do @du %P (%Di).\n"
2209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002211#: e2fsck/problem.c:1310
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002212msgid "@E @L to the @r.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002213msgstr "@E @L do głównego katalogu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002216#: e2fsck/problem.c:1315
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002217msgid "@E has illegal characters in its name.\n"
2218msgstr "@E ma niedopuszczalne znaki w nazwie.\n"
2219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002220#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002221#: e2fsck/problem.c:1320
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002222#, c-format
2223msgid "Missing '.' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002224msgstr "Brakuje '.' w i-węźle @du %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002225
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002226#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002227#: e2fsck/problem.c:1325
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002228#, c-format
2229msgid "Missing '..' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002230msgstr "Brakuje '..' w i-węźle @du %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002231
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002232#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002233#: e2fsck/problem.c:1330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002234msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002235msgstr "Pierwszym @eem '%Dn' (@i=%Di) w i-węźle @du %i (%p) @s '.'\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002236
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002237#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002238#: e2fsck/problem.c:1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002239msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002240msgstr "Drugim @eem '%Dn' (@i=%Di) w i-węźle @du %i @s '..'\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002241
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002242#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002243#: e2fsck/problem.c:1340
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002244msgid "i_faddr @F %IF, @s zero.\n"
2245msgstr "i_faddr @F %IF, @s zero.\n"
2246
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002247#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002248#: e2fsck/problem.c:1345
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002249msgid "i_file_acl @F %If, @s zero.\n"
2250msgstr "i_file_acl @F %If, @s zero.\n"
2251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002253#: e2fsck/problem.c:1350
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002254msgid "i_dir_acl @F %Id, @s zero.\n"
2255msgstr "i_dir_acl @F %Id, @s zero.\n"
2256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002257#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002258#: e2fsck/problem.c:1355
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002259msgid "i_frag @F %N, @s zero.\n"
2260msgstr "i_frag @F %N, @s zero.\n"
2261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002262#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002263#: e2fsck/problem.c:1360
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002264msgid "i_fsize @F %N, @s zero.\n"
2265msgstr "i_fsize @F %N, @s zero.\n"
2266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002267#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002268#: e2fsck/problem.c:1365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002269msgid "@i %i (%Q) has @n mode (%Im).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002270msgstr "@i %i (%Q) ma błędne uprawnienia (%Im).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002271
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002272#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002273#: e2fsck/problem.c:1370
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002274msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2275msgstr "@i @du %i, %B, offset %N: @d uszkodzony\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002276
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002277#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002278#: e2fsck/problem.c:1375
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002279msgid "@d @i %i, %B, offset %N: filename too long\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002280msgstr "@i @du %i, %B, offset %N: nazwa pliku zbyt długa\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002281
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002282#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002283#: e2fsck/problem.c:1380
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002284msgid "@d @i %i has an unallocated %B. "
2285msgstr "@i @du %i ma nie przydzielony %B. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002287#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002288#: e2fsck/problem.c:1385
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002289#, c-format
2290msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002291msgstr "@e @du '.' w i-węźle @du %i nie jest zakończony przez NULL\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002292
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002293#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002294#: e2fsck/problem.c:1390
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002295#, c-format
2296msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002297msgstr "@e @du '..' w i-węźle @du %i nie jest zakończony przez NULL\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002299#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002300#: e2fsck/problem.c:1395
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002301msgid "@i %i (%Q) is an @I character @v.\n"
2302msgstr "@i %i (%Q) jest @Im @vm znakowym.\n"
2303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002304#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002305#: e2fsck/problem.c:1400
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002306msgid "@i %i (%Q) is an @I @b @v.\n"
2307msgstr "@i %i (%Q) jest @Im @vm @bowym.\n"
2308
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002309#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002310#: e2fsck/problem.c:1405
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002311msgid "@E is duplicate '.' @e.\n"
2312msgstr "@E jest powielonym @eem '.'.\n"
2313
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002314#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002315#: e2fsck/problem.c:1410
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002316msgid "@E is duplicate '..' @e.\n"
2317msgstr "@E jest powielonym @eem '..'.\n"
2318
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002319#: e2fsck/problem.c:1415 e2fsck/problem.c:1750
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002320#, c-format
2321msgid "Internal error: couldn't find dir_info for %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002322msgstr "Błąd wewnętrzny: nie można znaleźć dir_info dla %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002324#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002325#: e2fsck/problem.c:1420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002326msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002327msgstr "@E ma rec_len %Dr, @s %N.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002329#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002330#: e2fsck/problem.c:1425
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002331#, c-format
2332msgid "@A icount structure: %m\n"
2333msgstr "@A struktury icount: %m\n"
2334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002335#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002336#: e2fsck/problem.c:1430
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002337#, c-format
2338msgid "Error iterating over @d @bs: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002339msgstr "Błąd podczas iteracji po @bach @du: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002341#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002342#: e2fsck/problem.c:1435
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002343msgid "Error reading @d @b %b (@i %i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002344msgstr "Błąd podczas odczytu @b %b @du (@i %i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002346#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002347#: e2fsck/problem.c:1440
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002348msgid "Error writing @d @b %b (@i %i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002349msgstr "Błąd podczas zapisu @b %b @du (@i %i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002351#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002352#: e2fsck/problem.c:1445
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002353#, c-format
2354msgid "@A new @d @b for @i %i (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002355msgstr "@A nowego @bu @du dla i-węzła %i (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002356
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002357#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002358#: e2fsck/problem.c:1450
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002359#, c-format
2360msgid "Error deallocating @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002361msgstr "Błąd podczas zwalniania i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002362
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002363#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002364#: e2fsck/problem.c:1455
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002365#, c-format
2366msgid "@d @e for '.' in %p (%i) is big.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002367msgstr "@e @du dla '.' w %p (%i) jest duży.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002369#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002370#: e2fsck/problem.c:1460
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002371msgid "@i %i (%Q) is an @I FIFO.\n"
2372msgstr "@i %i (%Q) jest @Im FIFO.\n"
2373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002374#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002375#: e2fsck/problem.c:1465
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002376msgid "@i %i (%Q) is an @I socket.\n"
2377msgstr "@i %i (%Q) jest @Im gniazdem.\n"
2378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002379#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002380#: e2fsck/problem.c:1470
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002381msgid "Setting filetype for @E to %N.\n"
2382msgstr "Ustawiono filetype dla @eu '%Dn' w %p (%i) na %N.\n"
2383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002384#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002385#: e2fsck/problem.c:1475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002386msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002387msgstr "@E ma błędny filetype (był %Dt, powinien być %N).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002389#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002390#: e2fsck/problem.c:1480
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002391msgid "@E has filetype set.\n"
2392msgstr "@E ma ustawione filetype.\n"
2393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002394#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002395#: e2fsck/problem.c:1485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002396msgid "@E has a @z name.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002397msgstr "@E ma nazwę zerowej długości.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002399#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002400#: e2fsck/problem.c:1490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002401msgid "Symlink %Q (@i #%i) is @n.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002402msgstr "Dowiązanie symboliczne %Q (@i #%i) jest błędne.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002404#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002405#: e2fsck/problem.c:1495
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002406msgid "@a @b @F @n (%If).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002407msgstr "@b rozszerzonych atrybutów dla i-węzła %i (%Q) jest błędny (%If).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002408
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002409#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002410#: e2fsck/problem.c:1500
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002411msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002412msgstr "@f zawiera duże pliki, ale brak flagi LARGE_FILE w @Su.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002413
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002414#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002415#: e2fsck/problem.c:1505
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002416msgid "@p @h %d: %B not referenced\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002417msgstr "@p i-węźle @du HTREE %d: %B nie ma odwołań\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002418
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002419#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002420#: e2fsck/problem.c:1510
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002421msgid "@p @h %d: %B referenced twice\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002422msgstr "@p i-węźle @du HTREE %d: %B ma podwójne odwołanie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002423
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002424#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002425#: e2fsck/problem.c:1515
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002426msgid "@p @h %d: %B has bad min hash\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002427msgstr "@p i-węźle @du HTREE %d: %B ma błędny minimalny hasz\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002428
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002429#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002430#: e2fsck/problem.c:1520
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002431msgid "@p @h %d: %B has bad max hash\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002432msgstr "@p i-węźle @du HTREE %d: %B ma błędny maksymalny hasz\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002434#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002435#: e2fsck/problem.c:1525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002436msgid "@n @h %d (%q). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002437msgstr "Błędne @h %d (%q). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002439#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002440#: e2fsck/problem.c:1529
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002441msgid "@p @h %d (%q): bad @b number %b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002442msgstr "@p i-węźle @du HTREE %d (%q): błędny numer @bu %b.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002445#: e2fsck/problem.c:1539
Theodore Ts'o886017a2005-06-26 22:11:46 -04002446#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002447msgid "@p @h %d: root node is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002448msgstr "@p i-węźle @du HTREE %d: główny węzeł jest błędny\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002449
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002450#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002451#: e2fsck/problem.c:1544
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002452msgid "@p @h %d: %B has @n limit (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002453msgstr "@p i-węźle @du HTREE %d: %B ma błędny limit (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002454
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002455#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002456#: e2fsck/problem.c:1549
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002457msgid "@p @h %d: %B has @n count (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002458msgstr "@p i-węźle @du HTREE %d: %B ma błędny licznik (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002459
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002460#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002461#: e2fsck/problem.c:1554
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002462msgid "@p @h %d: %B has an unordered hash table\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002463msgstr "@p i-węźle @du HTREE %d: %B ma nie uporządkowaną tablicę haszującą\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002464
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002465#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002466#: e2fsck/problem.c:1559
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002467msgid "@p @h %d: %B has @n depth (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002468msgstr "@p i-węźle @du HTREE %d: %B ma błędną głębokość (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002470#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002471#: e2fsck/problem.c:1564
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002472msgid "Duplicate @E found. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002473msgstr "Znaleziono podwójny @E. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002475#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2476#. @-expanded: Rename to %s
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002477#: e2fsck/problem.c:1569
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002478#, no-c-format
2479msgid ""
2480"@E has a non-unique filename.\n"
2481"Rename to %s"
2482msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002483"@E ma nieunikalną nazwę pliku.\n"
2484"Zmienić na %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002486#. @-expanded: Duplicate entry '%Dn' found.\n
2487#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2488#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002489#: e2fsck/problem.c:1574
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002490msgid ""
2491"Duplicate @e '%Dn' found.\n"
2492"\tMarking %p (%i) to be rebuilt.\n"
2493"\n"
2494msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002495"Znaleziono podwójny @e '%Dn'.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002496"\tZaznaczono %p (%i) do przebudowania.\n"
2497"\n"
2498
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002499#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002500#: e2fsck/problem.c:1579
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002501msgid "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002502msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002503
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002504#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002505#: e2fsck/problem.c:1584
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002506msgid "Unexpected @b in @h %d (%q).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002507msgstr "Nieoczekiwany @b w i-węźle @du HTREE %d (%q)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002508
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002509#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002510#: e2fsck/problem.c:1588
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002511msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002512msgstr ""
2513"@i %Di znaleziony w grupie %g, która ma ustawioną flagę _INONE_UNINIT.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002514
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002515#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002516#: e2fsck/problem.c:1593
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002517msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002518msgstr "@i %Di znaleziony w grupie %g obszaru nie używanych i-węzłów.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002519
2520#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002521#: e2fsck/problem.c:1598
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002522msgid "i_file_acl_hi @F %N, @s zero.\n"
2523msgstr "i_file_acl_hi @F %N, @s zero.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002524
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002525#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2526#: e2fsck/problem.c:1603
2527#, fuzzy, c-format
2528msgid "@p @h %d: root node fails checksum.\n"
2529msgstr "@p i-węźle @du HTREE %d: główny węzeł jest błędny\n"
2530
2531#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2532#: e2fsck/problem.c:1608
2533#, fuzzy, c-format
2534msgid "@p @h %d: internal node fails checksum.\n"
2535msgstr "@p i-węźle @du HTREE %d: główny węzeł jest błędny\n"
2536
2537#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2538#: e2fsck/problem.c:1613
2539#, fuzzy
2540msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2541msgstr "@i @du %i, %B, offset %N: @d uszkodzony\n"
2542
2543#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2544#: e2fsck/problem.c:1618
2545msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2546msgstr ""
2547
2548#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2549#: e2fsck/problem.c:1623
2550msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2551msgstr ""
2552
2553#. @-expanded: Fixing size of inline directory inode %i failed.\n
2554#: e2fsck/problem.c:1628
2555#, c-format
2556msgid "Fixing size of inline @d @i %i failed.\n"
2557msgstr ""
2558
2559#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2560#: e2fsck/problem.c:1633
2561msgid "Encrypted @E is too short.\n"
2562msgstr ""
2563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002564#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002565#: e2fsck/problem.c:1640
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002566msgid "Pass 3: Checking @d connectivity\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002567msgstr "Przebieg 3: Sprawdzanie łączności @dów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002569#. @-expanded: root inode not allocated.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002570#: e2fsck/problem.c:1645
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002571msgid "@r not allocated. "
2572msgstr "@r jest nie przydzielony. "
2573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002574#. @-expanded: No room in lost+found directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002575#: e2fsck/problem.c:1650
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002576msgid "No room in @l @d. "
2577msgstr "Brak miejsca w @du @l. "
2578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002579#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002580#: e2fsck/problem.c:1655
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002581#, c-format
2582msgid "Unconnected @d @i %i (%p)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002583msgstr "Nie podłączony @i @du %i (%p)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002585#. @-expanded: /lost+found not found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002586#: e2fsck/problem.c:1660
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002587msgid "/@l not found. "
2588msgstr "Nie znaleziono /@l. "
2589
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002590#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002591#: e2fsck/problem.c:1665
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002592msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2593msgstr "'..' w %Q (%i) jest %P (%j), @s %q (%d).\n"
2594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002595#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002596#: e2fsck/problem.c:1670
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002597msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002598msgstr "Błędny lub nie istniejący /@l. Nie można podłączyć.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002600#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002601#: e2fsck/problem.c:1675
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002602#, c-format
2603msgid "Could not expand /@l: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002604msgstr "Nie można rozszerzyć /@l: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002605
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002606#: e2fsck/problem.c:1680
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002607#, c-format
2608msgid "Could not reconnect %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002609msgstr "Nie można podłączyć %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002610
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002611#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002612#: e2fsck/problem.c:1685
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002613#, c-format
2614msgid "Error while trying to find /@l: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002615msgstr "Błąd podczas szukania /@l: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002616
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002617#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002618#: e2fsck/problem.c:1690
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002619#, c-format
2620msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002621msgstr "ext2fs_new_block: %m podczas próby utworzenia @du /@l\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002622
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002623#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002624#: e2fsck/problem.c:1695
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002625#, c-format
2626msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002627msgstr "ext2fs_new_inode: %m podczas próby utworzenia @du /@l\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002628
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002629#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002630#: e2fsck/problem.c:1700
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002631#, c-format
2632msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2633msgstr "ext2fs_new_dir_block: %m podczas tworzenia nowego @bu @du\n"
2634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002635#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002636#: e2fsck/problem.c:1705
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002637#, c-format
2638msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2639msgstr "ext2fs_write_dir_block: %m podczas zapisu @bu @du dla /@l\n"
2640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002641#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002642#: e2fsck/problem.c:1710
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002643#, c-format
2644msgid "Error while adjusting @i count on @i %i\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002645msgstr "Błąd podczas poprawiania liczby i-węzłów w i-węźle %i\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002646
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002647#. @-expanded: Couldn't fix parent of inode %i: %m\n
2648#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002649#: e2fsck/problem.c:1715
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002650#, c-format
2651msgid ""
2652"Couldn't fix parent of @i %i: %m\n"
2653"\n"
2654msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002655"Nie można poprawić rodzica i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002656"\n"
2657
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002658#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2659#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002660#: e2fsck/problem.c:1720
Theodore Ts'o886017a2005-06-26 22:11:46 -04002661#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002662msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002663"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002664"\n"
2665msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002666"Nie można poprawić rodzica i-węzła %i: nie znaleziono wpisu @du rodzica\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002667"\n"
2668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002669#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002670#: e2fsck/problem.c:1730
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002671#, c-format
2672msgid "Error creating root @d (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002673msgstr "Błąd podczas tworzenia głównego @du (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002675#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002676#: e2fsck/problem.c:1735
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002677#, c-format
2678msgid "Error creating /@l @d (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002679msgstr "Błąd podczas tworzenia @du /@l (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002680
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002681#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002682#: e2fsck/problem.c:1740
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002683msgid "@r is not a @d; aborting.\n"
2684msgstr "@r nie jest @diem; przerwanie.\n"
2685
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002686#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002687#: e2fsck/problem.c:1745
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002688msgid "Cannot proceed without a @r.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002689msgstr "Nie można kontynuować bez głównego katalogu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002691#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002692#: e2fsck/problem.c:1755
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002693#, c-format
2694msgid "/@l is not a @d (ino=%i)\n"
2695msgstr "/@l nie jest @diem (@i=%i)\n"
2696
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002697#. @-expanded: /lost+found has inline data\n
2698#: e2fsck/problem.c:1760
2699msgid "/@l has inline data\n"
2700msgstr ""
2701
2702#. @-expanded: Cannot allocate space for /lost+found.\n
2703#. @-expanded: Place lost files in root directory instead
2704#: e2fsck/problem.c:1765
2705msgid ""
2706"Cannot allocate space for /@l.\n"
2707"Place lost files in root directory instead"
2708msgstr ""
2709
2710#. @-expanded: Insufficient space to recover lost files!\n
2711#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2712#. @-expanded: \n
2713#: e2fsck/problem.c:1770
2714msgid ""
2715"Insufficient space to recover lost files!\n"
2716"Move data off the @f and re-run e2fsck.\n"
2717"\n"
2718msgstr ""
2719
2720#. @-expanded: /lost+found is encrypted\n
2721#: e2fsck/problem.c:1775
2722#, fuzzy
2723msgid "/@l is encrypted\n"
2724msgstr "Obraz (%s) jest zaszyfrowany\n"
2725
2726#: e2fsck/problem.c:1782
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002727msgid "Pass 3A: Optimizing directories\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002728msgstr "Przebieg 3A: Optymalizacja katalogów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002729
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002730#: e2fsck/problem.c:1787
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002731#, c-format
2732msgid "Failed to create dirs_to_hash iterator: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002733msgstr "Tworzenie iteratora dirs_to_hash nie powiodło się: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002734
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002735#: e2fsck/problem.c:1792
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002736msgid "Failed to optimize directory %q (%d): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002737msgstr "Optymalizacja katalogu %q (%d) nie powiodła się: %m\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002738
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002739#: e2fsck/problem.c:1797
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002740msgid "Optimizing directories: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002741msgstr "Optymalizacja katalogów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002742
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002743#: e2fsck/problem.c:1814
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002744msgid "Pass 4: Checking reference counts\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002745msgstr "Przebieg 4: Sprawdzanie liczników odwołań\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002746
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002747#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002748#: e2fsck/problem.c:1819
Theodore Ts'o886017a2005-06-26 22:11:46 -04002749#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002750msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002751msgstr "@u @i @z %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002752
2753#. @-expanded: unattached inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002754#: e2fsck/problem.c:1824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002755#, c-format
2756msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002757msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002758
2759#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002760#: e2fsck/problem.c:1829
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002761msgid "@i %i ref count is %Il, @s %N. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002762msgstr "licznik odwołań i-węzła %i wynosi %Il, @s %N. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002764#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2765#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2766#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002767#: e2fsck/problem.c:1833
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002768msgid ""
2769"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2770"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002771"@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 -05002772msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002773"UWAGA: BŁĄD PROGRAMU W E2FSCK!\n"
2774"\tLUB KTOŚ BEZMÓZGI (TY) SPRAWDZA PODMONTOWANY (ŻYWY) SYSTEM PLIKÓW.\n"
2775"inode_link_info[%i]=%N, inode.i_links_count=%Il. Powinny być takie same!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002776
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002777#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002778#: e2fsck/problem.c:1843
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002779msgid "Pass 5: Checking @g summary information\n"
2780msgstr "Przebieg 5: Sprawdzanie sumarycznych informacji o @gch\n"
2781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002782#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002783#: e2fsck/problem.c:1848
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002784msgid "Padding at end of @i @B is not set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002785msgstr "Wypełnienie na końcu bitmapy i-węzłów nie jest ustawione. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002786
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002787#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002788#: e2fsck/problem.c:1853
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002789msgid "Padding at end of @b @B is not set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002790msgstr "Wypełnienie na końcu bitmapy @bów nie jest ustawione. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002792#. @-expanded: block bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002793#: e2fsck/problem.c:1858
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002794msgid "@b @B differences: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002795msgstr "Różnice bitmapy @bów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002797#. @-expanded: inode bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002798#: e2fsck/problem.c:1878
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002799msgid "@i @B differences: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002800msgstr "Różnice bitmapy i-węzłów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002802#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002803#: e2fsck/problem.c:1898
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002804msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002805msgstr "Błędna liczba wolnych i-węzłów dla grupy #%g (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002806
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002807#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002808#: e2fsck/problem.c:1903
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002809msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002810msgstr "Błędna liczba katalogów dla grupy #%g (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002811
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002812#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002813#: e2fsck/problem.c:1908
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002814msgid "Free @is count wrong (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002815msgstr "Błędna liczba wolnych i-węzłów (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002816
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002817#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002818#: e2fsck/problem.c:1913
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002819msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002820msgstr "Błędna liczba wolnych @bów dla grupy #%g (%b, naliczono %c).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002821
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002822#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002823#: e2fsck/problem.c:1918
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002824msgid "Free @bs count wrong (%b, counted=%c).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002825msgstr "Błędna liczba wolnych @bów (%b, naliczono %c).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002826
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002827#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2828#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002829#: e2fsck/problem.c:1923
Theodore Ts'obd386982015-05-17 20:34:58 -04002830msgid ""
2831"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2832"endpoints (%i, %j)\n"
2833msgstr ""
2834"BŁĄD PROGRAMU: końce bitmap systemu plików (#%N) (%b, %c) nie zgadzają się z "
2835"policzonymi końcami bitmap (%i, %j)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002837#: e2fsck/problem.c:1929
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002838msgid "Internal error: fudging end of bitmap (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002839msgstr "Błąd wewnętrzny: fałszywy koniec bitmapy (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002841#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002842#: e2fsck/problem.c:1934
Theodore Ts'o886017a2005-06-26 22:11:46 -04002843#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002844msgid "Error copying in replacement @i @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002845msgstr "Błąd podczas kopiowania w zastępczej bitmapie i-węzłów: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002846
2847#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002848#: e2fsck/problem.c:1939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002849#, c-format
2850msgid "Error copying in replacement @b @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002851msgstr "Błąd podczas kopiowania w zastępczej bitmapie @bów: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002852
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002853#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002854#: e2fsck/problem.c:1964
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002855#, c-format
2856msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002857msgstr "@b(i) grupy %g są używane, ale @g ma flagę BLOCK_UNINIT\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002858
2859#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002860#: e2fsck/problem.c:1969
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002861#, c-format
2862msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002863msgstr "i-węzły grupy %g są używane, ale @g ma flagę INODE_UNINIT\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002864
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002865#. @-expanded: group %g inode bitmap does not match checksum.\n
2866#: e2fsck/problem.c:1974
2867#, c-format
2868msgid "@g %g @i @B does not match checksum.\n"
2869msgstr ""
2870
2871#. @-expanded: group %g block bitmap does not match checksum.\n
2872#: e2fsck/problem.c:1979
2873#, c-format
2874msgid "@g %g @b @B does not match checksum.\n"
2875msgstr ""
2876
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002877#. @-expanded: Recreate journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002878#: e2fsck/problem.c:1986
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002879msgid "Recreate @j"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002880msgstr "Odtworzyć kronikę"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002881
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002882#: e2fsck/problem.c:1991
Eric Sandeen032eafe2012-07-28 17:48:36 -04002883msgid "Update quota info for quota type %N"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002884msgstr "Uaktualnić informacje o limitach typu %N"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002885
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002886#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002887#: e2fsck/problem.c:1996
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002888#, c-format
2889msgid "Error setting @b @g checksum info: %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002890msgstr ""
2891"Błąd podczas ustawiania informacji o sumie kontrolnej grupy bloków: %m\n"
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002892
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002893#: e2fsck/problem.c:2001
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002894#, c-format
2895msgid "Error writing file system info: %m\n"
2896msgstr "Błąd podczas zapisu informacji o systemie plików: %m\n"
2897
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002898#: e2fsck/problem.c:2006
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002899#, c-format
2900msgid "Error flushing writes to storage device: %m\n"
2901msgstr "Błąd podczas zrzucania zapisów na urządzenie przechowujące: %m\n"
2902
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002903#: e2fsck/problem.c:2127
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002904#, c-format
2905msgid "Unhandled error code (0x%x)!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002906msgstr "Nie obsłużony kod błędu (0x%x)!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002907
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002908#: e2fsck/problem.c:2252 e2fsck/problem.c:2256
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002909msgid "IGNORED"
2910msgstr "ZIGNOROWANO"
2911
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002912#: e2fsck/quota.c:33 e2fsck/quota.c:46
2913msgid "in move_quota_inode"
2914msgstr ""
2915
Eric Sandeen032eafe2012-07-28 17:48:36 -04002916#: e2fsck/scantest.c:79
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002917#, c-format
2918msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002919msgstr "Użyta pamięć: %d, upłynął czas: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002920
Eric Sandeen032eafe2012-07-28 17:48:36 -04002921#: e2fsck/scantest.c:98
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002922#, c-format
2923msgid "size of inode=%d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002924msgstr "rozmiar i-węzła=%d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002925
Eric Sandeen032eafe2012-07-28 17:48:36 -04002926#: e2fsck/scantest.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002927msgid "while starting inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002928msgstr "podczas rozpoczynania przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002929
Eric Sandeen032eafe2012-07-28 17:48:36 -04002930#: e2fsck/scantest.c:130
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002931msgid "while doing inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002932msgstr "podczas przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002933
Jakub Boguszdf585272014-05-18 09:46:34 -04002934#: e2fsck/super.c:190
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002935#, c-format
2936msgid "while calling ext2fs_block_iterate for inode %d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002937msgstr "podczas wywołania ext2fs_block_iterate dla i-węzła %d"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002938
Jakub Boguszdf585272014-05-18 09:46:34 -04002939#: e2fsck/super.c:213
Theodore Ts'od46ce702007-07-10 09:45:47 -04002940#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002941msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002942msgstr "podczas wywołania ext2fs_adjust_ea_refcount2 dla i-węzła %d"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002943
Jakub Boguszdf585272014-05-18 09:46:34 -04002944#: e2fsck/super.c:274
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002945msgid "Truncating"
2946msgstr "Skracanie"
2947
Jakub Boguszdf585272014-05-18 09:46:34 -04002948#: e2fsck/super.c:275
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002949msgid "Clearing"
2950msgstr "Czyszczenie"
2951
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002952#: e2fsck/unix.c:76
2953#, fuzzy, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002954msgid ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002955"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002956"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002957"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002958"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002959msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002960"Składnia: %s [-panyrcdfvtDFV] [-b superblok] [-B rozm_bloku]\n"
2961"\t\t[-I bloków_bufora_i-węzłów] [-P rozmiar_i-węzła]\n"
2962"\t\t[-l|-L plik_wadliwych_bloków] [-C fd] [-j zewn-kronika]\n"
2963"\t\t[-E rozszerzone-opcje] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002964
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002965#: e2fsck/unix.c:82
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002966msgid ""
2967"\n"
2968"Emergency help:\n"
2969" -p Automatic repair (no questions)\n"
2970" -n Make no changes to the filesystem\n"
2971" -y Assume \"yes\" to all questions\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002972" -c Check for bad blocks and add them to the badblock "
2973"list\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002974" -f Force checking even if filesystem is marked clean\n"
2975msgstr ""
2976"\n"
2977"Awaryjna pomoc:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002978" -p Automatyczne naprawianie (bez pytań)\n"
2979" -n Nie wykonywanie zmian w systemie plików\n"
2980" -y Przyjęcie odpowiedzi \"tak\" na wszystkie pytania\n"
2981" -c Szukanie wadliwych bloków i dodanie ich do listy\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002982" -f Wymuszenie sprawdzenia nawet \"czystego\" systemu "
2983"plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002985#: e2fsck/unix.c:88
2986#, fuzzy
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002987msgid ""
2988" -v Be verbose\n"
2989" -b superblock Use alternative superblock\n"
2990" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002991" -j external_journal Set location of the external journal\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002992" -l bad_blocks_file Add to badblocks list\n"
2993" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002994" -z undo_file Create an undo file\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002995msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002996" -v Pokazywanie większej ilości informacji\n"
2997" -b superblok Użycie innego superbloku\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002998" -B rozm.bloku Wymuszenie rozmiaru bloku przy poszukiwaniu "
2999"superbloku\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003000" -j zewn-kronika Ustawienie położenia zewnętrznej kroniki\n"
3001" -l plik_złych_bloków Dodanie do listy wadliwych bloków\n"
3002" -L plik_złych_bloków Ustawienie listy wadliwych bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003003
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003004#: e2fsck/unix.c:134
Theodore Ts'od46ce702007-07-10 09:45:47 -04003005#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003006msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003007msgstr "%s: %u/%u plików (%0d.%d%% nieciągłych), %llu/%llu bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003008
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003009#: e2fsck/unix.c:160
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003010#, c-format
3011msgid ""
3012"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003013"%12u inode used (%2.2f%%, out of %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003014msgid_plural ""
3015"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003016"%12u inodes used (%2.2f%%, out of %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003017msgstr[0] ""
3018"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003019"%12u użyty i-węzeł (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003020msgstr[1] ""
3021"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003022"%12u użyte i-węzły (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003023msgstr[2] ""
3024"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003025"%12u użytych i-węzłów (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003027#: e2fsck/unix.c:164
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003028#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003029msgid "%12u non-contiguous file (%0d.%d%%)\n"
3030msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003031msgstr[0] "%12u plik nieciągły (%0d.%d%%)\n"
3032msgstr[1] "%12u pliki nieciągłe (%0d.%d%%)\n"
3033msgstr[2] "%12u plików nieciągłych (%0d.%d%%)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003034
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003035#: e2fsck/unix.c:169
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003036#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003037msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3038msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003039msgstr[0] "%12u katalog nieciągły (%0d.%d%%)\n"
3040msgstr[1] "%12u katalogi nieciągłe (%0d.%d%%)\n"
3041msgstr[2] "%12u katalogów nieciągłych (%0d.%d%%)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003042
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003043#: e2fsck/unix.c:174
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003044#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003045msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003046msgstr " liczba i-węzłów z blokami ind/dind/tind: %u/%u/%u\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003047
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003048#: e2fsck/unix.c:182
Jakub Boguszb675f582013-01-15 23:30:36 -05003049msgid " Extent depth histogram: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003050msgstr " Histogram głębokości ekstentów: "
Jakub Boguszb675f582013-01-15 23:30:36 -05003051
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003052#: e2fsck/unix.c:191
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003053#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003054msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3055msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003056msgstr[0] "%12llu użyty blok (%2.2f%% z %llu)\n"
3057msgstr[1] "%12llu użyte bloki (%2.2f%% z %llu)\n"
3058msgstr[2] "%12llu użytych bloków (%2.2f%% z %llu)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003059
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003060#: e2fsck/unix.c:195
Jakub Boguszb675f582013-01-15 23:30:36 -05003061#, c-format
3062msgid "%12u bad block\n"
3063msgid_plural "%12u bad blocks\n"
3064msgstr[0] "%12u wadliwy blok\n"
3065msgstr[1] "%12u wadliwe bloki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003066msgstr[2] "%12u wadliwych bloków\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003068#: e2fsck/unix.c:197
Jakub Boguszb675f582013-01-15 23:30:36 -05003069#, c-format
3070msgid "%12u large file\n"
3071msgid_plural "%12u large files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003072msgstr[0] "%12u duży plik\n"
3073msgstr[1] "%12u duże pliki\n"
3074msgstr[2] "%12u dużych plików\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003076#: e2fsck/unix.c:199
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003077#, c-format
3078msgid ""
3079"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003080"%12u regular file\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003081msgid_plural ""
3082"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003083"%12u regular files\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003084msgstr[0] ""
3085"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003086"%12u zwykły plik\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003087msgstr[1] ""
3088"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003089"%12u zwykłe pliki\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003090msgstr[2] ""
3091"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003092"%12u zwykłych plików\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003094#: e2fsck/unix.c:201
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003095#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003096msgid "%12u directory\n"
3097msgid_plural "%12u directories\n"
3098msgstr[0] "%12u katalog\n"
3099msgstr[1] "%12u katalogi\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003100msgstr[2] "%12u katalogów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003102#: e2fsck/unix.c:203
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003103#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003104msgid "%12u character device file\n"
3105msgid_plural "%12u character device files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003106msgstr[0] "%12u plik urządzenia znakowego\n"
3107msgstr[1] "%12u pliki urządzeń znakowych\n"
3108msgstr[2] "%12u plików urządzeń znakowych\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003110#: e2fsck/unix.c:206
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003111#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003112msgid "%12u block device file\n"
3113msgid_plural "%12u block device files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003114msgstr[0] "%12u plik urządzenia blokowego\n"
3115msgstr[1] "%12u pliki urządzeń blokowych\n"
3116msgstr[2] "%12u plików urządzeń blokowych\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003117
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003118#: e2fsck/unix.c:208
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003119#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003120msgid "%12u fifo\n"
3121msgid_plural "%12u fifos\n"
3122msgstr[0] "%12u potok\n"
3123msgstr[1] "%12u potoki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003124msgstr[2] "%12u potoków\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003125
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003126#: e2fsck/unix.c:210
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003127#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003128msgid "%12u link\n"
3129msgid_plural "%12u links\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003130msgstr[0] "%12u dowiązanie\n"
3131msgstr[1] "%12u dowiązania\n"
3132msgstr[2] "%12u dowiązań\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003133
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003134#: e2fsck/unix.c:212
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003135#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003136msgid "%12u symbolic link"
3137msgid_plural "%12u symbolic links"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003138msgstr[0] "%12u dowiązanie symboliczne"
3139msgstr[1] "%12u dowiązania symboliczne"
3140msgstr[2] "%12u dowiązań symbolicznych"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003142#: e2fsck/unix.c:214
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003143#, c-format
3144msgid " (%u fast symbolic link)\n"
3145msgid_plural " (%u fast symbolic links)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003146msgstr[0] " (%u szybkie dowiązanie symboliczne)\n"
3147msgstr[1] " (%u szybkie dowiązania symboliczne)\n"
3148msgstr[2] " (%u szybkich dowiązań symbolicznych)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003150#: e2fsck/unix.c:218
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003151#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003152msgid "%12u socket\n"
3153msgid_plural "%12u sockets\n"
3154msgstr[0] "%12u gniazdo\n"
3155msgstr[1] "%12u gniazda\n"
3156msgstr[2] "%12u gniazd\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003157
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003158#: e2fsck/unix.c:222
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003159#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003160msgid "%12u file\n"
3161msgid_plural "%12u files\n"
3162msgstr[0] "%12u plik\n"
3163msgstr[1] "%12u pliki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003164msgstr[2] "%12u plików\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003165
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003166#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2848 misc/util.c:126
3167#: resize/main.c:352
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003168#, c-format
3169msgid "while determining whether %s is mounted."
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003170msgstr "podczas sprawdzania, czy %s jest zamontowany."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003172#: e2fsck/unix.c:256
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003173#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003174msgid "Warning! %s is mounted.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003175msgstr "Uwaga! %s jest zamontowany.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003177#: e2fsck/unix.c:259
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003178#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003179msgid "Warning! %s is in use.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003180msgstr "Uwaga! %s jest w użyciu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003182#: e2fsck/unix.c:265
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003183#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003184msgid "%s is mounted.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003185msgstr "%s jest zamontowany.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003187#: e2fsck/unix.c:267
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003188#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003189msgid "%s is in use.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003190msgstr "%s jest w użyciu.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003192#: e2fsck/unix.c:269
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003193msgid ""
3194"Cannot continue, aborting.\n"
3195"\n"
3196msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003197"Nie można kontynuować, przerwano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003198"\n"
3199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003200#: e2fsck/unix.c:271
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003201msgid ""
3202"\n"
3203"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003204"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3205"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003206"\n"
3207msgstr ""
3208"\n"
3209"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003210"UWAGA!!! System plików jest zamontowany. Kontynuacja ***SPOWODUJE***\n"
3211"***POWAŻNE*** uszkodzenie systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003212"\n"
3213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003214#: e2fsck/unix.c:276
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003215msgid "Do you really want to continue"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003216msgstr "Naprawdę kontynuować?"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003218#: e2fsck/unix.c:278
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003219msgid "check aborted.\n"
3220msgstr "sprawdzanie przerwane.\n"
3221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003222#: e2fsck/unix.c:371
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003223msgid " contains a file system with errors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003224msgstr " zawiera system plików z błędami"
3225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003226#: e2fsck/unix.c:373
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003227msgid " was not cleanly unmounted"
3228msgstr " nie był czysto odmontowany"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003230#: e2fsck/unix.c:375
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003231msgid " primary superblock features different from backup"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003232msgstr " cechy głównego superbloku różnią się od kopii zapasowej"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003233
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003234#: e2fsck/unix.c:379
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003235#, c-format
3236msgid " has been mounted %u times without being checked"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003237msgstr " był montowany %u razy bez sprawdzania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003238
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003239#: e2fsck/unix.c:386
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003240msgid " has filesystem last checked time in the future"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003241msgstr " ma czas ostatniego sprawdzenia systemu plików w przyszłości"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003243#: e2fsck/unix.c:392
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003244#, c-format
3245msgid " has gone %u days without being checked"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003246msgstr " przetrwał %u dni bez sprawdzania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003248#: e2fsck/unix.c:401
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003249msgid ", check forced.\n"
3250msgstr ", wymuszono sprawdzenie.\n"
3251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003252#: e2fsck/unix.c:434
Theodore Ts'od46ce702007-07-10 09:45:47 -04003253#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003254msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003255msgstr "%s: czysty, %u/%u plików, %llu/%llu bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003257#: e2fsck/unix.c:454
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003258msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003259msgstr " (sprawdzenie wstrzymane; zasilanie z baterii)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003261#: e2fsck/unix.c:457
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003262msgid " (check after next mount)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003263msgstr " (sprawdzenie po następnym montowaniu)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003265#: e2fsck/unix.c:459
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003266#, c-format
3267msgid " (check in %ld mounts)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003268msgstr "(sprawdzenie za %ld montowań)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003270#: e2fsck/unix.c:609
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003271#, c-format
3272msgid "ERROR: Couldn't open /dev/null (%s)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003273msgstr "BŁĄD: Nie można otworzyć /dev/null (%s)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003275#: e2fsck/unix.c:679
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003276msgid "Invalid EA version.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003277msgstr "Błędna wersja EA.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003279#: e2fsck/unix.c:692
3280#, fuzzy
3281msgid "Invalid readahead buffer size.\n"
3282msgstr "Błędny parametr resize: %s\n"
3283
3284#: e2fsck/unix.c:725
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003285#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003286msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003287msgstr "Nieznana opcja rozszerzona: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003289#: e2fsck/unix.c:752
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003290#, c-format
3291msgid ""
3292"Syntax error in e2fsck config file (%s, line #%d)\n"
3293"\t%s\n"
3294msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003295"Błąd składni w pliku konfiguracyjnym e2fsck (%s, linia %d)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003296"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003298#: e2fsck/unix.c:825
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003299#, c-format
3300msgid "Error validating file descriptor %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003301msgstr "Błąd podczas kontroli deskryptora pliku %d: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003302
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003303#: e2fsck/unix.c:829
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003304msgid "Invalid completion information file descriptor"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003305msgstr "Błędne informacje dopełniające deskryptora plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003306
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003307#: e2fsck/unix.c:844
Theodore Ts'o6956f612005-12-31 16:46:15 -05003308msgid "Only one of the options -p/-a, -n or -y may be specified."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003309msgstr "Można podać tylko jedną z opcji -p/-a, -n lub -y."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003310
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003311#: e2fsck/unix.c:865
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003312#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003313msgid "The -t option is not supported on this version of e2fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003314msgstr "Opcja -t nie jest obsługiwana przez tę wersję e2fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003315
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003316#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3317#: misc/tune2fs.c:1567 misc/tune2fs.c:1863 misc/tune2fs.c:1881
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003318#, c-format
3319msgid "Unable to resolve '%s'"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003320msgstr "Nie udało się rozwiązać '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003321
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003322#: e2fsck/unix.c:952
Jakub Bogusze20ac792011-01-24 15:03:43 -05003323msgid "The -n and -D options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003324msgstr "Opcje -n i -D są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05003325
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003326#: e2fsck/unix.c:957
Jakub Bogusze20ac792011-01-24 15:03:43 -05003327msgid "The -n and -c options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003328msgstr "Opcje -n i -c są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05003329
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003330#: e2fsck/unix.c:962
Jakub Bogusze20ac792011-01-24 15:03:43 -05003331msgid "The -n and -l/-L options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003332msgstr "Opcje -n i -l/-L są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05003333
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003334#: e2fsck/unix.c:986
3335#, fuzzy
3336msgid "The -D and -E fixes_only options are incompatible."
3337msgstr "Opcje -n i -D są niekompatybilne."
3338
3339#: e2fsck/unix.c:992
3340#, fuzzy
3341msgid "The -E bmap2extent and fixes_only options are incompatible."
3342msgstr "Opcje -n i -D są niekompatybilne."
3343
3344#: e2fsck/unix.c:1046
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003345msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003346msgstr "Opcje -c oraz -l/-L nie mogą być podane jednocześnie.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003347
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003348#: e2fsck/unix.c:1093
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003349#, c-format
3350msgid ""
3351"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3352"\n"
3353msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003354"E2FSCK_JBD_DEBUG \"%s\" nie jest liczbą całkowitą\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003355"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003356
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003357#: e2fsck/unix.c:1102
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003358#, c-format
3359msgid ""
3360"\n"
3361"Invalid non-numeric argument to -%c (\"%s\")\n"
3362"\n"
3363msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003364"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003365"Błędny argument nieliczbowy dla -%c (\"%s\")\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003366"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003368#: e2fsck/unix.c:1193
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003369#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04003370msgid ""
3371"MMP interval is %u seconds and total wait time is %u seconds. Please "
3372"wait...\n"
3373msgstr ""
3374"Przedział MMP to %u sek, a całkowity czas oczekiwania %u sek. Proszę "
3375"czekać...\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003376
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003377#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003378msgid "while checking MMP block"
3379msgstr "podczas sprawdzania bloku MMP"
3380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003381#: e2fsck/unix.c:1217 misc/tune2fs.c:2762
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003382msgid ""
3383"If you are sure the filesystem is not in use on any node, run:\n"
3384"'tune2fs -f -E clear_mmp {device}'\n"
3385msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04003386"Jeśli system plików nie jest na pewno używany przez żaden system, można "
3387"uruchomić:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003388"'tune2fs -f -E clear_mmp {urządzenie}'\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003389
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003390#: e2fsck/unix.c:1232
3391#, fuzzy
3392msgid "while reading MMP block"
3393msgstr "podczas odczytu bloku MMP."
3394
3395#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
3396#: misc/mke2fs.c:2515 misc/mke2fs.c:2566 misc/tune2fs.c:2580
3397#: misc/tune2fs.c:2625 resize/main.c:186 resize/main.c:231
3398#, c-format
3399msgid ""
3400"Overwriting existing filesystem; this can be undone using the command:\n"
3401" e2undo %s %s\n"
3402"\n"
3403msgstr ""
3404"Nadpisywanie istniejącego systemu plików; można to wycofać poleceniem:\n"
3405" e2undo %s %s\n"
3406"\n"
3407
3408#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2555 misc/tune2fs.c:2614
3409#: resize/main.c:220
3410#, c-format
3411msgid "while trying to delete %s"
3412msgstr "podczas próby usunięcia %s"
3413
3414#: e2fsck/unix.c:1319 misc/mke2fs.c:2581 resize/main.c:241
3415msgid "while trying to setup undo file\n"
3416msgstr "podczas próby utworzenia pliku cofnięcia (undo)\n"
3417
3418#: e2fsck/unix.c:1363
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003419msgid "Error: ext2fs library version out of date!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003420msgstr "Błąd: wersja biblioteki ext2fs jest za stara!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003422#: e2fsck/unix.c:1370
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003423msgid "while trying to initialize program"
Jakub Boguszdf585272014-05-18 09:46:34 -04003424msgstr "podczas próby zainicjowania programu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003426#: e2fsck/unix.c:1393
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003427#, c-format
3428msgid "\tUsing %s, %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003429msgstr "\tUżywane %s, %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003430
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003431#: e2fsck/unix.c:1405
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003432msgid "need terminal for interactive repairs"
3433msgstr "interaktywna naprawa wymaga terminala"
3434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003435#: e2fsck/unix.c:1466
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003436#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003437msgid "%s: %s trying backup blocks...\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003438msgstr "%s: %s próba użycia zapasowych bloków...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003440#: e2fsck/unix.c:1468
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003441msgid "Superblock invalid,"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003442msgstr "Superblok błędny,"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003444#: e2fsck/unix.c:1469
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003445msgid "Group descriptors look bad..."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003446msgstr "Deskryptory grup wyglądają źle..."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003447
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003448#: e2fsck/unix.c:1479
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003449#, c-format
3450msgid "%s: %s while using the backup blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003451msgstr "%s: %s podczas próby użycia zapasowych bloków"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003452
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003453#: e2fsck/unix.c:1483
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003454#, c-format
3455msgid "%s: going back to original superblock\n"
3456msgstr "%s: powracanie do oryginalnego superbloku\n"
3457
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003458#: e2fsck/unix.c:1512
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003459msgid ""
3460"The filesystem revision is apparently too high for this version of e2fsck.\n"
3461"(Or the filesystem superblock is corrupt)\n"
3462"\n"
3463msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003464"Wersja systemu plików jest zbyt duża dla tej wersji e2fsck.\n"
3465"(lub superblok systemu plików jest uszkodzony)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003466"\n"
3467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003468#: e2fsck/unix.c:1519
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003469msgid "Could this be a zero-length partition?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003470msgstr "Czy to może jest partycja zerowej długości?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003471
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003472#: e2fsck/unix.c:1521
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003473#, c-format
3474msgid "You must have %s access to the filesystem or be root\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003475msgstr "Trzeba mieć dostęp %s do systemu plików lub być rootem\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003477#: e2fsck/unix.c:1527
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003478msgid "Possibly non-existent or swap device?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003479msgstr "Zapewne nie istniejące urządzenie lub swap?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003481#: e2fsck/unix.c:1529
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003482msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003483msgstr ""
3484"System plików zamontowany lub otwarty na wyłączność przez inny program?\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003486#: e2fsck/unix.c:1533
Jakub Bogusze20ac792011-01-24 15:03:43 -05003487msgid "Possibly non-existent device?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003488msgstr "Zapewne nie istniejące urządzenie?\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05003489
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003490#: e2fsck/unix.c:1536
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003491msgid ""
3492"Disk write-protected; use the -n option to do a read-only\n"
3493"check of the device.\n"
3494msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003495"Dysk zabezpieczony przed zapisem; można użyć opcji -n aby sprawdzić\n"
3496"urządzenie w trybie tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003497
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003498#: e2fsck/unix.c:1604
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003499msgid "Get a newer version of e2fsck!"
3500msgstr "Potrzeba nowszej wersji e2fsck!"
3501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003502#: e2fsck/unix.c:1648
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003503#, c-format
3504msgid "while checking ext3 journal for %s"
3505msgstr "podczas sprawdzania kroniki ext3 dla %s"
3506
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003507#: e2fsck/unix.c:1661
Theodore Ts'obd386982015-05-17 20:34:58 -04003508msgid ""
3509"Warning: skipping journal recovery because doing a read-only filesystem "
3510"check.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003511msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003512"Uwaga: pominięto odtwarzanie z kroniki z powodu sprawdzania w trybie tylko\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003513"do odczytu.\n"
3514
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003515#: e2fsck/unix.c:1673
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003516#, c-format
3517msgid "unable to set superblock flags on %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003518msgstr "nie można ustawić flag superbloku na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003519
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003520#: e2fsck/unix.c:1680
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003521#, c-format
3522msgid "while recovering ext3 journal of %s"
3523msgstr "podczas odtwarzania z kroniki ext3 dla %s"
3524
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003525#: e2fsck/unix.c:1703
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003526#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003527msgid "%s has unsupported feature(s):"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003528msgstr "%s ma włączone nie obsługiwane cechy:"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003529
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003530#: e2fsck/unix.c:1762
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003531#, c-format
3532msgid "%s: %s while reading bad blocks inode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003533msgstr "%s: %s podczas odczytu i-węzła wadliwych bloków\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003534
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003535#: e2fsck/unix.c:1765
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003536msgid "This doesn't bode well, but we'll try to go on...\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003537msgstr "Nie wróży to dobrze, ale spróbuję kontynuować...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003538
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003539#: e2fsck/unix.c:1805
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003540#, c-format
3541msgid "Creating journal (%d blocks): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003542msgstr "Tworzenie kroniki (%d bloków): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003543
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003544#: e2fsck/unix.c:1815
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003545msgid " Done.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003546msgstr " Wykonano.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003547
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003548#: e2fsck/unix.c:1817
3549#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003550msgid ""
3551"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003552"*** journal has been regenerated ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003553msgstr ""
Theodore Ts'od46ce702007-07-10 09:45:47 -04003554"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003555"*** kronika została ponownie utworzona - system plików to znowu ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003557#: e2fsck/unix.c:1823
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04003558msgid "aborted"
3559msgstr "przerwano"
3560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003561#: e2fsck/unix.c:1825
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003562#, c-format
3563msgid "%s: e2fsck canceled.\n"
3564msgstr "%s: e2fsck przerwany.\n"
3565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003566#: e2fsck/unix.c:1847
3567msgid "Restarting e2fsck from the beginning...\n"
3568msgstr "Restart e2fsck od początku...\n"
3569
3570#: e2fsck/unix.c:1851
3571msgid "while resetting context"
3572msgstr "podczas resetowania kontekstu"
3573
3574#: e2fsck/unix.c:1895 e2fsck/util.c:71
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003575#, c-format
3576msgid ""
3577"\n"
3578"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3579msgstr ""
3580"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003581"%s: ***** SYSTEM PLIKÓW ZMODYFIKOWANY *****\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003582
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003583#: e2fsck/unix.c:1899
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003584#, c-format
3585msgid "%s: ***** REBOOT LINUX *****\n"
3586msgstr "%s: ***** WYMAGANY RESTART LINUKSA *****\n"
3587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003588#: e2fsck/unix.c:1907 e2fsck/util.c:77
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003589#, c-format
3590msgid ""
3591"\n"
3592"%s: ********** WARNING: Filesystem still has errors **********\n"
3593"\n"
3594msgstr ""
3595"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003596"%s: ********** UWAGA: System plików nadal ma błędy **********\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003597"\n"
3598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003599#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003600msgid "yY"
3601msgstr "tTyY"
3602
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003603#: e2fsck/util.c:195
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003604msgid "nN"
3605msgstr "nN"
3606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003607#: e2fsck/util.c:196
3608msgid "aA"
3609msgstr ""
3610
3611#: e2fsck/util.c:197
3612msgid " ('a' enables 'yes' to all) "
3613msgstr ""
3614
3615#: e2fsck/util.c:213
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003616msgid "<y>"
3617msgstr "<t>"
3618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003619#: e2fsck/util.c:215
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003620msgid "<n>"
3621msgstr "<n>"
3622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003623#: e2fsck/util.c:217
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003624msgid " (y/n)"
3625msgstr " (t/n)"
3626
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003627#: e2fsck/util.c:240
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003628msgid "cancelled!\n"
3629msgstr "anulowano!\n"
3630
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003631#: e2fsck/util.c:264
3632msgid "yes to all\n"
3633msgstr ""
3634
3635#: e2fsck/util.c:266
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003636msgid "yes\n"
3637msgstr "tak\n"
3638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003639#: e2fsck/util.c:268
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003640msgid "no\n"
3641msgstr "nie\n"
3642
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003643#: e2fsck/util.c:278
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003644#, c-format
3645msgid ""
3646"%s? no\n"
3647"\n"
3648msgstr ""
3649"%s? nie\n"
3650"\n"
3651
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003652#: e2fsck/util.c:282
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003653#, c-format
3654msgid ""
3655"%s? yes\n"
3656"\n"
3657msgstr ""
3658"%s? tak\n"
3659"\n"
3660
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003661#: e2fsck/util.c:286
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003662msgid "yes"
3663msgstr "tak"
3664
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003665#: e2fsck/util.c:286
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003666msgid "no"
3667msgstr "nie"
3668
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003669#: e2fsck/util.c:302
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003670#, c-format
3671msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3672msgstr "e2fsck_read_bitmaps: niedopuszczalne bloki bitmapy dla %s"
3673
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003674#: e2fsck/util.c:307
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003675msgid "reading inode and block bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003676msgstr "odczytu bitmap i-węzłów i bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003678#: e2fsck/util.c:319
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003679#, c-format
3680msgid "while retrying to read bitmaps for %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003681msgstr "podczas ponawiania próby odczytu bitmap dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003682
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003683#: e2fsck/util.c:331
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003684msgid "writing block and inode bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003685msgstr "zapisu bitmap bloków i i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003686
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003687#: e2fsck/util.c:336
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003688#, c-format
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003689msgid "while rewriting block and inode bitmaps for %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003690msgstr "podczas ponownego zapisu bitmap blików i i-węzłów dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003691
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003692#: e2fsck/util.c:348
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003693#, c-format
3694msgid ""
3695"\n"
3696"\n"
3697"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3698"\t(i.e., without -a or -p options)\n"
3699msgstr ""
3700"\n"
3701"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003702"%s: NIEOCZEKIWANA NIESPÓJNOŚĆ; TRZEBA URUCHOMIĆ fsck RĘCZNIE.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003703"\t(tzn. bez opcji -a ani -p)\n"
3704
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003705#: e2fsck/util.c:429
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003706#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003707msgid "Memory used: %luk/%luk (%luk/%luk), "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003708msgstr "Użyta pamięć: %luk/%luk (%luk/%luk), "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003709
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003710#: e2fsck/util.c:433
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003711#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003712msgid "Memory used: %lu, "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003713msgstr "Użyta pamięć: %lu, "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003714
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003715#: e2fsck/util.c:440
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003716#, c-format
3717msgid "time: %5.2f/%5.2f/%5.2f\n"
3718msgstr "czas: %5.2f/%5.2f/%5.2f\n"
3719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003720#: e2fsck/util.c:445
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003721#, c-format
3722msgid "elapsed time: %6.3f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003723msgstr "upłynął czas: %6.f\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003724
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003725#: e2fsck/util.c:480 e2fsck/util.c:494
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003726#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003727msgid "while reading inode %lu in %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003728msgstr "podczas odczytu i-węzła %lu w %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003729
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003730#: e2fsck/util.c:508 e2fsck/util.c:521
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003731#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003732msgid "while writing inode %lu in %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003733msgstr "podczas zapisu i-węzła %lu w %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003734
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003735#: e2fsck/util.c:765
Theodore Ts'obd386982015-05-17 20:34:58 -04003736msgid ""
3737"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3738"running.\n"
3739msgstr ""
3740"NIEOCZEKIWANA NIESPÓJNOŚĆ: system plików został zmodyfikowany podczas "
3741"działania fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003742
Theodore Ts'obd386982015-05-17 20:34:58 -04003743#: misc/badblocks.c:72
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003744msgid "done \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003745msgstr "zakończono \n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003746
Theodore Ts'obd386982015-05-17 20:34:58 -04003747#: misc/badblocks.c:97
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003748#, c-format
3749msgid ""
3750"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003751" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3752"max_bad_blocks]\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003753" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3754" device [last_block [first_block]]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003755msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003756"Składnia: %s [-b rozm_bloku] [-i plik_wej] [-o plik_wyj] [-svwnf]\n"
3757" [-c bloków_naraz] [-d wsp_opóźn_między_odczytami]\n"
3758" [-e maks_wadliwych_bloków] [-p przebiegów]\n"
3759" [-t wzór_testowy [-t wzór_testowy [...]]]\n"
3760" urządzenie [ostatni_blok [pierwszy_blok]]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003761
Theodore Ts'obd386982015-05-17 20:34:58 -04003762#: misc/badblocks.c:108
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003763#, c-format
3764msgid ""
3765"%s: The -n and -w options are mutually exclusive.\n"
3766"\n"
3767msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003768"%s: Opcje -n i -w wykluczają się wzajemnie.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003769"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003770
Theodore Ts'obd386982015-05-17 20:34:58 -04003771#: misc/badblocks.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003772#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003773msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003774msgstr "Gotowe w %6.2f%%, minęło %s (błędów: %d/%d/%d)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003775
Theodore Ts'obd386982015-05-17 20:34:58 -04003776#: misc/badblocks.c:328
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003777msgid "Testing with random pattern: "
3778msgstr "Testowanie wzorcem losowym: "
3779
Theodore Ts'obd386982015-05-17 20:34:58 -04003780#: misc/badblocks.c:346
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003781msgid "Testing with pattern 0x"
3782msgstr "Testowanie wzorcem 0x"
3783
Theodore Ts'obd386982015-05-17 20:34:58 -04003784#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003785msgid "during seek"
3786msgstr "podczas przeskakiwania"
3787
Theodore Ts'obd386982015-05-17 20:34:58 -04003788#: misc/badblocks.c:389
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003789#, c-format
3790msgid "Weird value (%ld) in do_read\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003791msgstr "Dziwna wartość (%ld) w do_read\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003792
Theodore Ts'obd386982015-05-17 20:34:58 -04003793#: misc/badblocks.c:476
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003794msgid "during ext2fs_sync_device"
3795msgstr "podczas ext2fs_sync_device"
3796
Theodore Ts'obd386982015-05-17 20:34:58 -04003797#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003798msgid "while beginning bad block list iteration"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003799msgstr "podczas rozpoczynania iteracji po liście wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003800
Theodore Ts'obd386982015-05-17 20:34:58 -04003801#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003802msgid "while allocating buffers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003803msgstr "podczas przydzielania buforów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003804
Theodore Ts'obd386982015-05-17 20:34:58 -04003805#: misc/badblocks.c:515
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003806#, c-format
3807msgid "Checking blocks %lu to %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003808msgstr "Sprawdzanie bloków od %lu do %lu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003809
Theodore Ts'obd386982015-05-17 20:34:58 -04003810#: misc/badblocks.c:520
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003811msgid "Checking for bad blocks in read-only mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003812msgstr "Poszukiwanie wadliwych bloków w trybie tylko do odczytu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003813
Theodore Ts'obd386982015-05-17 20:34:58 -04003814#: misc/badblocks.c:529
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003815msgid "Checking for bad blocks (read-only test): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003816msgstr "Poszukiwanie wadliwych bloków (tylko odczyt): "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003817
Theodore Ts'obd386982015-05-17 20:34:58 -04003818#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3819#: misc/badblocks.c:832
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003820msgid "Too many bad blocks, aborting test\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003821msgstr "Zbyt dużo wadliwych bloków, przerwanie testu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003822
Theodore Ts'obd386982015-05-17 20:34:58 -04003823#: misc/badblocks.c:618
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003824msgid "Checking for bad blocks in read-write mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003825msgstr "Poszukiwanie wadliwych bloków w trybie odczytu i zapisu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003826
Theodore Ts'obd386982015-05-17 20:34:58 -04003827#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003828#, c-format
3829msgid "From block %lu to %lu\n"
3830msgstr "Od bloku %lu do %lu\n"
3831
Theodore Ts'obd386982015-05-17 20:34:58 -04003832#: misc/badblocks.c:675
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003833msgid "Reading and comparing: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003834msgstr "Odczyt i porównywanie: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003835
Theodore Ts'obd386982015-05-17 20:34:58 -04003836#: misc/badblocks.c:781
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003837msgid "Checking for bad blocks in non-destructive read-write mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003838msgstr "Poszukiwanie wadliwych bloków w trybie z niedestruktywnym zapisem\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003839
Theodore Ts'obd386982015-05-17 20:34:58 -04003840#: misc/badblocks.c:787
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003841msgid "Checking for bad blocks (non-destructive read-write test)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003842msgstr "Poszukiwanie wadliwych bloków (odczyt i niedestruktywny zapis)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003843
Theodore Ts'obd386982015-05-17 20:34:58 -04003844#: misc/badblocks.c:794
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003845msgid ""
3846"\n"
3847"Interrupt caught, cleaning up\n"
3848msgstr ""
3849"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003850"Otrzymano przerwanie, sprzątam\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003851"\n"
3852
Theodore Ts'obd386982015-05-17 20:34:58 -04003853#: misc/badblocks.c:877
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003854#, c-format
3855msgid "during test data write, block %lu"
3856msgstr "podczas zapisu testowych danych, blok %lu"
3857
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003858#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003859#, c-format
3860msgid "%s is mounted; "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003861msgstr "%s jest zamontowany; "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003862
Theodore Ts'obd386982015-05-17 20:34:58 -04003863#: misc/badblocks.c:1000
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003864msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003865msgstr "badblocks wymuszone mimo to. Mam nadzieję, że /etc/mtab się myli.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003866
Theodore Ts'obd386982015-05-17 20:34:58 -04003867#: misc/badblocks.c:1005
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003868msgid "it's not safe to run badblocks!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003869msgstr "nie jest bezpiecznie uruchamiać badblocks!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003870
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003871#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003872#, c-format
3873msgid "%s is apparently in use by the system; "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003874msgstr "%s jest najwyraźniej używany przez system; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003875
Theodore Ts'obd386982015-05-17 20:34:58 -04003876#: misc/badblocks.c:1013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003877msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003878msgstr "badblocks wymuszone mimo to.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003879
Theodore Ts'obd386982015-05-17 20:34:58 -04003880#: misc/badblocks.c:1033
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003881#, c-format
3882msgid "invalid %s - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003883msgstr "błędny %s - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003884
Theodore Ts'obd386982015-05-17 20:34:58 -04003885#: misc/badblocks.c:1127
3886#, c-format
3887msgid "Too big max bad blocks count %u - maximum is %u"
3888msgstr ""
3889
3890#: misc/badblocks.c:1154
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003891#, c-format
3892msgid "can't allocate memory for test_pattern - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003893msgstr "nie można przydzielić pamięci na wzorzec_testowy - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003894
Theodore Ts'obd386982015-05-17 20:34:58 -04003895#: misc/badblocks.c:1184
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003896msgid "Maximum of one test_pattern may be specified in read-only mode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003897msgstr "W trybie odczytu-zapisu można podać najwyżej jeden wzorzec testowy"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003898
Theodore Ts'obd386982015-05-17 20:34:58 -04003899#: misc/badblocks.c:1190
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003900msgid "Random test_pattern is not allowed in read-only mode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003901msgstr "W trybie samego odczytu nie można podać wzorca_testowego"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003902
Theodore Ts'obd386982015-05-17 20:34:58 -04003903#: misc/badblocks.c:1204
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003904msgid ""
3905"Couldn't determine device size; you must specify\n"
3906"the size manually\n"
3907msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003908"Nie można określić rozmiaru urządzenia; trzeba podać\n"
3909"rozmiar ręcznie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003910
Theodore Ts'obd386982015-05-17 20:34:58 -04003911#: misc/badblocks.c:1210
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003912msgid "while trying to determine device size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003913msgstr "podczas próby określenia rozmiaru urządzenia"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003914
Theodore Ts'obd386982015-05-17 20:34:58 -04003915#: misc/badblocks.c:1215
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003916msgid "last block"
3917msgstr "ostatni blok"
3918
Theodore Ts'obd386982015-05-17 20:34:58 -04003919#: misc/badblocks.c:1221
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003920msgid "first block"
3921msgstr "pierwszy blok"
3922
Theodore Ts'obd386982015-05-17 20:34:58 -04003923#: misc/badblocks.c:1224
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003924#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04003925msgid "invalid starting block (%llu): must be less than %llu"
3926msgstr "błędny początkowy blok (%llu): musi być mniejszy niż %llu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003927
Theodore Ts'obd386982015-05-17 20:34:58 -04003928#: misc/badblocks.c:1231
Jakub Boguszdf585272014-05-18 09:46:34 -04003929#, c-format
3930msgid "invalid end block (%llu): must be 32-bit value"
3931msgstr "błędny początkowy blok (%llu): musi być wartością 32-bitową"
3932
Theodore Ts'obd386982015-05-17 20:34:58 -04003933#: misc/badblocks.c:1287
Theodore Ts'o197abba2005-06-20 18:00:23 -04003934msgid "while creating in-memory bad blocks list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003935msgstr "podczas tworzenia listy wadliwych bloków w pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003936
Theodore Ts'obd386982015-05-17 20:34:58 -04003937#: misc/badblocks.c:1296
Jakub Boguszdf585272014-05-18 09:46:34 -04003938msgid "input file - bad format"
3939msgstr "plik wejściowy - błędny format"
3940
Theodore Ts'obd386982015-05-17 20:34:58 -04003941#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'o197abba2005-06-20 18:00:23 -04003942msgid "while adding to in-memory bad block list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003943msgstr "podczas dodawania do listy wadliwych bloków w pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003944
Theodore Ts'obd386982015-05-17 20:34:58 -04003945#: misc/badblocks.c:1338
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003946#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003947msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003948msgstr ""
3949"Przebieg zakończony, znaleziono %u wadliwych bloków (błędów: %d/%d/%d).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003950
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003951#: misc/chattr.c:89
3952#, fuzzy, c-format
3953msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003954msgstr "Składnia: %s [-RVf] [-+=aAcCdDeijsStTu] [-v wersja] pliki...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003955
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003956#: misc/chattr.c:159
3957#, fuzzy, c-format
3958msgid "bad project - %s\n"
3959msgstr "błędna wersja - %s\n"
3960
3961#: misc/chattr.c:173
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003962#, c-format
3963msgid "bad version - %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003964msgstr "błędna wersja - %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003965
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003966#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003967#, c-format
3968msgid "while trying to stat %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003969msgstr "podczas próby stat %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003971#: misc/chattr.c:226
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003972#, c-format
3973msgid "while reading flags on %s"
3974msgstr "podczas odczytu flag %s"
3975
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003976#: misc/chattr.c:231 misc/chattr.c:243
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003977#, c-format
3978msgid "Flags of %s set as "
3979msgstr "Flagi %s ustawiono jako "
3980
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003981#: misc/chattr.c:252
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003982#, c-format
3983msgid "while setting flags on %s"
3984msgstr "podczas ustawiania flag %s"
3985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003986#: misc/chattr.c:260
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003987#, c-format
3988msgid "Version of %s set as %lu\n"
3989msgstr "Wersja %s ustawiona jako %lu\n"
3990
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003991#: misc/chattr.c:264
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003992#, c-format
3993msgid "while setting version on %s"
3994msgstr "podczas ustawiania wersji %s"
3995
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003996#: misc/chattr.c:271
3997#, fuzzy, c-format
3998msgid "Project of %s set as %lu\n"
3999msgstr "Wersja %s ustawiona jako %lu\n"
4000
4001#: misc/chattr.c:275
4002#, fuzzy, c-format
4003msgid "while setting project on %s"
4004msgstr "podczas ustawiania wersji %s"
4005
4006#: misc/chattr.c:297
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004007msgid "Couldn't allocate path variable in chattr_dir_proc"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004008msgstr "Nie można przydzielić zmiennej path w chattr_dir_proc"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004010#: misc/chattr.c:337
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004011msgid "= is incompatible with - and +\n"
4012msgstr "= jest niekompatybilne z - i +\n"
4013
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004014#: misc/chattr.c:345
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004015msgid "Must use '-v', =, - or +\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004016msgstr "Trzeba użyć '-v', =, - lub +\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004017
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004018#: misc/create_inode.c:70 misc/create_inode.c:109
4019#, fuzzy, c-format
4020msgid "while reading inode %u"
4021msgstr "podczas odczytu i-węzła %lu w %s"
4022
4023#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
4024#: misc/create_inode.c:374
4025#, fuzzy
4026msgid "while expanding directory"
4027msgstr "podczas rozszerzania /lost+found"
4028
4029#: misc/create_inode.c:87
4030#, fuzzy, c-format
4031msgid "while linking \"%s\""
4032msgstr "podczas otwierania %s"
4033
4034#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
4035#, fuzzy, c-format
4036msgid "while writing inode %u"
4037msgstr "podczas zapisu i-węzła %lu w %s"
4038
4039#: misc/create_inode.c:139 misc/create_inode.c:163
4040#, fuzzy, c-format
4041msgid "while listing attributes of \"%s\""
4042msgstr "podczas próby skrócenia %s"
4043
4044#: misc/create_inode.c:150
4045#, fuzzy, c-format
4046msgid "while opening inode %u"
4047msgstr "podczas otwierania obrazu i-węzłów"
4048
4049#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:889
4050#: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
4051#: misc/mke2fs.c:353
4052#, fuzzy
4053msgid "while allocating memory"
4054msgstr "podczas przydzielania bufora"
4055
4056#: misc/create_inode.c:176 misc/create_inode.c:192
4057#, fuzzy, c-format
4058msgid "while reading attribute \"%s\" of \"%s\""
4059msgstr "podczas odczytu flag %s"
4060
4061#: misc/create_inode.c:201
4062#, fuzzy, c-format
4063msgid "while writing attribute \"%s\" to inode %u"
4064msgstr "podczas zapisu i-węzła %lu w %s"
4065
4066#: misc/create_inode.c:211
4067#, fuzzy, c-format
4068msgid "while closing inode %u"
4069msgstr "podczas przeszukiwania i-węzłów"
4070
4071#: misc/create_inode.c:259
4072#, fuzzy, c-format
4073msgid "while allocating inode \"%s\""
4074msgstr "podczas przydzielania buforów"
4075
4076#: misc/create_inode.c:278
4077#, fuzzy, c-format
4078msgid "while creating inode \"%s\""
4079msgstr "podczas odczytu i-węzła %lu w %s"
4080
4081#: misc/create_inode.c:343
4082#, fuzzy, c-format
4083msgid "while creating symlink \"%s\""
4084msgstr "podczas odczytu flag %s"
4085
4086#: misc/create_inode.c:361 misc/create_inode.c:822
4087#, fuzzy, c-format
4088msgid "while looking up \"%s\""
4089msgstr "podczas szukania /lost+found"
4090
4091#: misc/create_inode.c:381
4092#, fuzzy, c-format
4093msgid "while creating directory \"%s\""
4094msgstr "podczas tworzenia głównego katalogu"
4095
4096#: misc/create_inode.c:608
4097#, fuzzy, c-format
4098msgid "while opening \"%s\" to copy"
4099msgstr "podczas otwierania %s"
4100
4101#: misc/create_inode.c:700
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004102#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004103msgid "while changing working directory to \"%s\""
4104msgstr ""
4105
4106#: misc/create_inode.c:708
4107#, fuzzy, c-format
4108msgid "while opening directory \"%s\""
4109msgstr "podczas otwierania %s"
4110
4111#: misc/create_inode.c:718
4112#, fuzzy, c-format
4113msgid "while lstat \"%s\""
4114msgstr "podczas próby stat %s"
4115
4116#: misc/create_inode.c:751
4117#, fuzzy, c-format
4118msgid "while creating special file \"%s\""
4119msgstr "podczas odczytu i-węzła %lu w %s"
4120
4121#: misc/create_inode.c:762
4122#, fuzzy, c-format
4123msgid "while trying to read link \"%s\""
4124msgstr "podczas próby zmiany rozmiaru %s"
4125
4126#: misc/create_inode.c:771
4127#, fuzzy, c-format
4128msgid "while writing symlink\"%s\""
4129msgstr "podczas zapisu i-węzła %lu w %s"
4130
4131#: misc/create_inode.c:781
4132#, fuzzy, c-format
4133msgid "while writing file \"%s\""
4134msgstr "podczas zapisu i-węzła %lu w %s"
4135
4136#: misc/create_inode.c:794
4137#, fuzzy, c-format
4138msgid "while making dir \"%s\""
4139msgstr "podczas otwierania %s"
4140
4141#: misc/create_inode.c:811
4142#, fuzzy
4143msgid "while changing directory"
4144msgstr "odczytu bloku katalogu"
4145
4146#: misc/create_inode.c:817
4147#, c-format
4148msgid "ignoring entry \"%s\""
4149msgstr ""
4150
4151#: misc/create_inode.c:830
4152#, fuzzy, c-format
4153msgid "while setting inode for \"%s\""
4154msgstr "podczas ustawiania wersji %s"
4155
4156#: misc/create_inode.c:837
4157#, fuzzy, c-format
4158msgid "while setting xattrs for \"%s\""
4159msgstr "podczas ustawiania flag %s"
4160
4161#: misc/create_inode.c:855
4162#, fuzzy
4163msgid "while saving inode data"
4164msgstr "podczas rozpoczynania przeszukiwania i-węzłów"
4165
4166#: misc/dumpe2fs.c:56
4167#, fuzzy, c-format
4168msgid ""
4169"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04004170msgstr ""
4171"Składnia: %s [-bfhixV] [-o superblok=<numer>] [-o blocksize=<rozmiar>] "
4172"urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004173
Eric Sandeen032eafe2012-07-28 17:48:36 -04004174#: misc/dumpe2fs.c:159
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004175msgid "blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004176msgstr "bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004178#: misc/dumpe2fs.c:168
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004179msgid "clusters"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004180msgstr "klastrów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004182#: misc/dumpe2fs.c:219
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004183#, c-format
4184msgid "Group %lu: (Blocks "
4185msgstr "Grupa %lu: (Bloki "
4186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004187#: misc/dumpe2fs.c:226
4188#, fuzzy, c-format
4189msgid " csum 0x%04x"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04004190msgstr " Suma kontrolna 0x%04x"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004192#: misc/dumpe2fs.c:228
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004193#, c-format
Jakub Boguszf64e68e2012-04-22 15:38:43 -04004194msgid " (EXPECTED 0x%04x)"
4195msgstr " (OCZEKIWANA 0x%04x)"
4196
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004197#: misc/dumpe2fs.c:233
Jakub Boguszf64e68e2012-04-22 15:38:43 -04004198#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004199msgid " %s superblock at "
4200msgstr " %s superblok pod "
4201
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004202#: misc/dumpe2fs.c:234
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004203msgid "Primary"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004204msgstr "Główny"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004206#: misc/dumpe2fs.c:234
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004207msgid "Backup"
4208msgstr "Zapasowy"
4209
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004210#: misc/dumpe2fs.c:238
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004211msgid ", Group descriptors at "
4212msgstr ", Deskryptory grup pod "
4213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004214#: misc/dumpe2fs.c:242
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004215msgid ""
4216"\n"
4217" Reserved GDT blocks at "
4218msgstr ""
4219"\n"
4220" Zarezerwowane bloki GDT pod "
4221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004222#: misc/dumpe2fs.c:249
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004223msgid " Group descriptor at "
4224msgstr ", Deskryptory grup pod "
4225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004226#: misc/dumpe2fs.c:255
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004227msgid " Block bitmap at "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004228msgstr " Bitmapa bloków pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004230#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4231#, fuzzy, c-format
4232msgid ", csum 0x%08x"
4233msgstr " Suma kontrolna 0x%04x"
4234
4235#: misc/dumpe2fs.c:263
4236msgid ","
4237msgstr ""
4238
4239#: misc/dumpe2fs.c:265
4240msgid ""
4241"\n"
4242" "
4243msgstr ""
4244
4245#: misc/dumpe2fs.c:266
4246#, fuzzy
4247msgid " Inode bitmap at "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004248msgstr ", bitmapa i-węzłów pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004250#: misc/dumpe2fs.c:273
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004251msgid ""
4252"\n"
4253" Inode table at "
4254msgstr ""
4255"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004256" Tablica i-węzłów pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004257
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004258#: misc/dumpe2fs.c:279
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004259#, c-format
4260msgid ""
4261"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004262" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004263msgstr ""
4264"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004265" wolnych %2$s: %1$u, wolnych i-węzłów: %3$u, katalogów: %4$u%5$s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004267#: misc/dumpe2fs.c:286
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004268#, c-format
4269msgid ", %u unused inodes\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004270msgstr ", nie używanych i-węzłów: %u\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004271
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004272#: misc/dumpe2fs.c:289
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004273msgid " Free blocks: "
4274msgstr " Wolne bloki: "
4275
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004276#: misc/dumpe2fs.c:304
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004277msgid " Free inodes: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004278msgstr " Wolne i-węzły: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004280#: misc/dumpe2fs.c:340
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004281msgid "while printing bad block list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004282msgstr "podczas wypisywania listy wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004284#: misc/dumpe2fs.c:346
Theodore Ts'od46ce702007-07-10 09:45:47 -04004285#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004286msgid "Bad blocks: %u"
Theodore Ts'od46ce702007-07-10 09:45:47 -04004287msgstr "Wadliwe bloki: %u"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004289#: misc/dumpe2fs.c:385 misc/tune2fs.c:357
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004290msgid "while reading journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004291msgstr "podczas odczytu i-węzła kroniki"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004292
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004293#: misc/dumpe2fs.c:391
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004294msgid "while opening journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004295msgstr "podczas otwierania i-węzła kroniki"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004296
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004297#: misc/dumpe2fs.c:397
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004298msgid "while reading journal super block"
4299msgstr "podczas odczytu superbloku kroniki"
4300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004301#: misc/dumpe2fs.c:404
Jakub Boguszdf585272014-05-18 09:46:34 -04004302msgid "Journal superblock magic number invalid!\n"
4303msgstr "Błędna liczba magiczna superbloku kroniki!\n"
4304
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004305#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004306msgid "Journal features: "
4307msgstr "Cechy kroniki: "
4308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004309#: misc/dumpe2fs.c:420
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004310msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004311msgstr "Rozmiar kroniki: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004313#: misc/dumpe2fs.c:430
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004314#, c-format
4315msgid ""
4316"Journal length: %u\n"
4317"Journal sequence: 0x%08x\n"
4318"Journal start: %u\n"
4319msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004320"Długość kroniki: %u\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004321"Sekwencja kroniki: 0x%08x\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004322"Początek kroniki: %u\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004324#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4325msgid "Journal checksum type: crc32\n"
4326msgstr ""
4327
4328#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4329#, c-format
4330msgid ""
4331"Journal checksum type: %s\n"
4332"Journal checksum: 0x%08x\n"
4333msgstr ""
4334
4335#: misc/dumpe2fs.c:448
Jakub Boguszb675f582013-01-15 23:30:36 -05004336#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004337msgid "Journal errno: %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004338msgstr "Błąd kroniki: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004339
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004340#: misc/dumpe2fs.c:466 misc/tune2fs.c:206
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004341msgid "while reading journal superblock"
4342msgstr "podczas odczytu superbloku kroniki"
4343
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004344#: misc/dumpe2fs.c:474
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004345msgid "Couldn't find journal superblock magic numbers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004346msgstr "Nie można znaleźć magicznych liczb superbloku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004347
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004348#: misc/dumpe2fs.c:501
Theodore Ts'od46ce702007-07-10 09:45:47 -04004349#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004350msgid ""
4351"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004352"Journal block size: %u\n"
4353"Journal length: %u\n"
4354"Journal first block: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004355"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004356"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004357"Journal number of users: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004358msgstr ""
4359"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004360"Rozmiar bloku kroniki: %u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004361"Długość kroniki: %u\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004362"Pierwszy blok kroniki: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004363"Sekwencja kroniki: 0x%08x\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004364"Początek kroniki: %u\n"
4365"Liczba użytkowników kroniki: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004366
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004367#: misc/dumpe2fs.c:514
Theodore Ts'o197abba2005-06-20 18:00:23 -04004368#, c-format
4369msgid "Journal users: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004370msgstr "Użytkownicy kroniki: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004371
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004372#: misc/dumpe2fs.c:530 misc/mke2fs.c:803 misc/tune2fs.c:1900
Theodore Ts'o8f741372008-02-28 21:47:05 -05004373msgid "Couldn't allocate memory to parse options!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004374msgstr "Nie można przydzielić pamięci do analizy opcji!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004375
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004376#: misc/dumpe2fs.c:556
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004377#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004378msgid "Invalid superblock parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004379msgstr "Błędny parametr superblock: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004381#: misc/dumpe2fs.c:571
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004382#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004383msgid "Invalid blocksize parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004384msgstr "Błędny parametr blocksize: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004386#: misc/dumpe2fs.c:582
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004387#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004388msgid ""
4389"\n"
4390"Bad extended option(s) specified: %s\n"
4391"\n"
4392"Extended options are separated by commas, and may take an argument which\n"
4393"\tis set off by an equals ('=') sign.\n"
4394"\n"
4395"Valid extended options are:\n"
4396"\tsuperblock=<superblock number>\n"
4397"\tblocksize=<blocksize>\n"
4398msgstr ""
4399"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004400"Podano błędne opcje rozszerzone: %s.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004401"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004402"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
4403"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004404"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004405"Poprawne opcje rozszerzone to:\n"
4406"\tsuperblock=<numer superbloku>\n"
4407"\tblocksize=<rozmiar bloku>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004408
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004409#: misc/dumpe2fs.c:646 misc/mke2fs.c:1804
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004410#, c-format
4411msgid "\tUsing %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004412msgstr "\tUżywane %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004413
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004414#: misc/dumpe2fs.c:686
4415msgid ""
4416"\n"
4417"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4418"\n"
4419msgstr ""
4420
4421#: misc/dumpe2fs.c:691 misc/e2image.c:1585 misc/tune2fs.c:2775
4422#: resize/main.c:414
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004423msgid "Couldn't find valid filesystem superblock.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004424msgstr "Nie można znaleźć poprawnego superbloku systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004426#: misc/dumpe2fs.c:726
4427msgid ""
4428"\n"
4429"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4430"\n"
4431msgstr ""
4432
4433#: misc/dumpe2fs.c:730
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004434#, c-format
4435msgid ""
4436"\n"
4437"%s: %s: error reading bitmaps: %s\n"
4438msgstr ""
4439"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004440"%s: %s: błąd podczas czytania bitmap: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004442#: misc/e2image.c:106
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004443#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04004444msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4445msgstr "Składnia: %s [-r|Q ] [ -fr ] urządzenie plik_obrazu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004446
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004447#: misc/e2image.c:108
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004448#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04004449msgid " %s -I device image-file\n"
4450msgstr " %s -I urządzenie plik_obrazu\n"
4451
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004452#: misc/e2image.c:109
Jakub Boguszdf585272014-05-18 09:46:34 -04004453#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04004454msgid ""
4455" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4456"[ dest_fs ]\n"
4457msgstr ""
4458" %s -ra [ -cnfp ] [ -o offset_źr ] [ -O offset_doc ] fs_źr "
4459"[ fs_doc ]\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004460
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004461#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Jakub Boguszdf585272014-05-18 09:46:34 -04004462msgid "while allocating buffer"
4463msgstr "podczas przydzielania bufora"
4464
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004465#: misc/e2image.c:179
Jakub Boguszdf585272014-05-18 09:46:34 -04004466#, c-format
4467msgid "Writing block %llu\n"
4468msgstr "Zapisywanie bloku %llu\n"
4469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004470#: misc/e2image.c:193
Jakub Boguszdf585272014-05-18 09:46:34 -04004471#, c-format
4472msgid "error writing block %llu"
4473msgstr "błąd przy zapisie bloku %llu"
4474
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004475#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004476msgid "error in generic_write()"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004477msgstr "błąd w generic_write()"
Jakub Boguszdf585272014-05-18 09:46:34 -04004478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004479#: misc/e2image.c:213
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004480msgid "Error: header size is bigger than wrt_size\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004481msgstr "Błąd: rozmiar nagłówka jest większy niż wrt_size\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004482
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004483#: misc/e2image.c:218
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004484msgid "Couldn't allocate header buffer\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004485msgstr "Nie można przydzielić bufora nagłówka\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004487#: misc/e2image.c:246
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004488msgid "while writing superblock"
4489msgstr "podczas zapisu superbloku"
4490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004491#: misc/e2image.c:255
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004492msgid "while writing inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004493msgstr "podczas zapisu tabeli i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004495#: misc/e2image.c:263
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004496msgid "while writing block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004497msgstr "podczas zapisu bitmapy bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004499#: misc/e2image.c:271
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004500msgid "while writing inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004501msgstr "podczas zapisu bitmapy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004502
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004503#: misc/e2image.c:505
Jakub Boguszdf585272014-05-18 09:46:34 -04004504#, c-format
4505msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4506msgstr "Uszkodzony blok katalogu %llu: błędne rec_len (%d)\n"
4507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004508#: misc/e2image.c:517
Jakub Boguszdf585272014-05-18 09:46:34 -04004509#, c-format
4510msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4511msgstr "Uszkodzony blok katalogu %llu: błędne name_len (%d)\n"
4512
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004513#: misc/e2image.c:558
Jakub Boguszdf585272014-05-18 09:46:34 -04004514#, c-format
4515msgid "%llu / %llu blocks (%d%%)"
4516msgstr "Bloków: %llu / %llu (%d%%)"
4517
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004518#: misc/e2image.c:589 misc/e2image.c:629
Jakub Boguszdf585272014-05-18 09:46:34 -04004519msgid "Copying "
4520msgstr "Kopiowanie "
4521
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004522#: misc/e2image.c:626
Theodore Ts'obd386982015-05-17 20:34:58 -04004523msgid ""
4524"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4525msgstr ""
4526"Zatrzymanie teraz zniszczy system plików; aby potwierdzić, można przerwać "
4527"ponownie\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004529#: misc/e2image.c:652
Jakub Boguszdf585272014-05-18 09:46:34 -04004530#, c-format
4531msgid " %s remaining at %.2f MB/s"
4532msgstr " %s pozostało przy %.2f MB/s"
4533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004534#: misc/e2image.c:664 misc/e2image.c:1191
Jakub Boguszdf585272014-05-18 09:46:34 -04004535#, c-format
4536msgid "error reading block %llu"
4537msgstr "błąd przy odczycie bloku %llu"
4538
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004539#: misc/e2image.c:718
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004540#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004541msgid "Copied %llu / %llu blocks (%d%%) in %s "
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004542msgstr "Skopiowano bloków: %llu / %llu (%d%%) w %s "
Jakub Boguszdf585272014-05-18 09:46:34 -04004543
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004544#: misc/e2image.c:722
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004545#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004546msgid "at %.2f MB/s"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004547msgstr "przy %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004548
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004549#: misc/e2image.c:758
Jakub Boguszdf585272014-05-18 09:46:34 -04004550msgid "while allocating l1 table"
4551msgstr "podczas przydzielania tablicy l1"
4552
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004553#: misc/e2image.c:803
Jakub Boguszdf585272014-05-18 09:46:34 -04004554msgid "while allocating l2 cache"
4555msgstr "podczas przydzielania bufora l2"
4556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004557#: misc/e2image.c:826
Theodore Ts'obd386982015-05-17 20:34:58 -04004558msgid ""
4559"Warning: There are still tables in the cache while putting the cache, data "
4560"will be lost so the image may not be valid.\n"
4561msgstr ""
4562"Uwaga: w pamięci podręcznej są nadal tablice w trakcie zapisu bufora, dane "
4563"zostaną utracone, więc obraz może nie być poprawny.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004564
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004565#: misc/e2image.c:1148
Jakub Boguszdf585272014-05-18 09:46:34 -04004566msgid "while allocating ext2_qcow2_image"
4567msgstr "podczas przydzielania ext_qcow2_image"
4568
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004569#: misc/e2image.c:1155
Jakub Boguszdf585272014-05-18 09:46:34 -04004570msgid "while initializing ext2_qcow2_image"
4571msgstr "podczas inicjowania ext2_qcow2_image"
4572
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004573#: misc/e2image.c:1214 misc/e2image.c:1232
Jakub Boguszdf585272014-05-18 09:46:34 -04004574msgid "Programming error: multiple sequential refcount blocks created!\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04004575msgstr ""
4576"Błąd programu: utworzono wiele bloków sekwencyjnych liczników odwołań!\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004577
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004578#: misc/e2image.c:1272
Jakub Boguszdf585272014-05-18 09:46:34 -04004579msgid "while allocating block bitmap"
4580msgstr "podczas przydzielania bitmapy bloków"
4581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004582#: misc/e2image.c:1281
Jakub Boguszdf585272014-05-18 09:46:34 -04004583msgid "while allocating scramble block bitmap"
4584msgstr "podczas przydzielania bitmapy bloków scramble"
4585
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004586#: misc/e2image.c:1288
Jakub Boguszdf585272014-05-18 09:46:34 -04004587msgid "Scanning inodes...\n"
4588msgstr "Przeszukiwanie i-węzłów...\n"
4589
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004590#: misc/e2image.c:1300
Jakub Boguszdf585272014-05-18 09:46:34 -04004591msgid "Can't allocate block buffer"
4592msgstr "Nie można przydzielić bufora bloku"
4593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004594#: misc/e2image.c:1339 misc/e2image.c:1353
Jakub Boguszdf585272014-05-18 09:46:34 -04004595#, c-format
4596msgid "while iterating over inode %u"
4597msgstr "podczas iteracji po i-węźle %u"
4598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004599#: misc/e2image.c:1384
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004600msgid "Raw and qcow2 images cannot be installed"
Jakub Boguszdf585272014-05-18 09:46:34 -04004601msgstr "Obrazów surowego i qcow2 nie można zainstalować"
4602
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004603#: misc/e2image.c:1406
Jakub Boguszdf585272014-05-18 09:46:34 -04004604msgid "error reading bitmaps"
4605msgstr "błąd podczas odczytu bitmap"
4606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004607#: misc/e2image.c:1418
Jakub Boguszdf585272014-05-18 09:46:34 -04004608msgid "while opening device file"
4609msgstr "podczas otwierania pliku urządzenia"
4610
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004611#: misc/e2image.c:1429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004612msgid "while restoring the image table"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004613msgstr "podczas odtwarzania tabeli obrazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004614
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004615#: misc/e2image.c:1526
Jakub Boguszdf585272014-05-18 09:46:34 -04004616msgid "-a option can only be used with raw or QCOW2 images."
4617msgstr "Opcja -a może być użyta tylko z obrazami surowym lub QCOW2."
4618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004619#: misc/e2image.c:1532
Jakub Boguszdf585272014-05-18 09:46:34 -04004620msgid "Offsets are only allowed with raw images."
4621msgstr "Offsety są dozwolone tylko z obrazami surowymi."
4622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004623#: misc/e2image.c:1537
Jakub Boguszdf585272014-05-18 09:46:34 -04004624msgid "Move mode is only allowed with raw images."
4625msgstr "Tryb przesunięcia jest dozwolony tylko z obrazami surowymi."
4626
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004627#: misc/e2image.c:1542
Jakub Boguszdf585272014-05-18 09:46:34 -04004628msgid "Move mode requires all data mode."
4629msgstr "Tryb przesunięcia wymaga trybu wszystkich danych."
4630
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004631#: misc/e2image.c:1552
Jakub Boguszdf585272014-05-18 09:46:34 -04004632msgid "checking if mounted"
4633msgstr "sprawdzanie, czy zamontowany"
4634
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004635#: misc/e2image.c:1559
Jakub Boguszdf585272014-05-18 09:46:34 -04004636msgid ""
4637"\n"
4638"Running e2image on a R/W mounted filesystem can result in an\n"
4639"inconsistent image which will not be useful for debugging purposes.\n"
4640"Use -f option if you really want to do that.\n"
4641msgstr ""
4642"\n"
4643"Uruchamianie e2image na systemie plików zamontowanym do odczytu i zapisu\n"
4644"może spowodować, że obraz będzie niespójny, przez co nie będzie przydatny\n"
4645"do celów diagnostycznych. Aby na pewno to zrobić, można użyć opcji -f.\n"
4646
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004647#: misc/e2image.c:1613
Jakub Boguszdf585272014-05-18 09:46:34 -04004648msgid "QCOW2 image can not be written to the stdout!\n"
4649msgstr "Obrazu QCOW2 nie można zapisać na standardowe wyjście!\n"
4650
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004651#: misc/e2image.c:1619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004652msgid "Can not stat output\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004653msgstr "Nie można wykonać stat na wyjściu\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004654
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004655#: misc/e2image.c:1629
Jakub Boguszdf585272014-05-18 09:46:34 -04004656#, c-format
4657msgid "Image (%s) is compressed\n"
4658msgstr "Obraz (%s) jest skompresowany\n"
4659
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004660#: misc/e2image.c:1632
Jakub Boguszdf585272014-05-18 09:46:34 -04004661#, c-format
4662msgid "Image (%s) is encrypted\n"
4663msgstr "Obraz (%s) jest zaszyfrowany\n"
4664
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004665#: misc/e2image.c:1635
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004666#, c-format
4667msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004668msgstr "podczas próby przekształcenia obrazu qcow2 (%s) na obraz surowy (%s)"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004669
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004670#: misc/e2image.c:1644
Jakub Boguszdf585272014-05-18 09:46:34 -04004671msgid "The -c option only supported in raw mode\n"
4672msgstr "Opcja -c jest obsługiwana tylko w trybie surowym\n"
4673
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004674#: misc/e2image.c:1649
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004675msgid "The -c option not supported when writing to stdout\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004676msgstr "Opcja -c nie jest obsługiwana przy zapisie na standardowe wyjscie\n"
4677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004678#: misc/e2image.c:1656
Jakub Boguszdf585272014-05-18 09:46:34 -04004679msgid "while allocating check_buf"
4680msgstr "podczas przydzielania check_buf"
4681
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004682#: misc/e2image.c:1662
Jakub Boguszdf585272014-05-18 09:46:34 -04004683msgid "The -p option only supported in raw mode\n"
4684msgstr "Opcja -p jest obsługiwana tylko w trybie surowym\n"
4685
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004686#: misc/e2image.c:1672
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004687#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004688msgid "%d blocks already contained the data to be copied\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004689msgstr "%d bloków już zawierało dane do skopiowania\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004690
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004691#: misc/e2initrd_helper.c:68
4692#, fuzzy, c-format
4693msgid "Usage: %s -r device\n"
4694msgstr "Składnia: %s dysk\n"
4695
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004696#: misc/e2label.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004697#, c-format
4698msgid "e2label: cannot open %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004699msgstr "e2label: nie można otworzyć %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004700
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004701#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004702#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004703msgid "e2label: cannot seek to superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004704msgstr "e2label: nie można przejść do superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004705
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004706#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004707#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004708msgid "e2label: error reading superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004709msgstr "e2label: błąd podczas odczytu superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004710
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004711#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004712#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004713msgid "e2label: not an ext2 filesystem\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004714msgstr "e2label: to nie jest system plików ext2\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004715
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004716#: misc/e2label.c:97 misc/tune2fs.c:2948
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004717#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004718msgid "Warning: label too long, truncating.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004719msgstr "Uwaga: etykieta za długa, skrócono.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004720
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004721#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004722#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004723msgid "e2label: cannot seek to superblock again\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004724msgstr "e2label: nie można przejść ponownie do superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004725
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004726#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004727#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004728msgid "e2label: error writing superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004729msgstr "e2label: błąd podczas zapisu superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004730
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004731#: misc/e2label.c:117 misc/tune2fs.c:1559
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004732#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004733msgid "Usage: e2label device [newlabel]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004734msgstr "Składnia: e2label urządzenie [nowa-etykieta]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004735
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004736#: misc/e2undo.c:108
4737#, fuzzy, c-format
4738msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004739msgstr "Składnia: %s <plik_transakcji> <system_plików>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004741#: misc/e2undo.c:131
4742#, fuzzy
4743msgid "The file system superblock doesn't match the undo file.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004744msgstr "Czas montowania systemu plików nie odpowiada %u\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004746#: misc/e2undo.c:134
4747msgid "UUID does not match.\n"
4748msgstr ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004749
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004750#: misc/e2undo.c:136
4751#, fuzzy
4752msgid "Last mount time does not match.\n"
4753msgstr "Czas montowania systemu plików nie odpowiada %u\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004754
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004755#: misc/e2undo.c:138
4756msgid "Last write time does not match.\n"
4757msgstr ""
4758
4759#: misc/e2undo.c:140
4760msgid "Lifetime write counter does not match.\n"
4761msgstr ""
4762
4763#: misc/e2undo.c:154
4764#, fuzzy
4765msgid "while reading filesystem superblock."
4766msgstr "podczas odczytu superbloku kroniki"
4767
4768#: misc/e2undo.c:170
4769#, fuzzy
4770msgid "while fetching superblock"
4771msgstr "podczas zapisu superbloku"
4772
4773#: misc/e2undo.c:183
4774#, fuzzy, c-format
4775msgid "Undo file superblock checksum doesn't match.\n"
4776msgstr "Suma kontrolna superbloku nie zgadza się z superblokiem"
4777
4778#: misc/e2undo.c:335
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004779#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004780msgid "Will not write to an undo file while replaying it.\n"
4781msgstr ""
4782
4783#: misc/e2undo.c:344
4784#, fuzzy, c-format
4785msgid "while opening undo file `%s'\n"
4786msgstr "podczas otwierania pliku urządzenia"
4787
4788#: misc/e2undo.c:351
4789#, fuzzy
4790msgid "while reading undo file"
4791msgstr "podczas odczytu głównego i-węzła"
4792
4793#: misc/e2undo.c:356
4794#, fuzzy, c-format
4795msgid "%s: Not an undo file.\n"
4796msgstr "%s: za dużo urządzeń\n"
4797
4798#: misc/e2undo.c:367
4799#, fuzzy, c-format
4800msgid "%s: Header checksum doesn't match.\n"
4801msgstr "Suma kontrolna i-węzła nie zgadza się z i-węzłem"
4802
4803#: misc/e2undo.c:374
4804#, fuzzy, c-format
4805msgid "%s: Corrupt undo file header.\n"
4806msgstr "Uszkodzony nagłówek ekstentu"
4807
4808#: misc/e2undo.c:378
4809#, c-format
4810msgid "%s: Undo block size too large.\n"
4811msgstr ""
4812
4813#: misc/e2undo.c:383
4814#, c-format
4815msgid "%s: Undo block size too small.\n"
4816msgstr ""
4817
4818#: misc/e2undo.c:392
4819#, fuzzy, c-format
4820msgid "%s: Unknown undo file feature set.\n"
4821msgstr "@S kroniki ma ustawioną flagę nieznanej cechy.\n"
4822
4823#: misc/e2undo.c:400
4824#, fuzzy, c-format
4825msgid "Error while determining whether %s is mounted."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004826msgstr "Błąd podczas sprawdzania, czy %s jest zamontowany.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004828#: misc/e2undo.c:406
4829#, fuzzy
4830msgid "e2undo should only be run on unmounted filesystems"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004831msgstr "e2undo powinno być uruchamiane tylko na odmontowanym systemie plików\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004832
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004833#: misc/e2undo.c:422
4834#, fuzzy, c-format
4835msgid "while opening `%s'"
4836msgstr "podczas otwierania %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004837
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004838#: misc/e2undo.c:461
4839#, fuzzy
4840msgid "while reading keys"
4841msgstr "podczas odczytu bitmap"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004843#: misc/e2undo.c:473
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004844#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004845msgid "%s: wrong key magic at %llu\n"
4846msgstr ""
4847
4848#: misc/e2undo.c:483
4849#, c-format
4850msgid "%s: key block checksum error at %llu.\n"
4851msgstr ""
4852
4853#: misc/e2undo.c:506
4854#, fuzzy, c-format
4855msgid "%s: block %llu is too long."
4856msgstr "Od bloku %lu do %lu\n"
4857
4858#: misc/e2undo.c:518 misc/e2undo.c:554
4859#, fuzzy, c-format
4860msgid "while fetching block %llu."
4861msgstr "Zapisywanie bloku %llu\n"
4862
4863#: misc/e2undo.c:530
4864#, c-format
4865msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4866msgstr ""
4867
4868#: misc/e2undo.c:569
4869#, fuzzy, c-format
4870msgid "while writing block %llu."
4871msgstr "błąd przy zapisie bloku %llu"
4872
4873#: misc/e2undo.c:575
4874#, c-format
4875msgid "Undo file corruption; run e2fsck NOW!\n"
4876msgstr ""
4877
4878#: misc/e2undo.c:577
4879#, c-format
4880msgid "IO error during replay; run e2fsck NOW!\n"
4881msgstr ""
4882
4883#: misc/e2undo.c:580
4884#, c-format
4885msgid "Incomplete undo record; run e2fsck.\n"
4886msgstr ""
4887
4888#: misc/findsuper.c:110
4889#, c-format
4890msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4891msgstr ""
4892
4893#: misc/findsuper.c:155
4894#, c-format
4895msgid "skipbytes should be a number, not %s\n"
4896msgstr ""
4897
4898#: misc/findsuper.c:162
4899#, c-format
4900msgid "skipbytes must be a multiple of the sector size\n"
4901msgstr ""
4902
4903#: misc/findsuper.c:169
4904#, c-format
4905msgid "startkb should be a number, not %s\n"
4906msgstr ""
4907
4908#: misc/findsuper.c:175
4909#, c-format
4910msgid "startkb should be positive, not %llu\n"
4911msgstr ""
4912
4913#: misc/findsuper.c:186
4914#, c-format
4915msgid "starting at %llu, with %u byte increments\n"
4916msgstr ""
4917
4918#: misc/findsuper.c:188
4919#, c-format
4920msgid ""
4921"[*] probably superblock written in the ext3 journal superblock,\n"
4922"\tso start/end/grp wrong\n"
4923msgstr ""
4924
4925#: misc/findsuper.c:190
4926#, c-format
4927msgid ""
4928"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4929"mount_time sb_uuid label\n"
4930msgstr ""
4931
4932#: misc/findsuper.c:264
4933#, c-format
4934msgid ""
4935"\n"
4936"%11Lu: finished with errno %d\n"
4937msgstr ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004938
Eric Sandeen032eafe2012-07-28 17:48:36 -04004939#: misc/fsck.c:343
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004940#, c-format
4941msgid "WARNING: couldn't open %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004942msgstr "UWAGA: nie można otworzyć %s: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004943
Eric Sandeen032eafe2012-07-28 17:48:36 -04004944#: misc/fsck.c:353
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004945#, c-format
4946msgid "WARNING: bad format on line %d of %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004947msgstr "UWAGA: zły format w linii %d pliku %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004948
Eric Sandeen032eafe2012-07-28 17:48:36 -04004949#: misc/fsck.c:370
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004950msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004951"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004952"\tfield. I will kludge around things for you, but you\n"
4953"\tshould fix your /etc/fstab file as soon as you can.\n"
4954"\n"
4955msgstr ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004956"UWAGA: /etc/fstab nie zawiera pola passno dla fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004957"Pominę ten błąd, ale /etc/fstab należy jak najszybciej poprawić.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004958"\n"
4959
Eric Sandeen032eafe2012-07-28 17:48:36 -04004960#: misc/fsck.c:478
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004961#, c-format
4962msgid "fsck: %s: not found\n"
4963msgstr "fsck: %s: nie znaleziono\n"
4964
Eric Sandeen032eafe2012-07-28 17:48:36 -04004965#: misc/fsck.c:594
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004966#, c-format
4967msgid "%s: wait: No more child process?!?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004968msgstr "%s: wait: Nie ma więcej procesów potomnych?!?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004969
Eric Sandeen032eafe2012-07-28 17:48:36 -04004970#: misc/fsck.c:616
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004971#, c-format
4972msgid "Warning... %s for device %s exited with signal %d.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004973msgstr "Uwaga... %s dla urządzenia %s zakończył się sygnałem %d.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004974
Eric Sandeen032eafe2012-07-28 17:48:36 -04004975#: misc/fsck.c:622
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004976#, c-format
4977msgid "%s %s: status is %x, should never happen.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004978msgstr "%s %s: status wynosi %x, to się nie powinno nigdy zdarzyć.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004979
Eric Sandeen032eafe2012-07-28 17:48:36 -04004980#: misc/fsck.c:661
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004981#, c-format
4982msgid "Finished with %s (exit status %d)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004983msgstr "Skończono z %s (status wyjścia %d)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004984
Eric Sandeen032eafe2012-07-28 17:48:36 -04004985#: misc/fsck.c:721
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004986#, c-format
4987msgid "%s: Error %d while executing fsck.%s for %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004988msgstr "%s: Błąd %d podczas wykonywania fsck.%s dla %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004989
Eric Sandeen032eafe2012-07-28 17:48:36 -04004990#: misc/fsck.c:742
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004991msgid ""
4992"Either all or none of the filesystem types passed to -t must be prefixed\n"
4993"with 'no' or '!'.\n"
4994msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004995"Albo wszystkie, albo żaden rodzaj systemu plików z podanych po -t musi być\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004996"poprzedzony 'no' lub '!'.\n"
4997
Eric Sandeen032eafe2012-07-28 17:48:36 -04004998#: misc/fsck.c:761
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004999msgid "Couldn't allocate memory for filesystem types\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005000msgstr "Nie można przydzielić pamięci na rodzaje systemów plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005001
Eric Sandeen032eafe2012-07-28 17:48:36 -04005002#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005003#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005004msgid ""
5005"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5006"number\n"
5007msgstr ""
5008"%s: pominięto błędną linię w /etc/fstab: montowanie bind z niezerowym "
5009"numerem przebiegu fsck\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005010
Eric Sandeen032eafe2012-07-28 17:48:36 -04005011#: misc/fsck.c:911
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005012#, c-format
5013msgid "fsck: cannot check %s: fsck.%s not found\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005014msgstr "fsck: nie można sprawdzić %s: fsck.%s nie znaleziony\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005015
Eric Sandeen032eafe2012-07-28 17:48:36 -04005016#: misc/fsck.c:967
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005017msgid "Checking all file systems.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005018msgstr "Sprawdzanie wszystkich systemów plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005019
Eric Sandeen032eafe2012-07-28 17:48:36 -04005020#: misc/fsck.c:1058
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005021#, c-format
5022msgid "--waiting-- (pass %d)\n"
5023msgstr "--oczekiwanie-- (przebieg %d)\n"
5024
Eric Sandeen032eafe2012-07-28 17:48:36 -04005025#: misc/fsck.c:1078
Theodore Ts'obd386982015-05-17 20:34:58 -04005026msgid ""
5027"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5028msgstr ""
5029"Składnia: fsck [-AMNPRTV] [ -C [ deskryptor ] ] [-t rodzaj-fs] [opcje-fs] "
5030"[system-plików ...]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005031
Eric Sandeen032eafe2012-07-28 17:48:36 -04005032#: misc/fsck.c:1120
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005033#, c-format
5034msgid "%s: too many devices\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005035msgstr "%s: za dużo urządzeń\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005036
Eric Sandeen032eafe2012-07-28 17:48:36 -04005037#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005038#, c-format
5039msgid "%s: too many arguments\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005040msgstr "%s: za dużo parametrów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005041
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005042#: misc/fuse2fs.c:3727
5043#, fuzzy
5044msgid "Mounting read-only.\n"
5045msgstr "Plik otwarty tylko do odczytu"
5046
5047#: misc/fuse2fs.c:3751
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005048#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005049msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
5050msgstr ""
5051
5052#: misc/fuse2fs.c:3763 misc/fuse2fs.c:3776
5053#, c-format
5054msgid "%s: %s.\n"
5055msgstr ""
5056
5057#: misc/fuse2fs.c:3764 misc/fuse2fs.c:3778 misc/tune2fs.c:3165
5058#, fuzzy, c-format
5059msgid "Please run e2fsck -fy %s.\n"
5060msgstr ""
5061"Proszę uruchomić najpierw 'e2fsck -f %s'.\n"
5062"\n"
5063
5064#: misc/fuse2fs.c:3785
5065msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5066msgstr ""
5067
5068#: misc/fuse2fs.c:3793
5069#, fuzzy, c-format
5070msgid "%s: Writing to the journal is not supported.\n"
5071msgstr "Zmniejszanie rozmiaru i-węzła nie jest obsługiwane\n"
5072
5073#: misc/fuse2fs.c:3808
5074msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5075msgstr ""
5076
5077#: misc/fuse2fs.c:3812
5078msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5079msgstr ""
5080
5081#: misc/fuse2fs.c:3817
5082msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5083msgstr ""
5084
5085#: misc/fuse2fs.c:3821
5086msgid "Orphans detected; running e2fsck is recommended.\n"
5087msgstr ""
5088
5089#: misc/fuse2fs.c:3825
5090msgid "Errors detected; running e2fsck is required.\n"
5091msgstr ""
5092
5093#: misc/lsattr.c:75
5094#, fuzzy, c-format
5095msgid "Usage: %s [-RVadlpv] [files...]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005096msgstr "Składnia: %s [-RVadlv] [pliki...]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005097
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005098#: misc/lsattr.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005099#, c-format
5100msgid "While reading flags on %s"
5101msgstr "Podczas odczytu flag %s"
5102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005103#: misc/lsattr.c:93
5104#, fuzzy, c-format
5105msgid "While reading project on %s"
5106msgstr "Podczas odczytu wersji %s"
5107
5108#: misc/lsattr.c:102
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005109#, c-format
5110msgid "While reading version on %s"
5111msgstr "Podczas odczytu wersji %s"
5112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005113#: misc/mke2fs.c:124
5114#, fuzzy, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005115msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005116"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005117"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005118"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005119"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005120"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005121"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005122"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5123"undo_file]\n"
5124"\t[-jnqvDFKSV] device [blocks-count]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005125msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005126"Składnia: %s [-c|-l nazwa-pliku] [-b rozm.bloku] [-C rozm.klastra]\n"
5127"\t[-i bajtów-na-i-węzeł] [-I rozm-i-węzła] [-J opcje-kroniki]\n"
5128"\t[-G rozmiar-grupy-flex] [-N liczba-i-węzłów]\n"
5129"\t[-m procent-rezerw.-bloków] [-o os-twórcy]\n"
5130"\t[-g bloków-w-grupie] [-L etykieta-wolumenu] [-M ost.-mont.-katalog]\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005131"\t[-O cecha[,...]] [-r wersja-fs] [-E opcja-rozszerzona[,...]]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005132"\t[-t typ-fs] [-T typ-użycia] [-U UUID] [-jnqvDFKSV] urządzenie [liczba-"
5133"bloków]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005135#: misc/mke2fs.c:255
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005136#, c-format
5137msgid "Running command: %s\n"
5138msgstr "Uruchamianie polecenia: %s\n"
5139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005140#: misc/mke2fs.c:259
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005141#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005142msgid "while trying to run '%s'"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005143msgstr "podczas próby uruchomienia '%s'"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005145#: misc/mke2fs.c:266
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005146msgid "while processing list of bad blocks from program"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005147msgstr "podczas przetwarzania listy wadliwych bloków z programu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005149#: misc/mke2fs.c:293
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005150#, c-format
5151msgid "Block %d in primary superblock/group descriptor area bad.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005152msgstr "Wadliwy blok %d w głównym superbloku/obszarze deskryptora grup.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005154#: misc/mke2fs.c:295
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005155#, c-format
5156msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5157msgstr "Bloki od %u do %u muszą być dobre, aby stworzyć system plików.\n"
5158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005159#: misc/mke2fs.c:298
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005160msgid "Aborting....\n"
5161msgstr "Przerwano...\n"
5162
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005163#: misc/mke2fs.c:318
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005164#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005165msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005166"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005167"\tbad blocks.\n"
5168"\n"
5169msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005170"Uwaga: zapasowy superblok/deskryptory grup w bloku %u zawierają\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005171"\twadliwe bloki.\n"
5172"\n"
5173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005174#: misc/mke2fs.c:337
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005175msgid "while marking bad blocks as used"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005176msgstr "podczas zaznaczania wadliwych bloków jako używane"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005178#: misc/mke2fs.c:408
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005179msgid "Writing inode tables: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005180msgstr "Zapis tablicy i-węzłów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005182#: misc/mke2fs.c:430
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005183#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005184msgid ""
5185"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005186"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005187msgstr ""
5188"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005189"Nie udało się zapisać %d bloków w tablicy i-węzłów począwszy od %llu: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005190
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005191#: misc/mke2fs.c:444 misc/mke2fs.c:2628 misc/mke2fs.c:2993
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005192msgid "done \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005193msgstr "zakończono \n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005194
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005195#: misc/mke2fs.c:460
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005196msgid "while creating root dir"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005197msgstr "podczas tworzenia głównego katalogu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005199#: misc/mke2fs.c:467
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005200msgid "while reading root inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005201msgstr "podczas odczytu głównego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005203#: misc/mke2fs.c:479
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005204msgid "while setting root inode ownership"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005205msgstr "podczas ustawiania właściciela głównego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005206
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005207#: misc/mke2fs.c:497
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005208msgid "while creating /lost+found"
5209msgstr "podczas tworzenia /lost+found"
5210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005211#: misc/mke2fs.c:504
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005212msgid "while looking up /lost+found"
5213msgstr "podczas szukania /lost+found"
5214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005215#: misc/mke2fs.c:517
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005216msgid "while expanding /lost+found"
5217msgstr "podczas rozszerzania /lost+found"
5218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005219#: misc/mke2fs.c:532
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005220msgid "while setting bad block inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005221msgstr "podczas ustawiania i-węzła wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005223#: misc/mke2fs.c:559
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005224#, c-format
5225msgid "Out of memory erasing sectors %d-%d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005226msgstr "Brak pamięci podczas czyszczenia sektorów %d-%d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005228#: misc/mke2fs.c:569
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005229#, c-format
5230msgid "Warning: could not read block 0: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005231msgstr "Uwaga: nie można odczytać bloku 0: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005233#: misc/mke2fs.c:585
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005234#, c-format
5235msgid "Warning: could not erase sector %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005236msgstr "Uwaga: nie można wyczyścić sektora %d: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005238#: misc/mke2fs.c:601
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005239msgid "while initializing journal superblock"
Jakub Boguszdf585272014-05-18 09:46:34 -04005240msgstr "podczas inicjowania superbloku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005242#: misc/mke2fs.c:609
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005243msgid "Zeroing journal device: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005244msgstr "Zerowanie urządzenia kroniki: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005246#: misc/mke2fs.c:621
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005247#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005248msgid "while zeroing journal device (block %llu, count %d)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005249msgstr "podczas zerowania urządzenia kroniki (blok %llu, liczba %d)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005251#: misc/mke2fs.c:638
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005252msgid "while writing journal superblock"
5253msgstr "podczas zapisu superbloku kroniki"
5254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005255#: misc/mke2fs.c:653
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005256#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005257msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005258msgstr "Tworzenie systemu plików o %llu blokach %dk oraz %u i-węzłach\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005260#: misc/mke2fs.c:661
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005261#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005262msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005263"warning: %llu blocks unused.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005264"\n"
5265msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005266"uwaga: %llu bloków nie używanych.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005267"\n"
5268
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005269#: misc/mke2fs.c:666
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005270#, c-format
5271msgid "Filesystem label=%s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005272msgstr "Etykieta systemu plików=%s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005274#: misc/mke2fs.c:669
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005275#, c-format
5276msgid "OS type: %s\n"
5277msgstr "Typ OS: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005279#: misc/mke2fs.c:671
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005280#, c-format
5281msgid "Block size=%u (log=%u)\n"
5282msgstr "Rozmiar bloku=%u (log=%u)\n"
5283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005284#: misc/mke2fs.c:674
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005285#, c-format
5286msgid "Cluster size=%u (log=%u)\n"
5287msgstr "Rozmiar klastra=%u (log=%u)\n"
5288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005289#: misc/mke2fs.c:678
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005290#, c-format
5291msgid "Fragment size=%u (log=%u)\n"
5292msgstr "Rozmiar fragmentu=%u (log=%u)\n"
5293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005294#: misc/mke2fs.c:680
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005295#, c-format
5296msgid "Stride=%u blocks, Stripe width=%u blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005297msgstr "Stride=%u bloków, szerokość Stripe=%u bloków\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005299#: misc/mke2fs.c:682
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005300#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005301msgid "%u inodes, %llu blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005302msgstr "%u i-węzłów, %llu bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005303
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005304#: misc/mke2fs.c:684
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005305#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005306msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005307msgstr "%llu bloków (%2.2f%%) zarezerwowanych dla superużytkownika\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005309#: misc/mke2fs.c:687
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005310#, c-format
5311msgid "First data block=%u\n"
5312msgstr "Pierwszy blok danych=%u\n"
5313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005314#: misc/mke2fs.c:689
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005315#, c-format
5316msgid "Root directory owner=%u:%u\n"
5317msgstr "Właściciel głównego katalogu=%u:%u\n"
5318
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005319#: misc/mke2fs.c:691
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005320#, c-format
5321msgid "Maximum filesystem blocks=%lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005322msgstr "Maksymalna liczba bloków systemu plików=%lu\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005324#: misc/mke2fs.c:695
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005325#, c-format
5326msgid "%u block groups\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005327msgstr "%u grup bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005329#: misc/mke2fs.c:697
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005330#, c-format
5331msgid "%u block group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005332msgstr "%u grupa bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005333
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005334#: misc/mke2fs.c:699
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005335#, c-format
5336msgid "%u blocks per group, %u clusters per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005337msgstr "%u bloków w grupie, %u klastrów w grupie\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005338
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005339#: misc/mke2fs.c:702
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005340#, c-format
5341msgid "%u blocks per group, %u fragments per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005342msgstr "%u bloków w grupie, %u fragmentów w grupie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005343
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005344#: misc/mke2fs.c:704
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005345#, c-format
5346msgid "%u inodes per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005347msgstr "%u i-węzłów w grupie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005349#: misc/mke2fs.c:713
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005350#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005351msgid "Filesystem UUID: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005352msgstr "UUID systemu plików: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005354#: misc/mke2fs.c:714
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005355msgid "Superblock backups stored on blocks: "
5356msgstr "Kopie zapasowe superbloku zapisane w blokach: "
5357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005358#: misc/mke2fs.c:783
5359#, c-format
5360msgid "Invalid quotatype parameter: %s\n"
5361msgstr "Błędny parametr quotatype: %s\n"
5362
5363#: misc/mke2fs.c:825
Jakub Boguszdf585272014-05-18 09:46:34 -04005364#, c-format
5365msgid "%s requires '-O 64bit'\n"
5366msgstr "%s wymaga '-O 64bit'\n"
5367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005368#: misc/mke2fs.c:831
Jakub Boguszdf585272014-05-18 09:46:34 -04005369#, c-format
5370msgid "'%s' must be before 'resize=%u'\n"
5371msgstr "'%s' musi być przed 'resize=%u'\n"
5372
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005373#: misc/mke2fs.c:844
Jakub Boguszdf585272014-05-18 09:46:34 -04005374#, c-format
5375msgid "Invalid desc_size: '%s'\n"
5376msgstr "Błędny desc_size: '%s'\n"
5377
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005378#: misc/mke2fs.c:857
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005379#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005380msgid "Invalid offset: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005381msgstr "Błędny offset: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005382
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005383#: misc/mke2fs.c:871 misc/tune2fs.c:1928
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005384#, c-format
5385msgid "Invalid mmp_update_interval: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005386msgstr "Błędny okres uaktualniania mmp: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005387
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005388#: misc/mke2fs.c:885
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005389#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005390msgid "Invalid # of backup superblocks: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005391msgstr "Błędna liczba kopii zapasowych superbloku: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005392
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005393#: misc/mke2fs.c:907
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005394#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005395msgid "Invalid stride parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005396msgstr "Błędny parametr stride: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005397
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005398#: misc/mke2fs.c:922
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005399#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005400msgid "Invalid stripe-width parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005401msgstr "Błędny parametr stripe-width: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005402
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005403#: misc/mke2fs.c:945
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005404#, c-format
5405msgid "Invalid resize parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005406msgstr "Błędny parametr resize: %s\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005407
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005408#: misc/mke2fs.c:952
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005409msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005410msgstr ""
5411"Maksymalny rozmiar (resize) musi być większy od rozmiaru systemu plików.\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005412
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005413#: misc/mke2fs.c:976
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005414msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005415msgstr ""
5416"Zmiana rozmiaru w locie nie jest obsługiwana przez systemy plików w wersji "
5417"0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005418
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005419#: misc/mke2fs.c:1002 misc/mke2fs.c:1011
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005420#, c-format
5421msgid "Invalid root_owner: '%s'\n"
5422msgstr "Błędny root_owner: '%s'\n"
5423
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005424#: misc/mke2fs.c:1042
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005425#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005426msgid ""
5427"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005428"Bad option(s) specified: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005429"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005430"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005431"\tis set off by an equals ('=') sign.\n"
5432"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005433"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005434"\tmmp_update_interval=<interval>\n"
5435"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005436"\tstride=<RAID per-disk data chunk in blocks>\n"
5437"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005438"\toffset=<offset to create the file system>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005439"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005440"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005441"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005442"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005443"\troot_uid=<uid of root directory>\n"
5444"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005445"\ttest_fs\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005446"\tdiscard\n"
5447"\tnodiscard\n"
Jakub Bogusz309b1c22012-02-17 15:16:34 -05005448"\tquotatype=<usr OR grp>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005449"\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005450msgstr ""
5451"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005452"Podano błędne opcje: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005453"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005454"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
5455"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005456"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005457"Poprawne opcje rozszerzone to:\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005458"\tmmp_update_interval=<przedział>\n"
5459"\tnum_backup_sb=<0|1|2>\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005460"\tstride=<rozmiar porcji danych RAID na dysku w blokach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005461"\tstripe-width=<RAID stride * liczba dysków danych w blokach>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005462"\toffset=<przesunięcie systemu plików do utworzenia>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005463"\tresize=<maksymalny rozmiar powiększenia w blokach>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005464"\tpacked_meta_blocks=<0 aby wyłączyć, 1 aby włączyć>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005465"\tlazy_itable_init=<0 aby wyłączyć, 1 aby włączyć>\n"
5466"\tlazy_journal_init=<0 aby wyłączyć, 1 aby włączyć>\n"
5467"\troot_uid=<uid katalogu głównego>\n"
5468"\troot_gid=<gid katalogu głównego>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05005469"\ttest_fs\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005470"\tdiscard\n"
5471"\tnodiscard\n"
Jakub Bogusz309b1c22012-02-17 15:16:34 -05005472"\tquotatype=<usr LUB grp>\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005473"\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005474
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005475#: misc/mke2fs.c:1068
Theodore Ts'o8f741372008-02-28 21:47:05 -05005476#, c-format
5477msgid ""
5478"\n"
5479"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5480"\n"
5481msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005482"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005483"Uwaga: RAID stripe-width %u nie jest parzystą wielokrotnością stride %u.\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005484"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005486#: misc/mke2fs.c:1110
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005487#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005488msgid ""
5489"Syntax error in mke2fs config file (%s, line #%d)\n"
5490"\t%s\n"
5491msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005492"Błąd składni w pliku konfiguracyjnym mke2fs (%s, linia %d)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005493"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005495#: misc/mke2fs.c:1123 misc/tune2fs.c:1002
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005496#, c-format
5497msgid "Invalid filesystem option set: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005498msgstr "Ustawiona błędna opcja systemu plików: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005499
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005500#: misc/mke2fs.c:1135 misc/tune2fs.c:401
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005501#, c-format
5502msgid "Invalid mount option set: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005503msgstr "Ustawiona błędna opcja montowania: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005504
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005505#: misc/mke2fs.c:1271
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005506#, c-format
5507msgid ""
5508"\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005509"Your mke2fs.conf file does not define the %s filesystem type.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005510msgstr ""
5511"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005512"Uwaga! Plik mke2fs.conf nie określa typu systemu plików %s.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005514#: misc/mke2fs.c:1275
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005515msgid ""
5516"You probably need to install an updated mke2fs.conf file.\n"
5517"\n"
5518msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005519"Prawdopodobnie trzeba zainstalować uaktualniony plik mke2fs.conf.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005520"\n"
5521
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005522#: misc/mke2fs.c:1279
Jakub Bogusze20ac792011-01-24 15:03:43 -05005523msgid "Aborting...\n"
5524msgstr "Przerwano...\n"
5525
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005526#: misc/mke2fs.c:1320
Jakub Bogusze20ac792011-01-24 15:03:43 -05005527#, c-format
5528msgid ""
5529"\n"
5530"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5531"\n"
5532msgstr ""
5533"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005534"Uwaga: typ systemu plików %s nie jest zdefiniowany w mke2fs.conf\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005535"\n"
5536
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005537#: misc/mke2fs.c:1500
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005538msgid "Couldn't allocate memory for new PATH.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005539msgstr "Nie udało się przydzielić pamięci na nową PATH\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005540
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005541#: misc/mke2fs.c:1541
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005542#, c-format
5543msgid "Couldn't init profile successfully (error: %ld).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005544msgstr "Nie udało się poprawnie zainicjować profilu (błąd: %ld).\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005545
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005546#: misc/mke2fs.c:1574
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005547#, c-format
5548msgid "invalid block size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005549msgstr "błędny rozmiar bloku - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005550
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005551#: misc/mke2fs.c:1578
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005552#, c-format
5553msgid "Warning: blocksize %d not usable on most systems.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005554msgstr "Uwaga: rozmiar bloku %d nie używalny na większości systemów.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005555
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005556#: misc/mke2fs.c:1594
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005557#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005558msgid "invalid cluster size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005559msgstr "błędny rozmiar klastra - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005561#: misc/mke2fs.c:1607
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005562msgid "'-R' is deprecated, use '-E' instead"
5563msgstr "'-%' jest przestarzałe, zamiast niego należy używać '-E'"
5564
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005565#: misc/mke2fs.c:1621 misc/tune2fs.c:1656
5566#, c-format
5567msgid "bad error behavior - %s"
5568msgstr "błędne traktowanie błędów - %s"
5569
5570#: misc/mke2fs.c:1633
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005571msgid "Illegal number for blocks per group"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005572msgstr "Błędna liczba bloków w grupie"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005573
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005574#: misc/mke2fs.c:1638
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005575msgid "blocks per group must be multiple of 8"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005576msgstr "liczba bloków w grupie musi być wielokrotnością 8"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005577
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005578#: misc/mke2fs.c:1646
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005579msgid "Illegal number for flex_bg size"
5580msgstr "Niedopuszczalny rozmiar flex_bg"
5581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005582#: misc/mke2fs.c:1652
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005583msgid "flex_bg size must be a power of 2"
5584msgstr "rozmiar flex_bg musi być potęgą 2"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005585
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005586#: misc/mke2fs.c:1657
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005587#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005588msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005589msgstr "rozmiar flex_bg (%lu) musi być mniejszy lub równy 2^31"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005590
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005591#: misc/mke2fs.c:1667
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005592#, c-format
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005593msgid "invalid inode ratio %s (min %d/max %d)"
5594msgstr "błędny stosunek i-węzłów %s (min %d/max %d)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005595
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005596#: misc/mke2fs.c:1677
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005597#, c-format
5598msgid "invalid inode size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005599msgstr "błędny rozmiar i-węzła - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005600
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005601#: misc/mke2fs.c:1690
Theodore Ts'obd386982015-05-17 20:34:58 -04005602msgid ""
5603"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5604"nodiscard' extended option instead!\n"
5605msgstr ""
5606"Uwaga: opcja -K jest przestarzała i nie powinna już być używana. Zamiast "
5607"niej należy użyć opcji rozszerzonej '-E nodiscard'.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005608
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005609#: misc/mke2fs.c:1701
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005610msgid "in malloc for bad_blocks_filename"
5611msgstr "w malloc dla bad_blocks_filename"
5612
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005613#: misc/mke2fs.c:1714
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005614#, c-format
5615msgid "invalid reserved blocks percent - %s"
5616msgstr "błędny procent zarezerwowanych bloków - %s"
5617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005618#: misc/mke2fs.c:1729
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005619#, c-format
5620msgid "bad num inodes - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005621msgstr "błędna liczba i-węzłów - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005623#: misc/mke2fs.c:1746
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005624#, c-format
5625msgid "bad revision level - %s"
5626msgstr "błędny poziom wersji - %s"
5627
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005628#: misc/mke2fs.c:1751
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005629#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005630msgid "while trying to create revision %d"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005631msgstr "tpodczas próby utworzenia rewizji %d"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005632
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005633#: misc/mke2fs.c:1765
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005634msgid "The -t option may only be used once"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005635msgstr "Opcja -t może być użyta tylko raz"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005636
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005637#: misc/mke2fs.c:1773
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005638msgid "The -T option may only be used once"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005639msgstr "Opcja -T może być użyta tylko raz"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005640
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005641#: misc/mke2fs.c:1829 misc/mke2fs.c:3077
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005642#, c-format
5643msgid "while trying to open journal device %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005644msgstr "podczas próby otwarcia urządzenia kroniki %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005645
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005646#: misc/mke2fs.c:1835
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005647#, c-format
5648msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5649msgstr "Rozmiar bloku urządzenia z kroniką (%d) mniejszy od minimalnego %d\n"
5650
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005651#: misc/mke2fs.c:1841
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005652#, c-format
5653msgid "Using journal device's blocksize: %d\n"
5654msgstr "Użycie rozmiaru bloku urządzenia kroniki: %d\n"
5655
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005656#: misc/mke2fs.c:1852
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005657#, c-format
5658msgid "invalid blocks '%s' on device '%s'"
5659msgstr "błędna liczba bloków '%s' na urządzeniu '%s'"
5660
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005661#: misc/mke2fs.c:1874
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005662msgid "filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005663msgstr "system plików"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005664
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005665#: misc/mke2fs.c:1887 resize/main.c:490
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005666msgid "while trying to determine filesystem size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005667msgstr "podczas próby określenia rozmiaru systemu plików"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005668
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005669#: misc/mke2fs.c:1893
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005670msgid ""
5671"Couldn't determine device size; you must specify\n"
5672"the size of the filesystem\n"
5673msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005674"Nie można określić rozmiaru urządzenia; rozmiar systemu\n"
5675"plików musi być podany\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005676
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005677#: misc/mke2fs.c:1900
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005678msgid ""
5679"Device size reported to be zero. Invalid partition specified, or\n"
5680"\tpartition table wasn't reread after running fdisk, due to\n"
5681"\ta modified partition being busy and in use. You may need to reboot\n"
5682"\tto re-read your partition table.\n"
5683msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005684"Odczytany rozmiar urządzenia wynosi zero. Podano błędną partycję\n"
5685"\tlub tablica partycji nie była odczytana ponownie po uruchomieniu\n"
5686"\tfdiska z powodu zajętej modyfikowanej partycji. Ponowny odczyt\n"
5687"\ttablicy partycji może wymagać rebootu.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005688
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005689#: misc/mke2fs.c:1917
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005690msgid "Filesystem larger than apparent device size."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005691msgstr "System plików większy od widocznego rozmiaru urządzenia."
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005692
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005693#: misc/mke2fs.c:1937
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005694msgid "Failed to parse fs types list\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005695msgstr "Nie udało się przeanalizować listy typów systemów plików\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005696
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005697#: misc/mke2fs.c:1984
5698#, fuzzy
5699msgid "The HURD does not support the filetype feature.\n"
5700msgstr "Hurd nie obsługuje własności filetype.\n"
5701
5702#: misc/mke2fs.c:1989
5703#, fuzzy
5704msgid "The HURD does not support the huge_file feature.\n"
5705msgstr "Hurd nie obsługuje własności filetype.\n"
5706
5707#: misc/mke2fs.c:1994
5708#, fuzzy
5709msgid "The HURD does not support the metadata_csum feature.\n"
5710msgstr "Hurd nie obsługuje własności filetype.\n"
5711
5712#: misc/mke2fs.c:2004
Jakub Boguszdf585272014-05-18 09:46:34 -04005713msgid "while trying to determine hardware sector size"
5714msgstr "podczas próby określenia rozmiaru sprzętowego sektora"
5715
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005716#: misc/mke2fs.c:2010
Jakub Boguszdf585272014-05-18 09:46:34 -04005717msgid "while trying to determine physical sector size"
5718msgstr "podczas próby określenia rozmiaru sektora fizycznego"
5719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005720#: misc/mke2fs.c:2042
Jakub Boguszdf585272014-05-18 09:46:34 -04005721msgid "while setting blocksize; too small for device\n"
5722msgstr "podczas ustawiania rozmiaru bloku; zbyt mały dla urządzenia\n"
5723
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005724#: misc/mke2fs.c:2047
Jakub Boguszdf585272014-05-18 09:46:34 -04005725#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005726msgid ""
5727"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5728msgstr ""
5729"Uwaga: podany rozmiar bloku %d jest mniejszy niż rozmiar sektora fizycznego "
5730"%d\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005731
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005732#: misc/mke2fs.c:2071
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005733#, c-format
5734msgid ""
5735"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5736"\tin 32 bits using a blocksize of %d.\n"
5737msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005738"%s: Rozmiar urządzenia (0x%llx bloków) %s jest zbyt duży, aby wyrazić go\n"
5739"\tw 32 bitach przy użyciu rozmiaru bloku %d.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005741#: misc/mke2fs.c:2087
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04005742msgid "fs_types for mke2fs.conf resolution: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005743msgstr "Rozwinięcie fs_types dla mke2fs.conf: "
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04005744
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005745#: misc/mke2fs.c:2094
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005746msgid "Filesystem features not supported with revision 0 filesystems\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005747msgstr "Cechy systemu plików nie obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005748
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005749#: misc/mke2fs.c:2102
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005750msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005751msgstr ""
5752"Rzadkie superbloki nie są obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005753
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005754#: misc/mke2fs.c:2112
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005755msgid "Journals not supported with revision 0 filesystems\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005756msgstr "Kroniki nie są obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005757
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005758#: misc/mke2fs.c:2125
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005759#, c-format
5760msgid "invalid reserved blocks percent - %lf"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005761msgstr "błędny procent zarezerwowanych bloków - %lf"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005762
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005763#: misc/mke2fs.c:2142
Theodore Ts'obd386982015-05-17 20:34:58 -04005764msgid ""
5765"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5766"rectify.\n"
5767msgstr ""
5768"Ekstenty MUSZĄ być włączone dla 64-bitowego systemu plików. Aby to poprawić, "
5769"należy przekazać -O extents.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005770
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005771#: misc/mke2fs.c:2162
Jakub Boguszdf585272014-05-18 09:46:34 -04005772msgid "The cluster size may not be smaller than the block size.\n"
5773msgstr "Rozmiar klastra nie może być mniejszy niż rozmiar bloku.\n"
5774
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005775#: misc/mke2fs.c:2168
Jakub Boguszdf585272014-05-18 09:46:34 -04005776msgid "specifying a cluster size requires the bigalloc feature"
5777msgstr "określenie rozmiaru klastra wymaga własności bigalloc"
5778
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005779#: misc/mke2fs.c:2188
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005780#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04005781msgid "warning: Unable to get device geometry for %s\n"
5782msgstr "uwaga: nie udało się odczytać geometrii urządzenia dla %s\n"
5783
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005784#: misc/mke2fs.c:2191
Jakub Boguszdf585272014-05-18 09:46:34 -04005785#, c-format
5786msgid "%s alignment is offset by %lu bytes.\n"
5787msgstr "Wyrównanie %s jest przesunięte o %lu bajtów.\n"
5788
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005789#: misc/mke2fs.c:2193
Jakub Boguszdf585272014-05-18 09:46:34 -04005790#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005791msgid ""
5792"This may result in very poor performance, (re)-partitioning suggested.\n"
5793msgstr ""
5794"Może to powodować bardzo niską wydajność, zalecane jest "
5795"(prze)partycjonowanie.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005797#: misc/mke2fs.c:2214
Jakub Boguszdf585272014-05-18 09:46:34 -04005798#, c-format
5799msgid "%d-byte blocks too big for system (max %d)"
5800msgstr "%d-bajtowe bloki są zbyt duże dla systemu (max %d)"
5801
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005802#: misc/mke2fs.c:2218
Jakub Boguszdf585272014-05-18 09:46:34 -04005803#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005804msgid ""
5805"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5806msgstr ""
5807"Uwaga: %d-bajtowe bloki są zbyt duże dla systemu (max %d), wymuszono "
5808"kontynuację\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005809
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005810#: misc/mke2fs.c:2226
5811#, c-format
5812msgid ""
5813"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5814"and journal checksum features.\n"
5815msgstr ""
5816
5817#: misc/mke2fs.c:2286
Jakub Boguszdf585272014-05-18 09:46:34 -04005818msgid "Can't support bigalloc feature without extents feature"
5819msgstr "Obsługa własności bigalloc jest niemożliwa bez własności extents"
5820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005821#: misc/mke2fs.c:2293
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005822msgid ""
5823"The resize_inode and meta_bg features are not compatible.\n"
5824"They can not be both enabled simultaneously.\n"
5825msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005826"Cechy resize_inode i meta_bg nie są kompatybilne.\n"
5827"Nie można ich włączyć jednocześnie.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005829#: misc/mke2fs.c:2301
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005830msgid ""
5831"\n"
5832"Warning: the bigalloc feature is still under development\n"
5833"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5834"\n"
5835msgstr ""
5836"\n"
5837"Uwaga: własność bigalloc jest nadal w trakcie rozwoju.\n"
5838"Więcej informacji pod https://ext4.wiki.kernel.org/index.php/Bigalloc\n"
5839"\n"
5840
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005841#: misc/mke2fs.c:2313
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005842msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'obd386982015-05-17 20:34:58 -04005843msgstr ""
5844"zarezerwowane bloki do zmiany rozmiaru w locie nie obsługiwane na nieciągłym "
5845"systemie plików"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005846
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005847#: misc/mke2fs.c:2322
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005848msgid "blocks per group count out of range"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005849msgstr "liczba bloków w grupie spoza zakresu"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005850
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005851#: misc/mke2fs.c:2344
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005852msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'obd386982015-05-17 20:34:58 -04005853msgstr ""
5854"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 -05005855
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005856#: misc/mke2fs.c:2356
Theodore Ts'o886017a2005-06-26 22:11:46 -04005857#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04005858msgid "invalid inode size %d (min %d/max %d)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005859msgstr "błędny rozmiar i-węzła %d (min %d/max %d)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005860
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005861#: misc/mke2fs.c:2371
5862#, c-format
5863msgid "%d byte inodes are too small for inline data; specify larger size"
5864msgstr ""
5865
5866#: misc/mke2fs.c:2384
5867#, c-format
5868msgid "%d byte inodes are too small for project quota; specify larger size"
5869msgstr ""
5870
5871#: misc/mke2fs.c:2399
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005872#, c-format
5873msgid "too many inodes (%llu), raise inode ratio?"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005874msgstr "zbyt dużo i-węzłów (%llu), zwiększyć współczynnik i-węzłów?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005875
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005876#: misc/mke2fs.c:2406
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005877#, c-format
5878msgid "too many inodes (%llu), specify < 2^32 inodes"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005879msgstr "zbyt dużo i-węzłów (%llu), należy podać < 2^32"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005880
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005881#: misc/mke2fs.c:2420
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005882#, c-format
5883msgid ""
5884"inode_size (%u) * inodes_count (%u) too big for a\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005885"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005886"\tor lower inode count (-N).\n"
5887msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005888"rozm_iwęzła (%u) * liczba_iwęzłów (%u) zbyt duże dla systemu\n"
5889"\tplików o liczbie bloków %llu, należy podać większy współczynnik (-i)\n"
5890"\tlub mniejszą liczbę i-węzłów (-N).\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005891
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005892#: misc/mke2fs.c:2607
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005893msgid "Discarding device blocks: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005894msgstr "Porzucanie bloków urządzenia: "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005895
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005896#: misc/mke2fs.c:2623
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005897msgid "failed - "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005898msgstr "nie powiodło się - "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005899
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005900#: misc/mke2fs.c:2703
5901#, fuzzy, c-format
5902msgid "bad error behavior in profile - %s"
5903msgstr "błędne traktowanie błędów - %s"
5904
5905#: misc/mke2fs.c:2777
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005906msgid "while setting up superblock"
5907msgstr "podczas ustawiania superbloku"
5908
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005909#: misc/mke2fs.c:2793
5910msgid ""
5911"Extents are not enabled. The file extent tree can be checksummed, whereas "
5912"block maps cannot. Not enabling extents reduces the coverage of metadata "
5913"checksumming. Pass -O extents to rectify.\n"
5914msgstr ""
5915
5916#: misc/mke2fs.c:2800
5917msgid ""
5918"64-bit filesystem support is not enabled. The larger fields afforded by "
5919"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5920msgstr ""
5921
5922#: misc/mke2fs.c:2808
5923msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5924msgstr ""
5925
5926#: misc/mke2fs.c:2824
Jakub Boguszdf585272014-05-18 09:46:34 -04005927msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005928msgstr ""
5929"Czyszczenie się powiodło i będzie zwracać zera - pominięto czyszczenie "
5930"tablicy i-węzłów\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005931
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005932#: misc/mke2fs.c:2918
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005933#, c-format
5934msgid "unknown os - %s"
5935msgstr "nieznany os - %s"
5936
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005937#: misc/mke2fs.c:2981
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005938msgid "Allocating group tables: "
5939msgstr "Przydzielanie tablicy grup: "
5940
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005941#: misc/mke2fs.c:2989
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005942msgid "while trying to allocate filesystem tables"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005943msgstr "podczas próby przydzielenia tablic systemu plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005944
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005945#: misc/mke2fs.c:2998
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005946msgid ""
5947"\n"
5948"\twhile converting subcluster bitmap"
5949msgstr ""
5950"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005951"\tpodczas próby przekształcenia bitmapy podklastrów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005952
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005953#: misc/mke2fs.c:3004
5954#, c-format
5955msgid "%s may be further corrupted by superblock rewrite\n"
5956msgstr ""
5957
5958#: misc/mke2fs.c:3045
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005959#, c-format
5960msgid "while zeroing block %llu at end of filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005961msgstr "podczas zerowania bloku %llu na końcu systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005962
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005963#: misc/mke2fs.c:3058
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005964msgid "while reserving blocks for online resize"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005965msgstr "podczas rezerwowania bloków na zmianę rozmiaru w locie"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005966
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005967#: misc/mke2fs.c:3070 misc/tune2fs.c:1410
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005968msgid "journal"
5969msgstr "kronika"
5970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005971#: misc/mke2fs.c:3082
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005972#, c-format
5973msgid "Adding journal to device %s: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005974msgstr "Dodano kronikę do urządzenia %s: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005975
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005976#: misc/mke2fs.c:3089
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005977#, c-format
5978msgid ""
5979"\n"
5980"\twhile trying to add journal to device %s"
5981msgstr ""
5982"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005983"\tpodczas próby dodania kroniki do urządzenia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005985#: misc/mke2fs.c:3094 misc/mke2fs.c:3123 misc/mke2fs.c:3163
5986#: misc/mk_hugefiles.c:509 misc/tune2fs.c:1439 misc/tune2fs.c:1458
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005987msgid "done\n"
5988msgstr "wykonano\n"
5989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005990#: misc/mke2fs.c:3100
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005991msgid "Skipping journal creation in super-only mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005992msgstr "Pominięto tworzenie kroniki w trybie super-only\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005993
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005994#: misc/mke2fs.c:3110
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005995#, c-format
5996msgid "Creating journal (%u blocks): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005997msgstr "Tworzenie kroniki (%u bloków): "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005998
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005999#: misc/mke2fs.c:3119
Jakub Boguszf64e68e2012-04-22 15:38:43 -04006000msgid ""
6001"\n"
6002"\twhile trying to create journal"
6003msgstr ""
6004"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006005"\tpodczas próby utworzenia kroniki"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04006006
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006007#: misc/mke2fs.c:3131 misc/tune2fs.c:1067
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006008msgid ""
6009"\n"
6010"Error while enabling multiple mount protection feature."
6011msgstr ""
6012"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006013"Błąd podczas włączania funkcji zabezpieczenia przed wielokrotnym montowaniem."
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006014
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006015#: misc/mke2fs.c:3136
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006016#, c-format
6017msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006018msgstr ""
6019"Zabezpieczenie przed wielokrotnym montowaniem jest włączone z okresem "
6020"uaktualniania %d sekund.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006021
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006022#: misc/mke2fs.c:3154
6023#, fuzzy
6024msgid "Copying files into the device: "
6025msgstr "Błąd podczas zrzucania zapisów na urządzenie przechowujące: %m\n"
6026
6027#: misc/mke2fs.c:3160
6028#, fuzzy
6029msgid "while populating file system"
6030msgstr "podczas przydzielania tablicy l1"
6031
6032#: misc/mke2fs.c:3167
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006033msgid "Writing superblocks and filesystem accounting information: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006034msgstr "Zapis superbloków i podsumowania systemu plików: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006036#: misc/mke2fs.c:3174
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006037msgid ""
6038"\n"
6039"Warning, had trouble writing out superblocks."
6040msgstr ""
6041"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006042"Uwaga, problemy z zapisem superbloków."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006043
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006044#: misc/mke2fs.c:3176
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006045msgid ""
6046"done\n"
6047"\n"
6048msgstr ""
6049"wykonano\n"
6050"\n"
6051
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006052#: misc/mk_hugefiles.c:423
6053#, c-format
6054msgid ""
6055"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6056msgstr ""
6057
6058#: misc/mk_hugefiles.c:490
6059msgid "Huge files will be zero'ed\n"
6060msgstr ""
6061
6062#: misc/mk_hugefiles.c:491
6063#, fuzzy, c-format
6064msgid "Creating %lu huge file(s) "
6065msgstr "Tworzenie zwykłego pliku %s\n"
6066
6067#: misc/mk_hugefiles.c:493
6068#, fuzzy, c-format
6069msgid "with %llu blocks each"
6070msgstr ""
6071"uwaga: %llu bloków nie używanych.\n"
6072"\n"
6073
6074#: misc/mk_hugefiles.c:504
6075#, fuzzy, c-format
6076msgid "while creating huge file %lu"
6077msgstr "podczas iteracji po i-węźle %u"
6078
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006079#: misc/mklost+found.c:50
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006080msgid "Usage: mklost+found\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006081msgstr "Składnia: mklost+found\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006082
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006083#: misc/partinfo.c:41
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006084#, c-format
6085msgid ""
6086"Usage: %s device...\n"
6087"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006088"Prints out the partition information for each given device.\n"
6089"For example: %s /dev/hda\n"
6090"\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006091msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006092"Składnia: %s urządzenie...\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006093"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006094"Wypisanie informacji o partycjach na każdym podanym urządzeniu.\n"
6095"Przykład: %s /dev/hda\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006096"\n"
6097
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006098#: misc/partinfo.c:51
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006099#, c-format
6100msgid "Cannot open %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006101msgstr "Nie można otworzyć %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006102
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006103#: misc/partinfo.c:57
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006104#, c-format
6105msgid "Cannot get geometry of %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006106msgstr "Nie można pobrać geometrii %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006107
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006108#: misc/partinfo.c:65
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006109#, c-format
6110msgid "Cannot get size of %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006111msgstr "Nie można pobrać rozmiaru %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006112
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006113#: misc/partinfo.c:71
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006114#, c-format
6115msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006116msgstr "%s: h=%3d s=%3d c=%4d początek=%8d rozmiar=%8lu koniec=%8d\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006117
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006118#: misc/tune2fs.c:118
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006119msgid "Please run e2fsck on the filesystem.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006120msgstr "Proszę uruchomić e2fsck na systemie plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006122#: misc/tune2fs.c:120
6123#, fuzzy
6124msgid "Please run e2fsck -D on the filesystem.\n"
6125msgstr "Proszę uruchomić e2fsck na systemie plików.\n"
6126
6127#: misc/tune2fs.c:129
6128#, fuzzy, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006129msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04006130"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006131"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006132"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6133"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6134"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6135"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006136"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006137"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006138msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006139"Składnia: %s [-c max_licznik_montowań] [-e trakt._błędów] [-g grupa]\n"
6140"\t[-i odstęp[d|m|w]] [-j] [-J opcje_kroniki] [-l]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006141"\t[-m procent_rezerw._bloków] [-o [^]opcje_montowania[,...]] [-p okres_uakt."
6142"_mmp]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006143"\t[-r liczba_zarez._bloków] [-u użytkownik] [-C licznik_montowań]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006144"\t[-L etykieta_wolumenu] [-M ostatnio_mont._katalog] [-O [^]cecha[,...]]\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04006145"\t[-Q opcje_limitów]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006146"\t[-E opcja_rozszerzona[,...]] [-T czas_ost._sprawdz.] [-U UUID]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006147"\t[-I nowy_rozmiar_i-węzła] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006149#: misc/tune2fs.c:213
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006150msgid "Journal superblock not found!\n"
6151msgstr "Nie znaleziono superbloku kroniki!\n"
6152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006153#: misc/tune2fs.c:271
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006154msgid "while trying to open external journal"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006155msgstr "podczas próby otworzenia zewnętrznej kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006157#: misc/tune2fs.c:277 misc/tune2fs.c:2671
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006158#, c-format
6159msgid "%s is not a journal device.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006160msgstr "%s nie jest urządzeniem kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006162#: misc/tune2fs.c:287 misc/tune2fs.c:2682
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006163msgid "Filesystem's UUID not found on journal device.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006164msgstr "UUID systemu plików nie znaleziony na urządzeniu kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006165
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006166#: misc/tune2fs.c:311
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006167msgid ""
6168"Cannot locate journal device. It was NOT removed\n"
6169"Use -f option to remove missing journal device.\n"
6170msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006171"Nie można zlokalizować urządzenia kroniki. NIE zostało usunięte.\n"
6172"Można użyć opcji -f, aby usunąć nieistniejące urządzenie kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006174#: misc/tune2fs.c:320
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006175msgid "Journal removed\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006176msgstr "Kronika usunięta\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006178#: misc/tune2fs.c:364
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006179msgid "while reading bitmaps"
6180msgstr "podczas odczytu bitmap"
6181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006182#: misc/tune2fs.c:372
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006183msgid "while clearing journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006184msgstr "podczas czyszczenia i-węzła kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006186#: misc/tune2fs.c:383
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006187msgid "while writing journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006188msgstr "podczas zapisu i-węzła kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006189
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006190#: misc/tune2fs.c:418 misc/tune2fs.c:440 misc/tune2fs.c:453
Jakub Bogusze20ac792011-01-24 15:03:43 -05006191msgid "(and reboot afterwards!)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006192msgstr "(proszę zrestartować potem system!)\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05006193
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006194#: misc/tune2fs.c:471
6195#, c-format
6196msgid "After running e2fsck, please run `resize2fs %s %s"
6197msgstr ""
6198
6199#: misc/tune2fs.c:474
6200#, fuzzy, c-format
6201msgid "Please run `resize2fs %s %s"
6202msgstr ""
6203"Proszę uruchomić najpierw 'e2fsck -f %s'.\n"
6204"\n"
6205
6206#: misc/tune2fs.c:478
6207#, c-format
6208msgid " -z \"%s\""
6209msgstr ""
6210
6211#: misc/tune2fs.c:480
6212#, c-format
6213msgid "' to enable 64-bit mode.\n"
6214msgstr ""
6215
6216#: misc/tune2fs.c:482
6217#, c-format
6218msgid "' to disable 64-bit mode.\n"
6219msgstr ""
6220
6221#: misc/tune2fs.c:969
6222msgid ""
6223"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6224" This requires Linux >= v4.4.\n"
6225msgstr ""
6226
6227#: misc/tune2fs.c:1005
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006228#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006229msgid "Clearing filesystem feature '%s' not supported.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006230msgstr "Usuwanie cechy systemu plików '%s' nie jest obsługiwane.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006232#: misc/tune2fs.c:1011
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006233#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006234msgid "Setting filesystem feature '%s' not supported.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006235msgstr "Ustawianie cechy systemu plików '%s' nie jest obsługiwane.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006237#: misc/tune2fs.c:1020
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006238msgid ""
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04006239"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006240"unmounted or mounted read-only.\n"
6241msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006242"Flaga has_journal może być wyczyszczona tylko kiedy system plików\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006243"jest odmontowany lub zamontowany tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006245#: misc/tune2fs.c:1028
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006246msgid ""
6247"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6248"the has_journal flag.\n"
6249msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006250"Flaga needs_recovery jest ustawiona. Proszę uruchomić e2fsck przed\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006251"czyszczeniem flagi has_journal.\n"
6252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006253#: misc/tune2fs.c:1046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006254msgid ""
6255"Setting filesystem feature 'sparse_super' not supported\n"
6256"for filesystems with the meta_bg feature enabled.\n"
6257msgstr ""
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006258"Ustawienie właściwości systemu plików 'sparse_super' nie jest obsługiwane\n"
6259"dla systemów plików z włączoną cechą meta_bg.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006261#: misc/tune2fs.c:1059
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006262msgid ""
6263"The multiple mount protection feature can't\n"
6264"be set if the filesystem is mounted or\n"
6265"read-only.\n"
6266msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006267"Funkcja ochrony przed wielokrotnym montowaniem nie może zostać\n"
6268"włączona, jeśli system plików jest zamontowany lub tylko do odczytu.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006270#: misc/tune2fs.c:1077
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006271#, c-format
6272msgid "Multiple mount protection has been enabled with update interval %ds.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006273msgstr ""
6274"Zavezpieczenie przed wielokrotnym montowaniem została włączona z czasem "
6275"uaktualniania %ds.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006277#: misc/tune2fs.c:1086
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006278msgid ""
6279"The multiple mount protection feature cannot\n"
6280"be disabled if the filesystem is readonly.\n"
6281msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006282"Funkcja zabezpieczenia przed wielokrotnym montowaniem nie może zostać\n"
6283"wyłączona, jeśli system plików jest tylko do odczytu.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006285#: misc/tune2fs.c:1094
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006286msgid "Error while reading bitmaps\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006287msgstr "Błąd podczas odczytu bitmap\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006289#: misc/tune2fs.c:1103
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006290#, c-format
6291msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6292msgstr "Liczba magiczna w bloku MMP się nie zgadza; oczekiwano %x, jest %x\n"
6293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006294#: misc/tune2fs.c:1108
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006295msgid "while reading MMP block."
6296msgstr "podczas odczytu bloku MMP."
6297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006298#: misc/tune2fs.c:1140
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006299msgid ""
6300"Clearing the flex_bg flag would cause the the filesystem to be\n"
6301"inconsistent.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006302msgstr "Wyłączenie flagi flex_bg spowoduje niespójność systemu plików.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006303
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006304#: misc/tune2fs.c:1151
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04006305msgid ""
6306"The huge_file feature may only be cleared when the filesystem is\n"
6307"unmounted or mounted read-only.\n"
6308msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006309"Flaga huge_file może być wyczyszczona tylko kiedy system plików\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006310"jest odmontowany lub zamontowany tylko do odczytu.\n"
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04006311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006312#: misc/tune2fs.c:1162
6313msgid "Enabling checksums could take some time."
6314msgstr ""
6315
6316#: misc/tune2fs.c:1164
6317msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6318msgstr ""
6319
6320#: misc/tune2fs.c:1170
6321msgid ""
6322"Extents are not enabled. The file extent tree can be checksummed, whereas "
6323"block maps cannot. Not enabling extents reduces the coverage of metadata "
6324"checksumming. Re-run with -O extent to rectify.\n"
6325msgstr ""
6326
6327#: misc/tune2fs.c:1177
6328msgid ""
6329"64-bit filesystem support is not enabled. The larger fields afforded by "
6330"this feature enable full-strength checksumming. Run resize2fs -b to "
6331"rectify.\n"
6332msgstr ""
6333
6334#: misc/tune2fs.c:1203
6335msgid "Disabling checksums could take some time."
6336msgstr ""
6337
6338#: misc/tune2fs.c:1205
6339msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6340msgstr ""
6341
6342#: misc/tune2fs.c:1268
6343#, c-format
6344msgid "Cannot enable 64-bit mode while mounted!\n"
6345msgstr ""
6346
6347#: misc/tune2fs.c:1278
6348#, c-format
6349msgid "Cannot disable 64-bit mode while mounted!\n"
6350msgstr ""
6351
6352#: misc/tune2fs.c:1308
6353msgid ""
6354"\n"
6355"Warning: enabled project without quota together\n"
6356msgstr ""
6357
6358#: misc/tune2fs.c:1321
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006359msgid ""
6360"\n"
6361"Warning: '^quota' option overrides '-Q'arguments.\n"
6362msgstr ""
6363"\n"
6364"Uwaga: opcja '^quota' nadpisuje argumenty '-Q'.\n"
6365
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006366#: misc/tune2fs.c:1339
6367#, fuzzy
6368msgid ""
6369"Setting feature 'metadata_csum_seed' is only supported\n"
6370"on filesystems with the metadata_csum feature enabled.\n"
6371msgstr ""
6372"Ustawienie właściwości systemu plików 'sparse_super' nie jest obsługiwane\n"
6373"dla systemów plików z włączoną cechą meta_bg.\n"
6374
6375#: misc/tune2fs.c:1357
6376msgid ""
6377"UUID has changed since enabling metadata_csum. Filesystem must be "
6378"unmounted \n"
6379"to safely rewrite all metadata to match the new UUID.\n"
6380msgstr ""
6381
6382#: misc/tune2fs.c:1403
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006383msgid "The filesystem already has a journal.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006384msgstr "System plików już ma kronikę.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006386#: misc/tune2fs.c:1423
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006387#, c-format
6388msgid ""
6389"\n"
6390"\twhile trying to open journal on %s\n"
6391msgstr ""
6392"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006393"\tpodczas próby otworzenia kroniki na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006394
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006395#: misc/tune2fs.c:1427
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006396#, c-format
6397msgid "Creating journal on device %s: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006398msgstr "Tworzenie kroniki na urządzeniu %s: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006399
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006400#: misc/tune2fs.c:1435
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006401#, c-format
6402msgid "while adding filesystem to journal on %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006403msgstr "podczas dodawania systemu plików do kroniki na %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006405#: misc/tune2fs.c:1441
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006406msgid "Creating journal inode: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006407msgstr "Tworzenie i-węzła kroniki: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006408
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006409#: misc/tune2fs.c:1455
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006410msgid ""
6411"\n"
6412"\twhile trying to create journal file"
6413msgstr ""
6414"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006415"\tpodczas próby utworzenia pliku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006416
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006417#: misc/tune2fs.c:1544
6418#, fuzzy
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006419msgid ""
6420"\n"
6421"Bad quota options specified.\n"
6422"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006423"Following valid quota options are available (pass by separating with "
6424"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006425"\t[^]usr[quota]\n"
6426"\t[^]grp[quota]\n"
6427"\t[^]prj[quota]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006428"\n"
6429"\n"
6430msgstr ""
6431"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006432"Podano błędne opcje limitów.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006433"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006434"Dostępne są następujące opcje limitów (można je przekazywać oddzielone "
6435"przecinkiem):\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006436"\t[^]usrquota\n"
6437"\t[^]grpquota\n"
6438"\n"
6439"\n"
6440
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006441#: misc/tune2fs.c:1602
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006442#, c-format
6443msgid "Couldn't parse date/time specifier: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006444msgstr "Nie można przeanalizować podanej daty/czasu: %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006445
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006446#: misc/tune2fs.c:1627 misc/tune2fs.c:1640
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006447#, c-format
6448msgid "bad mounts count - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006449msgstr "błędna liczba montowań - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006450
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006451#: misc/tune2fs.c:1683
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006452#, c-format
6453msgid "bad gid/group name - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006454msgstr "błędny gid/nazwa grupy - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006456#: misc/tune2fs.c:1716
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006457#, c-format
6458msgid "bad interval - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006459msgstr "błędny odstęp - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006460
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006461#: misc/tune2fs.c:1745
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006462#, c-format
6463msgid "bad reserved block ratio - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006464msgstr "błędny procent zarezerwowanych bloków - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006466#: misc/tune2fs.c:1760
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006467msgid "-o may only be specified once"
6468msgstr "-o może być podane tylko raz"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006470#: misc/tune2fs.c:1769
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006471msgid "-O may only be specified once"
6472msgstr "-O może być podane tylko raz"
6473
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006474#: misc/tune2fs.c:1787
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006475#, c-format
6476msgid "bad reserved blocks count - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006477msgstr "błędna liczba zarezerwowanych bloków - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006479#: misc/tune2fs.c:1816
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006480#, c-format
6481msgid "bad uid/user name - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006482msgstr "błędny uid/nazwa użytkownika - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006484#: misc/tune2fs.c:1833
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006485#, c-format
6486msgid "bad inode size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006487msgstr "błędny rozmiar i-węzła - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006489#: misc/tune2fs.c:1840
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006490#, c-format
6491msgid "Inode size must be a power of two- %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006492msgstr "Rozmiar i-węzła musi być potęgą dwójki - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006493
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006494#: misc/tune2fs.c:1937
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006495#, c-format
6496msgid "mmp_update_interval too big: %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006497msgstr "Okres uaktualniania mmp zbyt duży: %lu\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006499#: misc/tune2fs.c:1942
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006500#, c-format
6501msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006502msgid_plural ""
6503"Setting multiple mount protection update interval to %lu seconds\n"
6504msgstr[0] ""
6505"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
6506"montowaniem na %lu sekundę\n"
6507msgstr[1] ""
6508"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
6509"montowaniem na %lu sekundy\n"
6510msgstr[2] ""
6511"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
6512"montowaniem na %lu sekund\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006514#: misc/tune2fs.c:1965
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006515#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006516msgid "Invalid RAID stride: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006517msgstr "Błędny parametr RAID stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006519#: misc/tune2fs.c:1980
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006520#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006521msgid "Invalid RAID stripe-width: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006522msgstr "Błędny parametr RAID stripe-width: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006524#: misc/tune2fs.c:1995
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006525#, c-format
6526msgid "Invalid hash algorithm: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006527msgstr "Błędny algorytm haszowania: %s\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006529#: misc/tune2fs.c:2001
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006530#, c-format
6531msgid "Setting default hash algorithm to %s (%d)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006532msgstr "Ustawianie domyślnego algorytmu haszowania na %s (%d)\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006534#: misc/tune2fs.c:2020
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006535msgid ""
6536"\n"
6537"Bad options specified.\n"
6538"\n"
6539"Extended options are separated by commas, and may take an argument which\n"
6540"\tis set off by an equals ('=') sign.\n"
6541"\n"
6542"Valid extended options are:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006543"\tclear_mmp\n"
6544"\thash_alg=<hash algorithm>\n"
6545"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006546"\tstride=<RAID per-disk chunk size in blocks>\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006547"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006548"\ttest_fs\n"
6549"\t^test_fs\n"
6550msgstr ""
6551"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006552"Podano błędne opcje.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006553"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006554"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
6555"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006556"\n"
6557"Poprawne opcje to:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006558"\tclear_mmp\n"
6559"\thash_alg=<algorytm haszowania>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006560"\tmount_opts=<rozszerzone domyślne opcje montowania>\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006561"\tstride=<rozmiar porcji danych RAID na dysku w blokach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006562"\tstripe_width=<RAID stride * liczba dysków danych w blokach>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05006563"\ttest_fs\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006564"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006566#: misc/tune2fs.c:2489
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006567msgid "Failed to read inode bitmap\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006568msgstr "Nie udało się odczytać bitmapy i-węzłów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006570#: misc/tune2fs.c:2494
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006571msgid "Failed to read block bitmap\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006572msgstr "Nie udało się odczytać bitmapy bloków\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006573
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006574#: misc/tune2fs.c:2511 resize/resize2fs.c:1264
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006575msgid "blocks to be moved"
6576msgstr "bloki do przeniesienia"
6577
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006578#: misc/tune2fs.c:2514
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006579msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006580msgstr ""
6581"Nie udało się przydzielić bitmapy bloków podczas zwiększania rozmiaru i-"
6582"węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006583
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006584#: misc/tune2fs.c:2520
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006585msgid "Not enough space to increase inode size \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006586msgstr "Za mało miejsca, aby zwiększyć rozmiar i-węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006588#: misc/tune2fs.c:2525
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006589msgid "Failed to relocate blocks during inode resize \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006590msgstr "Nie udało się przemieścić bloków podczas zmiany rozmiaru i-węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006591
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006592#: misc/tune2fs.c:2557
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006593msgid ""
6594"Error in resizing the inode size.\n"
6595"Run e2undo to undo the file system changes. \n"
6596msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006597"Błąd podczas zmiany rozmiaru i-węzła.\n"
6598"Należy uruchomić e2undo w celu wycofania zmian w systemie plików.\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006599
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006600#: misc/tune2fs.c:2769
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006601#, c-format
6602msgid ""
6603"MMP block magic is bad. Try to fix it by running:\n"
6604"'e2fsck -f %s'\n"
6605msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04006606"Liczba magiczna bloku MMP jest błędna. Można próbować to naprawić "
6607"uruchamiając:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006608"'e2fsck -f %s'\n"
6609
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006610#: misc/tune2fs.c:2781
6611#, fuzzy
6612msgid "Cannot modify a journal device.\n"
6613msgstr "%s nie jest urządzeniem kroniki.\n"
6614
6615#: misc/tune2fs.c:2794
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006616#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04006617msgid "The inode size is already %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006618msgstr "Rozmiar i-węzła już wynosi %lu\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006619
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006620#: misc/tune2fs.c:2801
Jakub Boguszdf585272014-05-18 09:46:34 -04006621msgid "Shrinking inode size is not supported\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006622msgstr "Zmniejszanie rozmiaru i-węzła nie jest obsługiwane\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006623
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006624#: misc/tune2fs.c:2806
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006625#, c-format
6626msgid "Invalid inode size %lu (max %d)\n"
6627msgstr "Błędny rozmiar i-węzła %lu (max %d)\n"
6628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006629#: misc/tune2fs.c:2812
6630msgid "Resizing inodes could take some time."
6631msgstr ""
6632
6633#: misc/tune2fs.c:2859
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006634#, c-format
6635msgid "Setting maximal mount count to %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006636msgstr "Ustawianie maksymalnej liczby montowań na %d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006637
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006638#: misc/tune2fs.c:2865
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006639#, c-format
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006640msgid "Setting current mount count to %d\n"
6641msgstr "Ustawianie aktualnego licznika montowań na %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006642
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006643#: misc/tune2fs.c:2870
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006644#, c-format
6645msgid "Setting error behavior to %d\n"
6646msgstr "Ustawianie traktowania błędów na %d\n"
6647
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006648#: misc/tune2fs.c:2875
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006649#, c-format
6650msgid "Setting reserved blocks gid to %lu\n"
6651msgstr "Ustawianie gid-a zarezerwowanych bloków na %lu\n"
6652
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006653#: misc/tune2fs.c:2880
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006654#, c-format
6655msgid "interval between checks is too big (%lu)"
6656msgstr "odstęp pomiędzy sprawdzeniami jest zbyt duży (%lu)"
6657
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006658#: misc/tune2fs.c:2887
Theodore Ts'oce1250c2005-05-20 22:51:55 -04006659#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04006660msgid "Setting interval between checks to %lu seconds\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006661msgstr "Ustawianie odstępu pomiędzy sprawdzeniami na %lu sekund\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006662
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006663#: misc/tune2fs.c:2894
Theodore Ts'of2275e32006-01-06 20:44:13 -05006664#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006665msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006666msgstr "Ustawianie procentu zarezerwowanych bloków na %g%% (%llu bloków)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006667
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006668#: misc/tune2fs.c:2900
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006669#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006670msgid "reserved blocks count is too big (%llu)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006671msgstr "liczba zarezerwowanych bloków jest zbyt duża (%llu)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006672
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006673#: misc/tune2fs.c:2907
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006674#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006675msgid "Setting reserved blocks count to %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006676msgstr "Ustawianie liczby zarezerwowanych bloków na %llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006678#: misc/tune2fs.c:2912
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006679msgid ""
6680"\n"
6681"The filesystem already has sparse superblocks.\n"
6682msgstr ""
6683"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006684"System plików już ma rzadkie superbloki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006685
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006686#: misc/tune2fs.c:2915
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006687msgid ""
6688"\n"
6689"Setting the sparse superblock flag not supported\n"
6690"for filesystems with the meta_bg feature enabled.\n"
6691msgstr ""
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006692"\n"
6693"Ustawienie flagi rzadkiego superbloku nie jest obsługiwane\n"
6694"dla systemów plików z włączoną cechą meta_bg.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006695
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006696#: misc/tune2fs.c:2925
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006697#, c-format
6698msgid ""
6699"\n"
6700"Sparse superblock flag set. %s"
6701msgstr ""
6702"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006703"Flaga rzadkich superbloków ustawiona. %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006704
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006705#: misc/tune2fs.c:2930
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006706msgid ""
6707"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006708"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006709msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006710"\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006711"Usuwanie flagi rzadkiego superbloku nie jest obsługiwane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006712
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006713#: misc/tune2fs.c:2938
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006714#, c-format
6715msgid "Setting time filesystem last checked to %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006716msgstr "Ustawianie czasu ostatniego sprawdzenia systemu plików na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006717
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006718#: misc/tune2fs.c:2944
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006719#, c-format
6720msgid "Setting reserved blocks uid to %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006721msgstr "Ustawianie uid-a zarezerwowanych bloków na %lu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006722
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006723#: misc/tune2fs.c:2976
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006724msgid "Error in using clear_mmp. It must be used with -f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006725msgstr "Błąd w użyciu clear_mmp. Opcja ta musi być użyta z -f\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006726
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006727#: misc/tune2fs.c:2994
Theodore Ts'obd386982015-05-17 20:34:58 -04006728msgid ""
6729"The quota feature may only be changed when the filesystem is unmounted.\n"
6730msgstr ""
6731"Funkcję limitów można zmienić tylko na niezamontowanym systemie plików.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006732
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006733#: misc/tune2fs.c:3018
Jakub Boguszdf585272014-05-18 09:46:34 -04006734msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6735msgstr "UUID można zmienić tylko na niezamontowanym systemie plików.\n"
6736
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006737#: misc/tune2fs.c:3021
6738msgid ""
6739"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6740"and re-run this command.\n"
6741msgstr ""
6742
6743#: misc/tune2fs.c:3030
6744msgid "Setting UUID on a checksummed filesystem could take some time."
6745msgstr ""
6746
6747#: misc/tune2fs.c:3055
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006748msgid "Invalid UUID format\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006749msgstr "Błędny format UUID-a\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006750
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006751#: misc/tune2fs.c:3071
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006752msgid "Need to update journal superblock.\n"
6753msgstr "Trzeba uaktualnić superblok kroniki.\n"
6754
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006755#: misc/tune2fs.c:3096
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006756msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006757msgstr ""
6758"Rozmiar i-węzła można zmienić tylko na niezamontowanym systemie plików.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006759
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006760#: misc/tune2fs.c:3103
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006761msgid ""
6762"Changing the inode size not supported for filesystems with the flex_bg\n"
6763"feature enabled.\n"
6764msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006765"Zmiana rozmiaru i-węzła nie jest obsługiwana dla systemów plików\n"
6766"z włączoną cechą flex_bg.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006767
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006768#: misc/tune2fs.c:3121
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006769#, c-format
6770msgid "Setting inode size %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006771msgstr "Ustawianie rozmiaru i-węzła na %lu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006772
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006773#: misc/tune2fs.c:3125
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006774msgid "Failed to change inode size\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006775msgstr "Nie udało się zmienić rozmiaru i-węzła\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006776
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006777#: misc/tune2fs.c:3139
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006778#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006779msgid "Setting stride size to %d\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006780msgstr "Ustawianie rozmiaru stride na %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006781
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006782#: misc/tune2fs.c:3144
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006783#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006784msgid "Setting stripe width to %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006785msgstr "Ustawianie szerokości stripe na na %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006786
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006787#: misc/tune2fs.c:3151
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006788#, c-format
6789msgid "Setting extended default mount options to '%s'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006790msgstr "Ustawianie rozszerzonych domyślnych opcji montowania na '%s'\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006791
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006792#: misc/tune2fs.c:3161
6793#, fuzzy, c-format
6794msgid "Recovering journal.\n"
6795msgstr "%s: odtwarzanie z kroniki\n"
6796
6797#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006798msgid "<proceeding>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006799msgstr "<kontynuacja>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006800
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006801#: misc/util.c:104
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006802#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006803msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006804msgstr "Kontynuować mimo to (lub odczekać %d s)? (t,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006805
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006806#: misc/util.c:108
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006807msgid "Proceed anyway? (y,n) "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006808msgstr "Kontynuować mimo to? (t,n) "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006809
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006810#: misc/util.c:133
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006811msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006812msgstr "mke2fs wymuszone mimo to. Mam nadzieję, że /etc/mtab się myli.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006813
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006814#: misc/util.c:138
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006815#, c-format
6816msgid "will not make a %s here!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006817msgstr "nie zrobię tutaj %s!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006818
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006819#: misc/util.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006820msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04006821msgstr "mke2fs wymuszone mimo to.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006822
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006823#: misc/util.c:161
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006824msgid "Couldn't allocate memory to parse journal options!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006825msgstr "Nie można przydzielić pamięci na analizę opcji kroniki!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006827#: misc/util.c:186
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04006828#, c-format
6829msgid ""
6830"\n"
6831"Could not find journal device matching %s\n"
6832msgstr ""
6833"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006834"Nie można znaleźć urządzenia kroniki pasującego do %s\n"
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04006835
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006836#: misc/util.c:213
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006837msgid ""
6838"\n"
6839"Bad journal options specified.\n"
6840"\n"
6841"Journal options are separated by commas, and may take an argument which\n"
6842"\tis set off by an equals ('=') sign.\n"
6843"\n"
6844"Valid journal options are:\n"
6845"\tsize=<journal size in megabytes>\n"
6846"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006847"\tlocation=<journal location>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006848"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006849"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006850"\n"
6851msgstr ""
6852"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006853"Podano błędne opcje kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006854"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006855"Opcje kroniki są oddzielane przecinkami i mogą przyjmować parametr,\n"
6856"\tktóry ustawia się znakiem '='.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006857"\n"
6858"Poprawne opcje kroniki to:\n"
6859"\tsize=<rozmiar kroniki w megabajtach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006860"\tdevice=<urządzenie kroniki>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006861"\tlocation=<położenie kroniki>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006862"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006863"Rozmiar kroniki musi być pomiędzy 1024 a 10240000 blokami systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006864"\n"
6865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006866#: misc/util.c:244
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006867msgid ""
6868"\n"
6869"Filesystem too small for a journal\n"
6870msgstr ""
6871"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006872"System plików za mały na kronikę\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006873
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006874#: misc/util.c:251
Theodore Ts'od46ce702007-07-10 09:45:47 -04006875#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006876msgid ""
6877"\n"
6878"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006879"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006880msgstr ""
6881"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006882"Żądany rozmiar kroniki to %d bloków; musi być\n"
6883"pomiędzy 1024 a 10240000 bloków. Przerwano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006884
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006885#: misc/util.c:259
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006886msgid ""
6887"\n"
6888"Journal size too big for filesystem.\n"
6889msgstr ""
6890"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006891"Rozmiar kroniki zbyt duży dla systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006892
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006893#: misc/util.c:273
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006894#, c-format
6895msgid ""
6896"This filesystem will be automatically checked every %d mounts or\n"
6897"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6898msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006899"Ten system plików będzie automatycznie sprawdzany co każde %d montowań\n"
6900"lub co %g dni, zależnie co nastąpi pierwsze. Można to zmienić poprzez\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006901"tune2fs -c lub -i.\n"
6902
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006903#: misc/uuidd.c:49
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006904#, c-format
6905msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006906msgstr ""
6907"Składnia: %s [-d] [-p plik_pid] [-s ścieżka_gniazda] [-T limit_czasu]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006908
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006909#: misc/uuidd.c:51
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006910#, c-format
6911msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006912msgstr " %s [-r|t] [-n ile] [-s ścieżka_gniazda]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006913
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006914#: misc/uuidd.c:53
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006915#, c-format
6916msgid " %s -k\n"
6917msgstr " %s -k\n"
6918
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006919#: misc/uuidd.c:155
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006920msgid "bad arguments"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006921msgstr "błędne argumenty"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006922
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006923#: misc/uuidd.c:173
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006924msgid "connect"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006925msgstr "łączenie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006926
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006927#: misc/uuidd.c:192
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006928msgid "write"
6929msgstr "zapis"
6930
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006931#: misc/uuidd.c:200
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006932msgid "read count"
6933msgstr "odczyt liczby"
6934
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006935#: misc/uuidd.c:206
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006936msgid "bad response length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006937msgstr "błędna długość odpowiedzi"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006938
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006939#: misc/uuidd.c:271
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006940#, c-format
6941msgid "uuidd daemon already running at pid %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006942msgstr "demon uuidd już działa z pidem %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006943
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006944#: misc/uuidd.c:279
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006945#, c-format
6946msgid "Couldn't create unix stream socket: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006947msgstr "Nie udało się utworzyć uniksowego gniazda strumieniowego: %s"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006948
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006949#: misc/uuidd.c:308
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006950#, c-format
6951msgid "Couldn't bind unix socket %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006952msgstr "Nie udało się podpiąć gniazda uniksowego %s: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006953
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006954#: misc/uuidd.c:316
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006955#, c-format
6956msgid "Couldn't listen on unix socket %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006957msgstr "Nie można nasłuchiwać na gnieździe uniksowym %s: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006958
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006959#: misc/uuidd.c:354
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006960#, c-format
6961msgid "Error reading from client, len = %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006962msgstr "Błąd odczytu od klienta, długość = %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006963
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006964#: misc/uuidd.c:362
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006965#, c-format
6966msgid "operation %d, incoming num = %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006967msgstr "operacja %d, liczba przychodząca = %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006968
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006969#: misc/uuidd.c:381
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006970#, c-format
6971msgid "Generated time UUID: %s\n"
6972msgstr "Wygenerowany UUID czasowy: %s\n"
6973
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006974#: misc/uuidd.c:391
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006975#, c-format
6976msgid "Generated random UUID: %s\n"
6977msgstr "Wygenerowany UUID losowy: %s\n"
6978
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006979#: misc/uuidd.c:400
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006980#, c-format
6981msgid "Generated time UUID %s and subsequent UUID\n"
6982msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6983msgstr[0] "Wygenerowany UUID czasowy %s i kolejny\n"
6984msgstr[1] "Wygenerowany UUID czasowy %s i %d kolejne\n"
6985msgstr[2] "Wygenerowany UUID czasowy %s i %d kolejnych\n"
6986
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006987#: misc/uuidd.c:421
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006988#, c-format
6989msgid "Generated %d UUID's:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006990msgstr "Wygenerowano %d UUID-ów:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006991
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006992#: misc/uuidd.c:433
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006993#, c-format
6994msgid "Invalid operation %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006995msgstr "Błędna operacja %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006996
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006997#: misc/uuidd.c:477 misc/uuidd.c:499
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006998#, c-format
6999msgid "Bad number: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007000msgstr "Błędna liczba: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007001
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007002#: misc/uuidd.c:534 misc/uuidd.c:563
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007003#, c-format
7004msgid "Error calling uuidd daemon (%s): %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007005msgstr "Błąd podczas wywołania demona uuidd (%s): %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007006
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007007#: misc/uuidd.c:544
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007008#, c-format
7009msgid "%s and subsequent UUID\n"
7010msgid_plural "%s and subsequent %d UUIDs\n"
7011msgstr[0] "%s i kolejny UUID\n"
7012msgstr[1] "%s i %d kolejne UUID-y\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007013msgstr[2] "%s i %d kolejnych UUID-ów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007014
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007015#: misc/uuidd.c:548
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007016msgid "List of UUID's:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007017msgstr "Lista UUID-ów:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007018
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007019#: misc/uuidd.c:569
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007020#, c-format
7021msgid "Unexpected reply length from server %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007022msgstr "Nieoczekiwana długość odpowiedzi serwera: %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007023
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007024#: misc/uuidd.c:586
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007025#, c-format
7026msgid "Couldn't kill uuidd running at pid %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007027msgstr "Nie udało się zabić uuidd działającego z pidem %d: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007028
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007029#: misc/uuidd.c:592
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007030#, c-format
7031msgid "Killed uuidd running at pid %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007032msgstr "Zapito uuidd działający z pidem %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007033
7034#: misc/uuidgen.c:32
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007035#, c-format
7036msgid "Usage: %s [-r] [-t]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007037msgstr "Składnia: %s [-r] [-t]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007038
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007039#: resize/extent.c:202
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007040msgid "# Extent dump:\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04007041msgstr "# Zrzut ekstentu:\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007042
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007043#: resize/extent.c:203
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007044#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007045msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
7046msgstr "#\tNum=%llu, Rozmiar=%llu, Kursor=%llu, Sortowane=%llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007047
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007048#: resize/main.c:49
7049#, fuzzy, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007050msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007051"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7052"[-z undo_file]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007053"\n"
7054msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007055"Składnia: %s [-d flagi_śledzenia] [-f] [-F] [-M] [-P] [-p] urządzenie "
7056"[nowy_rozm]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007057"\n"
7058
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007059#: resize/main.c:72
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007060msgid "Extending the inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007061msgstr "Rozszerzanie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007062
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007063#: resize/main.c:75
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007064msgid "Relocating blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007065msgstr "Relokowanie bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007066
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007067#: resize/main.c:78
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007068msgid "Scanning inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007069msgstr "Przeszukiwanie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007071#: resize/main.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007072msgid "Updating inode references"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007073msgstr "Uaktualnianie odwołań do i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007074
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007075#: resize/main.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007076msgid "Moving inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007077msgstr "Przenoszenie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007079#: resize/main.c:87
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007080msgid "Unknown pass?!?"
7081msgstr "Nieznany przebieg?!?"
7082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007083#: resize/main.c:90
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007084#, c-format
7085msgid "Begin pass %d (max = %lu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007086msgstr "Początkowy przebieg %d (maksymalny = %lu)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007088#: resize/main.c:162
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007089msgid ""
7090"\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04007091"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7092"your own risk! Use the force option if you want to go ahead anyway.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007093"\n"
7094msgstr ""
7095"\n"
7096"Zmiana rozmiarów systemów plików bigalloc nie została jeszcze w pełni\n"
7097"przetestowana. Kontynuacja tylko na własne ryzyko! Aby mimo wszystko\n"
7098"to wykonać, należy użyć opcji force.\n"
7099"\n"
7100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007101#: resize/main.c:364
Theodore Ts'of2275e32006-01-06 20:44:13 -05007102#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007103msgid "while opening %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05007104msgstr "podczas otwierania %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007105
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007106#: resize/main.c:372
Theodore Ts'of2275e32006-01-06 20:44:13 -05007107#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007108msgid "while getting stat information for %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05007109msgstr "podczas pobierania informacji stat dla %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007111#: resize/main.c:444
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04007112#, c-format
7113msgid ""
7114"Please run 'e2fsck -f %s' first.\n"
7115"\n"
7116msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007117"Proszę uruchomić najpierw 'e2fsck -f %s'.\n"
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04007118"\n"
7119
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007120#: resize/main.c:463
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007121#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007122msgid "Estimated minimum size of the filesystem: %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007123msgstr "Przybliżony minimalny rozmiar systemu plików: %llu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007125#: resize/main.c:500
Jakub Boguszdd6d6712009-07-01 21:32:26 -04007126#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007127msgid "Invalid new size: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007128msgstr "Błędny nowy rozmiar: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007129
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007130#: resize/main.c:519
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007131msgid "New size too large to be expressed in 32 bits\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007132msgstr "Nowy rozmiar zbyt duży, by mógł być wyrażony w 32 bitach\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04007133
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007134#: resize/main.c:527
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007135#, c-format
7136msgid "New size smaller than minimum (%llu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007137msgstr "Nowy rozmiar jest mniejszy niż minimalny (%llu)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007138
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007139#: resize/main.c:533
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007140msgid "Invalid stride length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007141msgstr "Błędna długość stride"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007143#: resize/main.c:557
Theodore Ts'o52cebe22006-04-09 18:33:22 -04007144#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007145msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007146"The containing partition (or device) is only %llu (%dk) blocks.\n"
7147"You requested a new size of %llu blocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007148"\n"
7149msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007150"Partycja zawierająca (lub urządzenie) ma tylko %llu bloków (%dk).\n"
7151"Zażądano nowego rozmiaru %llu bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007152"\n"
7153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007154#: resize/main.c:564
7155#, c-format
7156msgid "Cannot set and unset 64bit feature.\n"
7157msgstr ""
7158
7159#: resize/main.c:568
7160#, c-format
7161msgid ""
7162"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7163"blocks.\n"
7164msgstr ""
7165
7166#: resize/main.c:574
7167#, fuzzy, c-format
7168msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7169msgstr ""
7170"Funkcję limitów można zmienić tylko na niezamontowanym systemie plików.\n"
7171
7172#: resize/main.c:580
7173#, c-format
7174msgid ""
7175"Please enable the extents feature with tune2fs before enabling the 64bit "
7176"feature.\n"
7177msgstr ""
7178
7179#: resize/main.c:586
Theodore Ts'o52cebe22006-04-09 18:33:22 -04007180#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007181msgid ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007182"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007183"\n"
7184msgstr ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007185"System plików już ma wielkość %llu (%dk) bloków. Nie ma nic do roboty!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007186"\n"
7187
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007188#: resize/main.c:593
7189#, fuzzy, c-format
7190msgid "The filesystem is already 64-bit.\n"
7191msgstr "System plików już ma kronikę.\n"
7192
7193#: resize/main.c:598
7194#, fuzzy, c-format
7195msgid "The filesystem is already 32-bit.\n"
7196msgstr "System plików już ma kronikę.\n"
7197
7198#: resize/main.c:607
7199#, fuzzy, c-format
7200msgid "Converting the filesystem to 64-bit.\n"
7201msgstr "Ustawianie czasu ostatniego sprawdzenia systemu plików na %s\n"
7202
7203#: resize/main.c:609
7204#, fuzzy, c-format
7205msgid "Converting the filesystem to 32-bit.\n"
7206msgstr "Ustawianie czasu ostatniego sprawdzenia systemu plików na %s\n"
7207
7208#: resize/main.c:611
Jakub Boguszc1695eb2009-07-28 11:44:42 -04007209#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007210msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007211msgstr "Zmiana rozmiaru systemu plików %s na %llu (%dk) bloków.\n"
Jakub Boguszc1695eb2009-07-28 11:44:42 -04007212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007213#: resize/main.c:620
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007214#, c-format
7215msgid "while trying to resize %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007216msgstr "podczas próby zmiany rozmiaru %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007218#: resize/main.c:623
Jakub Boguszc1695eb2009-07-28 11:44:42 -04007219#, c-format
7220msgid ""
7221"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7222"after the aborted resize operation.\n"
7223msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007224"Proszę uruchomić 'e2fsck -fy %s', aby naprawić system plików\n"
Jakub Boguszc1695eb2009-07-28 11:44:42 -04007225"po przerwanej operacji zmiany rozmiaru.\n"
7226
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007227#: resize/main.c:629
Theodore Ts'o52cebe22006-04-09 18:33:22 -04007228#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007229msgid ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007230"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007231"\n"
7232msgstr ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007233"System plików na %s ma teraz %llu (%dk) bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007234"\n"
7235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007236#: resize/main.c:644
Jakub Boguszdd6d6712009-07-01 21:32:26 -04007237#, c-format
7238msgid "while trying to truncate %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007239msgstr "podczas próby skrócenia %s"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04007240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007241#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007242msgid "kernel does not support online resize with sparse_super2"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04007243msgstr "jądro nie obsługuje zmiany rozmiaru w locie przy fladze sparse_super2"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007245#: resize/online.c:86
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007246#, c-format
7247msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04007248msgstr ""
7249"System plików %s jest zamontowany pod %s; wymagana zmiana rozmiaru w locie\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007251#: resize/online.c:90
Jakub Bogusze20ac792011-01-24 15:03:43 -05007252msgid "On-line shrinking not supported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007253msgstr "Zmniejszanie w locie nie jest obsługiwane"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007255#: resize/online.c:114
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007256msgid "Filesystem does not support online resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007257msgstr "System plików nie obsługuje zmiany rozmiaru w locie"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007259#: resize/online.c:122
Jakub Boguszb675f582013-01-15 23:30:36 -05007260msgid "Not enough reserved gdt blocks for resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007261msgstr "Zbyt mało zarezerwowanych bloków gdt do zmiany rozmiaru"
Jakub Boguszb675f582013-01-15 23:30:36 -05007262
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007263#: resize/online.c:129
Jakub Boguszb675f582013-01-15 23:30:36 -05007264msgid "Kernel does not support resizing a file system this large"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007265msgstr "Jądro nie obsługuje zmiany rozmiaru tak dużego systemu plików"
Jakub Boguszb675f582013-01-15 23:30:36 -05007266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007267#: resize/online.c:137
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007268#, c-format
7269msgid "while trying to open mountpoint %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007270msgstr "podczas próby otwarcia punktu montowania %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007271
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007272#: resize/online.c:142
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007273#, c-format
7274msgid "Old resize interface requested.\n"
7275msgstr "Zażądano starego interfejsu resize.\n"
7276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007277#: resize/online.c:161 resize/online.c:178
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007278msgid "Permission denied to resize filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007279msgstr "Brak uprawnień do zmiany rozmiaru systemu plików"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007281#: resize/online.c:164 resize/online.c:184
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007282msgid "While checking for on-line resizing support"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007283msgstr "Podczas sprawdzania obsługi zmiany rozmiaru w locie"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007285#: resize/online.c:181
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007286msgid "Kernel does not support online resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007287msgstr "Jądro nie obsługuje zmiany rozmiaru w locie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007289#: resize/online.c:220
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007290#, c-format
7291msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007292msgstr "Wykonywanie zmiany rozmiaru w locie %s na %llu (%dk) bloków.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007294#: resize/online.c:230
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007295msgid "While trying to extend the last group"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007296msgstr "Podczas próby rozszerzenia ostatniej grupy"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007298#: resize/online.c:284
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007299#, c-format
7300msgid "While trying to add group #%d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007301msgstr "Podczas próby dodania grupy #%d"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007302
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007303#: resize/online.c:295
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007304#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04007305msgid ""
7306"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7307"this system.\n"
7308msgstr ""
7309"System plików na %s jest zamontowany pod %s, zmiana rozmiaru w locie nie "
7310"jest obsługiwana na tym systemie.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007312#: resize/resize2fs.c:747
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007313#, c-format
7314msgid "inodes (%llu) must be less than %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007315msgstr "liczba i-węzłów (%llu) musi być mniejsza niż %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007317#: resize/resize2fs.c:1026
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007318msgid "reserved blocks"
7319msgstr "zarezerwowane bloki"
7320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007321#: resize/resize2fs.c:1269
Theodore Ts'obc759702005-05-09 20:40:55 -04007322msgid "meta-data blocks"
7323msgstr "bloki metadanych"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007325#: resize/resize2fs.c:1373 resize/resize2fs.c:2305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007326msgid "new meta blocks"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04007327msgstr "nowe bloki meta"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007329#: resize/resize2fs.c:2525
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007330msgid "Should never happen! No sb in last super_sparse bg?\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04007331msgstr "To się nie powinno zdarzyć! Brak sb w ostatnim super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007332
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007333#: resize/resize2fs.c:2530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007334msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04007335msgstr ""
7336"To się nie powinno zdarzyć! Nieoczekiwane old_desc w super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007337
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007338#: resize/resize2fs.c:2603
Theodore Ts'obc759702005-05-09 20:40:55 -04007339msgid "Should never happen: resize inode corrupt!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007340msgstr "Nigdy się nie powinno zdarzyć: i-węzeł zmiany rozmiaru uszkodzony!\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007341
7342#: lib/ext2fs/ext2_err.c:11
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04007343#, fuzzy
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007344msgid "EXT2FS Library version 1.43-WIP"
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007345msgstr "Biblioteka EXT2FS w wersji 1.42.12"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007346
7347#: lib/ext2fs/ext2_err.c:12
7348msgid "Wrong magic number for ext2_filsys structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007349msgstr "Błędna liczba magiczna dla struktury ext2_filsys"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007350
7351#: lib/ext2fs/ext2_err.c:13
7352msgid "Wrong magic number for badblocks_list structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007353msgstr "Błędna liczba magiczna dla struktury badblocks_list"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007354
7355#: lib/ext2fs/ext2_err.c:14
7356msgid "Wrong magic number for badblocks_iterate structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007357msgstr "Błędna liczba magiczna dla struktury badblocks_iterate"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007358
7359#: lib/ext2fs/ext2_err.c:15
7360msgid "Wrong magic number for inode_scan structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007361msgstr "Błędna liczba magiczna dla struktury inode_scan"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007362
7363#: lib/ext2fs/ext2_err.c:16
7364msgid "Wrong magic number for io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007365msgstr "Błędna liczba magiczna dla struktury io_channel"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007366
7367#: lib/ext2fs/ext2_err.c:17
7368msgid "Wrong magic number for unix io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007369msgstr "Błędna liczba magiczna dla struktury io_channel typu unix"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007370
7371#: lib/ext2fs/ext2_err.c:18
7372msgid "Wrong magic number for io_manager structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007373msgstr "Błędna liczba magiczna dla struktury io_manager"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007374
7375#: lib/ext2fs/ext2_err.c:19
7376msgid "Wrong magic number for block_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007377msgstr "Błędna liczba magiczna dla struktury block_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007378
7379#: lib/ext2fs/ext2_err.c:20
7380msgid "Wrong magic number for inode_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007381msgstr "Błędna liczba magiczna dla struktury inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007382
7383#: lib/ext2fs/ext2_err.c:21
7384msgid "Wrong magic number for generic_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007385msgstr "Błędna liczba magiczna dla struktury generic_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007386
7387#: lib/ext2fs/ext2_err.c:22
7388msgid "Wrong magic number for test io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007389msgstr "Błędna liczba magiczna dla strukruty io_channel typu test"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007390
7391#: lib/ext2fs/ext2_err.c:23
7392msgid "Wrong magic number for directory block list structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007393msgstr "Błędna liczba magiczna dla struktury listy bloków katalogu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007394
7395#: lib/ext2fs/ext2_err.c:24
7396msgid "Wrong magic number for icount structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007397msgstr "Błędna liczba magiczna dla struktury icount"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007398
7399#: lib/ext2fs/ext2_err.c:25
7400msgid "Wrong magic number for Powerquest io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007401msgstr "Błędna liczba magiczna dla struktury io_channel typu Powerquest"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007402
7403#: lib/ext2fs/ext2_err.c:26
7404msgid "Wrong magic number for ext2 file structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007405msgstr "Błędna liczba magiczna dla struktury pliku ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007406
7407#: lib/ext2fs/ext2_err.c:27
7408msgid "Wrong magic number for Ext2 Image Header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007409msgstr "Błędna liczba magiczna dla nagłówka obrazu ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007410
7411#: lib/ext2fs/ext2_err.c:28
7412msgid "Wrong magic number for inode io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007413msgstr "Błędna liczba magiczna dla struktury io_channel i-węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007414
7415#: lib/ext2fs/ext2_err.c:29
7416msgid "Wrong magic number for ext4 extent handle"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007417msgstr "Błędna liczba magiczna dla uchwytu ekstentu ext4"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007418
7419#: lib/ext2fs/ext2_err.c:30
7420msgid "Bad magic number in super-block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007421msgstr "Błędna liczba magiczna w superbloku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007422
7423#: lib/ext2fs/ext2_err.c:31
7424msgid "Filesystem revision too high"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007425msgstr "Wersja systemu plików zbyt duża"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007426
7427#: lib/ext2fs/ext2_err.c:32
7428msgid "Attempt to write to filesystem opened read-only"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007429msgstr "Próba zapisu w systemie plików otwartym tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007430
7431#: lib/ext2fs/ext2_err.c:33
7432msgid "Can't read group descriptors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007433msgstr "Nie można odczytać deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007434
7435#: lib/ext2fs/ext2_err.c:34
7436msgid "Can't write group descriptors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007437msgstr "Nie można zapisać deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007438
7439#: lib/ext2fs/ext2_err.c:35
7440msgid "Corrupt group descriptor: bad block for block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007441msgstr "Uszkodzony deskryptor grupy: wadliwy blok bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007442
7443#: lib/ext2fs/ext2_err.c:36
7444msgid "Corrupt group descriptor: bad block for inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007445msgstr "Uszkodzony deskryptor grupy: wadliwy blok bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007446
7447#: lib/ext2fs/ext2_err.c:37
7448msgid "Corrupt group descriptor: bad block for inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007449msgstr "Uszkodzony deskryptor grupy: wadliwy blok tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007450
7451#: lib/ext2fs/ext2_err.c:38
7452msgid "Can't write an inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007453msgstr "Nie można zapisać bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007454
7455#: lib/ext2fs/ext2_err.c:39
7456msgid "Can't read an inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007457msgstr "Nie można odczytać bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007458
7459#: lib/ext2fs/ext2_err.c:40
Jakub Boguszdf585272014-05-18 09:46:34 -04007460msgid "Can't write a block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007461msgstr "Nie można zapisać bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007462
7463#: lib/ext2fs/ext2_err.c:41
Jakub Boguszdf585272014-05-18 09:46:34 -04007464msgid "Can't read a block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007465msgstr "Nie można odczytać bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007466
7467#: lib/ext2fs/ext2_err.c:42
7468msgid "Can't write an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007469msgstr "Nie można zapisać tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007470
7471#: lib/ext2fs/ext2_err.c:43
7472msgid "Can't read an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007473msgstr "Nie można odczytać tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007474
7475#: lib/ext2fs/ext2_err.c:44
7476msgid "Can't read next inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007477msgstr "Nie można odczytać kolejnego i-węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007478
7479#: lib/ext2fs/ext2_err.c:45
7480msgid "Filesystem has unexpected block size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007481msgstr "System plików ma nieoczekiwany rozmiar bloku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007482
7483#: lib/ext2fs/ext2_err.c:46
7484msgid "EXT2 directory corrupted"
7485msgstr "Katalog EXT2 uszkodzony"
7486
7487#: lib/ext2fs/ext2_err.c:47
7488msgid "Attempt to read block from filesystem resulted in short read"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007489msgstr "Próba odczytu bloku z systemu plików zakończyła się skróconym odczytem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007490
7491#: lib/ext2fs/ext2_err.c:48
7492msgid "Attempt to write block to filesystem resulted in short write"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007493msgstr "Próba zapisu bloku w systemie plików zakończyła się skróconym zapisem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007494
7495#: lib/ext2fs/ext2_err.c:49
7496msgid "No free space in the directory"
7497msgstr "Brak wolnego miejsca w katalogu"
7498
7499#: lib/ext2fs/ext2_err.c:50
7500msgid "Inode bitmap not loaded"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007501msgstr "Nie wczytano bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007502
7503#: lib/ext2fs/ext2_err.c:51
7504msgid "Block bitmap not loaded"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007505msgstr "Nie wczytano bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007506
7507#: lib/ext2fs/ext2_err.c:52
7508msgid "Illegal inode number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007509msgstr "Niedozwolona liczba i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007510
7511#: lib/ext2fs/ext2_err.c:53
7512msgid "Illegal block number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007513msgstr "Niedozwolona liczba bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007514
7515#: lib/ext2fs/ext2_err.c:54
7516msgid "Internal error in ext2fs_expand_dir"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007517msgstr "Błąd wewnętrzny w ext2fs_expand_dir"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007518
7519#: lib/ext2fs/ext2_err.c:55
7520msgid "Not enough space to build proposed filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007521msgstr "Za mało miejsca do zbudowania proponowanego systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007522
7523#: lib/ext2fs/ext2_err.c:56
7524msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7525msgstr "Niedozwolony numer bloku przekazany do ext2fs_mark_block_bitmap"
7526
7527#: lib/ext2fs/ext2_err.c:57
7528msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7529msgstr "Niedozwolony numer bloku przekazany do ext2fs_unmark_block_bitmap"
7530
7531#: lib/ext2fs/ext2_err.c:58
7532msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7533msgstr "Niedozwolony numer bloku przekazany do ext2fs_test_block_bitmap"
7534
7535#: lib/ext2fs/ext2_err.c:59
7536msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007537msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_mark_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007538
7539#: lib/ext2fs/ext2_err.c:60
7540msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007541msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_unmark_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007542
7543#: lib/ext2fs/ext2_err.c:61
7544msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007545msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_test_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007546
7547#: lib/ext2fs/ext2_err.c:62
7548msgid "Attempt to fudge end of block bitmap past the real end"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007549msgstr "Próba sfałszowania końca bitmapy bloków za prawdziwym końcem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007550
7551#: lib/ext2fs/ext2_err.c:63
7552msgid "Attempt to fudge end of inode bitmap past the real end"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007553msgstr "Próba sfałszowania końca bitmapy i-węzłów za prawdziwym końcem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007554
7555#: lib/ext2fs/ext2_err.c:64
7556msgid "Illegal indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007557msgstr "Znaleziono niedozwolony blok pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007558
7559#: lib/ext2fs/ext2_err.c:65
7560msgid "Illegal doubly indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007561msgstr "Znaleziono niedozwolony blok podwójnie pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007562
7563#: lib/ext2fs/ext2_err.c:66
7564msgid "Illegal triply indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007565msgstr "Znaleziono niedozwolony blok potrójnie pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007566
7567#: lib/ext2fs/ext2_err.c:67
7568msgid "Block bitmaps are not the same"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007569msgstr "Bitmapy bloków nie są takie same"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007570
7571#: lib/ext2fs/ext2_err.c:68
7572msgid "Inode bitmaps are not the same"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007573msgstr "Bitmapy i-węzłów nie są takie same"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007574
7575#: lib/ext2fs/ext2_err.c:69
7576msgid "Illegal or malformed device name"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007577msgstr "Niedozwolona lub źle zapisana nazwa urządzenia"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007578
7579#: lib/ext2fs/ext2_err.c:70
7580msgid "A block group is missing an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007581msgstr "Grupa bloków nie ma tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007582
7583#: lib/ext2fs/ext2_err.c:71
7584msgid "The ext2 superblock is corrupt"
7585msgstr "Superblok ext2 jest uszkodzony"
7586
7587#: lib/ext2fs/ext2_err.c:72
7588msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7589msgstr "Niedozwolony numer bitu przekazany do ext2fs_mark_generic_bitmap"
7590
7591#: lib/ext2fs/ext2_err.c:73
7592msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7593msgstr "Niedozwolony numer bitu przekazany do ext2fs_unmark_generic_bitmap"
7594
7595#: lib/ext2fs/ext2_err.c:74
7596msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7597msgstr "Niedozwolony numer bitu przekazany do ext2fs_test_generic_bitmap"
7598
7599#: lib/ext2fs/ext2_err.c:75
7600msgid "Too many symbolic links encountered."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007601msgstr "Napotkano zbyt dużo dowiązań symbolicznych."
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007602
7603#: lib/ext2fs/ext2_err.c:76
7604msgid "The callback function will not handle this case"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007605msgstr "Funkcja wywołania zwrotnego nie obsłuży tego przypadku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007606
7607#: lib/ext2fs/ext2_err.c:77
7608msgid "The inode is from a bad block in the inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007609msgstr "I-węzeł pochodzący z wadliwego bloku w tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007610
7611#: lib/ext2fs/ext2_err.c:78
7612msgid "Filesystem has unsupported feature(s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007613msgstr "System plików ma włączone nie obsługiwane cechy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007614
7615#: lib/ext2fs/ext2_err.c:79
7616msgid "Filesystem has unsupported read-only feature(s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007617msgstr "System plików ma włączone nie obsługiwane cechy tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007618
7619#: lib/ext2fs/ext2_err.c:80
7620msgid "IO Channel failed to seek on read or write"
Theodore Ts'obd386982015-05-17 20:34:58 -04007621msgstr ""
7622"Nie powiodło się przemieszczenie w kanał we/wy przy odczycie lub zapisie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007623
7624#: lib/ext2fs/ext2_err.c:81
7625msgid "Memory allocation failed"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007626msgstr "Przydzielenie pamięci nie powiodło się"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007627
7628#: lib/ext2fs/ext2_err.c:82
7629msgid "Invalid argument passed to ext2 library"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007630msgstr "Przekazano błędny argument do biblioteki ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007631
7632#: lib/ext2fs/ext2_err.c:83
7633msgid "Could not allocate block in ext2 filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007634msgstr "Nie udało się przydzielić bloku w systemie plików ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007635
7636#: lib/ext2fs/ext2_err.c:84
7637msgid "Could not allocate inode in ext2 filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007638msgstr "Nie udało się przydzielić i-węzła w systemie plików ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007639
7640#: lib/ext2fs/ext2_err.c:85
7641msgid "Ext2 inode is not a directory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007642msgstr "I-węzeł ext2 nie jest katalogiem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007643
7644#: lib/ext2fs/ext2_err.c:86
7645msgid "Too many references in table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007646msgstr "Zbyt dużo odniesień w tablicy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007647
7648#: lib/ext2fs/ext2_err.c:87
7649msgid "File not found by ext2_lookup"
7650msgstr "Nie znaleziono pliku w ext2_lookup"
7651
7652#: lib/ext2fs/ext2_err.c:88
7653msgid "File open read-only"
7654msgstr "Plik otwarty tylko do odczytu"
7655
7656#: lib/ext2fs/ext2_err.c:89
7657msgid "Ext2 directory block not found"
7658msgstr "Nie znaleziono bloku katalogu ext2"
7659
7660#: lib/ext2fs/ext2_err.c:90
7661msgid "Ext2 directory already exists"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007662msgstr "Katalog ext2 już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007663
7664#: lib/ext2fs/ext2_err.c:91
7665msgid "Unimplemented ext2 library function"
7666msgstr "Nie zaimplementowana funkcja biblioteki ext2"
7667
7668#: lib/ext2fs/ext2_err.c:92
7669msgid "User cancel requested"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007670msgstr "Żądanie przerwania od użytkownika"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007671
7672#: lib/ext2fs/ext2_err.c:93
7673msgid "Ext2 file too big"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007674msgstr "Plik ext2 zbyt duży"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007675
7676#: lib/ext2fs/ext2_err.c:94
7677msgid "Supplied journal device not a block device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007678msgstr "Przekazane urządzenie kroniki nie jest urządzeniem blokowym"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007679
7680#: lib/ext2fs/ext2_err.c:95
7681msgid "Journal superblock not found"
7682msgstr "Nie znaleziono superbloku kroniki"
7683
7684#: lib/ext2fs/ext2_err.c:96
7685msgid "Journal must be at least 1024 blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007686msgstr "Kronika musi mieć przynajmniej 1024 bloki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007687
7688#: lib/ext2fs/ext2_err.c:97
7689msgid "Unsupported journal version"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007690msgstr "Nie obsługiwana wersja kroniki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007691
7692#: lib/ext2fs/ext2_err.c:98
7693msgid "Error loading external journal"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007694msgstr "Błąd podczas wczytywania zewnętrznej kroniki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007695
7696#: lib/ext2fs/ext2_err.c:99
7697msgid "Journal not found"
7698msgstr "Nie znaleziono kroniki"
7699
7700#: lib/ext2fs/ext2_err.c:100
7701msgid "Directory hash unsupported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007702msgstr "Nie obsługiwane haszowanie katalogu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007703
7704#: lib/ext2fs/ext2_err.c:101
7705msgid "Illegal extended attribute block number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007706msgstr "Błędny numer bloku atrybutu rozszerzonego"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007707
7708#: lib/ext2fs/ext2_err.c:102
7709msgid "Cannot create filesystem with requested number of inodes"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007710msgstr "Nie można utworzyć systemu plików o żądanej liczbie i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007711
7712#: lib/ext2fs/ext2_err.c:103
7713msgid "E2image snapshot not in use"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007714msgstr "Migawka e2image nie jest w użyciu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007715
7716#: lib/ext2fs/ext2_err.c:104
7717msgid "Too many reserved group descriptor blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007718msgstr "Zbyt dużo zarezerwowanych bloków deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007719
7720#: lib/ext2fs/ext2_err.c:105
7721msgid "Resize inode is corrupt"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007722msgstr "I-węzeł zmiany rozmiaru jest uszkodzony"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007723
7724#: lib/ext2fs/ext2_err.c:106
7725msgid "Tried to set block bmap with missing indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007726msgstr "Próbowano ustawić bitmapę bloków z brakującym blokiem bezpośrednim"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007727
7728#: lib/ext2fs/ext2_err.c:107
7729msgid "TDB: Success"
7730msgstr "TDB: sukces"
7731
7732#: lib/ext2fs/ext2_err.c:108
7733msgid "TDB: Corrupt database"
7734msgstr "TDB: uszkodzona baza danych"
7735
7736#: lib/ext2fs/ext2_err.c:109
7737msgid "TDB: IO Error"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007738msgstr "TDB: błąd we/wy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007739
7740#: lib/ext2fs/ext2_err.c:110
7741msgid "TDB: Locking error"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007742msgstr "TDB: błąd blokowania"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007743
7744#: lib/ext2fs/ext2_err.c:111
7745msgid "TDB: Out of memory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007746msgstr "TDB: brak pamięci"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007747
7748#: lib/ext2fs/ext2_err.c:112
7749msgid "TDB: Record exists"
7750msgstr "TDB: rekord istnieje"
7751
7752#: lib/ext2fs/ext2_err.c:113
7753msgid "TDB: Lock exists on other keys"
7754msgstr "TDB: istnieje blokada na innych kluczach"
7755
7756#: lib/ext2fs/ext2_err.c:114
7757msgid "TDB: Invalid parameter"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007758msgstr "TDB: błędny parametr"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007759
7760#: lib/ext2fs/ext2_err.c:115
7761msgid "TDB: Record does not exist"
7762msgstr "TDB: rekord nie istnieje"
7763
7764#: lib/ext2fs/ext2_err.c:116
7765msgid "TDB: Write not permitted"
7766msgstr "TDB: zapis niedozwolony"
7767
7768#: lib/ext2fs/ext2_err.c:117
7769msgid "Ext2fs directory block list is empty"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007770msgstr "Lista bloków katalogu ext2fs jest pusta"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007771
7772#: lib/ext2fs/ext2_err.c:118
7773msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'obd386982015-05-17 20:34:58 -04007774msgstr ""
7775"Próba zmodyfikowania mapy bloków poprzez iterator bloków tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007776
7777#: lib/ext2fs/ext2_err.c:119
7778msgid "Wrong magic number for ext4 extent saved path"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007779msgstr "Błędna liczba magiczna ścieżki zachowanych ekstentów ext4"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007780
7781#: lib/ext2fs/ext2_err.c:120
7782msgid "Wrong magic number for 64-bit generic bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007783msgstr "Błędna liczba magiczna dla ogólnej bitmapy 64-bitowej"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007784
7785#: lib/ext2fs/ext2_err.c:121
7786msgid "Wrong magic number for 64-bit block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007787msgstr "Błędna liczba magiczna dla 64-bitowej bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007788
7789#: lib/ext2fs/ext2_err.c:122
7790msgid "Wrong magic number for 64-bit inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007791msgstr "Błędna liczba magiczna dla 64-bitowej bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007792
7793#: lib/ext2fs/ext2_err.c:123
7794msgid "Wrong magic number --- RESERVED_13"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007795msgstr "Błędna liczba magiczna --- RESERVED_13"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007796
7797#: lib/ext2fs/ext2_err.c:124
7798msgid "Wrong magic number --- RESERVED_14"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007799msgstr "Błędna liczba magiczna --- RESERVED_14"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007800
7801#: lib/ext2fs/ext2_err.c:125
7802msgid "Wrong magic number --- RESERVED_15"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007803msgstr "Błędna liczba magiczna --- RESERVED_15"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007804
7805#: lib/ext2fs/ext2_err.c:126
7806msgid "Wrong magic number --- RESERVED_16"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007807msgstr "Błędna liczba magiczna --- RESERVED_16"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007808
7809#: lib/ext2fs/ext2_err.c:127
7810msgid "Wrong magic number --- RESERVED_17"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007811msgstr "Błędna liczba magiczna --- RESERVED_17"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007812
7813#: lib/ext2fs/ext2_err.c:128
7814msgid "Wrong magic number --- RESERVED_18"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007815msgstr "Błędna liczba magiczna --- RESERVED_18"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007816
7817#: lib/ext2fs/ext2_err.c:129
7818msgid "Wrong magic number --- RESERVED_19"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007819msgstr "Błędna liczba magiczna --- RESERVED_19"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007820
7821#: lib/ext2fs/ext2_err.c:130
7822msgid "Corrupt extent header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007823msgstr "Uszkodzony nagłówek ekstentu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007824
7825#: lib/ext2fs/ext2_err.c:131
7826msgid "Corrupt extent index"
7827msgstr "Uszkodzony indeks ekstentu"
7828
7829#: lib/ext2fs/ext2_err.c:132
7830msgid "Corrupt extent"
7831msgstr "Uszkodzony ekstent"
7832
7833#: lib/ext2fs/ext2_err.c:133
7834msgid "No free space in extent map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007835msgstr "Brak wolnego miejsca w mapie ekstentów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007836
7837#: lib/ext2fs/ext2_err.c:134
7838msgid "Inode does not use extents"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007839msgstr "I-węzeł nie wykorzystuje ekstentów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007840
7841#: lib/ext2fs/ext2_err.c:135
7842msgid "No 'next' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007843msgstr "Brak ekstentu następnego"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007844
7845#: lib/ext2fs/ext2_err.c:136
7846msgid "No 'previous' extent"
7847msgstr "Brak ekstentu poprzedniego"
7848
7849#: lib/ext2fs/ext2_err.c:137
7850msgid "No 'up' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007851msgstr "Brak ekstentu 'w górę'"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007852
7853#: lib/ext2fs/ext2_err.c:138
7854msgid "No 'down' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007855msgstr "Brak ekstentu 'w dół'"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007856
7857#: lib/ext2fs/ext2_err.c:139
7858msgid "No current node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007859msgstr "Brak bieżącego węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007860
7861#: lib/ext2fs/ext2_err.c:140
7862msgid "Ext2fs operation not supported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007863msgstr "Operacja ext2fs nie obsługiwana"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007864
7865#: lib/ext2fs/ext2_err.c:141
7866msgid "No room to insert extent in node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007867msgstr "Brak miejsca na wstawienie ekstentu w węźle"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007868
7869#: lib/ext2fs/ext2_err.c:142
7870msgid "Splitting would result in empty node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007871msgstr "Podzielenie utworzyłoby pusty węzeł"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007872
7873#: lib/ext2fs/ext2_err.c:143
7874msgid "Extent not found"
7875msgstr "Nie znaleziono ekstentu"
7876
7877#: lib/ext2fs/ext2_err.c:144
7878msgid "Operation not supported for inodes containing extents"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007879msgstr "Operacja nie obsługiwana dla i-węzłów zawierających ekstenty"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007880
7881#: lib/ext2fs/ext2_err.c:145
7882msgid "Extent length is invalid"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007883msgstr "Błędna długość ekstentu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007884
7885#: lib/ext2fs/ext2_err.c:146
7886msgid "I/O Channel does not support 64-bit block numbers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007887msgstr "Kanał we/wy nie obsługuje 64-bitowych numerów bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007888
7889#: lib/ext2fs/ext2_err.c:147
7890msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'obd386982015-05-17 20:34:58 -04007891msgstr ""
7892"Nie można sprawdzić, czy system plików jest zamontowany z powodu braku pliku "
7893"mtab"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007894
7895#: lib/ext2fs/ext2_err.c:148
7896msgid "Filesystem too large to use legacy bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007897msgstr "System plików zbyt duży, aby użyć bitmap starego typu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007898
7899#: lib/ext2fs/ext2_err.c:149
7900msgid "MMP: invalid magic number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007901msgstr "MMP: błędna liczba magiczna"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007902
7903#: lib/ext2fs/ext2_err.c:150
7904msgid "MMP: device currently active"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007905msgstr "MMP: urządzenie obecnie aktywne"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007906
7907#: lib/ext2fs/ext2_err.c:151
7908msgid "MMP: fsck being run"
7909msgstr "MMP: fsck jest uruchomiony"
7910
7911#: lib/ext2fs/ext2_err.c:152
7912msgid "MMP: block number beyond filesystem range"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007913msgstr "MMP: numer bloku poza zakresem systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007914
7915#: lib/ext2fs/ext2_err.c:153
7916msgid "MMP: undergoing an unknown operation"
7917msgstr "MMP: wykonywana jest nieznana operacja"
7918
7919#: lib/ext2fs/ext2_err.c:154
7920msgid "MMP: filesystem still in use"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007921msgstr "MMP: system plików nadal w użyciu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007922
7923#: lib/ext2fs/ext2_err.c:155
7924msgid "MMP: open with O_DIRECT failed"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007925msgstr "MMP: otwarcie z flagą O_DIRECT nie powiodło się"
7926
7927#: lib/ext2fs/ext2_err.c:156
7928msgid "Block group descriptor size incorrect"
7929msgstr "Niepoprawny rozmiar deskryptora grupy bloków"
7930
7931#: lib/ext2fs/ext2_err.c:157
7932msgid "Inode checksum does not match inode"
7933msgstr "Suma kontrolna i-węzła nie zgadza się z i-węzłem"
7934
7935#: lib/ext2fs/ext2_err.c:158
7936msgid "Inode bitmap checksum does not match bitmap"
7937msgstr "Suma kontrolna bitmapy i-węzłów nie zgadza się z bitmapą"
7938
7939#: lib/ext2fs/ext2_err.c:159
7940msgid "Extent block checksum does not match extent block"
7941msgstr "Suma kontrolna bloku ekstentów nie zgadza się z blokiem ekstentów"
7942
7943#: lib/ext2fs/ext2_err.c:160
7944msgid "Directory block does not have space for checksum"
7945msgstr "Blok katalogu nie ma miejsca na sumę kontrolną"
7946
7947#: lib/ext2fs/ext2_err.c:161
7948msgid "Directory block checksum does not match directory block"
7949msgstr "Suma kontrolna bloku katalogu nie zgadza się z blokiem katalogu"
7950
7951#: lib/ext2fs/ext2_err.c:162
7952msgid "Extended attribute block checksum does not match block"
7953msgstr "Sumar kontrolna bloku rozszerzonych atrybutów nie zgadza się z blokiem"
7954
7955#: lib/ext2fs/ext2_err.c:163
7956msgid "Superblock checksum does not match superblock"
7957msgstr "Suma kontrolna superbloku nie zgadza się z superblokiem"
7958
7959#: lib/ext2fs/ext2_err.c:164
7960msgid "Unknown checksum algorithm"
7961msgstr "Nieznany algorytm sumy kontrolnej"
7962
7963#: lib/ext2fs/ext2_err.c:165
7964msgid "MMP block checksum does not match MMP block"
7965msgstr "Suma kontrolna bloku MMP nie zgadza się z blokiem MMP"
7966
7967#: lib/ext2fs/ext2_err.c:166
7968msgid "Ext2 file already exists"
7969msgstr "Plik ext2 już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007971#: lib/ext2fs/ext2_err.c:167
7972#, fuzzy
7973msgid "Block bitmap checksum does not match bitmap"
7974msgstr "Suma kontrolna bitmapy i-węzłów nie zgadza się z bitmapą"
7975
7976#: lib/ext2fs/ext2_err.c:168
7977msgid "Cannot iterate data blocks of an inode containing inline data"
7978msgstr ""
7979
7980#: lib/ext2fs/ext2_err.c:169
7981msgid "Extended attribute has an invalid name length"
7982msgstr ""
7983
7984#: lib/ext2fs/ext2_err.c:170
7985msgid "Extended attribute has an invalid value length"
7986msgstr ""
7987
7988#: lib/ext2fs/ext2_err.c:171
7989#, fuzzy
7990msgid "Extended attribute has an incorrect hash"
7991msgstr "Sumar kontrolna bloku rozszerzonych atrybutów nie zgadza się z blokiem"
7992
7993#: lib/ext2fs/ext2_err.c:172
7994#, fuzzy
7995msgid "Extended attribute block has a bad header"
7996msgstr "Błędny numer bloku atrybutu rozszerzonego"
7997
7998#: lib/ext2fs/ext2_err.c:173
7999#, fuzzy
8000msgid "Extended attribute key not found"
8001msgstr "arozszerzony atrybut"
8002
8003#: lib/ext2fs/ext2_err.c:174
8004msgid "Insufficient space to store extended attribute data"
8005msgstr ""
8006
8007#: lib/ext2fs/ext2_err.c:175
8008msgid "Filesystem is missing ext_attr or inline_data feature"
8009msgstr ""
8010
8011#: lib/ext2fs/ext2_err.c:176
8012#, fuzzy
8013msgid "Inode doesn't have inline data"
8014msgstr "I-węzeł nie wykorzystuje ekstentów"
8015
8016#: lib/ext2fs/ext2_err.c:177
8017msgid "No block for an inode with inline data"
8018msgstr ""
8019
8020#: lib/ext2fs/ext2_err.c:178
8021#, fuzzy
8022msgid "No free space in inline data"
8023msgstr "Brak wolnego miejsca w mapie ekstentów"
8024
8025#: lib/ext2fs/ext2_err.c:179
8026#, fuzzy
8027msgid "Wrong magic number for extended attribute structure"
8028msgstr "Błędna liczba magiczna dla struktury pliku ext2"
8029
8030#: lib/ext2fs/ext2_err.c:180
8031msgid "Inode seems to contain garbage"
8032msgstr ""
8033
8034#: lib/ext2fs/ext2_err.c:181
8035msgid "Extended attribute has an invalid value offset"
8036msgstr ""
8037
8038#: lib/ext2fs/ext2_err.c:182
8039msgid "Journal flags inconsistent"
8040msgstr ""
8041
8042#: lib/ext2fs/ext2_err.c:183
8043#, fuzzy
8044msgid "Undo file corrupt"
8045msgstr "I-węzeł zmiany rozmiaru jest uszkodzony"
8046
8047#: lib/ext2fs/ext2_err.c:184
8048#, fuzzy
8049msgid "Wrong undo file for this filesystem"
8050msgstr "Brak uprawnień do zmiany rozmiaru systemu plików"
8051
8052#: lib/support/prof_err.c:11
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008053msgid "Profile version 0.0"
8054msgstr "Profil w wersji 0.0"
8055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008056#: lib/support/prof_err.c:12
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008057msgid "Bad magic value in profile_node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008058msgstr "Błędna wartość magiczna w profile_node"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008059
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008060#: lib/support/prof_err.c:13
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008061msgid "Profile section not found"
8062msgstr "Nie znaleziono sekcji profilu"
8063
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008064#: lib/support/prof_err.c:14
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008065msgid "Profile relation not found"
8066msgstr "Nie znaleziono relacji profilu"
8067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008068#: lib/support/prof_err.c:15
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008069msgid "Attempt to add a relation to node which is not a section"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008070msgstr "Próba dodania relacji do węzła, który nie jest sekcją"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008071
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008072#: lib/support/prof_err.c:16
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008073msgid "A profile section header has a non-zero value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008074msgstr "Nagłówek sekcji profilu ma niezerową wartość"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008076#: lib/support/prof_err.c:17
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008077msgid "Bad linked list in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008078msgstr "Błędna lista w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008079
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008080#: lib/support/prof_err.c:18
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008081msgid "Bad group level in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008082msgstr "Błędny poziom grupy w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008084#: lib/support/prof_err.c:19
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008085msgid "Bad parent pointer in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008086msgstr "Błędny wskaźnik rodzica w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008088#: lib/support/prof_err.c:20
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008089msgid "Bad magic value in profile iterator"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008090msgstr "Błędna wartość magiczna w iteratorze profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008091
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008092#: lib/support/prof_err.c:21
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008093msgid "Can't set value on section node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008094msgstr "Nie można ustawić wartości w węźle sekcji"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008095
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008096#: lib/support/prof_err.c:22
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008097msgid "Invalid argument passed to profile library"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008098msgstr "Błędny argument przekazany do biblioteki profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008099
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008100#: lib/support/prof_err.c:23
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008101msgid "Attempt to modify read-only profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008102msgstr "Próba zmodyfikowania profilu tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008103
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008104#: lib/support/prof_err.c:24
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008105msgid "Profile section header not at top level"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008106msgstr "Nagłówek sekcji profilu nie na najwyższym poziomie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008107
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008108#: lib/support/prof_err.c:25
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008109msgid "Syntax error in profile section header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008110msgstr "Błąd składni w nagłówku sekcji profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008111
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008112#: lib/support/prof_err.c:26
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008113msgid "Syntax error in profile relation"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008114msgstr "Błąd składni w relacji profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008115
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008116#: lib/support/prof_err.c:27
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008117msgid "Extra closing brace in profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008118msgstr "Nadmiarowy nawias zamykający w profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008119
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008120#: lib/support/prof_err.c:28
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008121msgid "Missing open brace in profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008122msgstr "Brakujący nawias otwierający w profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008123
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008124#: lib/support/prof_err.c:29
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008125msgid "Bad magic value in profile_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008126msgstr "Błędna wartość magiczna w profile_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008128#: lib/support/prof_err.c:30
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008129msgid "Bad magic value in profile_section_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008130msgstr "Błędna wartość magiczna w profile_section_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008131
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008132#: lib/support/prof_err.c:31
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008133msgid "Iteration through all top level section not supported"
Theodore Ts'obd386982015-05-17 20:34:58 -04008134msgstr ""
8135"Iterowanie poprzez wszystkie sekcje najwyższego poziomu nie jest obsługiwane"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008137#: lib/support/prof_err.c:32
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008138msgid "Invalid profile_section object"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008139msgstr "Błędny obiekt profile_section"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008141#: lib/support/prof_err.c:33
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008142msgid "No more sections"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008143msgstr "Nie ma więcej sekcji"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008145#: lib/support/prof_err.c:34
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008146msgid "Bad nameset passed to query routine"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008147msgstr "Błędny nameset przekazany do funkcji odpytującej"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008149#: lib/support/prof_err.c:35
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008150msgid "No profile file open"
8151msgstr "Brak otwartego pliku profilu"
8152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008153#: lib/support/prof_err.c:36
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008154msgid "Bad magic value in profile_file_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008155msgstr "Błędna wartość magiczna w profile_file_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008157#: lib/support/prof_err.c:37
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008158msgid "Couldn't open profile file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008159msgstr "Nie udało się otworzyć pliku profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008161#: lib/support/prof_err.c:38
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008162msgid "Section already exists"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008163msgstr "Sekcja już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008165#: lib/support/prof_err.c:39
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008166msgid "Invalid boolean value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008167msgstr "Błędna wartość logiczna"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008169#: lib/support/prof_err.c:40
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008170msgid "Invalid integer value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008171msgstr "Błędna wartość całkowita"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008173#: lib/support/prof_err.c:41
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008174msgid "Bad magic value in profile_file_data_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008175msgstr "Błędna wartość magiczna w profile_file_data_t"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008176
8177#: lib/support/plausible.c:103
8178#, c-format
8179msgid "\tlast mounted on %s on %s"
8180msgstr "\tostatnio montowano %s pod %s"
8181
8182#: lib/support/plausible.c:106
8183#, c-format
8184msgid "\tlast mounted on %s"
8185msgstr "\tostatnio montowano %s"
8186
8187#: lib/support/plausible.c:109
8188#, c-format
8189msgid "\tcreated on %s"
8190msgstr "\tutworzono %s"
8191
8192#: lib/support/plausible.c:112
8193#, c-format
8194msgid "\tlast modified on %s"
8195msgstr "\tostatnio zmodyfikowano %s"
8196
8197#: lib/support/plausible.c:146
8198#, c-format
8199msgid "Found a %s partition table in %s\n"
8200msgstr "Znaleziono tablicę partycji %s w %s\n"
8201
8202#: lib/support/plausible.c:176
8203#, c-format
8204msgid "The file %s does not exist and no size was specified.\n"
8205msgstr "Plik %s nie istnieje i nie podano rozmiaru.\n"
8206
8207#: lib/support/plausible.c:184
8208#, c-format
8209msgid "Creating regular file %s\n"
8210msgstr "Tworzenie zwykłego pliku %s\n"
8211
8212#: lib/support/plausible.c:187
8213#, c-format
8214msgid "Could not open %s: %s\n"
8215msgstr "Nie udało się otworzyć %s: %s\n"
8216
8217#: lib/support/plausible.c:190
8218msgid ""
8219"\n"
8220"The device apparently does not exist; did you specify it correctly?\n"
8221msgstr ""
8222"\n"
8223"Urządzenie najwyraźniej nie istnieje; czy zostało podane poprawnie?\n"
8224
8225#: lib/support/plausible.c:212
8226#, c-format
8227msgid "%s is not a block special device.\n"
8228msgstr "%s nie jest specjalnym urządzeniem blokowym.\n"
8229
8230#: lib/support/plausible.c:234
8231#, c-format
8232msgid "%s contains a %s file system labelled '%s'\n"
8233msgstr "%s zawiera system plików %s z etykietą '%s'\n"
8234
8235#: lib/support/plausible.c:237
8236#, c-format
8237msgid "%s contains a %s file system\n"
8238msgstr "%s zawiera system plików %s\n"
8239
8240#: lib/support/plausible.c:259
8241#, fuzzy, c-format
8242msgid "%s contains `%s' data\n"
8243msgstr "%s zawiera system plików %s\n"
8244
8245#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8246#~ msgstr ""
8247#~ "@i %i ma ustawioną flagę kompresji na systemie plików bez obsługi\n"
8248#~ "kompresji. "
8249
8250#~ msgid "@A @a @b %b. "
8251#~ msgstr "@A @bu rozszerzonych atrybutów %b. "
8252
8253#~ msgid "%s: warning: compression support is experimental.\n"
8254#~ msgstr "%s: uwaga: obsługa kompresji jest eksperymentalna.\n"
8255
8256#~ msgid ""
8257#~ "%s: e2fsck not compiled with HTREE support,\n"
8258#~ "\tbut filesystem %s has HTREE directories.\n"
8259#~ msgstr ""
8260#~ "%s: e2fsck skompilowany bez obsługi HTREE,\n"
8261#~ "\tale system plików %s ma katalogi HTREE.\n"
8262
8263#~ msgid "while allocating zeroizing buffer"
8264#~ msgstr "podczas przydzielania bufora zerującego"
8265
8266#~ msgid ", unused inodes %u\n"
8267#~ msgstr ", nie używanych i-węzłów: %u\n"
8268
8269#~ msgid "Failed to read the file system data \n"
8270#~ msgstr "Nie udało się odczytać danych systemu plików\n"
8271
8272#~ msgid "Failed tdb_fetch %s\n"
8273#~ msgstr "tdb_fetch %s nie powiodło się\n"
8274
8275#~ msgid "The file system UUID didn't match \n"
8276#~ msgstr "UUID systemu plików nie pasuje\n"
8277
8278#~ msgid "Failed tdb_open %s\n"
8279#~ msgstr "tdb_open %s nie powiodło się\n"
8280
8281#~ msgid "Failed to open %s\n"
8282#~ msgstr "Nie udało się otworzyć %s\n"
8283
8284#~ msgid "Replayed transaction of size %zd at location %llu\n"
8285#~ msgstr "Odtworzono transakcję rozmiaru %zd w położeniu %llu\n"
8286
8287#~ msgid "Failed write %s\n"
8288#~ msgstr "Nie udało się zapisać %s\n"
8289
8290#~ msgid "Couldn't allocate memory to parse quota options!\n"
8291#~ msgstr "Nie można przydzielić pamięci do analizy opcji limitów!\n"
8292
8293#~ msgid "Couldn't allocate memory for tdb filename\n"
8294#~ msgstr "Nie można przydzielić pamięci na nazwę plików tdb\n"
8295
8296#~ msgid ""
8297#~ "To undo the tune2fs operation please run the command\n"
8298#~ " e2undo %s %s\n"
8299#~ "\n"
8300#~ msgstr ""
8301#~ "Aby wycofać operację tune2fs, proszę wydać polecenie\n"
8302#~ " e2undo %s %s\n"
8303#~ "\n"
8304
8305#~ msgid "%s is entire device, not just one partition!\n"
8306#~ msgstr "%s jest całym urządzeniem, a nie tylko jedną partycją!\n"