blob: 46dd2458c7374dd83f97aa4c1222b88a6a93f700 [file] [log] [blame]
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001# Polish translation for e2fsprogs.
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 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 Boguszd0c9ac42016-08-31 23:14:17 -04004# Jakub Bogusz <qboosh@pld-linux.org>, 2002-2016.
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 Boguszd0c9ac42016-08-31 23:14:17 -040070"Project-Id-Version: e2fsprogs 1.43.1\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050071"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050072"POT-Creation-Date: 2017-01-31 17:10-0500\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -040073"PO-Revision-Date: 2016-07-06 15:30+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'o4e528702016-09-04 21:31:21 -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'o3d66c4b2017-01-31 18:24:50 -050096#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1507
97#: e2fsck/unix.c:1600 misc/badblocks.c:1242 misc/badblocks.c:1250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040098#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
Theodore Ts'o4baef0a2016-05-12 01:01:46 -040099#: misc/e2image.c:1400 misc/e2image.c:1584 misc/e2image.c:1605
Theodore Ts'o48203a32016-06-08 15:45:26 -0400100#: misc/mke2fs.c:230 misc/tune2fs.c:2693 misc/tune2fs.c:2787 resize/main.c:413
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'o4e528702016-09-04 21:31:21 -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
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400182msgid "extent rebuild inode map"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -0400183msgstr "mapa i-węzłów do przebudowy ekstentu"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400184
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400185#: e2fsck/flushb.c:35
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500186#, c-format
187msgid "Usage: %s disk\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500188msgstr "Składnia: %s dysk\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500189
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400190#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500191#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500192msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500193msgstr "ioctl BLKFLSBUF nie obsługiwany! Nie można opróżnić buforów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500194
Eric Sandeen032eafe2012-07-28 17:48:36 -0400195#: e2fsck/iscan.c:44
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500196#, c-format
197msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500198msgstr "Składnia: %s [-F] [-I bloki_bufora_i-węzłów] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400200#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500201#, c-format
202msgid "while opening %s for flushing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500203msgstr "podczas otwierania %s w celu opróżnienia"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500204
Theodore Ts'o48203a32016-06-08 15:45:26 -0400205#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:382
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500206#, c-format
207msgid "while trying to flush %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500208msgstr "podczas próby opróżnienia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500209
Jakub Boguszdf585272014-05-18 09:46:34 -0400210#: e2fsck/iscan.c:110
211#, c-format
212msgid "while trying to open '%s'"
213msgstr "podczas próby otwarcia '%s'"
214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400215#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500216msgid "while opening inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500217msgstr "podczas otwierania obrazu i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400219#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500220msgid "while getting next inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500221msgstr "podczas pobierania następnego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500222
Eric Sandeen032eafe2012-07-28 17:48:36 -0400223#: e2fsck/iscan.c:136
Theodore Ts'od46ce702007-07-10 09:45:47 -0400224#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400225msgid "%u inodes scanned.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500226msgstr "Przeszukano i-węzłów: %u.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400228#: e2fsck/journal.c:593
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500229msgid "reading journal superblock\n"
230msgstr "odczyt superbloku kroniki\n"
231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400232#: e2fsck/journal.c:666
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500233#, c-format
234msgid "%s: no valid journal superblock found\n"
235msgstr "%s: nie znaleziono poprawnego superbloku kroniki\n"
236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400237#: e2fsck/journal.c:675
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500238#, c-format
239msgid "%s: journal too short\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500240msgstr "%s: kronika za krótka\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500241
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500242#: e2fsck/journal.c:968 misc/fuse2fs.c:3791
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500243#, c-format
244msgid "%s: recovering journal\n"
245msgstr "%s: odtwarzanie z kroniki\n"
246
Theodore Ts'o4e528702016-09-04 21:31:21 -0400247#: e2fsck/journal.c:970
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500248#, c-format
249msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400250msgstr ""
251"%s: odtworzenie z kroniki nie zostanie wykonane w trybie tylko do odczytu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500252
Theodore Ts'o4e528702016-09-04 21:31:21 -0400253#: e2fsck/journal.c:997
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500254#, c-format
255msgid "while trying to re-open %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500256msgstr "podczas próby ponownego otwarcia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500257
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400258#: e2fsck/message.c:113
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500259msgid "aextended attribute"
260msgstr "arozszerzony atrybut"
261
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400262#: e2fsck/message.c:114
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500263msgid "Aerror allocating"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500264msgstr "Abłąd podczas przydzielania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500265
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400266#: e2fsck/message.c:115
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500267msgid "bblock"
268msgstr "bblok"
269
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400270#: e2fsck/message.c:116
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500271msgid "Bbitmap"
272msgstr "Bbitmapa"
273
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400274#: e2fsck/message.c:117
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500275msgid "ccompress"
276msgstr "ckompresja"
277
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400278#: e2fsck/message.c:118
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500279msgid "Cconflicts with some other fs @b"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500280msgstr "Ckonflikt z innym @biem systemu plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500281
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400282#: e2fsck/message.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500283msgid "ddirectory"
284msgstr "dkatalog"
285
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400286#: e2fsck/message.c:120
287msgid "Ddeleted"
288msgstr "Dusunięty"
289
290#: e2fsck/message.c:121
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500291msgid "eentry"
292msgstr "ewpis"
293
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400294#: e2fsck/message.c:122
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500295msgid "E@e '%Dn' in %p (%i)"
296msgstr "E@e '%Dn' w %p (%i)"
297
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400298#: e2fsck/message.c:123
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500299msgid "ffilesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500300msgstr "fsystem plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500301
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400302#: e2fsck/message.c:124
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500303msgid "Ffor @i %i (%Q) is"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500304msgstr "Fdla i-węzła %i (%Q) wynosi"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500305
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400306#: e2fsck/message.c:125
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500307msgid "ggroup"
308msgstr "ggrupa"
309
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400310#: e2fsck/message.c:126
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500311msgid "hHTREE @d @i"
312msgstr "h@i @du HTREE"
313
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400314#: e2fsck/message.c:127
315msgid "iinode"
316msgstr "ii-węzeł"
317
318#: e2fsck/message.c:128
319msgid "Iillegal"
320msgstr "Iniedopuszczalny"
321
322#: e2fsck/message.c:129
323msgid "jjournal"
324msgstr "jkronika"
325
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400326#: e2fsck/message.c:130
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500327msgid "llost+found"
328msgstr "llost+found"
329
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400330#: e2fsck/message.c:131
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500331msgid "Lis a link"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500332msgstr "Ljest dowiązaniem"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500333
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400334#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400335msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400336msgstr "mwielokrotnie zadeklarowany"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400338#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400339msgid "ninvalid"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500340msgstr "nbłędny"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400341
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400342#: e2fsck/message.c:134
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500343msgid "oorphaned"
344msgstr "oosierocony"
345
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400346#: e2fsck/message.c:135
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500347msgid "pproblem in"
348msgstr "pproblem w"
349
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400350#: e2fsck/message.c:136
351msgid "qquota"
352msgstr "qlimit"
353
354#: e2fsck/message.c:137
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500355msgid "rroot @i"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500356msgstr "rgłówny @i"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500357
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400358#: e2fsck/message.c:138
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500359msgid "sshould be"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500360msgstr "spowinno być"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500361
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400362#: e2fsck/message.c:139
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500363msgid "Ssuper@b"
364msgstr "Ssuper@b"
365
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400366#: e2fsck/message.c:140
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500367msgid "uunattached"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500368msgstr "uniedołączony"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500369
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400370#: e2fsck/message.c:141
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500371msgid "vdevice"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500372msgstr "vurządzenie"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500373
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400374#: e2fsck/message.c:142
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400375msgid "xextent"
376msgstr "xekstent"
377
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400378#: e2fsck/message.c:143
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500379msgid "zzero-length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500380msgstr "zzerowej długości"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500381
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400382#: e2fsck/message.c:154
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500383msgid "<The NULL inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500384msgstr "<pusty i-węzeł>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500385
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400386#: e2fsck/message.c:155
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500387msgid "<The bad blocks inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500388msgstr "<i-węzeł wadliwych bloków>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500389
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400390#: e2fsck/message.c:157
391msgid "<The user quota inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500392msgstr "<i-węzeł limitów użytkowników>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500393
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400394#: e2fsck/message.c:158
395msgid "<The group quota inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500396msgstr "<i-węzeł limitów grup>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500397
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400398#: e2fsck/message.c:159
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500399msgid "<The boot loader inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500400msgstr "<i-węzeł boot-loadera>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500401
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400402#: e2fsck/message.c:160
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500403msgid "<The undelete directory inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500404msgstr "<i-węzeł katalogu undelete>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500405
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400406#: e2fsck/message.c:161
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500407msgid "<The group descriptor inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500408msgstr "<i-węzeł deskryptora grupy>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500409
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400410#: e2fsck/message.c:162
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500411msgid "<The journal inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500412msgstr "<i-węzeł kroniki>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500413
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400414#: e2fsck/message.c:163
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500415msgid "<Reserved inode 9>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500416msgstr "<zarezerwowany i-węzeł 9>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500417
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400418#: e2fsck/message.c:164
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500419msgid "<Reserved inode 10>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500420msgstr "<zarezerwowany i-węzeł 10>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400422#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423msgid "regular file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500424msgstr "plik zwykły"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400426#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427msgid "directory"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400428msgstr "katalog"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400430#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431msgid "character device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500432msgstr "urządzenie znakowe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400434#: e2fsck/message.c:339
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435msgid "block device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500436msgstr "urządzenie blokowe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400438#: e2fsck/message.c:341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439msgid "named pipe"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400440msgstr "nazwany potok"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400442#: e2fsck/message.c:343
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443msgid "symbolic link"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500444msgstr "dowiązanie symboliczne"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400446#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447msgid "socket"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400448msgstr "gniazdo"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400450#: e2fsck/message.c:347
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400451#, c-format
452msgid "unknown file type with mode 0%o"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400453msgstr "nieznany rodzaj pliku typu 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400454
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400455#: e2fsck/message.c:422
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400456msgid "indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500457msgstr "blok pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400458
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400459#: e2fsck/message.c:424
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400460msgid "double indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500461msgstr "blok podwójnie pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400463#: e2fsck/message.c:426
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400464msgid "triple indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500465msgstr "blok potrójnie pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400466
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400467#: e2fsck/message.c:428
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400468msgid "translator block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500469msgstr "blok tłumaczący"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400471#: e2fsck/message.c:430
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400472msgid "block #"
473msgstr "blok #"
474
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400475#: e2fsck/pass1b.c:222
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500476msgid "multiply claimed inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500477msgstr "wielokrotnie zadeklarowana mapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500478
Theodore Ts'o48203a32016-06-08 15:45:26 -0400479#: e2fsck/pass1b.c:645 e2fsck/pass1b.c:793
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400480#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400481msgid "internal error: can't find dup_blk for %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500482msgstr "błąd wewnętrzny; nie można znaleźć dup_blk dla %llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500483
Theodore Ts'o48203a32016-06-08 15:45:26 -0400484#: e2fsck/pass1b.c:903
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500485msgid "returned from clone_file_block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500486msgstr "powrót z clone_file_block"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500487
Theodore Ts'o48203a32016-06-08 15:45:26 -0400488#: e2fsck/pass1b.c:927
Theodore Ts'od46ce702007-07-10 09:45:47 -0400489#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400490msgid "internal error: couldn't lookup EA block record for %llu"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500491msgstr "błąd wewnętrzny: nie można znaleźć rekordu bloku EA dla %llu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400492
Theodore Ts'o48203a32016-06-08 15:45:26 -0400493#: e2fsck/pass1b.c:939
Theodore Ts'od46ce702007-07-10 09:45:47 -0400494#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400495msgid "internal error: couldn't lookup EA inode record for %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500496msgstr "Błąd wewnętrzny: nie można znaleźć rekordu i-węzła EA dla %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400497
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500498#: e2fsck/pass1.c:666 e2fsck/pass2.c:972
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400499msgid "reading directory block"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400500msgstr "odczytu bloku katalogu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400501
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500502#: e2fsck/pass1.c:1112
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500503msgid "in-use inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500504msgstr "mapa używanych i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500505
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500506#: e2fsck/pass1.c:1123
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500507msgid "directory inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500508msgstr "mapa i-węzłów katalogów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500509
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500510#: e2fsck/pass1.c:1133
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500511msgid "regular file inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500512msgstr "mapa i-węzłów zwykłych plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500513
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500514#: e2fsck/pass1.c:1142 misc/e2image.c:1268
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500515msgid "in-use block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500516msgstr "mapa używanych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500517
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500518#: e2fsck/pass1.c:1151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400519msgid "metadata block map"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -0400520msgstr "mapa bloków metadanych"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400521
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500522#: e2fsck/pass1.c:1213
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400523msgid "opening inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500524msgstr "rozpoczynania przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500525
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500526#: e2fsck/pass1.c:1251
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400527msgid "getting next inode from scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500528msgstr "pobierania następnego i-węzła"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400529
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500530#: e2fsck/pass1.c:1936
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500531msgid "Pass 1"
532msgstr "Przebieg 1"
533
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500534#: e2fsck/pass1.c:1997
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500535#, c-format
536msgid "reading indirect blocks of inode %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500537msgstr "odczytu niebezpośrednich bloków i-węzła %u"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500538
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500539#: e2fsck/pass1.c:2047
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500540msgid "bad inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500541msgstr "błędna mapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500542
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500543#: e2fsck/pass1.c:2087
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500544msgid "inode in bad block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500545msgstr "i-węzeł w mapie wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500546
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500547#: e2fsck/pass1.c:2107
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500548msgid "imagic inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500549msgstr "mapa i-węzłów imagic"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500550
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500551#: e2fsck/pass1.c:2134
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500552msgid "multiply claimed block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500553msgstr "wielokrotnie zadeklarowana mapa bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500554
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500555#: e2fsck/pass1.c:2248
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500556msgid "ext attr block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500557msgstr "mapa bloków rozszerzonych atrybutów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500558
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500559#: e2fsck/pass1.c:3415
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400560#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500561msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400562msgstr "%6lu(%c): oczekiwano %6lu, otrzymano phys %6lu (blkcnt %lld)\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400563
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500564#: e2fsck/pass1.c:3830
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500565msgid "block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500566msgstr "bitmapa bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500567
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500568#: e2fsck/pass1.c:3836
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500569msgid "inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500570msgstr "bitmapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500571
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500572#: e2fsck/pass1.c:3842
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500573msgid "inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500574msgstr "tablica i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500575
Theodore Ts'o48203a32016-06-08 15:45:26 -0400576#: e2fsck/pass2.c:287
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500577msgid "Pass 2"
578msgstr "Przebieg 2"
579
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500580#: e2fsck/pass2.c:1044 e2fsck/pass2.c:1209
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400581msgid "Can not continue."
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500582msgstr "Nie można kontynuować."
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400583
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400584#: e2fsck/pass3.c:77
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500585msgid "inode done bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500586msgstr "bitmapa wykonanych i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500587
Jakub Boguszf64e68e2012-04-22 15:38:43 -0400588#: e2fsck/pass3.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500589msgid "Peak memory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500590msgstr "Największe użycie pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500591
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400592#: e2fsck/pass3.c:149
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500593msgid "Pass 3"
594msgstr "Przebieg 3"
595
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400596#: e2fsck/pass3.c:344
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500597msgid "inode loop detection bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500598msgstr "bitmapa wykrywania pętli i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500599
Theodore Ts'o48203a32016-06-08 15:45:26 -0400600#: e2fsck/pass4.c:207
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500601msgid "Pass 4"
602msgstr "Przebieg 4"
603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400604#: e2fsck/pass5.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500605msgid "Pass 5"
606msgstr "Przebieg 5"
607
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400608#: e2fsck/pass5.c:104
609msgid "check_inode_bitmap_checksum: Memory allocation error"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -0400610msgstr "check_inode_bitmap_checksum: błąd przydzielania pamięci"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400611
612#: e2fsck/pass5.c:158
613msgid "check_block_bitmap_checksum: Memory allocation error"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -0400614msgstr "check_block_bitmap_checksum: błąd przydzielania pamięci"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400615
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400616#: e2fsck/problem.c:51
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500617msgid "(no prompt)"
618msgstr "(bez pytania)"
619
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400620#: e2fsck/problem.c:52
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500621msgid "Fix"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500622msgstr "Poprawić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500623
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400624#: e2fsck/problem.c:53
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500625msgid "Clear"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500626msgstr "Wyczyścić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500627
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400628#: e2fsck/problem.c:54
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500629msgid "Relocate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500630msgstr "Przenieść"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500631
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400632#: e2fsck/problem.c:55
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500633msgid "Allocate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500634msgstr "Przydzielić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500635
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400636#: e2fsck/problem.c:56
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500637msgid "Expand"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500638msgstr "Rozszerzyć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500639
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400640#: e2fsck/problem.c:57
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500641msgid "Connect to /lost+found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500642msgstr "Dołączyć do /lost+found"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500643
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400644#: e2fsck/problem.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500645msgid "Create"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500646msgstr "Wyczyścić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500647
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400648#: e2fsck/problem.c:59
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500649msgid "Salvage"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500650msgstr "Uratować"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500651
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400652#: e2fsck/problem.c:60
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500653msgid "Truncate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500654msgstr "Uciąć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500655
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400656#: e2fsck/problem.c:61
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500657msgid "Clear inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500658msgstr "Wyczyścić i-węzeł"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500659
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400660#: e2fsck/problem.c:62
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500661msgid "Abort"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500662msgstr "Przerwać"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500663
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400664#: e2fsck/problem.c:63
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500665msgid "Split"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500666msgstr "Podzielić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500667
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400668#: e2fsck/problem.c:64
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500669msgid "Continue"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500670msgstr "Kontynuować"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500671
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400672#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400673msgid "Clone multiply-claimed blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500674msgstr "Sklonować wielokrotnie zadeklarowane bloki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500675
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400676#: e2fsck/problem.c:66
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500677msgid "Delete file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500678msgstr "Usunąć plik"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500679
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400680#: e2fsck/problem.c:67
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500681msgid "Suppress messages"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500682msgstr "Pominąć komunikaty"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500683
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400684#: e2fsck/problem.c:68
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500685msgid "Unlink"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500686msgstr "Odłączyć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500687
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400688#: e2fsck/problem.c:69
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500689msgid "Clear HTree index"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500690msgstr "Wyczyścić indeks HTree"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500691
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400692#: e2fsck/problem.c:70
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500693msgid "Recreate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500694msgstr "Odtworzyć"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500695
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400696#: e2fsck/problem.c:79
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500697msgid "(NONE)"
698msgstr "(NIC)"
699
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400700#: e2fsck/problem.c:80
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500701msgid "FIXED"
702msgstr "POPRAWIONO"
703
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400704#: e2fsck/problem.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500705msgid "CLEARED"
706msgstr "WYCZYSZCZONO"
707
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400708#: e2fsck/problem.c:82
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500709msgid "RELOCATED"
710msgstr "PRZENIESIONO"
711
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400712#: e2fsck/problem.c:83
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500713msgid "ALLOCATED"
714msgstr "PRZYDZIELONO"
715
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400716#: e2fsck/problem.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500717msgid "EXPANDED"
718msgstr "ROZSZERZONO"
719
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400720#: e2fsck/problem.c:85
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500721msgid "RECONNECTED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500722msgstr "PODŁĄCZONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500723
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400724#: e2fsck/problem.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500725msgid "CREATED"
726msgstr "UTWORZONO"
727
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400728#: e2fsck/problem.c:87
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500729msgid "SALVAGED"
730msgstr "URATOWANO"
731
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400732#: e2fsck/problem.c:88
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500733msgid "TRUNCATED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500734msgstr "SKRÓCONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500735
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400736#: e2fsck/problem.c:89
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500737msgid "INODE CLEARED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500738msgstr "I-WĘZEŁ WYCZYSZCZONY"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500739
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400740#: e2fsck/problem.c:90
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500741msgid "ABORTED"
742msgstr "PRZERWANO"
743
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400744#: e2fsck/problem.c:91
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500745msgid "SPLIT"
746msgstr "PODZIELONO"
747
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400748#: e2fsck/problem.c:92
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500749msgid "CONTINUING"
750msgstr "KONTYNUACJA"
751
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400752#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400753msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400754msgstr "SKLONOWANO WIELOKROTNIE ZADEKLAROWANE BLOKI"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500755
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400756#: e2fsck/problem.c:94
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500757msgid "FILE DELETED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500758msgstr "PLIK USUNIĘTY"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500759
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400760#: e2fsck/problem.c:95
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500761msgid "SUPPRESSED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500762msgstr "POMINIĘTO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500763
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400764#: e2fsck/problem.c:96
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500765msgid "UNLINKED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500766msgstr "ODŁĄCZONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500767
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400768#: e2fsck/problem.c:97
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500769msgid "HTREE INDEX CLEARED"
770msgstr "INDEKS HTREE WYCZYSZCZONY"
771
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400772#: e2fsck/problem.c:98
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500773msgid "WILL RECREATE"
774msgstr "ZOSTANIE ODTWORZONY"
775
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400776#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400777#: e2fsck/problem.c:110
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500778msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500779msgstr "@B @bów dla grupy %g nie jest w grupie. (@b %b)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500780
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400781#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400782#: e2fsck/problem.c:114
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500783msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500784msgstr "@B i-węzłów dla grupy %g nie jest w grupie. (@b %b)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500785
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400786#. @-expanded: inode table for group %g is not in group. (block %b)\n
787#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400788#: e2fsck/problem.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500789msgid ""
790"@i table for @g %g is not in @g. (@b %b)\n"
791"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
792msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500793"tablica i-węzłów dla grupy %g nie jest w grupie. (@b %b)\n"
794"UWAGA: MOŻLIWA POWAŻNA UTRATA DANYCH.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500795
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400796#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400797#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
798#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400799#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
800#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400801#. @-expanded: e2fsck -b 8193 <device>\n
802#. @-expanded: or\n
803#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400804#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400805#: e2fsck/problem.c:125
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500806msgid ""
807"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400808"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
809"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500810"@f (and not swap or ufs or something else), then the @S\n"
811"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400812" e2fsck -b 8193 <@v>\n"
813" or\n"
814" e2fsck -b 32768 <@v>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500815"\n"
816msgstr ""
817"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500818"@S nie mógł być odczytany lub nie opisuje prawidłowego systemu\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -0400819"plików ext2/ext3/ext4. Jeżeli @v jest prawidłowe i naprawdę zawiera\n"
820"@f ext2/ext3/ext4 (nie jest swapem, ufs-em ani niczym innym),\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500821"to @S jest uszkodzony - można próbować uruchomić e2fsck z innym\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500822"@Siem:\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -0400823" e2fsck -b 8193 <@v>\n"
824" lub\n"
825" e2fsck -b 32768 <@v>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500826"\n"
827
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400828#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
829#. @-expanded: The physical size of the device is %c blocks\n
830#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400831#: e2fsck/problem.c:136
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500832msgid ""
833"The @f size (according to the @S) is %b @bs\n"
834"The physical size of the @v is %c @bs\n"
835"Either the @S or the partition table is likely to be corrupt!\n"
836msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500837"Rozmiar systemu plików (według @Su) wynosi %b @bów\n"
838"Fizyczny rozmiar urządzenia wynosi %c @bów\n"
839"Możliwe, że @S albo tablica partycji jest uszkodzona!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500840
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400841#. @-expanded: superblock block_size = %b, fragsize = %c.\n
842#. @-expanded: This version of e2fsck does not support fragment sizes different\n
843#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400844#: e2fsck/problem.c:143
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500845msgid ""
846"@S @b_size = %b, fragsize = %c.\n"
847"This version of e2fsck does not support fragment sizes different\n"
848"from the @b size.\n"
849msgstr ""
850"W @Su block_size (rozm. bloku) = %b, fragsize (rozm. fragmentu) = %c.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500851"Ta wersja e2fsck nie obsługuje rozmiarów fragmentu różnych od rozmiaru\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500852"@bu.\n"
853
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400855#: e2fsck/problem.c:150
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500856msgid "@S @bs_per_group = %b, should have been %c\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500857msgstr "W @Su blocks_per_group (bloków w grupie) = %b, powinno być %c\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500858
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400860#: e2fsck/problem.c:155
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500861msgid "@S first_data_@b = %b, should have been %c\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500862msgstr "W @Su first_data_block (1. @b danych) = %b, powinien być %c\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500863
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400864#. @-expanded: filesystem did not have a UUID; generating one.\n
865#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400866#: e2fsck/problem.c:160
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500867msgid ""
868"@f did not have a UUID; generating one.\n"
869"\n"
870msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500871"@f nie miał UUID-a; wygenerowano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500872"\n"
873
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400874#: e2fsck/problem.c:165
Theodore Ts'o886017a2005-06-26 22:11:46 -0400875#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500876msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400877"Note: if several inode or block bitmap blocks or part\n"
878"of the inode table require relocation, you may wish to try\n"
879"running e2fsck with the '-b %S' option first. The problem\n"
880"may lie only with the primary block group descriptors, and\n"
881"the backup block group descriptors may be OK.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500882"\n"
883msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500884"Uwaga: jeśli jakieś bloki bitmap i-węzłów lub bloków albo część\n"
885"tabeli i-węzłów wymaga relokacji, można uruchomić najpierw e2fsck\n"
886"z opcją '-b %S'. Problem może tkwić tylko w deskryptorach głównej\n"
887"grupy bloków, a zapasowe deskryptory grupy bloków mogą być poprawne.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500888"\n"
889
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400890#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400891#: e2fsck/problem.c:174
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500892msgid "Corruption found in @S. (%s = %N).\n"
893msgstr "Znaleziono uszkodzenia w @Su. (%s = %N).\n"
894
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400895#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400896#: e2fsck/problem.c:179
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500897#, c-format
898msgid "Error determining size of the physical @v: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500899msgstr "Błąd podczas określania rozmiaru fizycznego urządzenia: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500900
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400901#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400902#: e2fsck/problem.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903msgid "@i count in @S is %i, @s %j.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500904msgstr "licznik i-węzłów w @Su wynosi %i, powinien być %j.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400906#: e2fsck/problem.c:188
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500907msgid "The Hurd does not support the filetype feature.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500908msgstr "Hurd nie obsługuje własności filetype.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500909
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500910#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400911#: e2fsck/problem.c:193
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400912#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500913msgid "@S has an @n @j (@i %i).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500914msgstr "@S ma błędną kronikę (@i %i).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500915
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400917#: e2fsck/problem.c:198
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500918msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400919msgstr ""
920"Zewnętrzna @j ma wielu użytkowników systemu plików (nie obsługiwane).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500921
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400922#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400923#: e2fsck/problem.c:203
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500924msgid "Can't find external @j\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500925msgstr "Nie można znaleźć zewnętrznej kroniki\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500926
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400927#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400928#: e2fsck/problem.c:208
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500929msgid "External @j has bad @S\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500930msgstr "Zewnętrzna @j ma błędny @S\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500931
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400932#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400933#: e2fsck/problem.c:213
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500934msgid "External @j does not support this @f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500935msgstr "Zewnętrzna @j nie obsługuje tego systemu plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500936
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500937#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400938#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
939#. @-expanded: format.\n
940#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400941#: e2fsck/problem.c:218
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500942msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500943"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400944"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
945"format.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500946"It is also possible the @j @S is corrupt.\n"
947msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500948"@S kroniki systemu plików ma nieznany typ %N (nie obsługiwany).\n"
949"Możliwe, że ta kopia e2fsck jest stara i/lub nie obsługuje tego formatu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500950"kroniki.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500951"Możliwe też, że @S kroniki jest uszkodzony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500952
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500953#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400954#: e2fsck/problem.c:226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500955msgid "@j @S is corrupt.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400956msgstr "@S kroniki jest uszkodzony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500957
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400958#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400959#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400960msgid "@S has_@j flag is clear, but a @j is present.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -0400961msgstr "flaga @Su has_journal jest wyzerowana, ale @j istnieje.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500962
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500963#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400964#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500965msgid "@S needs_recovery flag is set, but no @j is present.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500966msgstr "@S ma ustawioną flagę needs_recovery, ale nie ma kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500967
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500968#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400969#: e2fsck/problem.c:241
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500970msgid "@S needs_recovery flag is clear, but @j has data.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400971msgstr "flaga needs_recovery @Su jest wyzerowana, ale @j zawiera dane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500972
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400973#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400974#: e2fsck/problem.c:246
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500975msgid "Clear @j"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500976msgstr "Wyczyścić kronikę"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500977
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400978#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o4e528702016-09-04 21:31:21 -0400979#: e2fsck/problem.c:251 e2fsck/problem.c:744
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400980msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500981msgstr "@f ma ustawione flagi cech, ale ma wersję 0 systemu plików. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500982
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400984#: e2fsck/problem.c:256
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500985msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
986msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, uprawnienia=%Im, rozmiar=%Is)\n"
987
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400988#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400989#: e2fsck/problem.c:261
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400990msgid "@I %B (%b) found in @o @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500991msgstr "znaleziono @I %B (%b) w @om i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500992
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400993#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400994#: e2fsck/problem.c:266
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400995msgid "Already cleared %B (%b) found in @o @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500996msgstr "Już wyczyszczono %B (%b) znaleziony w @om i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500997
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400999#: e2fsck/problem.c:271
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001000#, c-format
1001msgid "@I @o @i %i in @S.\n"
1002msgstr "@I @o @i %i w @Su.\n"
1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001005#: e2fsck/problem.c:276
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001006#, c-format
1007msgid "@I @i %i in @o @i list.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001008msgstr "@I @i %i w liście @och i-węzłów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001009
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001010#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001011#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001012msgid "@j @S has an unknown read-only feature flag set.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001013msgstr "@S kroniki ma ustawioną nieznaną flagę tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001014
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001015#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001016#: e2fsck/problem.c:286
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001017msgid "@j @S has an unknown incompatible feature flag set.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001018msgstr "@S kroniki ma ustawioną flagę nieznanej cechy.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001020#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001021#: e2fsck/problem.c:291
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001022msgid "@j version not supported by this e2fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001023msgstr "Wersja kroniki nie obsługiwana przez ten e2fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001025#. @-expanded: Moving journal from /%s to hidden inode.\n
1026#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001027#: e2fsck/problem.c:296
Theodore Ts'o886017a2005-06-26 22:11:46 -04001028#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001029msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001030"Moving @j from /%s to hidden @i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001031"\n"
1032msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001033"Przenoszenie kroniki z /%s do ukrytego i-węzła.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001034"\n"
1035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001036#. @-expanded: Error moving journal: %m\n
1037#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001038#: e2fsck/problem.c:301
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001039#, c-format
1040msgid ""
1041"Error moving @j: %m\n"
1042"\n"
1043msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001044"Błąd podczas przenoszenia kroniki: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001045"\n"
1046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001047#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1048#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1049#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001050#: e2fsck/problem.c:306
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001051msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001052"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001053"Clearing fields beyond the V1 @j @S...\n"
1054"\n"
1055msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001056"Znaleziono błędne pola @Su kroniki V2 (z kroniki V1).\n"
1057"Czyszczenie pól spoza @Su kroniki V1...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001058"\n"
1059
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001060#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001061#: e2fsck/problem.c:312
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001062msgid "Run @j anyway"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001063msgstr "Wykonać zapisy z kroniki"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001064
1065#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001066#: e2fsck/problem.c:317
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001067msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1068msgstr ""
1069"Flaga odtworzenia nie ustawiona w zapasowym @Su,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001070"więc wykonuję zapisy z kroniki mimo to.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072#. @-expanded: Backing up journal inode block information.\n
1073#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001074#: e2fsck/problem.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001075msgid ""
1076"Backing up @j @i @b information.\n"
1077"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001078msgstr "Tworzenie kopii zapasowej informacji z @bu i-węzła kroniki.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001080#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1081#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001082#: e2fsck/problem.c:327
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001083msgid ""
1084"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1085"is %N; @s zero. "
1086msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001087"@f nie ma włączonego resize_inode, ale s_reserved_gdt_blocks\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001088"wynosi %N; @s zero. "
1089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001090#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001091#: e2fsck/problem.c:333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001092msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001093msgstr ""
1094"Resize_inode nie włączone, ale i-węzeł zmiany rozmiaru jest niezerowy. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001095
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001096#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001097#: e2fsck/problem.c:338
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001098msgid "Resize @i not valid. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001099msgstr "i-węzeł zmiany rozmiaru (resize) nieprawidłowy. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001100
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001101#. @-expanded: superblock last mount time (%t,\n
1102#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001103#: e2fsck/problem.c:343
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001104msgid ""
1105"@S last mount time (%t,\n"
1106"\tnow = %T) is in the future.\n"
1107msgstr ""
1108"Czas ostatniego montowania @Su (%t,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001109"\tteraz = %T) jest w przyszłości.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001110
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001111#. @-expanded: superblock last write time (%t,\n
1112#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001113#: e2fsck/problem.c:348
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001114msgid ""
1115"@S last write time (%t,\n"
1116"\tnow = %T) is in the future.\n"
1117msgstr ""
1118"Czas ostatniego zapisu @Su (%t,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001119"\tteraz = %T) jest w przyszłości.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001120
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001121#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001122#: e2fsck/problem.c:352
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001123#, c-format
1124msgid "@S hint for external superblock @s %X. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001125msgstr "Podpowiedź @Su dla zewnętrznego superbloku powinna być %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001126
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001127#. @-expanded: Adding dirhash hint to filesystem.\n
1128#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001129#: e2fsck/problem.c:357
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001130msgid ""
1131"Adding dirhash hint to @f.\n"
1132"\n"
1133msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001134"Dodawanie podpowiedzi dirhash do systemu plików.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04001135"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001136
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001137#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001138#: e2fsck/problem.c:362
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001139msgid "@g descriptor %g checksum is %04x, should be %04y. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001140msgstr "Suma kontrolna deskryptora grupy %g to %04x, powinna wynosić %04y. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001141
1142#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001143#: e2fsck/problem.c:367
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001144#, c-format
1145msgid "@g descriptor %g marked uninitialized without feature set.\n"
1146msgstr "Deskryptor grupy %g oznaczony jako nie zainicjowany bez zbioru cech.\n"
1147
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001148#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001149#: e2fsck/problem.c:372
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001150msgid "@g descriptor %g has invalid unused inodes count %b. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001151msgstr "Deskryptor grupy %g ma błędną liczbę nie używanych i-węzłów %b. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001152
1153#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001154#: e2fsck/problem.c:377
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001155msgid "Last @g @b @B uninitialized. "
1156msgstr "@B @bu ostatniej grupy niezainicjowana. "
1157
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001158#: e2fsck/problem.c:382
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001159#, c-format
1160msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001161msgstr "Transakcja %i kroniki była uszkodzona, odtwarzanie przerwano.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001162
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001163#: e2fsck/problem.c:386
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001164msgid "The test_fs flag is set (and ext4 is available). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001165msgstr "Flags test_fs jest ustawiona (i ext4 jest dostępny). "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001166
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001167#. @-expanded: superblock last mount time is in the future.\n
1168#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001169#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001170#: e2fsck/problem.c:391
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001171msgid ""
1172"@S last mount time is in the future.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001173"\t(by less than a day, probably due to the hardware clock being incorrectly "
1174"set)\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001175msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001176"Czas ostatniego montowania @Su jest w przyszłości\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001177"\t(o mniej niż dzień, zapewne z powodu złego ustawienia zegara sprzętowego)\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001178
1179#. @-expanded: superblock last write time is in the future.\n
1180#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001181#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001182#: e2fsck/problem.c:397
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001183msgid ""
1184"@S last write time is in the future.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001185"\t(by less than a day, probably due to the hardware clock being incorrectly "
1186"set)\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001187msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001188"Czas ostatniego zapisu @Su jest w przyszłości\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001189"\t(o mniej niż dzień, zapewne z powodu złego ustawienia zegara sprzętowego)\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001190
1191#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001192#: e2fsck/problem.c:403
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001193msgid "One or more @b @g descriptor checksums are invalid. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001194msgstr "Jeden lub więcej deskryptorów grup bloków jest błędnych. "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001195
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001196#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001197#: e2fsck/problem.c:408
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001198msgid "Setting free @is count to %j (was %i)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001199msgstr "Ustawianie liczby wolnych i-węzłów na %j (było %i)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001200
1201#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001202#: e2fsck/problem.c:413
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001203msgid "Setting free @bs count to %c (was %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001204msgstr "Ustawianie liczby wolnych @bów na %c (było %b)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001205
Eric Sandeen032eafe2012-07-28 17:48:36 -04001206#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001207#: e2fsck/problem.c:418
Eric Sandeen032eafe2012-07-28 17:48:36 -04001208msgid "Making @q @i %i (%Q) hidden.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001209msgstr "Zmiana i-węzła @qów na ukryty.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001210
1211#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001212#: e2fsck/problem.c:423
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001213msgid "@S has invalid MMP block. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001214msgstr "@S ma błędny blok MMP. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001215
1216#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001217#: e2fsck/problem.c:428
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001218msgid "@S has invalid MMP magic. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001219msgstr "@S ma błędną liczbę magiczną MMP. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001221#: e2fsck/problem.c:433
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001222#, c-format
1223msgid "ext2fs_open2: %m\n"
1224msgstr "ext2fs_open2: %m\n"
1225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001226#: e2fsck/problem.c:438
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001227#, c-format
1228msgid "ext2fs_check_desc: %m\n"
1229msgstr "ext2fs_check_desc: %m\n"
1230
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001231#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1232#. @-expanded: simultaneously.
1233#: e2fsck/problem.c:446
Theodore Ts'o4e528702016-09-04 21:31:21 -04001234msgid ""
1235"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1236"simultaneously."
1237msgstr ""
1238"Pole @Su metadata_csum zastępuje uninit_bg: oba bity cech nie mogą być użyte "
1239"jednocześnie."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001240
1241#. @-expanded: superblock MMP block checksum does not match MMP block.
1242#: e2fsck/problem.c:452
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001243msgid "@S MMP block checksum does not match MMP block. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001244msgstr "Suma kontrolna bloku MMP @Su nie zgadza się z blokiem MMP"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001245
Jakub Boguszdf585272014-05-18 09:46:34 -04001246#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001247#: e2fsck/problem.c:457
Jakub Boguszdf585272014-05-18 09:46:34 -04001248msgid "@S 64bit filesystems needs extents to access the whole disk. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001249msgstr ""
1250"@S 64-bitowych systemów plików wymaga ekstentów do dostępu do całego dysku. "
Jakub Boguszdf585272014-05-18 09:46:34 -04001251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001252#: e2fsck/problem.c:462
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001253msgid "First_meta_bg is too big. (%N, max value %g). "
1254msgstr "First_meta_bg jest zbyt duże (%N, wartość maksymalna %g). "
1255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001256#. @-expanded: External journal superblock checksum does not match superblock.
1257#: e2fsck/problem.c:467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001258msgid "External @j @S checksum does not match @S. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001259msgstr ""
1260"Suma kontrolna superbloku zewnętrznej kroniki nie zgadza się z superblokiem"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001261
1262#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1263#: e2fsck/problem.c:472
1264msgid "@S metadata_csum_seed is not necessary without metadata_csum."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001265msgstr "Pole metadata_csum_seed @Su nie jest potrzebne bez metadata_csum."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001266
Theodore Ts'o48203a32016-06-08 15:45:26 -04001267#: e2fsck/problem.c:477
1268#, c-format
1269msgid "Error initializing quota context in support library: %m\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001270msgstr "Błąd inicjowania kontekstu limitów w bibliotece wspierającej: %m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04001271
Theodore Ts'o4e528702016-09-04 21:31:21 -04001272#. @-expanded: Bad required extra isize in superblock (%N).
1273#: e2fsck/problem.c:482
1274msgid "Bad required extra isize in @S (%N). "
1275msgstr ""
1276
1277#. @-expanded: Bad desired extra isize in superblock (%N).
1278#: e2fsck/problem.c:487
1279msgid "Bad desired extra isize in @S (%N). "
1280msgstr ""
1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001282#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001283#: e2fsck/problem.c:494
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001284msgid "Pass 1: Checking @is, @bs, and sizes\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001285msgstr "Przebieg 1: Sprawdzanie i-węzłów, @bów i rozmiarów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287#. @-expanded: root inode is not a directory.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001288#: e2fsck/problem.c:498
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001289msgid "@r is not a @d. "
1290msgstr "@r nie jest @diem. "
1291
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001292#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001293#: e2fsck/problem.c:503
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001294msgid "@r has dtime set (probably due to old mke2fs). "
1295msgstr "@r ma ustawiony dtime (zapewne przez stary mke2fs). "
1296
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001297#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001298#: e2fsck/problem.c:508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001299msgid "Reserved @i %i (%Q) has @n mode. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001300msgstr "Zarezerwowany @i %i (%Q) ma błędne uprawnienia. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001302#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001303#: e2fsck/problem.c:513
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001304#, c-format
1305msgid "@D @i %i has zero dtime. "
1306msgstr "@D @i %i ma zerowy dtime. "
1307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001308#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001309#: e2fsck/problem.c:518
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001310#, c-format
1311msgid "@i %i is in use, but has dtime set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001312msgstr "@i %i jest używany, ale ma ustawiony dtime. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001313
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001314#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001315#: e2fsck/problem.c:523
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001316#, c-format
1317msgid "@i %i is a @z @d. "
1318msgstr "@i %i jest @diem @z. "
1319
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001320#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001321#: e2fsck/problem.c:528
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001322msgid "@g %g's @b @B at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001323msgstr "@B @bów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001324
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001325#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001326#: e2fsck/problem.c:533
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001327msgid "@g %g's @i @B at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001328msgstr "@B i-węzłów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001330#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001331#: e2fsck/problem.c:538
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001332msgid "@g %g's @i table at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001333msgstr "tablica i-węzłów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001335#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001336#: e2fsck/problem.c:543
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001337msgid "@g %g's @b @B (%b) is bad. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001338msgstr "@B @bów grupy %g (%b) jest błędna. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001339
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001340#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001341#: e2fsck/problem.c:548
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001342msgid "@g %g's @i @B (%b) is bad. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001343msgstr "@B i-węzłów grupy %g (%b) jest błędna. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001345#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001346#: e2fsck/problem.c:553
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001347msgid "@i %i, i_size is %Is, @s %N. "
1348msgstr "@i %i, i_size wynosi %Is, @s %N. "
1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001351#: e2fsck/problem.c:558
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001352msgid "@i %i, i_@bs is %Ib, @s %N. "
1353msgstr "@i %i, i_blocks wynosi %Ib, @s %N. "
1354
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001355#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001356#: e2fsck/problem.c:563
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001357msgid "@I %B (%b) in @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001358msgstr "@I %B (%b) w i-węźle %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001359
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001360#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001361#: e2fsck/problem.c:568
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001362msgid "%B (%b) overlaps @f metadata in @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001363msgstr "%B (%b) nakłada się na metadane systemu plików w i-węźle %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001366#: e2fsck/problem.c:573
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001367#, c-format
1368msgid "@i %i has illegal @b(s). "
1369msgstr "@i %i ma niedopuszczalne @bi. "
1370
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001371#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001372#: e2fsck/problem.c:578
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001373#, c-format
1374msgid "Too many illegal @bs in @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001375msgstr "Za dużo niedopuszczalnych @bów w i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001376
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001377#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001378#: e2fsck/problem.c:583
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001379msgid "@I %B (%b) in bad @b @i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001380msgstr "@I %B (%b) w i-węźle wadliwych @bów. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001383#: e2fsck/problem.c:588
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001384msgid "Bad @b @i has illegal @b(s). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001385msgstr "I-węzeł wadliwych @bów ma niedopuszczalne @bi. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001388#: e2fsck/problem.c:593
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001389msgid "Duplicate or bad @b in use!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001390msgstr "Podwójny lub wadliwy @b jest używany!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001393#: e2fsck/problem.c:598
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001394msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001395msgstr ""
1396"Wadliwy @b %b jest używany jako niebiezpośredni @b i-węźła z wadliwym @biem. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001398#. @-expanded: \n
1399#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1400#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1401#. @-expanded: in the filesystem.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001402#: e2fsck/problem.c:603
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001403msgid ""
1404"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001405"The bad @b @i has probably been corrupted. You probably\n"
1406"should stop now and run e2fsck -c to scan for bad blocks\n"
1407"in the @f.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001408msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001409"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001410"I-węzeł z wadliwym @biem został prawdopodobnie uszkodzony.\n"
1411"Prawdopodobnie należałoby teraz zatrzymać i uruchomić e2fsck -c\n"
1412"aby przeszukać @f pod kątem wadliwych bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414#. @-expanded: \n
1415#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001416#: e2fsck/problem.c:610
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001417msgid ""
1418"\n"
1419"If the @b is really bad, the @f can not be fixed.\n"
1420msgstr ""
1421"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001422"Jeżeli @b jest naprawdę wadliwy, @f nie może być naprawiony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: You can remove this block from the bad block list and hope\n
1425#. @-expanded: that the block is really OK. But there are no guarantees.\n
1426#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001427#: e2fsck/problem.c:615
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001428msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429"You can remove this @b from the bad @b list and hope\n"
1430"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001431"\n"
1432msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001433"Można wyczyścić ten @b z listy wadliwych @bów i mieć nadzieję,\n"
1434"że @b jest naprawdę dobry. Ale nie ma takiej gwarancji.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001435"\n"
1436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001438#: e2fsck/problem.c:621
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001439msgid "The primary @S (%b) is on the bad @b list.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001440msgstr "Główny @S (%b) jest na liście wadliwych @bów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001441
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001442#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001443#: e2fsck/problem.c:626
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001444msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001445msgstr "Blok %b z deskryptorów głównej grupy jest na liście wadliwych @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001447#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001448#: e2fsck/problem.c:632
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001449msgid "Warning: Group %g's @S (%b) is bad.\n"
1450msgstr "Uwaga: w grupie %g @S (%b) jest wadliwy.\n"
1451
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001453#: e2fsck/problem.c:637
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001454msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001455msgstr "Uwaga: kopia deskryptorów grupy %g ma błędny @b (%b).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001457#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001458#: e2fsck/problem.c:643
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001459msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001460msgstr "Błąd programu? @b #%b uznany bez powodu w process_bad_block.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001462#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001463#: e2fsck/problem.c:649
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001464msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001465msgstr "@A %N ciągłych @bów w grupie @bów %g dla %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001466
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001467#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001468#: e2fsck/problem.c:654
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001469#, c-format
1470msgid "@A @b buffer for relocating %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001471msgstr "@A bufora @bów do przenoszenia %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001474#: e2fsck/problem.c:659
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001475msgid "Relocating @g %g's %s from %b to %c...\n"
1476msgstr "Przenoszenie w grupie %g %s z %b do %c...\n"
1477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001478#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001479#: e2fsck/problem.c:664
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001480#, c-format
1481msgid "Relocating @g %g's %s to %c...\n"
1482msgstr "Przenoszenie w grupie %g %s do %c...\n"
1483
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001485#: e2fsck/problem.c:669
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001486msgid "Warning: could not read @b %b of %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001487msgstr "Uwaga: nie można odczytać @bu %b z %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001488
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001489#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001490#: e2fsck/problem.c:674
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001491msgid "Warning: could not write @b %b for %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001492msgstr "Uwaga: nie można zapisać @bu %b do %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001495#: e2fsck/problem.c:679 e2fsck/problem.c:1740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001496msgid "@A @i @B (%N): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001497msgstr "@A bitmapy i-węzłów (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498
1499#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001500#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001501msgid "@A @b @B (%N): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001502msgstr "@A bitmapy i-węzłów (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503
1504#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001505#: e2fsck/problem.c:689
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001506#, c-format
1507msgid "@A icount link information: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001508msgstr "@A informacji o liczniku dowiązań (icount): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001511#: e2fsck/problem.c:694
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001512#, c-format
1513msgid "@A @d @b array: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001514msgstr "@A tablicy @dch @bów: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001515
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001517#: e2fsck/problem.c:699
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001518#, c-format
1519msgid "Error while scanning @is (%i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001520msgstr "Błąd podczas przeszukiwania i-węzłów (%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001521
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001523#: e2fsck/problem.c:704
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001524#, c-format
1525msgid "Error while iterating over @bs in @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001526msgstr "Błąd podczas iteracji po @bach w i-węźle %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001527
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001529#: e2fsck/problem.c:709
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001530msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001531msgstr ""
1532"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 -05001533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001535#: e2fsck/problem.c:714
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001536msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001537msgstr ""
1538"Błąd podczas zapisu informacji o @dch @bach (@i=%i, @b=%b, liczba=%N): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001540#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001541#: e2fsck/problem.c:720
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001542#, c-format
1543msgid "Error reading @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001544msgstr "Błąd podczas odczytu i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001545
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001546#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001547#: e2fsck/problem.c:728
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001548#, c-format
1549msgid "@i %i has imagic flag set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001550msgstr "@i %i ma ustawioną flagę imagic. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1553#. @-expanded: or append-only flag set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001554#: e2fsck/problem.c:733
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001555#, c-format
1556msgid ""
1557"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1558"or append-only flag set. "
1559msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001560"Specjalny plik (@v/gniazdo/potok/dowiązanie) (@i %i) ma ustawioną\n"
1561"flagę nienaruszalności (immutable) lub dopisywania (append-only). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001562
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001564#: e2fsck/problem.c:739
Theodore Ts'o886017a2005-06-26 22:11:46 -04001565#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001567msgstr "Specjalny (@v/gniazdo/potok/dowiązanie) @i %i ma niezerowy rozmiar. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568
1569#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001570#: e2fsck/problem.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571msgid "@j @i is not in use, but contains data. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001572msgstr "@i kroniki nie jest używany, ale zawiera dane. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573
1574#. @-expanded: journal is not regular file.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001575#: e2fsck/problem.c:754
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001576msgid "@j is not regular file. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001577msgstr "@j nie jest zwykłym plikiem. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001579#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001580#: e2fsck/problem.c:759
Theodore Ts'o886017a2005-06-26 22:11:46 -04001581#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001582msgid "@i %i was part of the @o @i list. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001583msgstr "@i %i był częścią listy osieroconych i-węzłów. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001586#: e2fsck/problem.c:765
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001587msgid "@is that were part of a corrupted orphan linked list found. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001588msgstr "Znaleziono i-węzły, które były częścią uszkodzonej listy sierot. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001589
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001591#: e2fsck/problem.c:770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001592msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001593msgstr "@A struktury refcount (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594
1595#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001596#: e2fsck/problem.c:775
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001597msgid "Error reading @a @b %b for @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001598msgstr "Błąd podczas odczytu @bu rozszerzonych atrybutów %b dla i-węzła %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001600#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001601#: e2fsck/problem.c:780
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001602msgid "@i %i has a bad @a @b %b. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001603msgstr "@i %i ma błędny @b rozszerzonych atrybutów %b. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001604
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001606#: e2fsck/problem.c:785
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001607msgid "Error reading @a @b %b (%m). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001608msgstr "Błąd podczas odczytu @bu rozszerzonych atrybutów %b (%m). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001609
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001610#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001611#: e2fsck/problem.c:790
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001612msgid "@a @b %b has reference count %r, @s %N. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001613msgstr "@b rozszerzonych atrybutów %b ma liczbę odniesień %r, powinno być %N. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001616#: e2fsck/problem.c:795
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001617msgid "Error writing @a @b %b (%m). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001618msgstr "Błąd podczas zapisu @bu rozszerzonych atrybutów %b (%m). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001619
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001621#: e2fsck/problem.c:800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001622msgid "@a @b %b has h_@bs > 1. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001623msgstr "@b rozszerzonych atrybutów %b ma h_blocks > 1. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001624
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001625#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001626#: e2fsck/problem.c:805
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001627msgid "@A @a region allocation structure. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001628msgstr "@A struktury przydzielania regionu rozszerzonych atrybutów. "
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 (allocation collision).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001631#: e2fsck/problem.c:810
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001632msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001633msgstr ""
1634"@b rozszerzonych atrybutów %b jest uszkodzony (kolizja przydzielania). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001635
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001636#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001637#: e2fsck/problem.c:815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001638msgid "@a @b %b is corrupt (@n name). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001639msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (błędna nazwa). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001641#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001642#: e2fsck/problem.c:820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643msgid "@a @b %b is corrupt (@n value). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001644msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (błędna wartość). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001645
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001646#. @-expanded: inode %i is too big.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001647#: e2fsck/problem.c:825
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001648#, c-format
1649msgid "@i %i is too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001650msgstr "@i %i jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001651
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001652#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001653#: e2fsck/problem.c:829
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001654msgid "%B (%b) causes @d to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001655msgstr "%B (%b) powoduje, że @d jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001656
Theodore Ts'o4e528702016-09-04 21:31:21 -04001657#: e2fsck/problem.c:834
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001658msgid "%B (%b) causes file to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001659msgstr "%B (%b) powoduje, że plik jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001660
Theodore Ts'o4e528702016-09-04 21:31:21 -04001661#: e2fsck/problem.c:839
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001662msgid "%B (%b) causes symlink to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001663msgstr "%B (%b) powoduje, że dowiązanie jest zbyt duże. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001666#: e2fsck/problem.c:844
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001667#, c-format
1668msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001669msgstr ""
1670"@i %i ma ustawioną flagę INDEX_FL na systemie plików bez obsługi htree.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001671
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001672#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001673#: e2fsck/problem.c:849
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001674#, c-format
1675msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001676msgstr "@i %i ma ustawioną flagę INDEX_FL, ale nie jest @diem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001677
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001678#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001679#: e2fsck/problem.c:854
Theodore Ts'o886017a2005-06-26 22:11:46 -04001680#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001681msgid "@h %i has an @n root node.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001682msgstr "@h %i ma błędny główny węzeł.\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 an unsupported hash version (%N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001685#: e2fsck/problem.c:859
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001686msgid "@h %i has an unsupported hash version (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001687msgstr "@h %i ma nie obsługiwaną wersję hasza (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001690#: e2fsck/problem.c:864
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001691#, c-format
1692msgid "@h %i uses an incompatible htree root node flag.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001693msgstr "@h %i używa niekompatybilnej flagi głównego węzła htree.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001696#: e2fsck/problem.c:869
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001697msgid "@h %i has a tree depth (%N) which is too big\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001698msgstr "@h %i ma zbyt dużą głębokość drzewa (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1701#. @-expanded: filesystem metadata.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001702#: e2fsck/problem.c:874
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001703msgid ""
1704"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1705"@f metadata. "
1706msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001707"I-węzeł z wadliwym @biem ma niebezpośredni @b (%b) będący\n"
1708"w konflikcie z metadanymi systemu plików. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001711#: e2fsck/problem.c:880
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001712#, c-format
1713msgid "Resize @i (re)creation failed: %m."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001714msgstr "Tworzenie/odtwarzanie i-węzła zmiany rozmiaru nie powiodło się: %m."
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001717#: e2fsck/problem.c:885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001718msgid "@i %i has a extra size (%IS) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001719msgstr "@i %i ma dodatkowy rozmiar (%IS), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001722#: e2fsck/problem.c:890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001723msgid "@a in @i %i has a namelen (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001724msgstr "@a w i-węźle %i ma namelen (%N), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001727#: e2fsck/problem.c:895
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001728msgid "@a in @i %i has a value offset (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001729msgstr "@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 -04001730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001732#: e2fsck/problem.c:900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001733msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001734msgstr "@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 -04001735
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001736#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001737#: e2fsck/problem.c:905
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001738msgid "@a in @i %i has a value size (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001739msgstr "@a w i-węźle %i ma rozmiar wartości (%N), co jest błędne\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001740
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001741#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001742#: e2fsck/problem.c:910
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001743msgid "@a in @i %i has a hash (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001744msgstr "@a w i-węźle %i ma hash (%N), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001745
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001746#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001747#: e2fsck/problem.c:915
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001748msgid "@i %i is a %It but it looks like it is really a directory.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001749msgstr "@i %i to %It, ale wygląda jakby w rzeczywistości był katalogiem.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001750
Jakub Bogusz61e6e042008-09-02 23:47:16 -04001751#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001752#: e2fsck/problem.c:920
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001753#, c-format
1754msgid "Error while reading over @x tree in @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001755msgstr "Błąd podczas czytania po @xach w i-węźle %i: %m\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001756
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001757#. @-expanded: Failed to iterate extents in inode %i\n
1758#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001759#: e2fsck/problem.c:925
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001760msgid ""
1761"Failed to iterate extents in @i %i\n"
1762"\t(op %s, blk %b, lblk %c): %m\n"
1763msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001764"Nie udało się przejść ekstentów w i-węźle %i\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001765"\t(op %s, blk %b, lblk %c): %m\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001766
1767#. @-expanded: inode %i has an invalid extent\n
1768#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001769#: e2fsck/problem.c:931
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001770msgid ""
1771"@i %i has an @n extent\n"
1772"\t(logical @b %c, @n physical @b %b, len %N)\n"
1773msgstr ""
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001774"@i %i ma @n ekstent\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001775"\t(@b logiczny %c, @n @b fizyczny %b, długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001776
1777#. @-expanded: inode %i has an invalid extent\n
1778#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001779#: e2fsck/problem.c:936
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001780msgid ""
1781"@i %i has an @n extent\n"
1782"\t(logical @b %c, physical @b %b, @n len %N)\n"
1783msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001784"@i %i ma błędny ekstent\n"
1785"\t(@b logiczny %c, @b fizyczny %b, błędna długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001786
1787#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001788#: e2fsck/problem.c:941
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001789#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001790msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001791msgstr ""
1792"@i %i ma ustawioną flagę EXTENTS_FL na systemie plików bez obsługi "
1793"ekstentów.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001794
1795#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001796#: e2fsck/problem.c:946
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001797#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001798msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001799msgstr ""
1800"@i %i ma format z ekstentami, ale w superbloku brakuje właściwości EXTENTS\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001801
1802#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001803#: e2fsck/problem.c:951
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001804#, c-format
1805msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001806msgstr "@i %i nie ma flagi EXTENT_FL, ale jest w formacie z ekstentami\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001807
Theodore Ts'o4e528702016-09-04 21:31:21 -04001808#: e2fsck/problem.c:956
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001809#, c-format
1810msgid "Fast symlink %i has EXTENT_FL set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001811msgstr "Szybkie dowiązanie symboliczne %i ma ustawioną flagę EXTENT_FL. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001812
1813#. @-expanded: inode %i has out of order extents\n
1814#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001815#: e2fsck/problem.c:961
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001816msgid ""
1817"@i %i has out of order extents\n"
1818"\t(@n logical @b %c, physical @b %b, len %N)\n"
1819msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001820"@i %i ma ekstenty spoza kolejności\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001821"\t(@n @b logiczny %c, @b fizyczny %b, długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001822
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001823#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001824#: e2fsck/problem.c:965
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001825msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001826msgstr "@i %i ma błędny węzeł ekstentu (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001827
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001828#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001829#: e2fsck/problem.c:970
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001830#, c-format
1831msgid "Error converting subcluster @b @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001832msgstr "Błąd podczas przekształcania bitmapy @bów podklastra: %m\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001833
1834#. @-expanded: quota inode is not regular file.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001835#: e2fsck/problem.c:975
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001836msgid "@q @i is not regular file. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001837msgstr "@i @qów nie jest zwykłym plikiem. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001838
1839#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001840#: e2fsck/problem.c:980
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001841msgid "@q @i is not in use, but contains data. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001842msgstr "@i @qów nie jest używany, ale zawiera dane. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001843
1844#. @-expanded: quota inode is visible to the user.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001845#: e2fsck/problem.c:985
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001846msgid "@q @i is visible to the user. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001847msgstr "@i @qów jest widoczny dla użytkownika. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001848
1849#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001850#: e2fsck/problem.c:990
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001851msgid "The bad @b @i looks @n. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001852msgstr "I-węzeł wadliwych @bów wygląda na błędny. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001853
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001854#. @-expanded: inode %i has zero length extent\n
1855#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001856#: e2fsck/problem.c:995
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001857msgid ""
1858"@i %i has zero length extent\n"
1859"\t(@n logical @b %c, physical @b %b)\n"
1860msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001861"@i %i ma ekstent zerowej długości\n"
1862"\t(@n @b logiczny %c, @b fizyczny %b, długość %N)\n"
1863
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001864#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001865#: e2fsck/problem.c:1000
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001866#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001867msgid "@i %i seems to contain garbage. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001868msgstr "@i %i zdaje się zawierać śmieci. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001869
1870#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001871#: e2fsck/problem.c:1005
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001872#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001873msgid "@i %i passes checks, but checksum does not match @i. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001874msgstr "@i %i przechodzi testy, ale suma kontrolna nie zgadza się z i-węzłem. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001875
1876#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001877#: e2fsck/problem.c:1010
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001878#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001879msgid "@i %i @a is corrupt (allocation collision). "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001880msgstr "@a i-węzła %i jest uszkodzony (kolizja przydzielania). "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001881
1882#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1883#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001884#: e2fsck/problem.c:1018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001885msgid ""
1886"@i %i extent block passes checks, but checksum does not match extent\n"
1887"\t(logical @b %c, physical @b %b, len %N)\n"
1888msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04001889"blok ekstentów i-węzła %i przechodzi testy, ale suma kontrolna nie zgadza "
1890"się z ekstentem\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001891"\t(@b logiczny %c, @b fizyczny %b, długość %N)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001892
1893#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001894#: e2fsck/problem.c:1027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001895msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001896msgstr ""
1897"@b rozszerzonych atrybutów i-węzła %i %b przechodzi testy, ale suma "
1898"kontrolna nie zgadza się z @biem. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001899
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001900#. @-expanded: Interior extent node level %N of inode %i:\n
1901#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001902#: e2fsck/problem.c:1034
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001903msgid ""
1904"Interior @x node level %N of @i %i:\n"
1905"Logical start %b does not match logical start %c at next level. "
1906msgstr ""
1907"Poziom wewnętrznego węzła ekstentu %N i-węzła %i:\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001908"Początek logiczny %b nie zgadza się z początkiem logicznym %c kolejnego "
1909"poziomu. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001910
1911#. @-expanded: inode %i, end of extent exceeds allowed value\n
1912#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001913#: e2fsck/problem.c:1040
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001914msgid ""
1915"@i %i, end of extent exceeds allowed value\n"
1916"\t(logical @b %c, physical @b %b, len %N)\n"
1917msgstr ""
1918"@i %i, koniec ekstentu przekracza dozwoloną wartość\n"
1919"\t(@b logiczny %c, @b fizyczny %b, długość %N)\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001920
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001921#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001922#: e2fsck/problem.c:1045
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001923#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001924msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001925msgstr "@i %i ma dane wewnętrzne, ale w @Su brak właściwości INLINE_DATA\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001926
1927#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001928#: e2fsck/problem.c:1050
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001929#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001930msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001931msgstr ""
1932"@i %i ma flagę INLINE_DATA_FL w systemie plików bez obsługi danych "
1933"wewnętrznych.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001934
1935#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001936#: e2fsck/problem.c:1058
1937msgid ""
1938"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1939msgstr ""
1940"blok i-węzła %i %b jest w konflikcie z krytycznymi metadanymi, pominięto "
1941"sprawdzanie bloku.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001942
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001943#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001944#: e2fsck/problem.c:1063
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001945msgid "@d @i %i @b %b should be at @b %c. "
1946msgstr "Dla i-węzła @du %i @b %b powinien być przy @bu %c. "
1947
1948#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001949#: e2fsck/problem.c:1068
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001950#, c-format
1951msgid "@d @i %i has @x marked uninitialized at @b %c. "
1952msgstr "@i @du %i ma @x oznaczony jako niezainicjowany przy @bu %c. "
1953
1954#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1955#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001956#: e2fsck/problem.c:1073
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001957msgid ""
1958"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1959"Will fix in pass 1B.\n"
1960msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04001961"Dla i-węzła %i @b logiczny %b (@b fizyczny %c) narusza zasady przydzielania "
1962"klastrów.\n"
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04001963"Zostanie poprawiony w przebiegu 1B.\n"
1964
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001965#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001966#: e2fsck/problem.c:1078
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001967#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001968msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001969msgstr ""
1970"@i %i ma flagę INLINE_DATA_FL, ale nie znaleziono rozszerzonych atrybutów. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001971
1972#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1973#. @-expanded: or inline-data flag set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001974#: e2fsck/problem.c:1083
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001975#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001976msgid ""
1977"Special (@v/socket/fifo) file (@i %i) has extents\n"
1978"or inline-data flag set. "
1979msgstr ""
1980"Specjalny plik (@v/gniazdo/potok/dowiązanie) (@i %i) ma ustawioną\n"
1981"flagę nienaruszalności (immutable) lub dopisywania (append-only). "
1982
1983#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001984#: e2fsck/problem.c:1089
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001985#, c-format
1986msgid "@i %i has @x header but inline data flag is set.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001987msgstr "@i %i ma nagłówek @xu, ale flaga danych wewnętrznych jest ustawiona.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001988
1989#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001990#: e2fsck/problem.c:1094
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001991#, c-format
1992msgid "@i %i seems to have inline data but @x flag is set.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04001993msgstr "@i %i wydaje się mieć dane wewnętrzne, ale ustawiona jest flaga @xu.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001994
1995#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001996#: e2fsck/problem.c:1099
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001997#, c-format
1998msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001999msgstr ""
2000"@i %i wydaje się mieć mapę @bów, ale ustawione flagi danych wewnętrznych i "
2001"@xu.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002002
2003#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002004#: e2fsck/problem.c:1104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002005#, c-format
2006msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002007msgstr ""
2008"@i %i ma ustawione flagi danych wewnętrznych i @xu, ale pole i_block zawiera "
2009"śmieci.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002010
2011#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002012#: e2fsck/problem.c:1109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002013msgid "Bad block list says the bad block list @i is bad. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002014msgstr ""
2015"Lista wadliwych bloków twierdzi, że @i listy wadliwych bloków jest wadliwy. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002016
2017#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002018#: e2fsck/problem.c:1114
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002019msgid "@A @x region allocation structure. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002020msgstr "@A struktury przydzielania regionu @xu. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002021
2022#. @-expanded: inode %i has a duplicate extent mapping\n
2023#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002024#: e2fsck/problem.c:1119
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002025msgid ""
2026"@i %i has a duplicate @x mapping\n"
2027"\t(logical @b %c, @n physical @b %b, len %N)\n"
2028msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002029"@i %i ma powtórzone odwzorowanie @xu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002030"\t(@b logiczny %c, @n @b fizyczny %b, długość %N)\n"
2031
2032#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002033#: e2fsck/problem.c:1124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002034msgid "@A memory for encrypted @d list\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002035msgstr "@A pamięci dla listy zaszyfrowanych @dów\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002036
2037#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002038#: e2fsck/problem.c:1129
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002039msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002040msgstr ""
2041"drzewo ekstentów i-węzła %i mogłoby być płytsze (%b; mogłoby być <= %c)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002042
2043#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002044#: e2fsck/problem.c:1134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002045#, c-format
2046msgid "@i %i on bigalloc @f cannot be @b mapped. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002047msgstr "@i %i w systemie plików bigalloc nie może być odwzorowany na @b. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002048
2049#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002050#: e2fsck/problem.c:1139
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002051#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002052msgid "@i %i has corrupt @x header. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002053msgstr "@i %i ma uszkodzony nagłówek @xu. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002054
2055#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002056#: e2fsck/problem.c:1144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002057#, c-format
2058msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002059msgstr ""
2060"Znaczniki czasu w i-węźle %i po 2310-04-04 są prawdopodobnie sprzed 1970.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002062#. @-expanded: \n
2063#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2064#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002065#: e2fsck/problem.c:1151
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002066msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067"\n"
2068"Running additional passes to resolve @bs claimed by more than one @i...\n"
2069"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002070msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002071"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002072"Uruchamianie dodatkowych przebiegów do rozwiązania bloków zadeklarowanych\n"
2073"przez więcej niż jeden @i...\n"
2074"Przebieg 1B: Ponowne przeszukiwanie @mch @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002076#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o4e528702016-09-04 21:31:21 -04002077#: e2fsck/problem.c:1157
Theodore Ts'o886017a2005-06-26 22:11:46 -04002078#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002079msgid "@m @b(s) in @i %i:"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002080msgstr "@m @b(i) w i-węźle %i:"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002081
Theodore Ts'o4e528702016-09-04 21:31:21 -04002082#: e2fsck/problem.c:1172
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002083#, c-format
2084msgid "Error while scanning inodes (%i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002085msgstr "Błąd podczas szukania i-węzła (%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002086
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002087#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002088#: e2fsck/problem.c:1177
Theodore Ts'o886017a2005-06-26 22:11:46 -04002089#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002090msgid "@A @i @B (@i_dup_map): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002091msgstr "@A bitmapy i-węzłów (inode_dup_map): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002092
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002094#: e2fsck/problem.c:1182
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002095#, c-format
2096msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002097msgstr "Błąd podczas iteracji po @bach w i-węźle %i (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002099#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002100#: e2fsck/problem.c:1187 e2fsck/problem.c:1549
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002102msgstr ""
2103"Błąd podczas poprawiania refcount dla @bu rozszerzonych atrybutów %b (@i "
2104"%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002105
Theodore Ts'o6956f612005-12-31 16:46:15 -05002106#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002107#: e2fsck/problem.c:1197
Theodore Ts'o6956f612005-12-31 16:46:15 -05002108msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002109msgstr ""
2110"Przebieg 1C: Przeszukiwanie katalogów pod kątem i-węzłów z @mmi @bami\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002112#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002113#: e2fsck/problem.c:1203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002114msgid "Pass 1D: Reconciling @m @bs\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002115msgstr "Przebieg 1D: Uzgadnianie @mch @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002117#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002118#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002119#: e2fsck/problem.c:1208
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002120msgid ""
2121"File %Q (@i #%i, mod time %IM) \n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002122" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002123msgstr ""
2124"Plik %Q (@i #%i, czas modyfikacji %IM) \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002125" ma %r @mch @bów, dzielonych z %N plikami:\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002127#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002128#: e2fsck/problem.c:1214
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002129msgid "\t%Q (@i #%i, mod time %IM)\n"
2130msgstr "\t%Q (@i #%i, czas modyfikacji %IM)\n"
2131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002132#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002133#: e2fsck/problem.c:1219
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002134msgid "\t<@f metadata>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002135msgstr "\t<metadane systemu plików>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002136
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002137#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2138#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002139#: e2fsck/problem.c:1224
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002140msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002141"(There are %N @is containing @m @bs.)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002142"\n"
2143msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002144"(Jest %N i-węzłów zawierających podwójnie zadeklarowane @bi.)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002145"\n"
2146
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002147#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2148#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002149#: e2fsck/problem.c:1229
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002150msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151"@m @bs already reassigned or cloned.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002152"\n"
2153msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002154"Podwójnie zadeklarowane @bi już przepisane lub sklonowane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002155"\n"
2156
Theodore Ts'o4e528702016-09-04 21:31:21 -04002157#: e2fsck/problem.c:1242
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002158#, c-format
2159msgid "Couldn't clone file: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002160msgstr "Nie można sklonować pliku: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002162#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002163#: e2fsck/problem.c:1248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002164msgid "Pass 1E: Optimizing @x trees\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002165msgstr "Przebieg 1E: Optymalizacja drzew @xów\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002166
2167#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002168#: e2fsck/problem.c:1253
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002169#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002170msgid "Failed to optimize @x tree %p (%i): %m\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002171msgstr "Nie udało się zoptymalizować drzewa @xów %p (%i): %m\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002172
2173#. @-expanded: Optimizing extent trees:
Theodore Ts'o4e528702016-09-04 21:31:21 -04002174#: e2fsck/problem.c:1258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002175msgid "Optimizing @x trees: "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002176msgstr "Optymalizacja drzew @xów: "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002177
Theodore Ts'o4e528702016-09-04 21:31:21 -04002178#: e2fsck/problem.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002179msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002180msgstr ""
2181"Błąd wewnętrzny: zbut duża głębokość maksymalna drzewa ekstentów (%b; "
2182"oczekiwana=%c).\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002183
2184#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002185#: e2fsck/problem.c:1278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002186msgid "@i %i @x tree (at level %b) could be shorter. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002187msgstr "drzewo @xów i-węzła %i (na poziomie %b) mogłoby być krótsze. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002188
2189#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002190#: e2fsck/problem.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002191msgid "@i %i @x tree (at level %b) could be narrower. "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002192msgstr "drzewo @xów i-węzła %i (na poziomie %b) mogłoby być węższe. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002195#: e2fsck/problem.c:1290
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002196msgid "Pass 2: Checking @d structure\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002197msgstr "Przebieg 2: Sprawdzanie struktury @dów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002200#: e2fsck/problem.c:1295
Theodore Ts'o886017a2005-06-26 22:11:46 -04002201#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002202msgid "@n @i number for '.' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002203msgstr "Błędny numer i-węzła dla '.' w i-węźle @du %i.\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) has invalid inode #: %Di.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002206#: e2fsck/problem.c:1300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002207msgid "@E has @n @i #: %Di.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002208msgstr "@E ma błędny numer i-węzła: %Di.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002211#: e2fsck/problem.c:1305
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002212msgid "@E has @D/unused @i %Di. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002213msgstr "@E ma @D/nie używany @i %Di. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o4e528702016-09-04 21:31:21 -04002216#: e2fsck/problem.c:1310
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002217msgid "@E @L to '.' "
2218msgstr "@E @L do '.' "
2219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002220#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002221#: e2fsck/problem.c:1315
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002222msgid "@E points to @i (%Di) located in a bad @b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002223msgstr "@E wskazuje na @i (%Di) położony w wadliwym @b.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002225#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002226#: e2fsck/problem.c:1320
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002227msgid "@E @L to @d %P (%Di).\n"
2228msgstr "@E @L do @du %P (%Di).\n"
2229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002231#: e2fsck/problem.c:1325
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002232msgid "@E @L to the @r.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002233msgstr "@E @L do głównego katalogu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002235#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002236#: e2fsck/problem.c:1330
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002237msgid "@E has illegal characters in its name.\n"
2238msgstr "@E ma niedopuszczalne znaki w nazwie.\n"
2239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002240#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002241#: e2fsck/problem.c:1335
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002242#, c-format
2243msgid "Missing '.' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002244msgstr "Brakuje '.' w i-węźle @du %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002246#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002247#: e2fsck/problem.c:1340
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002248#, c-format
2249msgid "Missing '..' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002250msgstr "Brakuje '..' w i-węźle @du %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002253#: e2fsck/problem.c:1345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002254msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002255msgstr "Pierwszym @eem '%Dn' (@i=%Di) w i-węźle @du %i (%p) @s '.'\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002257#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002258#: e2fsck/problem.c:1350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002259msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002260msgstr "Drugim @eem '%Dn' (@i=%Di) w i-węźle @du %i @s '..'\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002262#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002263#: e2fsck/problem.c:1355
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002264msgid "i_faddr @F %IF, @s zero.\n"
2265msgstr "i_faddr @F %IF, @s zero.\n"
2266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002267#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002268#: e2fsck/problem.c:1360
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002269msgid "i_file_acl @F %If, @s zero.\n"
2270msgstr "i_file_acl @F %If, @s zero.\n"
2271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002272#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002273#: e2fsck/problem.c:1365
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002274msgid "i_dir_acl @F %Id, @s zero.\n"
2275msgstr "i_dir_acl @F %Id, @s zero.\n"
2276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002277#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002278#: e2fsck/problem.c:1370
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002279msgid "i_frag @F %N, @s zero.\n"
2280msgstr "i_frag @F %N, @s zero.\n"
2281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002282#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002283#: e2fsck/problem.c:1375
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002284msgid "i_fsize @F %N, @s zero.\n"
2285msgstr "i_fsize @F %N, @s zero.\n"
2286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002287#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002288#: e2fsck/problem.c:1380
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002289msgid "@i %i (%Q) has @n mode (%Im).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002290msgstr "@i %i (%Q) ma błędne uprawnienia (%Im).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002291
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002292#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002293#: e2fsck/problem.c:1385
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002294msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2295msgstr "@i @du %i, %B, offset %N: @d uszkodzony\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002296
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002297#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002298#: e2fsck/problem.c:1390
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002299msgid "@d @i %i, %B, offset %N: filename too long\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002300msgstr "@i @du %i, %B, offset %N: nazwa pliku zbyt długa\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002301
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002302#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002303#: e2fsck/problem.c:1395
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002304msgid "@d @i %i has an unallocated %B. "
2305msgstr "@i @du %i ma nie przydzielony %B. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002307#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002308#: e2fsck/problem.c:1400
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002309#, c-format
2310msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002311msgstr "@e @du '.' w i-węźle @du %i nie jest zakończony przez NULL\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002313#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002314#: e2fsck/problem.c:1405
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002315#, c-format
2316msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002317msgstr "@e @du '..' w i-węźle @du %i nie jest zakończony przez NULL\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002319#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002320#: e2fsck/problem.c:1410
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002321msgid "@i %i (%Q) is an @I character @v.\n"
2322msgstr "@i %i (%Q) jest @Im @vm znakowym.\n"
2323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002324#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002325#: e2fsck/problem.c:1415
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002326msgid "@i %i (%Q) is an @I @b @v.\n"
2327msgstr "@i %i (%Q) jest @Im @vm @bowym.\n"
2328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002329#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002330#: e2fsck/problem.c:1420
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002331msgid "@E is duplicate '.' @e.\n"
2332msgstr "@E jest powielonym @eem '.'.\n"
2333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002334#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002335#: e2fsck/problem.c:1425
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002336msgid "@E is duplicate '..' @e.\n"
2337msgstr "@E jest powielonym @eem '..'.\n"
2338
Theodore Ts'o4e528702016-09-04 21:31:21 -04002339#: e2fsck/problem.c:1430 e2fsck/problem.c:1765
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002340#, c-format
2341msgid "Internal error: couldn't find dir_info for %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002342msgstr "Błąd wewnętrzny: nie można znaleźć dir_info dla %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002344#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002345#: e2fsck/problem.c:1435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002346msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002347msgstr "@E ma rec_len %Dr, @s %N.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002349#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002350#: e2fsck/problem.c:1440
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002351#, c-format
2352msgid "@A icount structure: %m\n"
2353msgstr "@A struktury icount: %m\n"
2354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002355#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002356#: e2fsck/problem.c:1445
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002357#, c-format
2358msgid "Error iterating over @d @bs: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002359msgstr "Błąd podczas iteracji po @bach @du: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002360
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002361#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002362#: e2fsck/problem.c:1450
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002363msgid "Error reading @d @b %b (@i %i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002364msgstr "Błąd podczas odczytu @b %b @du (@i %i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002366#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002367#: e2fsck/problem.c:1455
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002368msgid "Error writing @d @b %b (@i %i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002369msgstr "Błąd podczas zapisu @b %b @du (@i %i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002370
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002371#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002372#: e2fsck/problem.c:1460
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002373#, c-format
2374msgid "@A new @d @b for @i %i (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002375msgstr "@A nowego @bu @du dla i-węzła %i (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002376
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002377#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002378#: e2fsck/problem.c:1465
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002379#, c-format
2380msgid "Error deallocating @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002381msgstr "Błąd podczas zwalniania i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002382
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002383#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002384#: e2fsck/problem.c:1470
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002385#, c-format
2386msgid "@d @e for '.' in %p (%i) is big.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002387msgstr "@e @du dla '.' w %p (%i) jest duży.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002389#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002390#: e2fsck/problem.c:1475
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002391msgid "@i %i (%Q) is an @I FIFO.\n"
2392msgstr "@i %i (%Q) jest @Im FIFO.\n"
2393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002394#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002395#: e2fsck/problem.c:1480
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002396msgid "@i %i (%Q) is an @I socket.\n"
2397msgstr "@i %i (%Q) jest @Im gniazdem.\n"
2398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002399#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002400#: e2fsck/problem.c:1485
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002401msgid "Setting filetype for @E to %N.\n"
2402msgstr "Ustawiono filetype dla @eu '%Dn' w %p (%i) na %N.\n"
2403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002404#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002405#: e2fsck/problem.c:1490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002406msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002407msgstr "@E ma błędny filetype (był %Dt, powinien być %N).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002408
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002409#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002410#: e2fsck/problem.c:1495
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002411msgid "@E has filetype set.\n"
2412msgstr "@E ma ustawione filetype.\n"
2413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002414#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002415#: e2fsck/problem.c:1500
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002416msgid "@E has a @z name.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002417msgstr "@E ma nazwę zerowej długości.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002419#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002420#: e2fsck/problem.c:1505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002421msgid "Symlink %Q (@i #%i) is @n.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002422msgstr "Dowiązanie symboliczne %Q (@i #%i) jest błędne.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002424#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002425#: e2fsck/problem.c:1510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002426msgid "@a @b @F @n (%If).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002427msgstr "@b rozszerzonych atrybutów dla i-węzła %i (%Q) jest błędny (%If).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002429#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002430#: e2fsck/problem.c:1515
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002431msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002432msgstr "@f zawiera duże pliki, ale brak flagi LARGE_FILE w @Su.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002433
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002434#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002435#: e2fsck/problem.c:1520
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002436msgid "@p @h %d: %B not referenced\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002437msgstr "@p i-węźle @du HTREE %d: %B nie ma odwołań\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002438
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002439#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002440#: e2fsck/problem.c:1525
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002441msgid "@p @h %d: %B referenced twice\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002442msgstr "@p i-węźle @du HTREE %d: %B ma podwójne odwołanie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002443
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002444#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002445#: e2fsck/problem.c:1530
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002446msgid "@p @h %d: %B has bad min hash\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002447msgstr "@p i-węźle @du HTREE %d: %B ma błędny minimalny hasz\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002448
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002449#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002450#: e2fsck/problem.c:1535
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002451msgid "@p @h %d: %B has bad max hash\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002452msgstr "@p i-węźle @du HTREE %d: %B ma błędny maksymalny hasz\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002453
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002454#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o4e528702016-09-04 21:31:21 -04002455#: e2fsck/problem.c:1540
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002456msgid "@n @h %d (%q). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002457msgstr "Błędne @h %d (%q). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002459#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002460#: e2fsck/problem.c:1544
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002461msgid "@p @h %d (%q): bad @b number %b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002462msgstr "@p i-węźle @du HTREE %d (%q): błędny numer @bu %b.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002464#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002465#: e2fsck/problem.c:1554
Theodore Ts'o886017a2005-06-26 22:11:46 -04002466#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002467msgid "@p @h %d: root node is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002468msgstr "@p i-węźle @du HTREE %d: główny węzeł jest błędny\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002469
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002470#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002471#: e2fsck/problem.c:1559
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002472msgid "@p @h %d: %B has @n limit (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002473msgstr "@p i-węźle @du HTREE %d: %B ma błędny limit (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002474
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002475#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002476#: e2fsck/problem.c:1564
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002477msgid "@p @h %d: %B has @n count (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002478msgstr "@p i-węźle @du HTREE %d: %B ma błędny licznik (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002479
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002480#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002481#: e2fsck/problem.c:1569
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002482msgid "@p @h %d: %B has an unordered hash table\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002483msgstr "@p i-węźle @du HTREE %d: %B ma nie uporządkowaną tablicę haszującą\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002484
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002485#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002486#: e2fsck/problem.c:1574
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002487msgid "@p @h %d: %B has @n depth (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002488msgstr "@p i-węźle @du HTREE %d: %B ma błędną głębokość (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002489
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002490#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002491#: e2fsck/problem.c:1579
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002492msgid "Duplicate @E found. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002493msgstr "Znaleziono podwójny @E. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002494
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002495#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2496#. @-expanded: Rename to %s
Theodore Ts'o4e528702016-09-04 21:31:21 -04002497#: e2fsck/problem.c:1584
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002498#, no-c-format
2499msgid ""
2500"@E has a non-unique filename.\n"
2501"Rename to %s"
2502msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002503"@E ma nieunikalną nazwę pliku.\n"
2504"Zmienić na %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002506#. @-expanded: Duplicate entry '%Dn' found.\n
2507#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2508#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002509#: e2fsck/problem.c:1589
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002510msgid ""
2511"Duplicate @e '%Dn' found.\n"
2512"\tMarking %p (%i) to be rebuilt.\n"
2513"\n"
2514msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002515"Znaleziono podwójny @e '%Dn'.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002516"\tZaznaczono %p (%i) do przebudowania.\n"
2517"\n"
2518
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002519#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002520#: e2fsck/problem.c:1594
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002521msgid "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002522msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002523
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002524#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002525#: e2fsck/problem.c:1599
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002526msgid "Unexpected @b in @h %d (%q).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002527msgstr "Nieoczekiwany @b w i-węźle @du HTREE %d (%q)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002528
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002529#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002530#: e2fsck/problem.c:1603
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002531msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002532msgstr ""
2533"@i %Di znaleziony w grupie %g, która ma ustawioną flagę _INONE_UNINIT.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002534
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002535#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002536#: e2fsck/problem.c:1608
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002537msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002538msgstr "@i %Di znaleziony w grupie %g obszaru nie używanych i-węzłów.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002539
2540#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002541#: e2fsck/problem.c:1613
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002542msgid "i_file_acl_hi @F %N, @s zero.\n"
2543msgstr "i_file_acl_hi @F %N, @s zero.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002544
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002545#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002546#: e2fsck/problem.c:1618
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002547#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002548msgid "@p @h %d: root node fails checksum.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002549msgstr "@p i-węźle @du HTREE %d: główny węzeł ma błędną sumę kontrolną.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002550
2551#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002552#: e2fsck/problem.c:1623
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002553#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002554msgid "@p @h %d: internal node fails checksum.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002555msgstr "@p i-węźle @du HTREE %d: wewnętrzny węzeł ma błędną sumę kontrolną.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002556
2557#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002558#: e2fsck/problem.c:1628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002559msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002560msgstr "@i @du %i, %B, offset %N: @d nie ma sumy kontrolnej.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002561
2562#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002563#: e2fsck/problem.c:1633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002564msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002565msgstr "@i @du %i, %B: @d przechodzi testy, ale ma błędną sumę kontrolną.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002566
2567#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002568#: e2fsck/problem.c:1638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002569msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002570msgstr "Rozmiar i-węzła @du wewnętrznego %i (%N) musi być wielokrotnością 4.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002571
2572#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002573#: e2fsck/problem.c:1643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002574#, c-format
2575msgid "Fixing size of inline @d @i %i failed.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002576msgstr "Poprawienie rozmiaru i-węzła @du wewnętrznego %i nie powiodło się.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002577
2578#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002579#: e2fsck/problem.c:1648
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002580msgid "Encrypted @E is too short.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002581msgstr "Szyfrowany @E jest zbyt krótki.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002583#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002584#: e2fsck/problem.c:1655
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002585msgid "Pass 3: Checking @d connectivity\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002586msgstr "Przebieg 3: Sprawdzanie łączności @dów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002587
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002588#. @-expanded: root inode not allocated.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002589#: e2fsck/problem.c:1660
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002590msgid "@r not allocated. "
2591msgstr "@r jest nie przydzielony. "
2592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002593#. @-expanded: No room in lost+found directory.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002594#: e2fsck/problem.c:1665
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002595msgid "No room in @l @d. "
2596msgstr "Brak miejsca w @du @l. "
2597
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002598#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002599#: e2fsck/problem.c:1670
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002600#, c-format
2601msgid "Unconnected @d @i %i (%p)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002602msgstr "Nie podłączony @i @du %i (%p)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002604#. @-expanded: /lost+found not found.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002605#: e2fsck/problem.c:1675
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002606msgid "/@l not found. "
2607msgstr "Nie znaleziono /@l. "
2608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002609#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002610#: e2fsck/problem.c:1680
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002611msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2612msgstr "'..' w %Q (%i) jest %P (%j), @s %q (%d).\n"
2613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002614#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002615#: e2fsck/problem.c:1685
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002616msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002617msgstr "Błędny lub nie istniejący /@l. Nie można podłączyć.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002619#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002620#: e2fsck/problem.c:1690
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002621#, c-format
2622msgid "Could not expand /@l: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002623msgstr "Nie można rozszerzyć /@l: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002624
Theodore Ts'o4e528702016-09-04 21:31:21 -04002625#: e2fsck/problem.c:1695
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002626#, c-format
2627msgid "Could not reconnect %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002628msgstr "Nie można podłączyć %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002629
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002630#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002631#: e2fsck/problem.c:1700
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002632#, c-format
2633msgid "Error while trying to find /@l: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002634msgstr "Błąd podczas szukania /@l: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002635
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002636#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002637#: e2fsck/problem.c:1705
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002638#, c-format
2639msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002640msgstr "ext2fs_new_block: %m podczas próby utworzenia @du /@l\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002641
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002642#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002643#: e2fsck/problem.c:1710
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002644#, c-format
2645msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002646msgstr "ext2fs_new_inode: %m podczas próby utworzenia @du /@l\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002648#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002649#: e2fsck/problem.c:1715
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002650#, c-format
2651msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2652msgstr "ext2fs_new_dir_block: %m podczas tworzenia nowego @bu @du\n"
2653
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002654#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002655#: e2fsck/problem.c:1720
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002656#, c-format
2657msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2658msgstr "ext2fs_write_dir_block: %m podczas zapisu @bu @du dla /@l\n"
2659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002660#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002661#: e2fsck/problem.c:1725
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002662#, c-format
2663msgid "Error while adjusting @i count on @i %i\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002664msgstr "Błąd podczas poprawiania liczby i-węzłów w i-węźle %i\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002665
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002666#. @-expanded: Couldn't fix parent of inode %i: %m\n
2667#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002668#: e2fsck/problem.c:1730
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002669#, c-format
2670msgid ""
2671"Couldn't fix parent of @i %i: %m\n"
2672"\n"
2673msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002674"Nie można poprawić rodzica i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002675"\n"
2676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002677#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2678#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002679#: e2fsck/problem.c:1735
Theodore Ts'o886017a2005-06-26 22:11:46 -04002680#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002681msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002682"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002683"\n"
2684msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002685"Nie można poprawić rodzica i-węzła %i: nie znaleziono wpisu @du rodzica\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002686"\n"
2687
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002688#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002689#: e2fsck/problem.c:1745
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002690#, c-format
2691msgid "Error creating root @d (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002692msgstr "Błąd podczas tworzenia głównego @du (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002694#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002695#: e2fsck/problem.c:1750
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002696#, c-format
2697msgid "Error creating /@l @d (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002698msgstr "Błąd podczas tworzenia @du /@l (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002700#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002701#: e2fsck/problem.c:1755
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002702msgid "@r is not a @d; aborting.\n"
2703msgstr "@r nie jest @diem; przerwanie.\n"
2704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002705#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002706#: e2fsck/problem.c:1760
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002707msgid "Cannot proceed without a @r.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002708msgstr "Nie można kontynuować bez głównego katalogu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002710#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002711#: e2fsck/problem.c:1770
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002712#, c-format
2713msgid "/@l is not a @d (ino=%i)\n"
2714msgstr "/@l nie jest @diem (@i=%i)\n"
2715
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002716#. @-expanded: /lost+found has inline data\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002717#: e2fsck/problem.c:1775
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002718msgid "/@l has inline data\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002719msgstr "/@l ma dane wewnętrzne\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002720
2721#. @-expanded: Cannot allocate space for /lost+found.\n
2722#. @-expanded: Place lost files in root directory instead
Theodore Ts'o4e528702016-09-04 21:31:21 -04002723#: e2fsck/problem.c:1780
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002724msgid ""
2725"Cannot allocate space for /@l.\n"
2726"Place lost files in root directory instead"
2727msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002728"Nie można przydzielić miejsca na /@l.\n"
2729"Utracone pliki zostaną umieszczone w katalogu głównym"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002730
2731#. @-expanded: Insufficient space to recover lost files!\n
2732#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2733#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002734#: e2fsck/problem.c:1785
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002735msgid ""
2736"Insufficient space to recover lost files!\n"
2737"Move data off the @f and re-run e2fsck.\n"
2738"\n"
2739msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002740"Brak miejsca na odzyskanie utraconych plików!\n"
2741"Proszę usunąć dane z systemu plików i uruchomić ponownie e2fsck.\n"
2742"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002743
2744#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002745#: e2fsck/problem.c:1790
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002746msgid "/@l is encrypted\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002747msgstr "/@l jest zaszyfrowany\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002748
Theodore Ts'o4e528702016-09-04 21:31:21 -04002749#: e2fsck/problem.c:1797
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002750msgid "Pass 3A: Optimizing directories\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002751msgstr "Przebieg 3A: Optymalizacja katalogów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002752
Theodore Ts'o4e528702016-09-04 21:31:21 -04002753#: e2fsck/problem.c:1802
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002754#, c-format
2755msgid "Failed to create dirs_to_hash iterator: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002756msgstr "Tworzenie iteratora dirs_to_hash nie powiodło się: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002757
Theodore Ts'o4e528702016-09-04 21:31:21 -04002758#: e2fsck/problem.c:1807
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002759msgid "Failed to optimize directory %q (%d): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002760msgstr "Optymalizacja katalogu %q (%d) nie powiodła się: %m\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002761
Theodore Ts'o4e528702016-09-04 21:31:21 -04002762#: e2fsck/problem.c:1812
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002763msgid "Optimizing directories: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002764msgstr "Optymalizacja katalogów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002765
Theodore Ts'o4e528702016-09-04 21:31:21 -04002766#: e2fsck/problem.c:1829
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002767msgid "Pass 4: Checking reference counts\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002768msgstr "Przebieg 4: Sprawdzanie liczników odwołań\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002770#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002771#: e2fsck/problem.c:1834
Theodore Ts'o886017a2005-06-26 22:11:46 -04002772#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002773msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002774msgstr "@u @i @z %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002775
2776#. @-expanded: unattached inode %i\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002777#: e2fsck/problem.c:1839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002778#, c-format
2779msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002780msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002781
2782#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002783#: e2fsck/problem.c:1844
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002784msgid "@i %i ref count is %Il, @s %N. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002785msgstr "licznik odwołań i-węzła %i wynosi %Il, @s %N. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002786
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002787#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2788#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2789#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002790#: e2fsck/problem.c:1848
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002791msgid ""
2792"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2793"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002794"@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 -05002795msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002796"UWAGA: BŁĄD PROGRAMU W E2FSCK!\n"
2797"\tLUB KTOŚ BEZMÓZGI (TY) SPRAWDZA PODMONTOWANY (ŻYWY) SYSTEM PLIKÓW.\n"
2798"inode_link_info[%i]=%N, inode.i_links_count=%Il. Powinny być takie same!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002800#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002801#: e2fsck/problem.c:1858
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002802msgid "Pass 5: Checking @g summary information\n"
2803msgstr "Przebieg 5: Sprawdzanie sumarycznych informacji o @gch\n"
2804
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002805#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002806#: e2fsck/problem.c:1863
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002807msgid "Padding at end of @i @B is not set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002808msgstr "Wypełnienie na końcu bitmapy i-węzłów nie jest ustawione. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002810#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002811#: e2fsck/problem.c:1868
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002812msgid "Padding at end of @b @B is not set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002813msgstr "Wypełnienie na końcu bitmapy @bów nie jest ustawione. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002814
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002815#. @-expanded: block bitmap differences:
Theodore Ts'o4e528702016-09-04 21:31:21 -04002816#: e2fsck/problem.c:1873
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002817msgid "@b @B differences: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002818msgstr "Różnice bitmapy @bów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002820#. @-expanded: inode bitmap differences:
Theodore Ts'o4e528702016-09-04 21:31:21 -04002821#: e2fsck/problem.c:1893
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002822msgid "@i @B differences: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002823msgstr "Różnice bitmapy i-węzłów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002825#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002826#: e2fsck/problem.c:1913
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002827msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002828msgstr "Błędna liczba wolnych i-węzłów dla grupy #%g (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002830#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002831#: e2fsck/problem.c:1918
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002832msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002833msgstr "Błędna liczba katalogów dla grupy #%g (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002835#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002836#: e2fsck/problem.c:1923
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002837msgid "Free @is count wrong (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002838msgstr "Błędna liczba wolnych i-węzłów (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002840#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002841#: e2fsck/problem.c:1928
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002842msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002843msgstr "Błędna liczba wolnych @bów dla grupy #%g (%b, naliczono %c).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002845#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002846#: e2fsck/problem.c:1933
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002847msgid "Free @bs count wrong (%b, counted=%c).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002848msgstr "Błędna liczba wolnych @bów (%b, naliczono %c).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002849
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002850#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2851#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002852#: e2fsck/problem.c:1938
2853msgid ""
2854"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2855"endpoints (%i, %j)\n"
2856msgstr ""
2857"BŁĄD PROGRAMU: końce bitmap systemu plików (#%N) (%b, %c) nie zgadzają się z "
2858"policzonymi końcami bitmap (%i, %j)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002859
Theodore Ts'o4e528702016-09-04 21:31:21 -04002860#: e2fsck/problem.c:1944
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002861msgid "Internal error: fudging end of bitmap (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002862msgstr "Błąd wewnętrzny: fałszywy koniec bitmapy (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002863
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002864#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002865#: e2fsck/problem.c:1949
Theodore Ts'o886017a2005-06-26 22:11:46 -04002866#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002867msgid "Error copying in replacement @i @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002868msgstr "Błąd podczas kopiowania w zastępczej bitmapie i-węzłów: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002869
2870#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002871#: e2fsck/problem.c:1954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002872#, c-format
2873msgid "Error copying in replacement @b @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002874msgstr "Błąd podczas kopiowania w zastępczej bitmapie @bów: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002875
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002876#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002877#: e2fsck/problem.c:1979
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002878#, c-format
2879msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002880msgstr "@b(i) grupy %g są używane, ale @g ma flagę BLOCK_UNINIT\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002881
2882#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002883#: e2fsck/problem.c:1984
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002884#, c-format
2885msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002886msgstr "i-węzły grupy %g są używane, ale @g ma flagę INODE_UNINIT\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002887
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002888#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002889#: e2fsck/problem.c:1989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002890#, c-format
2891msgid "@g %g @i @B does not match checksum.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002892msgstr "@B i-węzłów grupy %g nie zgadza się z sumą kontrolną.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002893
2894#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002895#: e2fsck/problem.c:1994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002896#, c-format
2897msgid "@g %g @b @B does not match checksum.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002898msgstr "@B @bów grupy %g nie zgadza się z sumą kontrolną.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002899
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002900#. @-expanded: Recreate journal
Theodore Ts'o4e528702016-09-04 21:31:21 -04002901#: e2fsck/problem.c:2001
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002902msgid "Recreate @j"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002903msgstr "Odtworzyć kronikę"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002904
Theodore Ts'o4e528702016-09-04 21:31:21 -04002905#: e2fsck/problem.c:2006
Eric Sandeen032eafe2012-07-28 17:48:36 -04002906msgid "Update quota info for quota type %N"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002907msgstr "Uaktualnić informacje o limitach typu %N"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002908
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002909#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002910#: e2fsck/problem.c:2011
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002911#, c-format
2912msgid "Error setting @b @g checksum info: %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002913msgstr ""
2914"Błąd podczas ustawiania informacji o sumie kontrolnej grupy bloków: %m\n"
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002915
Theodore Ts'o4e528702016-09-04 21:31:21 -04002916#: e2fsck/problem.c:2016
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002917#, c-format
2918msgid "Error writing file system info: %m\n"
2919msgstr "Błąd podczas zapisu informacji o systemie plików: %m\n"
2920
Theodore Ts'o4e528702016-09-04 21:31:21 -04002921#: e2fsck/problem.c:2021
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04002922#, c-format
2923msgid "Error flushing writes to storage device: %m\n"
2924msgstr "Błąd podczas zrzucania zapisów na urządzenie przechowujące: %m\n"
2925
Theodore Ts'o4e528702016-09-04 21:31:21 -04002926#: e2fsck/problem.c:2026
Theodore Ts'o48203a32016-06-08 15:45:26 -04002927msgid "Error writing quota info for quota type %N: %m\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002928msgstr "Błąd podczas zapisu informacji o limitach typu %N: %m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04002929
Theodore Ts'o4e528702016-09-04 21:31:21 -04002930#: e2fsck/problem.c:2147
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002931#, c-format
2932msgid "Unhandled error code (0x%x)!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002933msgstr "Nie obsłużony kod błędu (0x%x)!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002934
Theodore Ts'o4e528702016-09-04 21:31:21 -04002935#: e2fsck/problem.c:2272 e2fsck/problem.c:2276
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002936msgid "IGNORED"
2937msgstr "ZIGNOROWANO"
2938
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002939#: e2fsck/quota.c:33 e2fsck/quota.c:46
2940msgid "in move_quota_inode"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002941msgstr "w move_quota_inode"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002942
Eric Sandeen032eafe2012-07-28 17:48:36 -04002943#: e2fsck/scantest.c:79
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002944#, c-format
2945msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002946msgstr "Użyta pamięć: %d, upłynął czas: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002947
Eric Sandeen032eafe2012-07-28 17:48:36 -04002948#: e2fsck/scantest.c:98
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002949#, c-format
2950msgid "size of inode=%d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002951msgstr "rozmiar i-węzła=%d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002952
Eric Sandeen032eafe2012-07-28 17:48:36 -04002953#: e2fsck/scantest.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002954msgid "while starting inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002955msgstr "podczas rozpoczynania przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002956
Eric Sandeen032eafe2012-07-28 17:48:36 -04002957#: e2fsck/scantest.c:130
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002958msgid "while doing inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002959msgstr "podczas przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002960
Jakub Boguszdf585272014-05-18 09:46:34 -04002961#: e2fsck/super.c:190
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002962#, c-format
2963msgid "while calling ext2fs_block_iterate for inode %d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002964msgstr "podczas wywołania ext2fs_block_iterate dla i-węzła %d"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002965
Jakub Boguszdf585272014-05-18 09:46:34 -04002966#: e2fsck/super.c:213
Theodore Ts'od46ce702007-07-10 09:45:47 -04002967#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002968msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002969msgstr "podczas wywołania ext2fs_adjust_ea_refcount2 dla i-węzła %d"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002970
Jakub Boguszdf585272014-05-18 09:46:34 -04002971#: e2fsck/super.c:274
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002972msgid "Truncating"
2973msgstr "Skracanie"
2974
Jakub Boguszdf585272014-05-18 09:46:34 -04002975#: e2fsck/super.c:275
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002976msgid "Clearing"
2977msgstr "Czyszczenie"
2978
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002979#: e2fsck/unix.c:77
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002980#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002981msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002982"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002983"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002984"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002985msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002986"Składnia: %s [-panyrcdfktvDFV] [-b superblok] [-B rozm_bloku]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002987"\t\t[-l|-L plik_wadliwych_bloków] [-C fd] [-j zewn-kronika]\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04002988"\t\t[-E opcje-rozszerzone] [-z plik-undo] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002990#: e2fsck/unix.c:82
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002991msgid ""
2992"\n"
2993"Emergency help:\n"
2994" -p Automatic repair (no questions)\n"
2995" -n Make no changes to the filesystem\n"
2996" -y Assume \"yes\" to all questions\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002997" -c Check for bad blocks and add them to the badblock "
2998"list\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002999" -f Force checking even if filesystem is marked clean\n"
3000msgstr ""
3001"\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003002"Pomoc awaryjna:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003003" -p Automatyczne naprawianie (bez pytań)\n"
3004" -n Nie wykonywanie zmian w systemie plików\n"
3005" -y Przyjęcie odpowiedzi \"tak\" na wszystkie pytania\n"
3006" -c Szukanie wadliwych bloków i dodanie ich do listy\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003007" -f Wymuszenie sprawdzenia nawet \"czystego\" systemu "
3008"plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003010#: e2fsck/unix.c:88
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003011msgid ""
3012" -v Be verbose\n"
3013" -b superblock Use alternative superblock\n"
3014" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003015" -j external_journal Set location of the external journal\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003016" -l bad_blocks_file Add to badblocks list\n"
3017" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003018" -z undo_file Create an undo file\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003019msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003020" -v Pokazywanie większej ilości informacji\n"
3021" -b superblok Użycie innego superbloku\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003022" -B rozm.bloku Wymuszenie rozmiaru bloku przy poszukiwaniu "
3023"superbloku\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003024" -j zewn-kronika Ustawienie położenia zewnętrznej kroniki\n"
3025" -l plik_złych_bloków Dodanie do listy wadliwych bloków\n"
3026" -L plik_złych_bloków Ustawienie listy wadliwych bloków\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003027" -z plik_undo Utworzenie pliku \"undo\" pozwalającego wycofać "
3028"zmiany\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003029
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003030#: e2fsck/unix.c:134
Theodore Ts'od46ce702007-07-10 09:45:47 -04003031#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003032msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003033msgstr "%s: %u/%u plików (%0d.%d%% nieciągłych), %llu/%llu bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003034
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003035#: e2fsck/unix.c:160
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003036#, c-format
3037msgid ""
3038"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003039"%12u inode used (%2.2f%%, out of %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003040msgid_plural ""
3041"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003042"%12u inodes used (%2.2f%%, out of %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003043msgstr[0] ""
3044"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003045"%12u użyty i-węzeł (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003046msgstr[1] ""
3047"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003048"%12u użyte i-węzły (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003049msgstr[2] ""
3050"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003051"%12u użytych i-węzłów (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003052
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003053#: e2fsck/unix.c:164
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003054#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003055msgid "%12u non-contiguous file (%0d.%d%%)\n"
3056msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003057msgstr[0] "%12u plik nieciągły (%0d.%d%%)\n"
3058msgstr[1] "%12u pliki nieciągłe (%0d.%d%%)\n"
3059msgstr[2] "%12u plików nieciągłych (%0d.%d%%)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003061#: e2fsck/unix.c:169
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003062#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003063msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3064msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003065msgstr[0] "%12u katalog nieciągły (%0d.%d%%)\n"
3066msgstr[1] "%12u katalogi nieciągłe (%0d.%d%%)\n"
3067msgstr[2] "%12u katalogów nieciągłych (%0d.%d%%)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003068
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003069#: e2fsck/unix.c:174
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003070#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003071msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003072msgstr " liczba i-węzłów z blokami ind/dind/tind: %u/%u/%u\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003073
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003074#: e2fsck/unix.c:182
Jakub Boguszb675f582013-01-15 23:30:36 -05003075msgid " Extent depth histogram: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003076msgstr " Histogram głębokości ekstentów: "
Jakub Boguszb675f582013-01-15 23:30:36 -05003077
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003078#: e2fsck/unix.c:191
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003079#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003080msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3081msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003082msgstr[0] "%12llu użyty blok (%2.2f%% z %llu)\n"
3083msgstr[1] "%12llu użyte bloki (%2.2f%% z %llu)\n"
3084msgstr[2] "%12llu użytych bloków (%2.2f%% z %llu)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003086#: e2fsck/unix.c:195
Jakub Boguszb675f582013-01-15 23:30:36 -05003087#, c-format
3088msgid "%12u bad block\n"
3089msgid_plural "%12u bad blocks\n"
3090msgstr[0] "%12u wadliwy blok\n"
3091msgstr[1] "%12u wadliwe bloki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003092msgstr[2] "%12u wadliwych bloków\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003094#: e2fsck/unix.c:197
Jakub Boguszb675f582013-01-15 23:30:36 -05003095#, c-format
3096msgid "%12u large file\n"
3097msgid_plural "%12u large files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003098msgstr[0] "%12u duży plik\n"
3099msgstr[1] "%12u duże pliki\n"
3100msgstr[2] "%12u dużych plików\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003102#: e2fsck/unix.c:199
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003103#, c-format
3104msgid ""
3105"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003106"%12u regular file\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003107msgid_plural ""
3108"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05003109"%12u regular files\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003110msgstr[0] ""
3111"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003112"%12u zwykły plik\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003113msgstr[1] ""
3114"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003115"%12u zwykłe pliki\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003116msgstr[2] ""
3117"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003118"%12u zwykłych plików\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003119
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003120#: e2fsck/unix.c:201
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003121#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003122msgid "%12u directory\n"
3123msgid_plural "%12u directories\n"
3124msgstr[0] "%12u katalog\n"
3125msgstr[1] "%12u katalogi\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003126msgstr[2] "%12u katalogów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003128#: e2fsck/unix.c:203
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003129#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003130msgid "%12u character device file\n"
3131msgid_plural "%12u character device files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003132msgstr[0] "%12u plik urządzenia znakowego\n"
3133msgstr[1] "%12u pliki urządzeń znakowych\n"
3134msgstr[2] "%12u plików urządzeń znakowych\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003136#: e2fsck/unix.c:206
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003137#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003138msgid "%12u block device file\n"
3139msgid_plural "%12u block device files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003140msgstr[0] "%12u plik urządzenia blokowego\n"
3141msgstr[1] "%12u pliki urządzeń blokowych\n"
3142msgstr[2] "%12u plików urządzeń blokowych\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003144#: e2fsck/unix.c:208
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003145#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003146msgid "%12u fifo\n"
3147msgid_plural "%12u fifos\n"
3148msgstr[0] "%12u potok\n"
3149msgstr[1] "%12u potoki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003150msgstr[2] "%12u potoków\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003152#: e2fsck/unix.c:210
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003153#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003154msgid "%12u link\n"
3155msgid_plural "%12u links\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003156msgstr[0] "%12u dowiązanie\n"
3157msgstr[1] "%12u dowiązania\n"
3158msgstr[2] "%12u dowiązań\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003159
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003160#: e2fsck/unix.c:212
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003161#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003162msgid "%12u symbolic link"
3163msgid_plural "%12u symbolic links"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003164msgstr[0] "%12u dowiązanie symboliczne"
3165msgstr[1] "%12u dowiązania symboliczne"
3166msgstr[2] "%12u dowiązań symbolicznych"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003168#: e2fsck/unix.c:214
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003169#, c-format
3170msgid " (%u fast symbolic link)\n"
3171msgid_plural " (%u fast symbolic links)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003172msgstr[0] " (%u szybkie dowiązanie symboliczne)\n"
3173msgstr[1] " (%u szybkie dowiązania symboliczne)\n"
3174msgstr[2] " (%u szybkich dowiązań symbolicznych)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003175
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003176#: e2fsck/unix.c:218
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003177#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003178msgid "%12u socket\n"
3179msgid_plural "%12u sockets\n"
3180msgstr[0] "%12u gniazdo\n"
3181msgstr[1] "%12u gniazda\n"
3182msgstr[2] "%12u gniazd\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003183
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003184#: e2fsck/unix.c:222
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003185#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05003186msgid "%12u file\n"
3187msgid_plural "%12u files\n"
3188msgstr[0] "%12u plik\n"
3189msgstr[1] "%12u pliki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003190msgstr[2] "%12u plików\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003191
Theodore Ts'o48203a32016-06-08 15:45:26 -04003192#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2878 misc/util.c:126
3193#: resize/main.c:353
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003194#, c-format
3195msgid "while determining whether %s is mounted."
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003196msgstr "podczas sprawdzania, czy %s jest zamontowany."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003198#: e2fsck/unix.c:256
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003199#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003200msgid "Warning! %s is mounted.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003201msgstr "Uwaga! %s jest zamontowany.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003203#: e2fsck/unix.c:259
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003204#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003205msgid "Warning! %s is in use.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003206msgstr "Uwaga! %s jest w użyciu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003208#: e2fsck/unix.c:265
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003209#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003210msgid "%s is mounted.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003211msgstr "%s jest zamontowany.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003213#: e2fsck/unix.c:267
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003214#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003215msgid "%s is in use.\n"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04003216msgstr "%s jest w użyciu.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003218#: e2fsck/unix.c:269
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003219msgid ""
3220"Cannot continue, aborting.\n"
3221"\n"
3222msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003223"Nie można kontynuować, przerwano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003224"\n"
3225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003226#: e2fsck/unix.c:271
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003227msgid ""
3228"\n"
3229"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003230"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3231"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003232"\n"
3233msgstr ""
3234"\n"
3235"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003236"UWAGA!!! System plików jest zamontowany. Kontynuacja ***SPOWODUJE***\n"
3237"***POWAŻNE*** uszkodzenie systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003238"\n"
3239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003240#: e2fsck/unix.c:276
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003241msgid "Do you really want to continue"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003242msgstr "Naprawdę kontynuować?"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003244#: e2fsck/unix.c:278
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003245msgid "check aborted.\n"
3246msgstr "sprawdzanie przerwane.\n"
3247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003248#: e2fsck/unix.c:371
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003249msgid " contains a file system with errors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003250msgstr " zawiera system plików z błędami"
3251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003252#: e2fsck/unix.c:373
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003253msgid " was not cleanly unmounted"
3254msgstr " nie był czysto odmontowany"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003256#: e2fsck/unix.c:375
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003257msgid " primary superblock features different from backup"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003258msgstr " cechy głównego superbloku różnią się od kopii zapasowej"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003260#: e2fsck/unix.c:379
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003261#, c-format
3262msgid " has been mounted %u times without being checked"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003263msgstr " był montowany %u razy bez sprawdzania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003265#: e2fsck/unix.c:386
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003266msgid " has filesystem last checked time in the future"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003267msgstr " ma czas ostatniego sprawdzenia systemu plików w przyszłości"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003268
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003269#: e2fsck/unix.c:392
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003270#, c-format
3271msgid " has gone %u days without being checked"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003272msgstr " przetrwał %u dni bez sprawdzania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003274#: e2fsck/unix.c:401
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003275msgid ", check forced.\n"
3276msgstr ", wymuszono sprawdzenie.\n"
3277
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003278#: e2fsck/unix.c:434
Theodore Ts'od46ce702007-07-10 09:45:47 -04003279#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003280msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003281msgstr "%s: czysty, %u/%u plików, %llu/%llu bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003283#: e2fsck/unix.c:454
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003284msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003285msgstr " (sprawdzenie wstrzymane; zasilanie z baterii)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003286
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003287#: e2fsck/unix.c:457
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003288msgid " (check after next mount)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003289msgstr " (sprawdzenie po następnym montowaniu)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003290
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003291#: e2fsck/unix.c:459
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003292#, c-format
3293msgid " (check in %ld mounts)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003294msgstr "(sprawdzenie za %ld montowań)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003296#: e2fsck/unix.c:609
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003297#, c-format
3298msgid "ERROR: Couldn't open /dev/null (%s)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003299msgstr "BŁĄD: Nie można otworzyć /dev/null (%s)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003301#: e2fsck/unix.c:679
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003302msgid "Invalid EA version.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003303msgstr "Błędna wersja EA.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003304
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003305#: e2fsck/unix.c:692
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003306msgid "Invalid readahead buffer size.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003307msgstr "Błędny parametr rozmiaru bufora odczytu z wyprzedzeniem.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003308
3309#: e2fsck/unix.c:725
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003310#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003311msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003312msgstr "Nieznana opcja rozszerzona: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003314#: e2fsck/unix.c:752
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003315#, c-format
3316msgid ""
3317"Syntax error in e2fsck config file (%s, line #%d)\n"
3318"\t%s\n"
3319msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003320"Błąd składni w pliku konfiguracyjnym e2fsck (%s, linia %d)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003321"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003322
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003323#: e2fsck/unix.c:825
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003324#, c-format
3325msgid "Error validating file descriptor %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003326msgstr "Błąd podczas kontroli deskryptora pliku %d: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003327
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003328#: e2fsck/unix.c:829
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003329msgid "Invalid completion information file descriptor"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003330msgstr "Błędne informacje dopełniające deskryptora plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003331
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003332#: e2fsck/unix.c:844
Theodore Ts'o6956f612005-12-31 16:46:15 -05003333msgid "Only one of the options -p/-a, -n or -y may be specified."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003334msgstr "Można podać tylko jedną z opcji -p/-a, -n lub -y."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003335
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003336#: e2fsck/unix.c:865
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003337#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003338msgid "The -t option is not supported on this version of e2fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003339msgstr "Opcja -t nie jest obsługiwana przez tę wersję e2fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003341#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
Theodore Ts'o48203a32016-06-08 15:45:26 -04003342#: misc/tune2fs.c:1598 misc/tune2fs.c:1893 misc/tune2fs.c:1911
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003343#, c-format
3344msgid "Unable to resolve '%s'"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003345msgstr "Nie udało się rozwiązać '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003346
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003347#: e2fsck/unix.c:952
Jakub Bogusze20ac792011-01-24 15:03:43 -05003348msgid "The -n and -D options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003349msgstr "Opcje -n i -D są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05003350
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003351#: e2fsck/unix.c:957
Jakub Bogusze20ac792011-01-24 15:03:43 -05003352msgid "The -n and -c options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003353msgstr "Opcje -n i -c są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05003354
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003355#: e2fsck/unix.c:962
Jakub Bogusze20ac792011-01-24 15:03:43 -05003356msgid "The -n and -l/-L options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003357msgstr "Opcje -n i -l/-L są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05003358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003359#: e2fsck/unix.c:986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003360msgid "The -D and -E fixes_only options are incompatible."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003361msgstr "Opcje -D i -E fixes_only są niekompatybilne."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003362
3363#: e2fsck/unix.c:992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003364msgid "The -E bmap2extent and fixes_only options are incompatible."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003365msgstr "Opcje -E bmap2extent i fixes_only są niekompatybilne."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003366
3367#: e2fsck/unix.c:1046
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003368msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003369msgstr "Opcje -c oraz -l/-L nie mogą być podane jednocześnie.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003370
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003371#: e2fsck/unix.c:1093
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003372#, c-format
3373msgid ""
3374"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3375"\n"
3376msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003377"E2FSCK_JBD_DEBUG \"%s\" nie jest liczbą całkowitą\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003378"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003379
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003380#: e2fsck/unix.c:1102
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003381#, c-format
3382msgid ""
3383"\n"
3384"Invalid non-numeric argument to -%c (\"%s\")\n"
3385"\n"
3386msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003387"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003388"Błędny argument nieliczbowy dla -%c (\"%s\")\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003389"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003390
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003391#: e2fsck/unix.c:1193
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003392#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003393msgid ""
3394"MMP interval is %u seconds and total wait time is %u seconds. Please "
3395"wait...\n"
3396msgstr ""
3397"Przedział MMP to %u sek, a całkowity czas oczekiwania %u sek. Proszę "
3398"czekać...\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003399
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003400#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003401msgid "while checking MMP block"
3402msgstr "podczas sprawdzania bloku MMP"
3403
Theodore Ts'o48203a32016-06-08 15:45:26 -04003404#: e2fsck/unix.c:1217 misc/tune2fs.c:2792
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003405msgid ""
3406"If you are sure the filesystem is not in use on any node, run:\n"
3407"'tune2fs -f -E clear_mmp {device}'\n"
3408msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04003409"Jeśli system plików nie jest na pewno używany przez żaden system, można "
3410"uruchomić:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003411"'tune2fs -f -E clear_mmp {urządzenie}'\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003412
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003413#: e2fsck/unix.c:1232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003414msgid "while reading MMP block"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003415msgstr "podczas odczytu bloku MMP"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003416
Theodore Ts'o4e528702016-09-04 21:31:21 -04003417#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:230 misc/e2undo.c:275
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003418#: misc/mke2fs.c:2560 misc/mke2fs.c:2611 misc/tune2fs.c:2610
Theodore Ts'o48203a32016-06-08 15:45:26 -04003419#: misc/tune2fs.c:2655 resize/main.c:187 resize/main.c:232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003420#, c-format
3421msgid ""
3422"Overwriting existing filesystem; this can be undone using the command:\n"
3423" e2undo %s %s\n"
3424"\n"
3425msgstr ""
3426"Nadpisywanie istniejącego systemu plików; można to wycofać poleceniem:\n"
3427" e2undo %s %s\n"
3428"\n"
3429
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003430#: e2fsck/unix.c:1293 misc/e2undo.c:264 misc/mke2fs.c:2600 misc/tune2fs.c:2644
Theodore Ts'o48203a32016-06-08 15:45:26 -04003431#: resize/main.c:221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003432#, c-format
3433msgid "while trying to delete %s"
3434msgstr "podczas próby usunięcia %s"
3435
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003436#: e2fsck/unix.c:1319 misc/mke2fs.c:2626 resize/main.c:242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003437msgid "while trying to setup undo file\n"
3438msgstr "podczas próby utworzenia pliku cofnięcia (undo)\n"
3439
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003440#: e2fsck/unix.c:1362
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003441msgid "Error: ext2fs library version out of date!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003442msgstr "Błąd: wersja biblioteki ext2fs jest za stara!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003443
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003444#: e2fsck/unix.c:1369
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003445msgid "while trying to initialize program"
Jakub Boguszdf585272014-05-18 09:46:34 -04003446msgstr "podczas próby zainicjowania programu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003447
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003448#: e2fsck/unix.c:1392
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003449#, c-format
3450msgid "\tUsing %s, %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003451msgstr "\tUżywane %s, %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003452
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003453#: e2fsck/unix.c:1404
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003454msgid "need terminal for interactive repairs"
3455msgstr "interaktywna naprawa wymaga terminala"
3456
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003457#: e2fsck/unix.c:1465
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003458#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003459msgid "%s: %s trying backup blocks...\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003460msgstr "%s: %s próba użycia zapasowych bloków...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003461
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003462#: e2fsck/unix.c:1467
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003463msgid "Superblock invalid,"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003464msgstr "Superblok błędny,"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003465
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003466#: e2fsck/unix.c:1468
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003467msgid "Group descriptors look bad..."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003468msgstr "Deskryptory grup wyglądają źle..."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003469
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003470#: e2fsck/unix.c:1478
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003471#, c-format
3472msgid "%s: %s while using the backup blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003473msgstr "%s: %s podczas próby użycia zapasowych bloków"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003474
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003475#: e2fsck/unix.c:1482
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003476#, c-format
3477msgid "%s: going back to original superblock\n"
3478msgstr "%s: powracanie do oryginalnego superbloku\n"
3479
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003480#: e2fsck/unix.c:1511
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003481msgid ""
3482"The filesystem revision is apparently too high for this version of e2fsck.\n"
3483"(Or the filesystem superblock is corrupt)\n"
3484"\n"
3485msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003486"Wersja systemu plików jest zbyt duża dla tej wersji e2fsck.\n"
3487"(lub superblok systemu plików jest uszkodzony)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003488"\n"
3489
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003490#: e2fsck/unix.c:1518
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003491msgid "Could this be a zero-length partition?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003492msgstr "Czy to może jest partycja zerowej długości?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003493
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003494#: e2fsck/unix.c:1520
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003495#, c-format
3496msgid "You must have %s access to the filesystem or be root\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003497msgstr "Trzeba mieć dostęp %s do systemu plików lub być rootem\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003498
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003499#: e2fsck/unix.c:1526
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003500msgid "Possibly non-existent or swap device?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003501msgstr "Zapewne nie istniejące urządzenie lub swap?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003502
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003503#: e2fsck/unix.c:1528
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003504msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003505msgstr ""
3506"System plików zamontowany lub otwarty na wyłączność przez inny program?\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003507
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003508#: e2fsck/unix.c:1532
Jakub Bogusze20ac792011-01-24 15:03:43 -05003509msgid "Possibly non-existent device?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003510msgstr "Zapewne nie istniejące urządzenie?\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05003511
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003512#: e2fsck/unix.c:1535
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003513msgid ""
3514"Disk write-protected; use the -n option to do a read-only\n"
3515"check of the device.\n"
3516msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003517"Dysk zabezpieczony przed zapisem; można użyć opcji -n aby sprawdzić\n"
3518"urządzenie w trybie tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003519
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003520#: e2fsck/unix.c:1603
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003521msgid "Get a newer version of e2fsck!"
3522msgstr "Potrzeba nowszej wersji e2fsck!"
3523
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003524#: e2fsck/unix.c:1647
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003525#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003526msgid "while checking journal for %s"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003527msgstr "podczas sprawdzania kroniki dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003528
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003529#: e2fsck/unix.c:1650
Theodore Ts'o48203a32016-06-08 15:45:26 -04003530msgid "Cannot proceed with file system check"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003531msgstr "Nie można kontynuować sprawdzania systemu plików"
Theodore Ts'o48203a32016-06-08 15:45:26 -04003532
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003533#: e2fsck/unix.c:1661
Theodore Ts'o4e528702016-09-04 21:31:21 -04003534msgid ""
3535"Warning: skipping journal recovery because doing a read-only filesystem "
3536"check.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003537msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003538"Uwaga: pominięto odtwarzanie z kroniki z powodu sprawdzania w trybie tylko\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003539"do odczytu.\n"
3540
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003541#: e2fsck/unix.c:1673
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003542#, c-format
3543msgid "unable to set superblock flags on %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003544msgstr "nie można ustawić flag superbloku na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003545
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003546#: e2fsck/unix.c:1679
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003547#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003548msgid "Journal checksum error found in %s\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003549msgstr "Napotkano błąd sumy kontrolnej kroniki w %s\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003550
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003551#: e2fsck/unix.c:1683
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003552#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003553msgid "Journal corrupted in %s\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003554msgstr "Uszkodzona kronika w %s\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003555
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003556#: e2fsck/unix.c:1687
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003557#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003558msgid "while recovering journal of %s"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003559msgstr "podczas odtwarzania kroniki dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003560
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003561#: e2fsck/unix.c:1709
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003562#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003563msgid "%s has unsupported feature(s):"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003564msgstr "%s ma włączone nie obsługiwane cechy:"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003565
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003566#: e2fsck/unix.c:1768
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003567#, c-format
3568msgid "%s: %s while reading bad blocks inode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003569msgstr "%s: %s podczas odczytu i-węzła wadliwych bloków\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003570
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003571#: e2fsck/unix.c:1771
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003572msgid "This doesn't bode well, but we'll try to go on...\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003573msgstr "Nie wróży to dobrze, ale spróbuję kontynuować...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003574
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003575#: e2fsck/unix.c:1811
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003576#, c-format
3577msgid "Creating journal (%d blocks): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003578msgstr "Tworzenie kroniki (%d bloków): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003579
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003580#: e2fsck/unix.c:1821
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003581msgid " Done.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003582msgstr " Wykonano.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003583
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003584#: e2fsck/unix.c:1823
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003585msgid ""
3586"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003587"*** journal has been regenerated ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003588msgstr ""
Theodore Ts'od46ce702007-07-10 09:45:47 -04003589"\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003590"*** kronika została zregenerowana ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003591
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003592#: e2fsck/unix.c:1829
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04003593msgid "aborted"
3594msgstr "przerwano"
3595
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003596#: e2fsck/unix.c:1831
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003597#, c-format
3598msgid "%s: e2fsck canceled.\n"
3599msgstr "%s: e2fsck przerwany.\n"
3600
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003601#: e2fsck/unix.c:1858
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003602msgid "Restarting e2fsck from the beginning...\n"
3603msgstr "Restart e2fsck od początku...\n"
3604
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003605#: e2fsck/unix.c:1862
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003606msgid "while resetting context"
3607msgstr "podczas resetowania kontekstu"
3608
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003609#: e2fsck/unix.c:1906 e2fsck/util.c:71
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003610#, c-format
3611msgid ""
3612"\n"
3613"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3614msgstr ""
3615"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003616"%s: ***** SYSTEM PLIKÓW ZMODYFIKOWANY *****\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003617
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003618#: e2fsck/unix.c:1910
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003619#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003620msgid "%s: ***** REBOOT SYSTEM *****\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003621msgstr "%s: ***** WYMAGANY RESTART SYSTEMU *****\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003622
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003623#: e2fsck/unix.c:1918 e2fsck/util.c:77
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003624#, c-format
3625msgid ""
3626"\n"
3627"%s: ********** WARNING: Filesystem still has errors **********\n"
3628"\n"
3629msgstr ""
3630"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003631"%s: ********** UWAGA: System plików nadal ma błędy **********\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003632"\n"
3633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003634#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003635msgid "yY"
3636msgstr "tTyY"
3637
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003638#: e2fsck/util.c:195
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003639msgid "nN"
3640msgstr "nN"
3641
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003642#: e2fsck/util.c:196
3643msgid "aA"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003644msgstr "wWaA"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003645
3646#: e2fsck/util.c:197
3647msgid " ('a' enables 'yes' to all) "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003648msgstr " ('w' włącza 'tak' na wszystko) "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003649
3650#: e2fsck/util.c:213
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003651msgid "<y>"
3652msgstr "<t>"
3653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003654#: e2fsck/util.c:215
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003655msgid "<n>"
3656msgstr "<n>"
3657
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003658#: e2fsck/util.c:217
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003659msgid " (y/n)"
3660msgstr " (t/n)"
3661
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003662#: e2fsck/util.c:240
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003663msgid "cancelled!\n"
3664msgstr "anulowano!\n"
3665
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003666#: e2fsck/util.c:264
3667msgid "yes to all\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003668msgstr "tak na wszystko\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003669
3670#: e2fsck/util.c:266
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003671msgid "yes\n"
3672msgstr "tak\n"
3673
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003674#: e2fsck/util.c:268
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003675msgid "no\n"
3676msgstr "nie\n"
3677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003678#: e2fsck/util.c:278
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003679#, c-format
3680msgid ""
3681"%s? no\n"
3682"\n"
3683msgstr ""
3684"%s? nie\n"
3685"\n"
3686
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003687#: e2fsck/util.c:282
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003688#, c-format
3689msgid ""
3690"%s? yes\n"
3691"\n"
3692msgstr ""
3693"%s? tak\n"
3694"\n"
3695
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003696#: e2fsck/util.c:286
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003697msgid "yes"
3698msgstr "tak"
3699
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003700#: e2fsck/util.c:286
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003701msgid "no"
3702msgstr "nie"
3703
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003704#: e2fsck/util.c:302
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003705#, c-format
3706msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3707msgstr "e2fsck_read_bitmaps: niedopuszczalne bloki bitmapy dla %s"
3708
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003709#: e2fsck/util.c:307
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003710msgid "reading inode and block bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003711msgstr "odczytu bitmap i-węzłów i bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003712
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003713#: e2fsck/util.c:319
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003714#, c-format
3715msgid "while retrying to read bitmaps for %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003716msgstr "podczas ponawiania próby odczytu bitmap dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003717
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003718#: e2fsck/util.c:331
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003719msgid "writing block and inode bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003720msgstr "zapisu bitmap bloków i i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003721
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003722#: e2fsck/util.c:336
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003723#, c-format
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003724msgid "while rewriting block and inode bitmaps for %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003725msgstr "podczas ponownego zapisu bitmap blików i i-węzłów dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003726
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003727#: e2fsck/util.c:348
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003728#, c-format
3729msgid ""
3730"\n"
3731"\n"
3732"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3733"\t(i.e., without -a or -p options)\n"
3734msgstr ""
3735"\n"
3736"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003737"%s: NIEOCZEKIWANA NIESPÓJNOŚĆ; TRZEBA URUCHOMIĆ fsck RĘCZNIE.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003738"\t(tzn. bez opcji -a ani -p)\n"
3739
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003740#: e2fsck/util.c:429
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003741#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003742msgid "Memory used: %luk/%luk (%luk/%luk), "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003743msgstr "Użyta pamięć: %luk/%luk (%luk/%luk), "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003744
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003745#: e2fsck/util.c:433
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003746#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003747msgid "Memory used: %lu, "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003748msgstr "Użyta pamięć: %lu, "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003749
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003750#: e2fsck/util.c:440
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003751#, c-format
3752msgid "time: %5.2f/%5.2f/%5.2f\n"
3753msgstr "czas: %5.2f/%5.2f/%5.2f\n"
3754
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003755#: e2fsck/util.c:445
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003756#, c-format
3757msgid "elapsed time: %6.3f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003758msgstr "upłynął czas: %6.f\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003759
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003760#: e2fsck/util.c:480 e2fsck/util.c:494
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003761#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003762msgid "while reading inode %lu in %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003763msgstr "podczas odczytu i-węzła %lu w %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003764
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003765#: e2fsck/util.c:508 e2fsck/util.c:521
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003766#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003767msgid "while writing inode %lu in %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003768msgstr "podczas zapisu i-węzła %lu w %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003769
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003770#: e2fsck/util.c:765
Theodore Ts'o4e528702016-09-04 21:31:21 -04003771msgid ""
3772"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3773"running.\n"
3774msgstr ""
3775"NIEOCZEKIWANA NIESPÓJNOŚĆ: system plików został zmodyfikowany podczas "
3776"działania fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003777
Theodore Ts'obd386982015-05-17 20:34:58 -04003778#: misc/badblocks.c:72
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003779msgid "done \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003780msgstr "zakończono \n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003781
Theodore Ts'obd386982015-05-17 20:34:58 -04003782#: misc/badblocks.c:97
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003783#, c-format
3784msgid ""
3785"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003786" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3787"max_bad_blocks]\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003788" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3789" device [last_block [first_block]]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003790msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003791"Składnia: %s [-b rozm_bloku] [-i plik_wej] [-o plik_wyj] [-svwnf]\n"
3792" [-c bloków_naraz] [-d wsp_opóźn_między_odczytami]\n"
3793" [-e maks_wadliwych_bloków] [-p przebiegów]\n"
3794" [-t wzór_testowy [-t wzór_testowy [...]]]\n"
3795" urządzenie [ostatni_blok [pierwszy_blok]]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003796
Theodore Ts'obd386982015-05-17 20:34:58 -04003797#: misc/badblocks.c:108
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003798#, c-format
3799msgid ""
3800"%s: The -n and -w options are mutually exclusive.\n"
3801"\n"
3802msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003803"%s: Opcje -n i -w wykluczają się wzajemnie.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003804"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003805
Theodore Ts'obd386982015-05-17 20:34:58 -04003806#: misc/badblocks.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003807#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003808msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003809msgstr "Gotowe w %6.2f%%, minęło %s (błędów: %d/%d/%d)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003810
Theodore Ts'obd386982015-05-17 20:34:58 -04003811#: misc/badblocks.c:328
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003812msgid "Testing with random pattern: "
3813msgstr "Testowanie wzorcem losowym: "
3814
Theodore Ts'obd386982015-05-17 20:34:58 -04003815#: misc/badblocks.c:346
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003816msgid "Testing with pattern 0x"
3817msgstr "Testowanie wzorcem 0x"
3818
Theodore Ts'obd386982015-05-17 20:34:58 -04003819#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003820msgid "during seek"
3821msgstr "podczas przeskakiwania"
3822
Theodore Ts'obd386982015-05-17 20:34:58 -04003823#: misc/badblocks.c:389
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003824#, c-format
3825msgid "Weird value (%ld) in do_read\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003826msgstr "Dziwna wartość (%ld) w do_read\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003827
Theodore Ts'obd386982015-05-17 20:34:58 -04003828#: misc/badblocks.c:476
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003829msgid "during ext2fs_sync_device"
3830msgstr "podczas ext2fs_sync_device"
3831
Theodore Ts'obd386982015-05-17 20:34:58 -04003832#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003833msgid "while beginning bad block list iteration"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003834msgstr "podczas rozpoczynania iteracji po liście wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003835
Theodore Ts'obd386982015-05-17 20:34:58 -04003836#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003837msgid "while allocating buffers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003838msgstr "podczas przydzielania buforów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003839
Theodore Ts'obd386982015-05-17 20:34:58 -04003840#: misc/badblocks.c:515
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003841#, c-format
3842msgid "Checking blocks %lu to %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003843msgstr "Sprawdzanie bloków od %lu do %lu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003844
Theodore Ts'obd386982015-05-17 20:34:58 -04003845#: misc/badblocks.c:520
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003846msgid "Checking for bad blocks in read-only mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003847msgstr "Poszukiwanie wadliwych bloków w trybie tylko do odczytu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003848
Theodore Ts'obd386982015-05-17 20:34:58 -04003849#: misc/badblocks.c:529
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003850msgid "Checking for bad blocks (read-only test): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003851msgstr "Poszukiwanie wadliwych bloków (tylko odczyt): "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003852
Theodore Ts'obd386982015-05-17 20:34:58 -04003853#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3854#: misc/badblocks.c:832
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003855msgid "Too many bad blocks, aborting test\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003856msgstr "Zbyt dużo wadliwych bloków, przerwanie testu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003857
Theodore Ts'obd386982015-05-17 20:34:58 -04003858#: misc/badblocks.c:618
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003859msgid "Checking for bad blocks in read-write mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003860msgstr "Poszukiwanie wadliwych bloków w trybie odczytu i zapisu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003861
Theodore Ts'obd386982015-05-17 20:34:58 -04003862#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003863#, c-format
3864msgid "From block %lu to %lu\n"
3865msgstr "Od bloku %lu do %lu\n"
3866
Theodore Ts'obd386982015-05-17 20:34:58 -04003867#: misc/badblocks.c:675
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003868msgid "Reading and comparing: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003869msgstr "Odczyt i porównywanie: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003870
Theodore Ts'obd386982015-05-17 20:34:58 -04003871#: misc/badblocks.c:781
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003872msgid "Checking for bad blocks in non-destructive read-write mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003873msgstr "Poszukiwanie wadliwych bloków w trybie z niedestruktywnym zapisem\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003874
Theodore Ts'obd386982015-05-17 20:34:58 -04003875#: misc/badblocks.c:787
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003876msgid "Checking for bad blocks (non-destructive read-write test)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003877msgstr "Poszukiwanie wadliwych bloków (odczyt i niedestruktywny zapis)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003878
Theodore Ts'obd386982015-05-17 20:34:58 -04003879#: misc/badblocks.c:794
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003880msgid ""
3881"\n"
3882"Interrupt caught, cleaning up\n"
3883msgstr ""
3884"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003885"Otrzymano przerwanie, sprzątam\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003886"\n"
3887
Theodore Ts'obd386982015-05-17 20:34:58 -04003888#: misc/badblocks.c:877
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003889#, c-format
3890msgid "during test data write, block %lu"
3891msgstr "podczas zapisu testowych danych, blok %lu"
3892
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003893#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003894#, c-format
3895msgid "%s is mounted; "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003896msgstr "%s jest zamontowany; "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003897
Theodore Ts'obd386982015-05-17 20:34:58 -04003898#: misc/badblocks.c:1000
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003899msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003900msgstr "badblocks wymuszone mimo to. Mam nadzieję, że /etc/mtab się myli.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003901
Theodore Ts'obd386982015-05-17 20:34:58 -04003902#: misc/badblocks.c:1005
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003903msgid "it's not safe to run badblocks!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003904msgstr "nie jest bezpiecznie uruchamiać badblocks!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003906#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003907#, c-format
3908msgid "%s is apparently in use by the system; "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003909msgstr "%s jest najwyraźniej używany przez system; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003910
Theodore Ts'obd386982015-05-17 20:34:58 -04003911#: misc/badblocks.c:1013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003912msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003913msgstr "badblocks wymuszone mimo to.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003914
Theodore Ts'obd386982015-05-17 20:34:58 -04003915#: misc/badblocks.c:1033
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003916#, c-format
3917msgid "invalid %s - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003918msgstr "błędny %s - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003919
Theodore Ts'obd386982015-05-17 20:34:58 -04003920#: misc/badblocks.c:1127
3921#, c-format
3922msgid "Too big max bad blocks count %u - maximum is %u"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003923msgstr "Zbyt duża maksymalna liczba wadliwych bloków %u - maksymalna to %u"
Theodore Ts'obd386982015-05-17 20:34:58 -04003924
3925#: misc/badblocks.c:1154
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003926#, c-format
3927msgid "can't allocate memory for test_pattern - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003928msgstr "nie można przydzielić pamięci na wzorzec_testowy - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003929
Theodore Ts'obd386982015-05-17 20:34:58 -04003930#: misc/badblocks.c:1184
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003931msgid "Maximum of one test_pattern may be specified in read-only mode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003932msgstr "W trybie odczytu-zapisu można podać najwyżej jeden wzorzec testowy"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003933
Theodore Ts'obd386982015-05-17 20:34:58 -04003934#: misc/badblocks.c:1190
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003935msgid "Random test_pattern is not allowed in read-only mode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003936msgstr "W trybie samego odczytu nie można podać wzorca_testowego"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003937
Theodore Ts'obd386982015-05-17 20:34:58 -04003938#: misc/badblocks.c:1204
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003939msgid ""
3940"Couldn't determine device size; you must specify\n"
3941"the size manually\n"
3942msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003943"Nie można określić rozmiaru urządzenia; trzeba podać\n"
3944"rozmiar ręcznie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003945
Theodore Ts'obd386982015-05-17 20:34:58 -04003946#: misc/badblocks.c:1210
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003947msgid "while trying to determine device size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003948msgstr "podczas próby określenia rozmiaru urządzenia"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003949
Theodore Ts'obd386982015-05-17 20:34:58 -04003950#: misc/badblocks.c:1215
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003951msgid "last block"
3952msgstr "ostatni blok"
3953
Theodore Ts'obd386982015-05-17 20:34:58 -04003954#: misc/badblocks.c:1221
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003955msgid "first block"
3956msgstr "pierwszy blok"
3957
Theodore Ts'obd386982015-05-17 20:34:58 -04003958#: misc/badblocks.c:1224
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003959#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04003960msgid "invalid starting block (%llu): must be less than %llu"
3961msgstr "błędny początkowy blok (%llu): musi być mniejszy niż %llu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003962
Theodore Ts'obd386982015-05-17 20:34:58 -04003963#: misc/badblocks.c:1231
Jakub Boguszdf585272014-05-18 09:46:34 -04003964#, c-format
3965msgid "invalid end block (%llu): must be 32-bit value"
3966msgstr "błędny początkowy blok (%llu): musi być wartością 32-bitową"
3967
Theodore Ts'obd386982015-05-17 20:34:58 -04003968#: misc/badblocks.c:1287
Theodore Ts'o197abba2005-06-20 18:00:23 -04003969msgid "while creating in-memory bad blocks list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003970msgstr "podczas tworzenia listy wadliwych bloków w pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003971
Theodore Ts'obd386982015-05-17 20:34:58 -04003972#: misc/badblocks.c:1296
Jakub Boguszdf585272014-05-18 09:46:34 -04003973msgid "input file - bad format"
3974msgstr "plik wejściowy - błędny format"
3975
Theodore Ts'obd386982015-05-17 20:34:58 -04003976#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'o197abba2005-06-20 18:00:23 -04003977msgid "while adding to in-memory bad block list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003978msgstr "podczas dodawania do listy wadliwych bloków w pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003979
Theodore Ts'obd386982015-05-17 20:34:58 -04003980#: misc/badblocks.c:1338
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003981#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003982msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003983msgstr ""
3984"Przebieg zakończony, znaleziono %u wadliwych bloków (błędów: %d/%d/%d).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003986#: misc/chattr.c:89
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003987#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003988msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003989msgstr "Składnia: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v wersja] pliki...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003990
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003991#: misc/chattr.c:159
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003992#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003993msgid "bad project - %s\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04003994msgstr "błędny projekt - %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003995
3996#: misc/chattr.c:173
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003997#, c-format
3998msgid "bad version - %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003999msgstr "błędna wersja - %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004000
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004001#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004002#, c-format
4003msgid "while trying to stat %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004004msgstr "podczas próby stat %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004006#: misc/chattr.c:226
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004007#, c-format
4008msgid "while reading flags on %s"
4009msgstr "podczas odczytu flag %s"
4010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004011#: misc/chattr.c:231 misc/chattr.c:243
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004012#, c-format
4013msgid "Flags of %s set as "
4014msgstr "Flagi %s ustawiono jako "
4015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004016#: misc/chattr.c:252
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004017#, c-format
4018msgid "while setting flags on %s"
4019msgstr "podczas ustawiania flag %s"
4020
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004021#: misc/chattr.c:260
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004022#, c-format
4023msgid "Version of %s set as %lu\n"
4024msgstr "Wersja %s ustawiona jako %lu\n"
4025
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004026#: misc/chattr.c:264
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004027#, c-format
4028msgid "while setting version on %s"
4029msgstr "podczas ustawiania wersji %s"
4030
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004031#: misc/chattr.c:271
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004032#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004033msgid "Project of %s set as %lu\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004034msgstr "Projekt %s ustawiony na %lu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004035
4036#: misc/chattr.c:275
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004037#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004038msgid "while setting project on %s"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004039msgstr "podczas ustawiania projektu %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004040
4041#: misc/chattr.c:297
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004042msgid "Couldn't allocate path variable in chattr_dir_proc"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004043msgstr "Nie można przydzielić zmiennej path w chattr_dir_proc"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004044
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004045#: misc/chattr.c:337
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004046msgid "= is incompatible with - and +\n"
4047msgstr "= jest niekompatybilne z - i +\n"
4048
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004049#: misc/chattr.c:345
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004050msgid "Must use '-v', =, - or +\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004051msgstr "Trzeba użyć '-v', =, - lub +\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004052
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004053#: misc/create_inode.c:70 misc/create_inode.c:109
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004054#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004055msgid "while reading inode %u"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004056msgstr "podczas odczytu i-węzła %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004057
4058#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
4059#: misc/create_inode.c:374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004060msgid "while expanding directory"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004061msgstr "podczas rozszerzania katalogu"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004062
4063#: misc/create_inode.c:87
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004064#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004065msgid "while linking \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004066msgstr "podczas dowiązywania \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004067
4068#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004069#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004070msgid "while writing inode %u"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004071msgstr "podczas zapisu i-węzła %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004072
4073#: misc/create_inode.c:139 misc/create_inode.c:163
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004074#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004075msgid "while listing attributes of \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004076msgstr "podczas wypisywania atrybutów \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004077
4078#: misc/create_inode.c:150
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004079#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004080msgid "while opening inode %u"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004081msgstr "podczas otwierania i-węzła %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004082
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004083#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:905
Theodore Ts'o4e528702016-09-04 21:31:21 -04004084#: misc/e2undo.c:176 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004085#: misc/mke2fs.c:353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004086msgid "while allocating memory"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004087msgstr "podczas przydzielania pamięci"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004088
4089#: misc/create_inode.c:176 misc/create_inode.c:192
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004090#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004091msgid "while reading attribute \"%s\" of \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004092msgstr "podczas odczytu atrubytu \"%s\" dla \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004093
4094#: misc/create_inode.c:201
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004095#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004096msgid "while writing attribute \"%s\" to inode %u"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004097msgstr "podczas zapisu atrybutu \"%s\" do i-węzła %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004098
4099#: misc/create_inode.c:211
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004100#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004101msgid "while closing inode %u"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004102msgstr "podczas zamykania i-węzła %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004103
4104#: misc/create_inode.c:259
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004105#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004106msgid "while allocating inode \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004107msgstr "podczas przydzielania i-węzła \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004108
4109#: misc/create_inode.c:278
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004110#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004111msgid "while creating inode \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004112msgstr "podczas tworzenia i-węzła \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004113
4114#: misc/create_inode.c:343
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004115#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004116msgid "while creating symlink \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004117msgstr "podczas tworzenia dowiązania symbolicznego \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004118
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004119#: misc/create_inode.c:361 misc/create_inode.c:838
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004120#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004121msgid "while looking up \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004122msgstr "podczas szukania \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004123
4124#: misc/create_inode.c:381
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004125#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004126msgid "while creating directory \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004127msgstr "podczas tworzenia katalogu \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004128
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004129#: misc/create_inode.c:609
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004130#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004131msgid "while opening \"%s\" to copy"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004132msgstr "podczas otwierania \"%s\" w celu skopiowania"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004133
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004134#: misc/create_inode.c:701
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004135#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004136msgid "while changing working directory to \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004137msgstr "podczas zmiany katalogu roboczego na \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004138
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004139#: misc/create_inode.c:709
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004140#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004141msgid "while opening directory \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004142msgstr "podczas otwierania katalogu \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004143
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004144#: misc/create_inode.c:719
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004145#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004146msgid "while lstat \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004147msgstr "podczas wykonywania lstat na \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004148
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004149#: misc/create_inode.c:752
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004150#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004151msgid "while creating special file \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004152msgstr "podczas tworzenia pliku specjalnego \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004153
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004154#: misc/create_inode.c:761
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004155msgid "malloc failed"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004156msgstr "malloc nie powiodło się"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004157
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004158#: misc/create_inode.c:769
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004159#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004160msgid "while trying to read link \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004161msgstr "podczas próby odczytu dowiązania \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004162
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004163#: misc/create_inode.c:776
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004164msgid "symlink increased in size between lstat() and readlink()"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004165msgstr "dowiązanie symboliczne zwiększyło rozmiar między lstat() a readlink()"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004166
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004167#: misc/create_inode.c:787
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004168#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004169msgid "while writing symlink\"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004170msgstr "podczas zapisu dowiązania symbolicznego \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004171
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004172#: misc/create_inode.c:797
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004173#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004174msgid "while writing file \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004175msgstr "podczas zapisu pliku \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004176
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004177#: misc/create_inode.c:810
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004178#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004179msgid "while making dir \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004180msgstr "podczas tworzenia katalogu \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004181
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004182#: misc/create_inode.c:827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004183msgid "while changing directory"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004184msgstr "podczas zmiany katalogu"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004185
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004186#: misc/create_inode.c:833
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004187#, c-format
4188msgid "ignoring entry \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004189msgstr "ignorowanie wpisu \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004190
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004191#: misc/create_inode.c:846
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004192#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004193msgid "while setting inode for \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004194msgstr "podczas ustawiania i-węzła dla \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004195
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004196#: misc/create_inode.c:853
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004197#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004198msgid "while setting xattrs for \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004199msgstr "podczas ustawiania rozszerzonych atrybutów dla \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004200
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004201#: misc/create_inode.c:871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004202msgid "while saving inode data"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004203msgstr "podczas zapisywania danych i-węzła"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004204
4205#: misc/dumpe2fs.c:56
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004206#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004207msgid ""
4208"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4209msgstr ""
4210"Składnia: %s [-bfghixV] [-o superblok=<numer>] [-o blocksize=<rozmiar>] "
4211"urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004212
Eric Sandeen032eafe2012-07-28 17:48:36 -04004213#: misc/dumpe2fs.c:159
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004214msgid "blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004215msgstr "bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004217#: misc/dumpe2fs.c:168
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004218msgid "clusters"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004219msgstr "klastrów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004221#: misc/dumpe2fs.c:219
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004222#, c-format
4223msgid "Group %lu: (Blocks "
4224msgstr "Grupa %lu: (Bloki "
4225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004226#: misc/dumpe2fs.c:226
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004227#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004228msgid " csum 0x%04x"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004229msgstr " suma kontr. 0x%04x"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004230
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004231#: misc/dumpe2fs.c:228
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004232#, c-format
Jakub Boguszf64e68e2012-04-22 15:38:43 -04004233msgid " (EXPECTED 0x%04x)"
4234msgstr " (OCZEKIWANA 0x%04x)"
4235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004236#: misc/dumpe2fs.c:233
Jakub Boguszf64e68e2012-04-22 15:38:43 -04004237#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004238msgid " %s superblock at "
4239msgstr " %s superblok pod "
4240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004241#: misc/dumpe2fs.c:234
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004242msgid "Primary"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004243msgstr "Główny"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004245#: misc/dumpe2fs.c:234
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004246msgid "Backup"
4247msgstr "Zapasowy"
4248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004249#: misc/dumpe2fs.c:238
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004250msgid ", Group descriptors at "
4251msgstr ", Deskryptory grup pod "
4252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004253#: misc/dumpe2fs.c:242
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004254msgid ""
4255"\n"
4256" Reserved GDT blocks at "
4257msgstr ""
4258"\n"
4259" Zarezerwowane bloki GDT pod "
4260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004261#: misc/dumpe2fs.c:249
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004262msgid " Group descriptor at "
4263msgstr ", Deskryptory grup pod "
4264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004265#: misc/dumpe2fs.c:255
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004266msgid " Block bitmap at "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004267msgstr " Bitmapa bloków pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004268
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004269#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004270#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004271msgid ", csum 0x%08x"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004272msgstr ", suma kontr. 0x%08x"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004273
4274#: misc/dumpe2fs.c:263
4275msgid ","
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004276msgstr ","
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004277
4278#: misc/dumpe2fs.c:265
4279msgid ""
4280"\n"
4281" "
4282msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004283"\n"
4284" "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004285
4286#: misc/dumpe2fs.c:266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004287msgid " Inode bitmap at "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004288msgstr " Bitmapa i-węzłów pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004290#: misc/dumpe2fs.c:273
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004291msgid ""
4292"\n"
4293" Inode table at "
4294msgstr ""
4295"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004296" Tablica i-węzłów pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004298#: misc/dumpe2fs.c:279
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004299#, c-format
4300msgid ""
4301"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004302" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004303msgstr ""
4304"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004305" 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 -05004306
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004307#: misc/dumpe2fs.c:286
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004308#, c-format
4309msgid ", %u unused inodes\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004310msgstr ", nie używanych i-węzłów: %u\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004312#: misc/dumpe2fs.c:289
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004313msgid " Free blocks: "
4314msgstr " Wolne bloki: "
4315
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004316#: misc/dumpe2fs.c:304
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004317msgid " Free inodes: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004318msgstr " Wolne i-węzły: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004320#: misc/dumpe2fs.c:340
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004321msgid "while printing bad block list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004322msgstr "podczas wypisywania listy wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004324#: misc/dumpe2fs.c:346
Theodore Ts'od46ce702007-07-10 09:45:47 -04004325#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004326msgid "Bad blocks: %u"
Theodore Ts'od46ce702007-07-10 09:45:47 -04004327msgstr "Wadliwe bloki: %u"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004328
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004329#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004330msgid "while reading journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004331msgstr "podczas odczytu i-węzła kroniki"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004332
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004333#: misc/dumpe2fs.c:391
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004334msgid "while opening journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004335msgstr "podczas otwierania i-węzła kroniki"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004336
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004337#: misc/dumpe2fs.c:397
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004338msgid "while reading journal super block"
4339msgstr "podczas odczytu superbloku kroniki"
4340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004341#: misc/dumpe2fs.c:404
Jakub Boguszdf585272014-05-18 09:46:34 -04004342msgid "Journal superblock magic number invalid!\n"
4343msgstr "Błędna liczba magiczna superbloku kroniki!\n"
4344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004345#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004346msgid "Journal features: "
4347msgstr "Cechy kroniki: "
4348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004349#: misc/dumpe2fs.c:420
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004350msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004351msgstr "Rozmiar kroniki: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004353#: misc/dumpe2fs.c:430
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004354#, c-format
4355msgid ""
4356"Journal length: %u\n"
4357"Journal sequence: 0x%08x\n"
4358"Journal start: %u\n"
4359msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004360"Długość kroniki: %u\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004361"Sekwencja kroniki: 0x%08x\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004362"Początek kroniki: %u\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004363
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004364#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4365msgid "Journal checksum type: crc32\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004366msgstr "Typ sumy kontr. kroniki: crc32\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004367
4368#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4369#, c-format
4370msgid ""
4371"Journal checksum type: %s\n"
4372"Journal checksum: 0x%08x\n"
4373msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004374"Typ sumy kontr. kroniki: %s\n"
4375"Suma kontrolna kroniki: 0x%08x\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004376
4377#: misc/dumpe2fs.c:448
Jakub Boguszb675f582013-01-15 23:30:36 -05004378#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004379msgid "Journal errno: %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004380msgstr "Błąd kroniki: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004381
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004382#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004383msgid "while reading journal superblock"
4384msgstr "podczas odczytu superbloku kroniki"
4385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004386#: misc/dumpe2fs.c:474
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004387msgid "Couldn't find journal superblock magic numbers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004388msgstr "Nie można znaleźć magicznych liczb superbloku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004389
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004390#: misc/dumpe2fs.c:501
Theodore Ts'od46ce702007-07-10 09:45:47 -04004391#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004392msgid ""
4393"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004394"Journal block size: %u\n"
4395"Journal length: %u\n"
4396"Journal first block: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004397"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004398"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004399"Journal number of users: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004400msgstr ""
4401"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004402"Rozmiar bloku kroniki: %u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004403"Długość kroniki: %u\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004404"Pierwszy blok kroniki: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004405"Sekwencja kroniki: 0x%08x\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004406"Początek kroniki: %u\n"
4407"Liczba użytkowników kroniki: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004408
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004409#: misc/dumpe2fs.c:514
Theodore Ts'o197abba2005-06-20 18:00:23 -04004410#, c-format
4411msgid "Journal users: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004412msgstr "Użytkownicy kroniki: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004413
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004414#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1930
Theodore Ts'o8f741372008-02-28 21:47:05 -05004415msgid "Couldn't allocate memory to parse options!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004416msgstr "Nie można przydzielić pamięci do analizy opcji!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004417
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004418#: misc/dumpe2fs.c:556
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004419#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004420msgid "Invalid superblock parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004421msgstr "Błędny parametr superblock: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004422
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004423#: misc/dumpe2fs.c:571
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004424#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004425msgid "Invalid blocksize parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004426msgstr "Błędny parametr blocksize: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004428#: misc/dumpe2fs.c:582
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004429#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004430msgid ""
4431"\n"
4432"Bad extended option(s) specified: %s\n"
4433"\n"
4434"Extended options are separated by commas, and may take an argument which\n"
4435"\tis set off by an equals ('=') sign.\n"
4436"\n"
4437"Valid extended options are:\n"
4438"\tsuperblock=<superblock number>\n"
4439"\tblocksize=<blocksize>\n"
4440msgstr ""
4441"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004442"Podano błędne opcje rozszerzone: %s.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004443"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004444"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
4445"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004446"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004447"Poprawne opcje rozszerzone to:\n"
4448"\tsuperblock=<numer superbloku>\n"
4449"\tblocksize=<rozmiar bloku>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004450
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004451#: misc/dumpe2fs.c:646 misc/mke2fs.c:1816
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004452#, c-format
4453msgid "\tUsing %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004454msgstr "\tUżywane %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004456#: misc/dumpe2fs.c:686
4457msgid ""
4458"\n"
4459"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4460"\n"
4461msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004462"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004463"*** W systemie plików wykryto błędy sumy kontrolnej! Proszę uruchomić teraz "
4464"e2fsck!\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004465"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004466
Theodore Ts'o48203a32016-06-08 15:45:26 -04004467#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2805
4468#: resize/main.c:415
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004469msgid "Couldn't find valid filesystem superblock.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004470msgstr "Nie można znaleźć poprawnego superbloku systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004471
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004472#: misc/dumpe2fs.c:726
4473msgid ""
4474"\n"
4475"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4476"\n"
4477msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004478"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004479"*** W bitmapach wykryto błędy sumy kontrolnej! Proszę uruchomić teraz "
4480"e2fsck!\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004481"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004482
4483#: misc/dumpe2fs.c:730
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004484#, c-format
4485msgid ""
4486"\n"
4487"%s: %s: error reading bitmaps: %s\n"
4488msgstr ""
4489"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004490"%s: %s: błąd podczas czytania bitmap: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004492#: misc/e2image.c:106
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004493#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04004494msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4495msgstr "Składnia: %s [-r|Q ] [ -fr ] urządzenie plik_obrazu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004496
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004497#: misc/e2image.c:108
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004498#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04004499msgid " %s -I device image-file\n"
4500msgstr " %s -I urządzenie plik_obrazu\n"
4501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004502#: misc/e2image.c:109
Jakub Boguszdf585272014-05-18 09:46:34 -04004503#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004504msgid ""
4505" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4506"[ dest_fs ]\n"
4507msgstr ""
4508" %s -ra [ -cnfp ] [ -o offset_źr ] [ -O offset_doc ] fs_źr "
4509"[ fs_doc ]\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004510
Theodore Ts'o4e528702016-09-04 21:31:21 -04004511#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Jakub Boguszdf585272014-05-18 09:46:34 -04004512msgid "while allocating buffer"
4513msgstr "podczas przydzielania bufora"
4514
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004515#: misc/e2image.c:179
Jakub Boguszdf585272014-05-18 09:46:34 -04004516#, c-format
4517msgid "Writing block %llu\n"
4518msgstr "Zapisywanie bloku %llu\n"
4519
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004520#: misc/e2image.c:193
Jakub Boguszdf585272014-05-18 09:46:34 -04004521#, c-format
4522msgid "error writing block %llu"
4523msgstr "błąd przy zapisie bloku %llu"
4524
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004525#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004526msgid "error in generic_write()"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004527msgstr "błąd w generic_write()"
Jakub Boguszdf585272014-05-18 09:46:34 -04004528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004529#: misc/e2image.c:213
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004530msgid "Error: header size is bigger than wrt_size\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004531msgstr "Błąd: rozmiar nagłówka jest większy niż wrt_size\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004532
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004533#: misc/e2image.c:218
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004534msgid "Couldn't allocate header buffer\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004535msgstr "Nie można przydzielić bufora nagłówka\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004536
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004537#: misc/e2image.c:246
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004538msgid "while writing superblock"
4539msgstr "podczas zapisu superbloku"
4540
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004541#: misc/e2image.c:255
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004542msgid "while writing inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004543msgstr "podczas zapisu tabeli i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004544
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004545#: misc/e2image.c:263
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004546msgid "while writing block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004547msgstr "podczas zapisu bitmapy bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004548
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004549#: misc/e2image.c:271
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004550msgid "while writing inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004551msgstr "podczas zapisu bitmapy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004552
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004553#: misc/e2image.c:505
Jakub Boguszdf585272014-05-18 09:46:34 -04004554#, c-format
4555msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4556msgstr "Uszkodzony blok katalogu %llu: błędne rec_len (%d)\n"
4557
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004558#: misc/e2image.c:517
Jakub Boguszdf585272014-05-18 09:46:34 -04004559#, c-format
4560msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4561msgstr "Uszkodzony blok katalogu %llu: błędne name_len (%d)\n"
4562
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004563#: misc/e2image.c:558
Jakub Boguszdf585272014-05-18 09:46:34 -04004564#, c-format
4565msgid "%llu / %llu blocks (%d%%)"
4566msgstr "Bloków: %llu / %llu (%d%%)"
4567
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004568#: misc/e2image.c:589 misc/e2image.c:629
Jakub Boguszdf585272014-05-18 09:46:34 -04004569msgid "Copying "
4570msgstr "Kopiowanie "
4571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004572#: misc/e2image.c:626
Theodore Ts'o4e528702016-09-04 21:31:21 -04004573msgid ""
4574"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4575msgstr ""
4576"Zatrzymanie teraz zniszczy system plików; aby potwierdzić, można przerwać "
4577"ponownie\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004578
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004579#: misc/e2image.c:652
Jakub Boguszdf585272014-05-18 09:46:34 -04004580#, c-format
4581msgid " %s remaining at %.2f MB/s"
4582msgstr " %s pozostało przy %.2f MB/s"
4583
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004584#: misc/e2image.c:664 misc/e2image.c:1191
Jakub Boguszdf585272014-05-18 09:46:34 -04004585#, c-format
4586msgid "error reading block %llu"
4587msgstr "błąd przy odczycie bloku %llu"
4588
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004589#: misc/e2image.c:718
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004590#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004591msgid "Copied %llu / %llu blocks (%d%%) in %s "
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004592msgstr "Skopiowano bloków: %llu / %llu (%d%%) w %s "
Jakub Boguszdf585272014-05-18 09:46:34 -04004593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004594#: misc/e2image.c:722
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004595#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004596msgid "at %.2f MB/s"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004597msgstr "przy %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004599#: misc/e2image.c:758
Jakub Boguszdf585272014-05-18 09:46:34 -04004600msgid "while allocating l1 table"
4601msgstr "podczas przydzielania tablicy l1"
4602
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004603#: misc/e2image.c:803
Jakub Boguszdf585272014-05-18 09:46:34 -04004604msgid "while allocating l2 cache"
4605msgstr "podczas przydzielania bufora l2"
4606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004607#: misc/e2image.c:826
Theodore Ts'o4e528702016-09-04 21:31:21 -04004608msgid ""
4609"Warning: There are still tables in the cache while putting the cache, data "
4610"will be lost so the image may not be valid.\n"
4611msgstr ""
4612"Uwaga: w pamięci podręcznej są nadal tablice w trakcie zapisu bufora, dane "
4613"zostaną utracone, więc obraz może nie być poprawny.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004614
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004615#: misc/e2image.c:1148
Jakub Boguszdf585272014-05-18 09:46:34 -04004616msgid "while allocating ext2_qcow2_image"
4617msgstr "podczas przydzielania ext_qcow2_image"
4618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004619#: misc/e2image.c:1155
Jakub Boguszdf585272014-05-18 09:46:34 -04004620msgid "while initializing ext2_qcow2_image"
4621msgstr "podczas inicjowania ext2_qcow2_image"
4622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004623#: misc/e2image.c:1214 misc/e2image.c:1232
Jakub Boguszdf585272014-05-18 09:46:34 -04004624msgid "Programming error: multiple sequential refcount blocks created!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004625msgstr ""
4626"Błąd programu: utworzono wiele bloków sekwencyjnych liczników odwołań!\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004627
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004628#: misc/e2image.c:1272
Jakub Boguszdf585272014-05-18 09:46:34 -04004629msgid "while allocating block bitmap"
4630msgstr "podczas przydzielania bitmapy bloków"
4631
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004632#: misc/e2image.c:1281
Jakub Boguszdf585272014-05-18 09:46:34 -04004633msgid "while allocating scramble block bitmap"
4634msgstr "podczas przydzielania bitmapy bloków scramble"
4635
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004636#: misc/e2image.c:1288
Jakub Boguszdf585272014-05-18 09:46:34 -04004637msgid "Scanning inodes...\n"
4638msgstr "Przeszukiwanie i-węzłów...\n"
4639
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004640#: misc/e2image.c:1300
Jakub Boguszdf585272014-05-18 09:46:34 -04004641msgid "Can't allocate block buffer"
4642msgstr "Nie można przydzielić bufora bloku"
4643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004644#: misc/e2image.c:1339 misc/e2image.c:1353
Jakub Boguszdf585272014-05-18 09:46:34 -04004645#, c-format
4646msgid "while iterating over inode %u"
4647msgstr "podczas iteracji po i-węźle %u"
4648
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004649#: misc/e2image.c:1385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004650msgid "Raw and qcow2 images cannot be installed"
Jakub Boguszdf585272014-05-18 09:46:34 -04004651msgstr "Obrazów surowego i qcow2 nie można zainstalować"
4652
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004653#: misc/e2image.c:1407
Jakub Boguszdf585272014-05-18 09:46:34 -04004654msgid "error reading bitmaps"
4655msgstr "błąd podczas odczytu bitmap"
4656
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004657#: misc/e2image.c:1419
Jakub Boguszdf585272014-05-18 09:46:34 -04004658msgid "while opening device file"
4659msgstr "podczas otwierania pliku urządzenia"
4660
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004661#: misc/e2image.c:1430
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004662msgid "while restoring the image table"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004663msgstr "podczas odtwarzania tabeli obrazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004664
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004665#: misc/e2image.c:1527
Jakub Boguszdf585272014-05-18 09:46:34 -04004666msgid "-a option can only be used with raw or QCOW2 images."
4667msgstr "Opcja -a może być użyta tylko z obrazami surowym lub QCOW2."
4668
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004669#: misc/e2image.c:1533
Jakub Boguszdf585272014-05-18 09:46:34 -04004670msgid "Offsets are only allowed with raw images."
4671msgstr "Offsety są dozwolone tylko z obrazami surowymi."
4672
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004673#: misc/e2image.c:1538
Jakub Boguszdf585272014-05-18 09:46:34 -04004674msgid "Move mode is only allowed with raw images."
4675msgstr "Tryb przesunięcia jest dozwolony tylko z obrazami surowymi."
4676
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004677#: misc/e2image.c:1543
Jakub Boguszdf585272014-05-18 09:46:34 -04004678msgid "Move mode requires all data mode."
4679msgstr "Tryb przesunięcia wymaga trybu wszystkich danych."
4680
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004681#: misc/e2image.c:1553
Jakub Boguszdf585272014-05-18 09:46:34 -04004682msgid "checking if mounted"
4683msgstr "sprawdzanie, czy zamontowany"
4684
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004685#: misc/e2image.c:1560
Jakub Boguszdf585272014-05-18 09:46:34 -04004686msgid ""
4687"\n"
4688"Running e2image on a R/W mounted filesystem can result in an\n"
4689"inconsistent image which will not be useful for debugging purposes.\n"
4690"Use -f option if you really want to do that.\n"
4691msgstr ""
4692"\n"
4693"Uruchamianie e2image na systemie plików zamontowanym do odczytu i zapisu\n"
4694"może spowodować, że obraz będzie niespójny, przez co nie będzie przydatny\n"
4695"do celów diagnostycznych. Aby na pewno to zrobić, można użyć opcji -f.\n"
4696
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004697#: misc/e2image.c:1614
Jakub Boguszdf585272014-05-18 09:46:34 -04004698msgid "QCOW2 image can not be written to the stdout!\n"
4699msgstr "Obrazu QCOW2 nie można zapisać na standardowe wyjście!\n"
4700
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004701#: misc/e2image.c:1620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004702msgid "Can not stat output\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004703msgstr "Nie można wykonać stat na wyjściu\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004704
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004705#: misc/e2image.c:1630
Jakub Boguszdf585272014-05-18 09:46:34 -04004706#, c-format
4707msgid "Image (%s) is compressed\n"
4708msgstr "Obraz (%s) jest skompresowany\n"
4709
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004710#: misc/e2image.c:1633
Jakub Boguszdf585272014-05-18 09:46:34 -04004711#, c-format
4712msgid "Image (%s) is encrypted\n"
4713msgstr "Obraz (%s) jest zaszyfrowany\n"
4714
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004715#: misc/e2image.c:1636
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004716#, c-format
4717msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004718msgstr "podczas próby przekształcenia obrazu qcow2 (%s) na obraz surowy (%s)"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004719
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004720#: misc/e2image.c:1645
Jakub Boguszdf585272014-05-18 09:46:34 -04004721msgid "The -c option only supported in raw mode\n"
4722msgstr "Opcja -c jest obsługiwana tylko w trybie surowym\n"
4723
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004724#: misc/e2image.c:1650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004725msgid "The -c option not supported when writing to stdout\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004726msgstr "Opcja -c nie jest obsługiwana przy zapisie na standardowe wyjscie\n"
4727
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004728#: misc/e2image.c:1657
Jakub Boguszdf585272014-05-18 09:46:34 -04004729msgid "while allocating check_buf"
4730msgstr "podczas przydzielania check_buf"
4731
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004732#: misc/e2image.c:1663
Jakub Boguszdf585272014-05-18 09:46:34 -04004733msgid "The -p option only supported in raw mode\n"
4734msgstr "Opcja -p jest obsługiwana tylko w trybie surowym\n"
4735
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004736#: misc/e2image.c:1673
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004737#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004738msgid "%d blocks already contained the data to be copied\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004739msgstr "%d bloków już zawierało dane do skopiowania\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004741#: misc/e2initrd_helper.c:68
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004742#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004743msgid "Usage: %s -r device\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004744msgstr "Składnia: %s -r urządzenie\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004745
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004746#: misc/e2label.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004747#, c-format
4748msgid "e2label: cannot open %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004749msgstr "e2label: nie można otworzyć %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004750
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004751#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004752#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004753msgid "e2label: cannot seek to superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004754msgstr "e2label: nie można przejść do superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004755
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004756#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004757#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004758msgid "e2label: error reading superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004759msgstr "e2label: błąd podczas odczytu superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004760
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004761#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004762#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004763msgid "e2label: not an ext2 filesystem\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004764msgstr "e2label: to nie jest system plików ext2\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004765
Theodore Ts'o48203a32016-06-08 15:45:26 -04004766#: misc/e2label.c:97 misc/tune2fs.c:2978
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004767#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004768msgid "Warning: label too long, truncating.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004769msgstr "Uwaga: etykieta za długa, skrócono.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004770
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004771#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004772#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004773msgid "e2label: cannot seek to superblock again\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004774msgstr "e2label: nie można przejść ponownie do superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004775
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004776#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004777#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004778msgid "e2label: error writing superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004779msgstr "e2label: błąd podczas zapisu superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004780
Theodore Ts'o48203a32016-06-08 15:45:26 -04004781#: misc/e2label.c:117 misc/tune2fs.c:1590
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004782#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004783msgid "Usage: e2label device [newlabel]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004784msgstr "Składnia: e2label urządzenie [nowa-etykieta]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004785
Theodore Ts'o48203a32016-06-08 15:45:26 -04004786#: misc/e2undo.c:118
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004787#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004788msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004789msgstr "Składnia: %s [-f] [-h] [-n] [-v] <plik_transakcji> <system_plików>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004790
Theodore Ts'o48203a32016-06-08 15:45:26 -04004791#: misc/e2undo.c:143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004792msgid "The file system superblock doesn't match the undo file.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004793msgstr "Superblok systemu plików nie pasuje do pliku undo.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004794
Theodore Ts'o48203a32016-06-08 15:45:26 -04004795#: misc/e2undo.c:146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004796msgid "UUID does not match.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004797msgstr "UUID się nie zgadza.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004798
Theodore Ts'o48203a32016-06-08 15:45:26 -04004799#: misc/e2undo.c:148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004800msgid "Last mount time does not match.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004801msgstr "Czas ostatniego montowania się nie zgadza.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004802
Theodore Ts'o48203a32016-06-08 15:45:26 -04004803#: misc/e2undo.c:150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004804msgid "Last write time does not match.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004805msgstr "Czas ostatniego zapisu się nie zgadza.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004806
Theodore Ts'o48203a32016-06-08 15:45:26 -04004807#: misc/e2undo.c:152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004808msgid "Lifetime write counter does not match.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004809msgstr "Licznik zapisu czasu życia się nie zgadza.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004810
Theodore Ts'o48203a32016-06-08 15:45:26 -04004811#: misc/e2undo.c:166
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004812msgid "while reading filesystem superblock."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004813msgstr "podczas odczytu superbloku systemu plików."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004814
Theodore Ts'o48203a32016-06-08 15:45:26 -04004815#: misc/e2undo.c:182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004816msgid "while fetching superblock"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004817msgstr "podczas pobierania superbloku"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004818
Theodore Ts'o48203a32016-06-08 15:45:26 -04004819#: misc/e2undo.c:195
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004820#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004821msgid "Undo file superblock checksum doesn't match.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004822msgstr "Suma kontrolna superbloku pliku undo nie zgadza się.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004823
Theodore Ts'o4e528702016-09-04 21:31:21 -04004824#: misc/e2undo.c:334
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004825#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04004826msgid "illegal offset - %s"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004827msgstr "Błędny offset - %s"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004828
Theodore Ts'o4e528702016-09-04 21:31:21 -04004829#: misc/e2undo.c:358
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004830#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004831msgid "Will not write to an undo file while replaying it.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004832msgstr "Nie będzie zapisu do pliku undo podczas odtwarzania go.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004833
Theodore Ts'o4e528702016-09-04 21:31:21 -04004834#: misc/e2undo.c:367
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004835#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004836msgid "while opening undo file `%s'\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004837msgstr "podczas otwierania pliku undo `%s'\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004838
Theodore Ts'o4e528702016-09-04 21:31:21 -04004839#: misc/e2undo.c:374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004840msgid "while reading undo file"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004841msgstr "podczas odczytu pliku undo"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004842
Theodore Ts'o4e528702016-09-04 21:31:21 -04004843#: misc/e2undo.c:379
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004844#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004845msgid "%s: Not an undo file.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004846msgstr "%s: To nie jest plik undo.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004847
Theodore Ts'o4e528702016-09-04 21:31:21 -04004848#: misc/e2undo.c:390
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004849#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004850msgid "%s: Header checksum doesn't match.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004851msgstr "%s: Suma kontrolna nagłówka się nie zgadza.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004852
Theodore Ts'o4e528702016-09-04 21:31:21 -04004853#: misc/e2undo.c:397
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004854#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004855msgid "%s: Corrupt undo file header.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004856msgstr "%s: Uszkodzony nagłówek pliku undo.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004857
Theodore Ts'o4e528702016-09-04 21:31:21 -04004858#: misc/e2undo.c:401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004859#, c-format
4860msgid "%s: Undo block size too large.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004861msgstr "%s: Rozmiar bloku undo zbyt duży.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004862
Theodore Ts'o4e528702016-09-04 21:31:21 -04004863#: misc/e2undo.c:406
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004864#, c-format
4865msgid "%s: Undo block size too small.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004866msgstr "%s: Rozmiar bloku undo zbyt mały.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004867
Theodore Ts'o4e528702016-09-04 21:31:21 -04004868#: misc/e2undo.c:419
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004869#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004870msgid "%s: Unknown undo file feature set.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004871msgstr "%s: Nieznany zbiór cech pliku undo.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004872
Theodore Ts'o4e528702016-09-04 21:31:21 -04004873#: misc/e2undo.c:427
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004874#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004875msgid "Error while determining whether %s is mounted."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004876msgstr "Błąd podczas sprawdzania, czy %s jest zamontowany."
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004877
Theodore Ts'o4e528702016-09-04 21:31:21 -04004878#: misc/e2undo.c:433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004879msgid "e2undo should only be run on unmounted filesystems"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004880msgstr "e2undo powinno być uruchamiane tylko na odmontowanych systemach plików"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004881
Theodore Ts'o4e528702016-09-04 21:31:21 -04004882#: misc/e2undo.c:449
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004883#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004884msgid "while opening `%s'"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004885msgstr "podczas otwierania `%s'"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004886
Theodore Ts'o4e528702016-09-04 21:31:21 -04004887#: misc/e2undo.c:460
Theodore Ts'o48203a32016-06-08 15:45:26 -04004888msgid "specified offset is too large"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004889msgstr "podany offset jest zbyt duży"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004890
Theodore Ts'o4e528702016-09-04 21:31:21 -04004891#: misc/e2undo.c:501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004892msgid "while reading keys"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004893msgstr "podczas odczytu kluczy"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004894
Theodore Ts'o4e528702016-09-04 21:31:21 -04004895#: misc/e2undo.c:513
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004896#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004897msgid "%s: wrong key magic at %llu\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004898msgstr "%s: błędna wartość magiczna klucza pod %llu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004899
Theodore Ts'o4e528702016-09-04 21:31:21 -04004900#: misc/e2undo.c:523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004901#, c-format
4902msgid "%s: key block checksum error at %llu.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004903msgstr "%s: błąd sumy kontrolnej klucza pod %llu.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004904
Theodore Ts'o4e528702016-09-04 21:31:21 -04004905#: misc/e2undo.c:546
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004906#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004907msgid "%s: block %llu is too long."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004908msgstr "%s: blok %llu jest zbyt długi."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004909
Theodore Ts'o4e528702016-09-04 21:31:21 -04004910#: misc/e2undo.c:558 misc/e2undo.c:594
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004911#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004912msgid "while fetching block %llu."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004913msgstr "podczas pobierania bloku %llu."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004914
Theodore Ts'o4e528702016-09-04 21:31:21 -04004915#: misc/e2undo.c:570
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004916#, c-format
4917msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004918msgstr "błąd sumy kontrolnej w bloku systemu plików %llu (blok undo %llu)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004919
Theodore Ts'o4e528702016-09-04 21:31:21 -04004920#: misc/e2undo.c:609
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004921#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004922msgid "while writing block %llu."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004923msgstr "podczas zapisu bloku %llu."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004924
Theodore Ts'o4e528702016-09-04 21:31:21 -04004925#: misc/e2undo.c:615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004926#, c-format
4927msgid "Undo file corruption; run e2fsck NOW!\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004928msgstr "Uszkodzenie pliku undo; proszę TERAZ uruchomić e2fsck!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004929
Theodore Ts'o4e528702016-09-04 21:31:21 -04004930#: misc/e2undo.c:617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004931#, c-format
4932msgid "IO error during replay; run e2fsck NOW!\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004933msgstr "Błąd we/wy podczas odtwarzania: proszę TERAZ uruchomić e2fsck!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004934
Theodore Ts'o4e528702016-09-04 21:31:21 -04004935#: misc/e2undo.c:620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004936#, c-format
4937msgid "Incomplete undo record; run e2fsck.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004938msgstr "Niekompletny rekord undo; proszę uruchomić e2fsc.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004939
4940#: misc/findsuper.c:110
4941#, c-format
4942msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004943msgstr "Składnia findsuper urządzenie [krok [startkb]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004944
4945#: misc/findsuper.c:155
4946#, c-format
4947msgid "skipbytes should be a number, not %s\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004948msgstr "krok powinien być liczbą, a nie %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004949
4950#: misc/findsuper.c:162
4951#, c-format
4952msgid "skipbytes must be a multiple of the sector size\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004953msgstr "krok musi być wielokrotnością rozmiaru sektora\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004954
4955#: misc/findsuper.c:169
4956#, c-format
4957msgid "startkb should be a number, not %s\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004958msgstr "startkb powinno być liczbą, a nie %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004959
4960#: misc/findsuper.c:175
4961#, c-format
4962msgid "startkb should be positive, not %llu\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004963msgstr "startkb powinno być dodatnie, a nie %llu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004964
4965#: misc/findsuper.c:186
4966#, c-format
4967msgid "starting at %llu, with %u byte increments\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004968msgstr "rozpoczęcie od %llu, z przyrostami co %u B\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004969
4970#: misc/findsuper.c:188
4971#, c-format
4972msgid ""
4973"[*] probably superblock written in the ext3 journal superblock,\n"
4974"\tso start/end/grp wrong\n"
4975msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004976"[*] prawdopodobnie superblok zapisano w superbloku kroniki ext3,\n"
4977"\twięc będzie błędny początek/koniec/grp\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004978
4979#: misc/findsuper.c:190
4980#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004981msgid ""
4982"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4983"mount_time sb_uuid label\n"
4984msgstr ""
4985"offset_b pocz_b koniec_b bloki_fs rozmb grp mkfs/"
4986"czas_mont sb_uuid etykieta\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004987
4988#: misc/findsuper.c:264
4989#, c-format
4990msgid ""
4991"\n"
4992"%11Lu: finished with errno %d\n"
4993msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04004994"\n"
4995"%11Lu: zakończono z errno %d\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004996
Eric Sandeen032eafe2012-07-28 17:48:36 -04004997#: misc/fsck.c:343
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004998#, c-format
4999msgid "WARNING: couldn't open %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005000msgstr "UWAGA: nie można otworzyć %s: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005001
Eric Sandeen032eafe2012-07-28 17:48:36 -04005002#: misc/fsck.c:353
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005003#, c-format
5004msgid "WARNING: bad format on line %d of %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005005msgstr "UWAGA: zły format w linii %d pliku %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005006
Eric Sandeen032eafe2012-07-28 17:48:36 -04005007#: misc/fsck.c:370
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005008msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005009"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005010"\tfield. I will kludge around things for you, but you\n"
5011"\tshould fix your /etc/fstab file as soon as you can.\n"
5012"\n"
5013msgstr ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005014"UWAGA: /etc/fstab nie zawiera pola passno dla fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005015"Pominę ten błąd, ale /etc/fstab należy jak najszybciej poprawić.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005016"\n"
5017
Eric Sandeen032eafe2012-07-28 17:48:36 -04005018#: misc/fsck.c:478
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005019#, c-format
5020msgid "fsck: %s: not found\n"
5021msgstr "fsck: %s: nie znaleziono\n"
5022
Eric Sandeen032eafe2012-07-28 17:48:36 -04005023#: misc/fsck.c:594
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005024#, c-format
5025msgid "%s: wait: No more child process?!?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005026msgstr "%s: wait: Nie ma więcej procesów potomnych?!?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005027
Eric Sandeen032eafe2012-07-28 17:48:36 -04005028#: misc/fsck.c:616
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005029#, c-format
5030msgid "Warning... %s for device %s exited with signal %d.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005031msgstr "Uwaga... %s dla urządzenia %s zakończył się sygnałem %d.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005032
Eric Sandeen032eafe2012-07-28 17:48:36 -04005033#: misc/fsck.c:622
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005034#, c-format
5035msgid "%s %s: status is %x, should never happen.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005036msgstr "%s %s: status wynosi %x, to się nie powinno nigdy zdarzyć.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005037
Eric Sandeen032eafe2012-07-28 17:48:36 -04005038#: misc/fsck.c:661
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005039#, c-format
5040msgid "Finished with %s (exit status %d)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005041msgstr "Skończono z %s (status wyjścia %d)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005042
Eric Sandeen032eafe2012-07-28 17:48:36 -04005043#: misc/fsck.c:721
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005044#, c-format
5045msgid "%s: Error %d while executing fsck.%s for %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005046msgstr "%s: Błąd %d podczas wykonywania fsck.%s dla %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005047
Eric Sandeen032eafe2012-07-28 17:48:36 -04005048#: misc/fsck.c:742
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005049msgid ""
5050"Either all or none of the filesystem types passed to -t must be prefixed\n"
5051"with 'no' or '!'.\n"
5052msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005053"Albo wszystkie, albo żaden rodzaj systemu plików z podanych po -t musi być\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005054"poprzedzony 'no' lub '!'.\n"
5055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005056#: misc/fsck.c:761
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005057msgid "Couldn't allocate memory for filesystem types\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005058msgstr "Nie można przydzielić pamięci na rodzaje systemów plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005059
Eric Sandeen032eafe2012-07-28 17:48:36 -04005060#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005061#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005062msgid ""
5063"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5064"number\n"
5065msgstr ""
5066"%s: pominięto błędną linię w /etc/fstab: montowanie bind z niezerowym "
5067"numerem przebiegu fsck\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005068
Eric Sandeen032eafe2012-07-28 17:48:36 -04005069#: misc/fsck.c:911
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005070#, c-format
5071msgid "fsck: cannot check %s: fsck.%s not found\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005072msgstr "fsck: nie można sprawdzić %s: fsck.%s nie znaleziony\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005073
Eric Sandeen032eafe2012-07-28 17:48:36 -04005074#: misc/fsck.c:967
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005075msgid "Checking all file systems.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005076msgstr "Sprawdzanie wszystkich systemów plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005077
Eric Sandeen032eafe2012-07-28 17:48:36 -04005078#: misc/fsck.c:1058
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005079#, c-format
5080msgid "--waiting-- (pass %d)\n"
5081msgstr "--oczekiwanie-- (przebieg %d)\n"
5082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005083#: misc/fsck.c:1078
Theodore Ts'o4e528702016-09-04 21:31:21 -04005084msgid ""
5085"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5086msgstr ""
5087"Składnia: fsck [-AMNPRTV] [ -C [ deskryptor ] ] [-t rodzaj-fs] [opcje-fs] "
5088"[system-plików ...]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005089
Eric Sandeen032eafe2012-07-28 17:48:36 -04005090#: misc/fsck.c:1120
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005091#, c-format
5092msgid "%s: too many devices\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005093msgstr "%s: za dużo urządzeń\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005094
Eric Sandeen032eafe2012-07-28 17:48:36 -04005095#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005096#, c-format
5097msgid "%s: too many arguments\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005098msgstr "%s: za dużo parametrów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005099
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005100#: misc/fuse2fs.c:3745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005101msgid "Mounting read-only.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005102msgstr "Montowanie tylko do odczytu.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005103
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005104#: misc/fuse2fs.c:3769
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005105#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005106msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005107msgstr ""
5108"%s: Zezwolenie użytkownikom na przydzielenie wszystkich bloków. To "
5109"niebezpieczne!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005110
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005111#: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005112#, c-format
5113msgid "%s: %s.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005114msgstr "%s: %s.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005115
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005116#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3207
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005117#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005118msgid "Please run e2fsck -fy %s.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005119msgstr "Proszę uruchomić e2fsck -fy %s.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005120
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005121#: misc/fuse2fs.c:3803
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005122msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005123msgstr ""
5124"Kronika wymaga odtworzenia; wymagane uruchomienie `e2fsck -E journal_only'.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005125
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005126#: misc/fuse2fs.c:3811
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005127#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005128msgid "%s: Writing to the journal is not supported.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005129msgstr "%s: Zapis do kroniki nie jest obsługiwany.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005130
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005131#: misc/fuse2fs.c:3826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005132msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005133msgstr ""
5134"Uwaga: Montowanie nie sprawdzonego systemu plików, zalecane jest "
5135"uruchomienie e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005136
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005137#: misc/fuse2fs.c:3830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005138msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005139msgstr ""
5140"Uwaga: Osiągnięto maksymalną liczbę montowań, zalecane jest uruchomienie "
5141"e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005142
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005143#: misc/fuse2fs.c:3835
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005144msgid "Warning: Check time reached; running e2fsck is recommended.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005145msgstr ""
5146"Uwaga: Osiągnięto czas sprawdzenia; zalecane jest uruchomienie e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005147
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005148#: misc/fuse2fs.c:3839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005149msgid "Orphans detected; running e2fsck is recommended.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005150msgstr "Wykryto sieroty; zalecane jest uruchomienie e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005151
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005152#: misc/fuse2fs.c:3843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005153msgid "Errors detected; running e2fsck is required.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005154msgstr "Wykryto błędy; konieczne jest uruchomienie e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005155
5156#: misc/lsattr.c:75
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005157#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005158msgid "Usage: %s [-RVadlpv] [files...]\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005159msgstr "Składnia: %s [-RVadlpv] [pliki...]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005161#: misc/lsattr.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005162#, c-format
5163msgid "While reading flags on %s"
5164msgstr "Podczas odczytu flag %s"
5165
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005166#: misc/lsattr.c:93
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005167#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005168msgid "While reading project on %s"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005169msgstr "Podczas odczytu projektu %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005170
5171#: misc/lsattr.c:102
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005172#, c-format
5173msgid "While reading version on %s"
5174msgstr "Podczas odczytu wersji %s"
5175
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005176#: misc/mke2fs.c:124
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005177#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005178msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005179"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005180"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005181"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005182"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005183"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005184"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005185"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5186"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005187"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005188msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005189"Składnia: %s [-c|-l nazwa-pliku] [-b rozm.bloku] [-C rozm.klastra]\n"
5190"\t[-i bajtów-na-i-węzeł] [-I rozm-i-węzła] [-J opcje-kroniki]\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005191"\t[-G rozmiar-grupy-flex] [-N liczba-i-węzłów] [-d katalog-główny]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005192"\t[-m procent-rezerw.-bloków] [-o os-twórcy]\n"
5193"\t[-g bloków-w-grupie] [-L etykieta-wolumenu] [-M ost.-mont.-katalog]\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005194"\t[-O cecha[,...]] [-r wersja-fs] [-E opcja-rozszerzona[,...]]\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005195"\t[-t typ-fs] [-T typ-użycia] [-U UUID] [-e traktowanie_błędów]\n"
5196"\t[-z plik_undo] [-jnqvDFSV] urządzenie [liczba-bloków]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005198#: misc/mke2fs.c:255
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005199#, c-format
5200msgid "Running command: %s\n"
5201msgstr "Uruchamianie polecenia: %s\n"
5202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005203#: misc/mke2fs.c:259
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005204#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005205msgid "while trying to run '%s'"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005206msgstr "podczas próby uruchomienia '%s'"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005208#: misc/mke2fs.c:266
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005209msgid "while processing list of bad blocks from program"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005210msgstr "podczas przetwarzania listy wadliwych bloków z programu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005211
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005212#: misc/mke2fs.c:293
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005213#, c-format
5214msgid "Block %d in primary superblock/group descriptor area bad.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005215msgstr "Wadliwy blok %d w głównym superbloku/obszarze deskryptora grup.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005217#: misc/mke2fs.c:295
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005218#, c-format
5219msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5220msgstr "Bloki od %u do %u muszą być dobre, aby stworzyć system plików.\n"
5221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005222#: misc/mke2fs.c:298
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005223msgid "Aborting....\n"
5224msgstr "Przerwano...\n"
5225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005226#: misc/mke2fs.c:318
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005227#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005228msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005229"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005230"\tbad blocks.\n"
5231"\n"
5232msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005233"Uwaga: zapasowy superblok/deskryptory grup w bloku %u zawierają\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005234"\twadliwe bloki.\n"
5235"\n"
5236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005237#: misc/mke2fs.c:337
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005238msgid "while marking bad blocks as used"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005239msgstr "podczas zaznaczania wadliwych bloków jako używane"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005241#: misc/mke2fs.c:408
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005242msgid "Writing inode tables: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005243msgstr "Zapis tablicy i-węzłów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005245#: misc/mke2fs.c:430
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005246#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005247msgid ""
5248"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005249"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005250msgstr ""
5251"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005252"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 -05005253
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005254#: misc/mke2fs.c:444 misc/mke2fs.c:2673 misc/mke2fs.c:3049
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005255msgid "done \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005256msgstr "zakończono \n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005257
Theodore Ts'o48203a32016-06-08 15:45:26 -04005258#: misc/mke2fs.c:459
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005259msgid "while creating root dir"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005260msgstr "podczas tworzenia głównego katalogu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005261
Theodore Ts'o48203a32016-06-08 15:45:26 -04005262#: misc/mke2fs.c:466
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005263msgid "while reading root inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005264msgstr "podczas odczytu głównego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005265
Theodore Ts'o48203a32016-06-08 15:45:26 -04005266#: misc/mke2fs.c:478
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005267msgid "while setting root inode ownership"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005268msgstr "podczas ustawiania właściciela głównego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005269
Theodore Ts'o48203a32016-06-08 15:45:26 -04005270#: misc/mke2fs.c:496
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005271msgid "while creating /lost+found"
5272msgstr "podczas tworzenia /lost+found"
5273
Theodore Ts'o48203a32016-06-08 15:45:26 -04005274#: misc/mke2fs.c:503
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005275msgid "while looking up /lost+found"
5276msgstr "podczas szukania /lost+found"
5277
Theodore Ts'o48203a32016-06-08 15:45:26 -04005278#: misc/mke2fs.c:516
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005279msgid "while expanding /lost+found"
5280msgstr "podczas rozszerzania /lost+found"
5281
Theodore Ts'o48203a32016-06-08 15:45:26 -04005282#: misc/mke2fs.c:531
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005283msgid "while setting bad block inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005284msgstr "podczas ustawiania i-węzła wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005285
Theodore Ts'o48203a32016-06-08 15:45:26 -04005286#: misc/mke2fs.c:558
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005287#, c-format
5288msgid "Out of memory erasing sectors %d-%d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005289msgstr "Brak pamięci podczas czyszczenia sektorów %d-%d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005290
Theodore Ts'o48203a32016-06-08 15:45:26 -04005291#: misc/mke2fs.c:568
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005292#, c-format
5293msgid "Warning: could not read block 0: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005294msgstr "Uwaga: nie można odczytać bloku 0: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005295
Theodore Ts'o48203a32016-06-08 15:45:26 -04005296#: misc/mke2fs.c:584
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005297#, c-format
5298msgid "Warning: could not erase sector %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005299msgstr "Uwaga: nie można wyczyścić sektora %d: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005300
Theodore Ts'o48203a32016-06-08 15:45:26 -04005301#: misc/mke2fs.c:600
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005302msgid "while initializing journal superblock"
Jakub Boguszdf585272014-05-18 09:46:34 -04005303msgstr "podczas inicjowania superbloku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005304
Theodore Ts'o48203a32016-06-08 15:45:26 -04005305#: misc/mke2fs.c:608
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005306msgid "Zeroing journal device: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005307msgstr "Zerowanie urządzenia kroniki: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005308
Theodore Ts'o48203a32016-06-08 15:45:26 -04005309#: misc/mke2fs.c:620
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005310#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005311msgid "while zeroing journal device (block %llu, count %d)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005312msgstr "podczas zerowania urządzenia kroniki (blok %llu, liczba %d)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005313
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005314#: misc/mke2fs.c:638
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005315msgid "while writing journal superblock"
5316msgstr "podczas zapisu superbloku kroniki"
5317
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005318#: misc/mke2fs.c:653
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005319#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005320msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005321msgstr "Tworzenie systemu plików o %llu blokach %dk oraz %u i-węzłach\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005322
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005323#: misc/mke2fs.c:661
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005324#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005325msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005326"warning: %llu blocks unused.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005327"\n"
5328msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005329"uwaga: %llu bloków nie używanych.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005330"\n"
5331
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005332#: misc/mke2fs.c:666
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005333#, c-format
5334msgid "Filesystem label=%s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005335msgstr "Etykieta systemu plików=%s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005336
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005337#: misc/mke2fs.c:669
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005338#, c-format
5339msgid "OS type: %s\n"
5340msgstr "Typ OS: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005341
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005342#: misc/mke2fs.c:671
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005343#, c-format
5344msgid "Block size=%u (log=%u)\n"
5345msgstr "Rozmiar bloku=%u (log=%u)\n"
5346
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005347#: misc/mke2fs.c:674
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005348#, c-format
5349msgid "Cluster size=%u (log=%u)\n"
5350msgstr "Rozmiar klastra=%u (log=%u)\n"
5351
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005352#: misc/mke2fs.c:678
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005353#, c-format
5354msgid "Fragment size=%u (log=%u)\n"
5355msgstr "Rozmiar fragmentu=%u (log=%u)\n"
5356
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005357#: misc/mke2fs.c:680
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005358#, c-format
5359msgid "Stride=%u blocks, Stripe width=%u blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005360msgstr "Stride=%u bloków, szerokość Stripe=%u bloków\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005361
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005362#: misc/mke2fs.c:682
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005363#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005364msgid "%u inodes, %llu blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005365msgstr "%u i-węzłów, %llu bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005366
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005367#: misc/mke2fs.c:684
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005368#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005369msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005370msgstr "%llu bloków (%2.2f%%) zarezerwowanych dla superużytkownika\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005371
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005372#: misc/mke2fs.c:687
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005373#, c-format
5374msgid "First data block=%u\n"
5375msgstr "Pierwszy blok danych=%u\n"
5376
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005377#: misc/mke2fs.c:689
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005378#, c-format
5379msgid "Root directory owner=%u:%u\n"
5380msgstr "Właściciel głównego katalogu=%u:%u\n"
5381
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005382#: misc/mke2fs.c:691
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005383#, c-format
5384msgid "Maximum filesystem blocks=%lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005385msgstr "Maksymalna liczba bloków systemu plików=%lu\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005386
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005387#: misc/mke2fs.c:695
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005388#, c-format
5389msgid "%u block groups\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005390msgstr "%u grup bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005391
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005392#: misc/mke2fs.c:697
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005393#, c-format
5394msgid "%u block group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005395msgstr "%u grupa bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005396
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005397#: misc/mke2fs.c:699
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005398#, c-format
5399msgid "%u blocks per group, %u clusters per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005400msgstr "%u bloków w grupie, %u klastrów w grupie\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005401
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005402#: misc/mke2fs.c:702
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005403#, c-format
5404msgid "%u blocks per group, %u fragments per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005405msgstr "%u bloków w grupie, %u fragmentów w grupie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005406
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005407#: misc/mke2fs.c:704
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005408#, c-format
5409msgid "%u inodes per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005410msgstr "%u i-węzłów w grupie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005411
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005412#: misc/mke2fs.c:713
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005413#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005414msgid "Filesystem UUID: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005415msgstr "UUID systemu plików: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005416
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005417#: misc/mke2fs.c:714
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005418msgid "Superblock backups stored on blocks: "
5419msgstr "Kopie zapasowe superbloku zapisane w blokach: "
5420
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005421#: misc/mke2fs.c:808
Jakub Boguszdf585272014-05-18 09:46:34 -04005422#, c-format
5423msgid "%s requires '-O 64bit'\n"
5424msgstr "%s wymaga '-O 64bit'\n"
5425
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005426#: misc/mke2fs.c:814
Jakub Boguszdf585272014-05-18 09:46:34 -04005427#, c-format
5428msgid "'%s' must be before 'resize=%u'\n"
5429msgstr "'%s' musi być przed 'resize=%u'\n"
5430
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005431#: misc/mke2fs.c:827
Jakub Boguszdf585272014-05-18 09:46:34 -04005432#, c-format
5433msgid "Invalid desc_size: '%s'\n"
5434msgstr "Błędny desc_size: '%s'\n"
5435
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005436#: misc/mke2fs.c:840
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005437#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005438msgid "Invalid offset: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005439msgstr "Błędny offset: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005440
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005441#: misc/mke2fs.c:854 misc/tune2fs.c:1958
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005442#, c-format
5443msgid "Invalid mmp_update_interval: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005444msgstr "Błędny okres uaktualniania mmp: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005445
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005446#: misc/mke2fs.c:868
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005447#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005448msgid "Invalid # of backup superblocks: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005449msgstr "Błędna liczba kopii zapasowych superbloku: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005450
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005451#: misc/mke2fs.c:890
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005452#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005453msgid "Invalid stride parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005454msgstr "Błędny parametr stride: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005455
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005456#: misc/mke2fs.c:905
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005457#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005458msgid "Invalid stripe-width parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005459msgstr "Błędny parametr stripe-width: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005460
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005461#: misc/mke2fs.c:928
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005462#, c-format
5463msgid "Invalid resize parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005464msgstr "Błędny parametr resize: %s\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005465
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005466#: misc/mke2fs.c:935
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005467msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005468msgstr ""
5469"Maksymalny rozmiar (resize) musi być większy od rozmiaru systemu plików.\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005470
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005471#: misc/mke2fs.c:959
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005472msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005473msgstr ""
5474"Zmiana rozmiaru w locie nie jest obsługiwana przez systemy plików w wersji "
5475"0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005476
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005477#: misc/mke2fs.c:985 misc/mke2fs.c:994
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005478#, c-format
5479msgid "Invalid root_owner: '%s'\n"
5480msgstr "Błędny root_owner: '%s'\n"
5481
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005482#: misc/mke2fs.c:1035
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005483#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005484msgid ""
5485"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005486"Bad option(s) specified: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005487"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005488"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005489"\tis set off by an equals ('=') sign.\n"
5490"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005491"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005492"\tmmp_update_interval=<interval>\n"
5493"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005494"\tstride=<RAID per-disk data chunk in blocks>\n"
5495"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005496"\toffset=<offset to create the file system>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005497"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005498"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005499"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005500"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005501"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005502"\ttest_fs\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005503"\tdiscard\n"
5504"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005505"\tquotatype=<quota type(s) to be enabled>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005506"\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005507msgstr ""
5508"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005509"Podano błędne opcje: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005510"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005511"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
5512"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005513"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005514"Poprawne opcje rozszerzone to:\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005515"\tmmp_update_interval=<przedział>\n"
5516"\tnum_backup_sb=<0|1|2>\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005517"\tstride=<rozmiar porcji danych RAID na dysku w blokach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005518"\tstripe-width=<RAID stride * liczba dysków danych w blokach>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005519"\toffset=<przesunięcie systemu plików do utworzenia>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005520"\tresize=<maksymalny rozmiar powiększenia w blokach>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005521"\tpacked_meta_blocks=<0 aby wyłączyć, 1 aby włączyć>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005522"\tlazy_itable_init=<0 aby wyłączyć, 1 aby włączyć>\n"
5523"\tlazy_journal_init=<0 aby wyłączyć, 1 aby włączyć>\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005524"\troot_owner=<uid katalogu głównego>:<gid katalogu głównego>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05005525"\ttest_fs\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005526"\tdiscard\n"
5527"\tnodiscard\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005528"\tquotatype=<rodzaj(e) limitów do włączenia>\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005529"\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005530
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005531#: misc/mke2fs.c:1060
Theodore Ts'o8f741372008-02-28 21:47:05 -05005532#, c-format
5533msgid ""
5534"\n"
5535"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5536"\n"
5537msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005538"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005539"Uwaga: RAID stripe-width %u nie jest parzystą wielokrotnością stride %u.\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005540"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005541
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005542#: misc/mke2fs.c:1102
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005543#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005544msgid ""
5545"Syntax error in mke2fs config file (%s, line #%d)\n"
5546"\t%s\n"
5547msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005548"Błąd składni w pliku konfiguracyjnym mke2fs (%s, linia %d)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005549"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005550
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005551#: misc/mke2fs.c:1115 misc/tune2fs.c:1007
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005552#, c-format
5553msgid "Invalid filesystem option set: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005554msgstr "Ustawiona błędna opcja systemu plików: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005555
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005556#: misc/mke2fs.c:1127 misc/tune2fs.c:406
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005557#, c-format
5558msgid "Invalid mount option set: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005559msgstr "Ustawiona błędna opcja montowania: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005560
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005561#: misc/mke2fs.c:1263
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005562#, c-format
5563msgid ""
5564"\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005565"Your mke2fs.conf file does not define the %s filesystem type.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005566msgstr ""
5567"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005568"Uwaga! Plik mke2fs.conf nie określa typu systemu plików %s.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005569
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005570#: misc/mke2fs.c:1267
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005571msgid ""
5572"You probably need to install an updated mke2fs.conf file.\n"
5573"\n"
5574msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005575"Prawdopodobnie trzeba zainstalować uaktualniony plik mke2fs.conf.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005576"\n"
5577
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005578#: misc/mke2fs.c:1271
Jakub Bogusze20ac792011-01-24 15:03:43 -05005579msgid "Aborting...\n"
5580msgstr "Przerwano...\n"
5581
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005582#: misc/mke2fs.c:1312
Jakub Bogusze20ac792011-01-24 15:03:43 -05005583#, c-format
5584msgid ""
5585"\n"
5586"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5587"\n"
5588msgstr ""
5589"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005590"Uwaga: typ systemu plików %s nie jest zdefiniowany w mke2fs.conf\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005591"\n"
5592
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005593#: misc/mke2fs.c:1494
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005594msgid "Couldn't allocate memory for new PATH.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005595msgstr "Nie udało się przydzielić pamięci na nową PATH\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005596
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005597#: misc/mke2fs.c:1535
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005598#, c-format
5599msgid "Couldn't init profile successfully (error: %ld).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005600msgstr "Nie udało się poprawnie zainicjować profilu (błąd: %ld).\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005601
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005602#: misc/mke2fs.c:1568
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005603#, c-format
5604msgid "invalid block size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005605msgstr "błędny rozmiar bloku - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005606
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005607#: misc/mke2fs.c:1572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005608#, c-format
5609msgid "Warning: blocksize %d not usable on most systems.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005610msgstr "Uwaga: rozmiar bloku %d nie używalny na większości systemów.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005611
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005612#: misc/mke2fs.c:1588
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005613#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005614msgid "invalid cluster size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005615msgstr "błędny rozmiar klastra - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005616
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005617#: misc/mke2fs.c:1601
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005618msgid "'-R' is deprecated, use '-E' instead"
5619msgstr "'-%' jest przestarzałe, zamiast niego należy używać '-E'"
5620
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005621#: misc/mke2fs.c:1615 misc/tune2fs.c:1687
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005622#, c-format
5623msgid "bad error behavior - %s"
5624msgstr "błędne traktowanie błędów - %s"
5625
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005626#: misc/mke2fs.c:1627
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005627msgid "Illegal number for blocks per group"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005628msgstr "Błędna liczba bloków w grupie"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005629
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005630#: misc/mke2fs.c:1632
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005631msgid "blocks per group must be multiple of 8"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005632msgstr "liczba bloków w grupie musi być wielokrotnością 8"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005633
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005634#: misc/mke2fs.c:1640
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005635msgid "Illegal number for flex_bg size"
5636msgstr "Niedopuszczalny rozmiar flex_bg"
5637
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005638#: misc/mke2fs.c:1646
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005639msgid "flex_bg size must be a power of 2"
5640msgstr "rozmiar flex_bg musi być potęgą 2"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005641
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005642#: misc/mke2fs.c:1651
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005643#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005644msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005645msgstr "rozmiar flex_bg (%lu) musi być mniejszy lub równy 2^31"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005646
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005647#: misc/mke2fs.c:1661
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005648#, c-format
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005649msgid "invalid inode ratio %s (min %d/max %d)"
5650msgstr "błędny stosunek i-węzłów %s (min %d/max %d)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005651
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005652#: misc/mke2fs.c:1671
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005653#, c-format
5654msgid "invalid inode size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005655msgstr "błędny rozmiar i-węzła - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005656
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005657#: misc/mke2fs.c:1684
Theodore Ts'o4e528702016-09-04 21:31:21 -04005658msgid ""
5659"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5660"nodiscard' extended option instead!\n"
5661msgstr ""
5662"Uwaga: opcja -K jest przestarzała i nie powinna już być używana. Zamiast "
5663"niej należy użyć opcji rozszerzonej '-E nodiscard'.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005664
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005665#: misc/mke2fs.c:1695
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005666msgid "in malloc for bad_blocks_filename"
5667msgstr "w malloc dla bad_blocks_filename"
5668
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005669#: misc/mke2fs.c:1704
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005670#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04005671msgid ""
5672"Warning: label too long; will be truncated to '%s'\n"
5673"\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005674msgstr "Uwaga: etykieta za długa; zostanie skrócona do '%s'\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005675
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005676#: misc/mke2fs.c:1713
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005677#, c-format
5678msgid "invalid reserved blocks percent - %s"
5679msgstr "błędny procent zarezerwowanych bloków - %s"
5680
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005681#: misc/mke2fs.c:1728
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005682#, c-format
5683msgid "bad num inodes - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005684msgstr "błędna liczba i-węzłów - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005685
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005686#: misc/mke2fs.c:1741
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005687msgid "while allocating fs_feature string"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005688msgstr "podczas przydzielania łańcucha fs_feature"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005689
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005690#: misc/mke2fs.c:1758
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005691#, c-format
5692msgid "bad revision level - %s"
5693msgstr "błędny poziom wersji - %s"
5694
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005695#: misc/mke2fs.c:1763
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005696#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005697msgid "while trying to create revision %d"
Jakub Bogusz751b3db2014-07-09 23:13:31 -04005698msgstr "tpodczas próby utworzenia rewizji %d"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005699
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005700#: misc/mke2fs.c:1777
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005701msgid "The -t option may only be used once"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005702msgstr "Opcja -t może być użyta tylko raz"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005703
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005704#: misc/mke2fs.c:1785
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005705msgid "The -T option may only be used once"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005706msgstr "Opcja -T może być użyta tylko raz"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005707
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005708#: misc/mke2fs.c:1841 misc/mke2fs.c:3133
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005709#, c-format
5710msgid "while trying to open journal device %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005711msgstr "podczas próby otwarcia urządzenia kroniki %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005712
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005713#: misc/mke2fs.c:1847
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005714#, c-format
5715msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5716msgstr "Rozmiar bloku urządzenia z kroniką (%d) mniejszy od minimalnego %d\n"
5717
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005718#: misc/mke2fs.c:1853
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005719#, c-format
5720msgid "Using journal device's blocksize: %d\n"
5721msgstr "Użycie rozmiaru bloku urządzenia kroniki: %d\n"
5722
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005723#: misc/mke2fs.c:1864
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005724#, c-format
5725msgid "invalid blocks '%s' on device '%s'"
5726msgstr "błędna liczba bloków '%s' na urządzeniu '%s'"
5727
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005728#: misc/mke2fs.c:1888
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005729msgid "filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005730msgstr "system plików"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005731
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005732#: misc/mke2fs.c:1901 resize/main.c:491
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005733msgid "while trying to determine filesystem size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005734msgstr "podczas próby określenia rozmiaru systemu plików"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005735
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005736#: misc/mke2fs.c:1907
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005737msgid ""
5738"Couldn't determine device size; you must specify\n"
5739"the size of the filesystem\n"
5740msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005741"Nie można określić rozmiaru urządzenia; rozmiar systemu\n"
5742"plików musi być podany\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005743
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005744#: misc/mke2fs.c:1914
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005745msgid ""
5746"Device size reported to be zero. Invalid partition specified, or\n"
5747"\tpartition table wasn't reread after running fdisk, due to\n"
5748"\ta modified partition being busy and in use. You may need to reboot\n"
5749"\tto re-read your partition table.\n"
5750msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005751"Odczytany rozmiar urządzenia wynosi zero. Podano błędną partycję\n"
5752"\tlub tablica partycji nie była odczytana ponownie po uruchomieniu\n"
5753"\tfdiska z powodu zajętej modyfikowanej partycji. Ponowny odczyt\n"
5754"\ttablicy partycji może wymagać rebootu.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005755
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005756#: misc/mke2fs.c:1931
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005757msgid "Filesystem larger than apparent device size."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005758msgstr "System plików większy od widocznego rozmiaru urządzenia."
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005759
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005760#: misc/mke2fs.c:1951
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005761msgid "Failed to parse fs types list\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005762msgstr "Nie udało się przeanalizować listy typów systemów plików\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005763
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005764#: misc/mke2fs.c:1999
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005765msgid "The HURD does not support the filetype feature.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005766msgstr "HURD nie obsługuje właściwości filetype.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005767
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005768#: misc/mke2fs.c:2004
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005769msgid "The HURD does not support the huge_file feature.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005770msgstr "HURD nie obsługuje właściwości huge_file.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005771
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005772#: misc/mke2fs.c:2009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005773msgid "The HURD does not support the metadata_csum feature.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005774msgstr "HURD nie obsługuje właściwości metadata_csum.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005775
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005776#: misc/mke2fs.c:2019
Jakub Boguszdf585272014-05-18 09:46:34 -04005777msgid "while trying to determine hardware sector size"
5778msgstr "podczas próby określenia rozmiaru sprzętowego sektora"
5779
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005780#: misc/mke2fs.c:2025
Jakub Boguszdf585272014-05-18 09:46:34 -04005781msgid "while trying to determine physical sector size"
5782msgstr "podczas próby określenia rozmiaru sektora fizycznego"
5783
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005784#: misc/mke2fs.c:2057
Jakub Boguszdf585272014-05-18 09:46:34 -04005785msgid "while setting blocksize; too small for device\n"
5786msgstr "podczas ustawiania rozmiaru bloku; zbyt mały dla urządzenia\n"
5787
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005788#: misc/mke2fs.c:2062
Jakub Boguszdf585272014-05-18 09:46:34 -04005789#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005790msgid ""
5791"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5792msgstr ""
5793"Uwaga: podany rozmiar bloku %d jest mniejszy niż rozmiar sektora fizycznego "
5794"%d\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005795
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005796#: misc/mke2fs.c:2086
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005797#, c-format
5798msgid ""
5799"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5800"\tin 32 bits using a blocksize of %d.\n"
5801msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005802"%s: Rozmiar urządzenia (0x%llx bloków) %s jest zbyt duży, aby wyrazić go\n"
5803"\tw 32 bitach przy użyciu rozmiaru bloku %d.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005804
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005805#: misc/mke2fs.c:2098
5806#, fuzzy, c-format
5807msgid ""
5808"%s: Size of device (0x%llx blocks) %s too big to create\n"
5809"\ta filesystem using a blocksize of %d.\n"
5810msgstr ""
5811"%s: Rozmiar urządzenia (0x%llx bloków) %s jest zbyt duży, aby wyrazić go\n"
5812"\tw 32 bitach przy użyciu rozmiaru bloku %d.\n"
5813
5814#: misc/mke2fs.c:2120
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04005815msgid "fs_types for mke2fs.conf resolution: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005816msgstr "Rozwinięcie fs_types dla mke2fs.conf: "
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04005817
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005818#: misc/mke2fs.c:2127
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005819msgid "Filesystem features not supported with revision 0 filesystems\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005820msgstr "Cechy systemu plików nie obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005821
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005822#: misc/mke2fs.c:2135
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005823msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005824msgstr ""
5825"Rzadkie superbloki nie są obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005826
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005827#: misc/mke2fs.c:2145
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005828msgid "Journals not supported with revision 0 filesystems\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005829msgstr "Kroniki nie są obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005830
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005831#: misc/mke2fs.c:2158
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005832#, c-format
5833msgid "invalid reserved blocks percent - %lf"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005834msgstr "błędny procent zarezerwowanych bloków - %lf"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005835
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005836#: misc/mke2fs.c:2175
Theodore Ts'o4e528702016-09-04 21:31:21 -04005837msgid ""
5838"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5839"rectify.\n"
5840msgstr ""
5841"Ekstenty MUSZĄ być włączone dla 64-bitowego systemu plików. Aby to poprawić, "
5842"należy przekazać -O extents.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005843
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005844#: misc/mke2fs.c:2195
Jakub Boguszdf585272014-05-18 09:46:34 -04005845msgid "The cluster size may not be smaller than the block size.\n"
5846msgstr "Rozmiar klastra nie może być mniejszy niż rozmiar bloku.\n"
5847
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005848#: misc/mke2fs.c:2201
Jakub Boguszdf585272014-05-18 09:46:34 -04005849msgid "specifying a cluster size requires the bigalloc feature"
5850msgstr "określenie rozmiaru klastra wymaga własności bigalloc"
5851
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005852#: misc/mke2fs.c:2221
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005853#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04005854msgid "warning: Unable to get device geometry for %s\n"
5855msgstr "uwaga: nie udało się odczytać geometrii urządzenia dla %s\n"
5856
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005857#: misc/mke2fs.c:2224
Jakub Boguszdf585272014-05-18 09:46:34 -04005858#, c-format
5859msgid "%s alignment is offset by %lu bytes.\n"
5860msgstr "Wyrównanie %s jest przesunięte o %lu bajtów.\n"
5861
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005862#: misc/mke2fs.c:2226
Jakub Boguszdf585272014-05-18 09:46:34 -04005863#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005864msgid ""
5865"This may result in very poor performance, (re)-partitioning suggested.\n"
5866msgstr ""
5867"Może to powodować bardzo niską wydajność, zalecane jest "
5868"(prze)partycjonowanie.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005869
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005870#: misc/mke2fs.c:2247
Jakub Boguszdf585272014-05-18 09:46:34 -04005871#, c-format
5872msgid "%d-byte blocks too big for system (max %d)"
5873msgstr "%d-bajtowe bloki są zbyt duże dla systemu (max %d)"
5874
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005875#: misc/mke2fs.c:2251
Jakub Boguszdf585272014-05-18 09:46:34 -04005876#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005877msgid ""
5878"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5879msgstr ""
5880"Uwaga: %d-bajtowe bloki są zbyt duże dla systemu (max %d), wymuszono "
5881"kontynuację\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005882
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005883#: misc/mke2fs.c:2259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005884#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005885msgid ""
5886"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5887"and journal checksum features.\n"
5888msgstr ""
5889"Sugestia: jądro Linuksa >= 3.18 daje lepszą stabilność metadanych oraz sumy "
5890"kontrolne kroniki.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005891
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005892#: misc/mke2fs.c:2314
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005893#, c-format
5894msgid ""
5895"\n"
5896"Warning: offset specified without an explicit file system size.\n"
5897"Creating a file system with %llu blocks but this might\n"
5898"not be what you want.\n"
5899"\n"
5900msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005901"\n"
5902"Uwaga: offset podany bez jawnego rozmiaru systemu plików.\n"
5903"Tworzenie systemu plików o %llu blokach, ale być może nie o to chodziło.\n"
5904"\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005905
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005906#: misc/mke2fs.c:2331
Jakub Boguszdf585272014-05-18 09:46:34 -04005907msgid "Can't support bigalloc feature without extents feature"
5908msgstr "Obsługa własności bigalloc jest niemożliwa bez własności extents"
5909
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005910#: misc/mke2fs.c:2338
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005911msgid ""
5912"The resize_inode and meta_bg features are not compatible.\n"
5913"They can not be both enabled simultaneously.\n"
5914msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005915"Cechy resize_inode i meta_bg nie są kompatybilne.\n"
5916"Nie można ich włączyć jednocześnie.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005917
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005918#: misc/mke2fs.c:2346
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005919msgid ""
5920"\n"
5921"Warning: the bigalloc feature is still under development\n"
5922"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5923"\n"
5924msgstr ""
5925"\n"
5926"Uwaga: własność bigalloc jest nadal w trakcie rozwoju.\n"
5927"Więcej informacji pod https://ext4.wiki.kernel.org/index.php/Bigalloc\n"
5928"\n"
5929
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005930#: misc/mke2fs.c:2358
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005931msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005932msgstr ""
5933"zarezerwowane bloki do zmiany rozmiaru w locie nie obsługiwane na nieciągłym "
5934"systemie plików"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005935
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005936#: misc/mke2fs.c:2367
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005937msgid "blocks per group count out of range"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005938msgstr "liczba bloków w grupie spoza zakresu"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005939
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005940#: misc/mke2fs.c:2389
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005941msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005942msgstr ""
5943"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 -05005944
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005945#: misc/mke2fs.c:2401
Theodore Ts'o886017a2005-06-26 22:11:46 -04005946#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04005947msgid "invalid inode size %d (min %d/max %d)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005948msgstr "błędny rozmiar i-węzła %d (min %d/max %d)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005949
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005950#: misc/mke2fs.c:2416
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005951#, c-format
5952msgid "%d byte inodes are too small for inline data; specify larger size"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005953msgstr ""
5954"i-węzły %d-bajtowe są zbyt małe dla danych wewnętrznych; proszę podać "
5955"większy rozmiar"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005956
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005957#: misc/mke2fs.c:2429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005958#, c-format
5959msgid "%d byte inodes are too small for project quota; specify larger size"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005960msgstr ""
5961"i-węzły %d-bajtowe są zbyt małe dla limitów projektu; proszę podać większy "
5962"rozmiar"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005963
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005964#: misc/mke2fs.c:2444
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005965#, c-format
5966msgid "too many inodes (%llu), raise inode ratio?"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005967msgstr "zbyt dużo i-węzłów (%llu), zwiększyć współczynnik i-węzłów?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005968
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005969#: misc/mke2fs.c:2451
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005970#, c-format
5971msgid "too many inodes (%llu), specify < 2^32 inodes"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005972msgstr "zbyt dużo i-węzłów (%llu), należy podać < 2^32"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005973
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005974#: misc/mke2fs.c:2465
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005975#, c-format
5976msgid ""
5977"inode_size (%u) * inodes_count (%u) too big for a\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005978"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005979"\tor lower inode count (-N).\n"
5980msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005981"rozm_iwęzła (%u) * liczba_iwęzłów (%u) zbyt duże dla systemu\n"
5982"\tplików o liczbie bloków %llu, należy podać większy współczynnik (-i)\n"
5983"\tlub mniejszą liczbę i-węzłów (-N).\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005984
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005985#: misc/mke2fs.c:2652
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005986msgid "Discarding device blocks: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005987msgstr "Porzucanie bloków urządzenia: "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005988
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005989#: misc/mke2fs.c:2668
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005990msgid "failed - "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005991msgstr "nie powiodło się - "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005992
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005993#: misc/mke2fs.c:2727
Theodore Ts'o48203a32016-06-08 15:45:26 -04005994msgid "while initializing quota context"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005995msgstr "podczas inicjowania kontekstu limitów"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005996
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005997#: misc/mke2fs.c:2734
Theodore Ts'o48203a32016-06-08 15:45:26 -04005998msgid "while writing quota inodes"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04005999msgstr "podczas zapisu i-węzłów limitów"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006000
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006001#: misc/mke2fs.c:2759
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006002#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006003msgid "bad error behavior in profile - %s"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006004msgstr "błędne traktowanie błędów w profilu - %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006005
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006006#: misc/mke2fs.c:2833
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006007msgid "while setting up superblock"
6008msgstr "podczas ustawiania superbloku"
6009
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006010#: misc/mke2fs.c:2849
Theodore Ts'o4e528702016-09-04 21:31:21 -04006011msgid ""
6012"Extents are not enabled. The file extent tree can be checksummed, whereas "
6013"block maps cannot. Not enabling extents reduces the coverage of metadata "
6014"checksumming. Pass -O extents to rectify.\n"
6015msgstr ""
6016"Ekstenty nie są włączone. Drzewo ekstenów plików może mieć sumy kontrolne, a "
6017"mapy bloków nie. Niewłączenie ekstentów zmniejsza pokrycie sum kontrolnych "
6018"metadanych. Aby to poprawić, należy dodać opcję -O extents.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006019
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006020#: misc/mke2fs.c:2856
Theodore Ts'o4e528702016-09-04 21:31:21 -04006021msgid ""
6022"64-bit filesystem support is not enabled. The larger fields afforded by "
6023"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
6024msgstr ""
6025"Obsługa 64-bitowego systemu plików nie jest włączona. Większe pola "
6026"dostarczane przez tę cechę pozwalają na silniejsze sumy kontrolne. Aby to "
6027"poprawić, należy dodać opcję -O 64bit.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006028
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006029#: misc/mke2fs.c:2864
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006030msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006031msgstr "Cecha metadata_csum_seed wymaga cechy metadata_csum.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006032
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006033#: misc/mke2fs.c:2888
Jakub Boguszdf585272014-05-18 09:46:34 -04006034msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006035msgstr ""
6036"Czyszczenie się powiodło i będzie zwracać zera - pominięto czyszczenie "
6037"tablicy i-węzłów\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05006038
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006039#: misc/mke2fs.c:2974
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006040#, c-format
6041msgid "unknown os - %s"
6042msgstr "nieznany os - %s"
6043
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006044#: misc/mke2fs.c:3037
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006045msgid "Allocating group tables: "
6046msgstr "Przydzielanie tablicy grup: "
6047
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006048#: misc/mke2fs.c:3045
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006049msgid "while trying to allocate filesystem tables"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006050msgstr "podczas próby przydzielenia tablic systemu plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006051
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006052#: misc/mke2fs.c:3054
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006053msgid ""
6054"\n"
6055"\twhile converting subcluster bitmap"
6056msgstr ""
6057"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006058"\tpodczas próby przekształcenia bitmapy podklastrów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006059
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006060#: misc/mke2fs.c:3060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006061#, c-format
6062msgid "%s may be further corrupted by superblock rewrite\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006063msgstr "%s może być bardziej uszkodzony poprzez nadpisanie superbloku\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006064
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006065#: misc/mke2fs.c:3101
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006066#, c-format
6067msgid "while zeroing block %llu at end of filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006068msgstr "podczas zerowania bloku %llu na końcu systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006069
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006070#: misc/mke2fs.c:3114
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05006071msgid "while reserving blocks for online resize"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006072msgstr "podczas rezerwowania bloków na zmianę rozmiaru w locie"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05006073
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006074#: misc/mke2fs.c:3126 misc/tune2fs.c:1415
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006075msgid "journal"
6076msgstr "kronika"
6077
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006078#: misc/mke2fs.c:3138
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006079#, c-format
6080msgid "Adding journal to device %s: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006081msgstr "Dodano kronikę do urządzenia %s: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006082
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006083#: misc/mke2fs.c:3145
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006084#, c-format
6085msgid ""
6086"\n"
6087"\twhile trying to add journal to device %s"
6088msgstr ""
6089"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006090"\tpodczas próby dodania kroniki do urządzenia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006091
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006092#: misc/mke2fs.c:3150 misc/mke2fs.c:3179 misc/mke2fs.c:3219
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006093#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006094msgid "done\n"
6095msgstr "wykonano\n"
6096
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006097#: misc/mke2fs.c:3156
Jakub Boguszdd6d6712009-07-01 21:32:26 -04006098msgid "Skipping journal creation in super-only mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006099msgstr "Pominięto tworzenie kroniki w trybie super-only\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04006100
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006101#: misc/mke2fs.c:3166
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006102#, c-format
6103msgid "Creating journal (%u blocks): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006104msgstr "Tworzenie kroniki (%u bloków): "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006105
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006106#: misc/mke2fs.c:3175
Jakub Boguszf64e68e2012-04-22 15:38:43 -04006107msgid ""
6108"\n"
6109"\twhile trying to create journal"
6110msgstr ""
6111"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006112"\tpodczas próby utworzenia kroniki"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04006113
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006114#: misc/mke2fs.c:3187 misc/tune2fs.c:1072
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006115msgid ""
6116"\n"
6117"Error while enabling multiple mount protection feature."
6118msgstr ""
6119"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006120"Błąd podczas włączania funkcji zabezpieczenia przed wielokrotnym montowaniem."
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006121
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006122#: misc/mke2fs.c:3192
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006123#, c-format
6124msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006125msgstr ""
6126"Zabezpieczenie przed wielokrotnym montowaniem jest włączone z okresem "
6127"uaktualniania %d sekund.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006128
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006129#: misc/mke2fs.c:3210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006130msgid "Copying files into the device: "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006131msgstr "Kopiowanie plików na urzędzenie: "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006132
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006133#: misc/mke2fs.c:3216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006134msgid "while populating file system"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006135msgstr "podczas zapełniania systemu plików"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006136
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006137#: misc/mke2fs.c:3223
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006138msgid "Writing superblocks and filesystem accounting information: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006139msgstr "Zapis superbloków i podsumowania systemu plików: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006140
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006141#: misc/mke2fs.c:3230
6142#, fuzzy
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006143msgid ""
6144"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006145"Warning, had trouble writing out superblocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006146msgstr ""
6147"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006148"Uwaga, problemy z zapisem superbloków."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006149
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006150#: misc/mke2fs.c:3232
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006151msgid ""
6152"done\n"
6153"\n"
6154msgstr ""
6155"wykonano\n"
6156"\n"
6157
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006158#: misc/mk_hugefiles.c:424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006159#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006160msgid ""
6161"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6162msgstr ""
6163"Przesunięcie partycji w blokach %llu (%uk) nie jest zgodne z rozmiarem "
6164"klastra %u.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006165
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006166#: misc/mk_hugefiles.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006167msgid "Huge files will be zero'ed\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006168msgstr "Duże pliki będą wyzerowane\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006169
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006170#: misc/mk_hugefiles.c:492
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006171#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006172msgid "Creating %lu huge file(s) "
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006173msgstr "Tworzenie dużych plików w liczbie %lu "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006174
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006175#: misc/mk_hugefiles.c:494
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006176#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006177msgid "with %llu blocks each"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006178msgstr "mających po %llu blok(ów)"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006179
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006180#: misc/mk_hugefiles.c:505
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006181#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006182msgid "while creating huge file %lu"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006183msgstr "podczas tworzenia dużego pliku %lu"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006184
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006185#: misc/mklost+found.c:50
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006186msgid "Usage: mklost+found\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006187msgstr "Składnia: mklost+found\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006188
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006189#: misc/partinfo.c:43
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006190#, c-format
6191msgid ""
6192"Usage: %s device...\n"
6193"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006194"Prints out the partition information for each given device.\n"
6195"For example: %s /dev/hda\n"
6196"\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006197msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006198"Składnia: %s urządzenie...\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006199"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006200"Wypisanie informacji o partycjach na każdym podanym urządzeniu.\n"
6201"Przykład: %s /dev/hda\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006202"\n"
6203
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006204#: misc/partinfo.c:53
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006205#, c-format
6206msgid "Cannot open %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006207msgstr "Nie można otworzyć %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006208
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006209#: misc/partinfo.c:59
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006210#, c-format
6211msgid "Cannot get geometry of %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006212msgstr "Nie można pobrać geometrii %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006213
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006214#: misc/partinfo.c:67
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006215#, c-format
6216msgid "Cannot get size of %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006217msgstr "Nie można pobrać rozmiaru %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006218
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006219#: misc/partinfo.c:73
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006220#, c-format
6221msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006222msgstr "%s: h=%3d s=%3d c=%4d początek=%8d rozmiar=%8lu koniec=%8d\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006223
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006224#: misc/tune2fs.c:119
Theodore Ts'o4e528702016-09-04 21:31:21 -04006225#, fuzzy
6226msgid "Please run e2fsck -f on the filesystem.\n"
6227msgstr "Proszę uruchomić e2fsck -D na systemie plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006228
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006229#: misc/tune2fs.c:121
Theodore Ts'o4e528702016-09-04 21:31:21 -04006230#, fuzzy
6231msgid "Please run e2fsck -fD on the filesystem.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006232msgstr "Proszę uruchomić e2fsck -D na systemie plików.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006233
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006234#: misc/tune2fs.c:134
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006235#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006236msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006237"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006238"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006239"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6240"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6241"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6242"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006243"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006244"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006245msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006246"Składnia: %s [-c max_licznik_montowań] [-e trakt._błędów] [-f] [-g grupa]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006247"\t[-i odstęp[d|m|w]] [-j] [-J opcje_kroniki] [-l]\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006248"\t[-m procent_rezerw._bloków] [-o [^]opcje_montowania[,...]]\n"
6249"\t[-p okres_uakt._mmp] [-r liczba_zarez._bloków] [-u użytkownik]\n"
6250"\t[-C licznik_montowań] [-L etykieta_wolumenu] [-M ostatnio_mont._katalog]\n"
6251"\t[-O [^]cecha[,...]] [-Q opcje_limitów]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006252"\t[-E opcja_rozszerzona[,...]] [-T czas_ost._sprawdz.] [-U UUID]\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006253"\t[-I nowy_rozmiar_i-węzła] [-z plik_undo] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006254
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006255#: misc/tune2fs.c:218
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006256msgid "Journal superblock not found!\n"
6257msgstr "Nie znaleziono superbloku kroniki!\n"
6258
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006259#: misc/tune2fs.c:276
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006260msgid "while trying to open external journal"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006261msgstr "podczas próby otworzenia zewnętrznej kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006262
Theodore Ts'o48203a32016-06-08 15:45:26 -04006263#: misc/tune2fs.c:282 misc/tune2fs.c:2701
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006264#, c-format
6265msgid "%s is not a journal device.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006266msgstr "%s nie jest urządzeniem kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006267
Theodore Ts'o48203a32016-06-08 15:45:26 -04006268#: misc/tune2fs.c:292 misc/tune2fs.c:2712
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006269msgid "Filesystem's UUID not found on journal device.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006270msgstr "UUID systemu plików nie znaleziony na urządzeniu kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006271
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006272#: misc/tune2fs.c:316
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006273msgid ""
6274"Cannot locate journal device. It was NOT removed\n"
6275"Use -f option to remove missing journal device.\n"
6276msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006277"Nie można zlokalizować urządzenia kroniki. NIE zostało usunięte.\n"
6278"Można użyć opcji -f, aby usunąć nieistniejące urządzenie kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006279
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006280#: misc/tune2fs.c:325
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006281msgid "Journal removed\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006282msgstr "Kronika usunięta\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006283
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006284#: misc/tune2fs.c:369
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006285msgid "while reading bitmaps"
6286msgstr "podczas odczytu bitmap"
6287
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006288#: misc/tune2fs.c:377
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006289msgid "while clearing journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006290msgstr "podczas czyszczenia i-węzła kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006291
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006292#: misc/tune2fs.c:388
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006293msgid "while writing journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006294msgstr "podczas zapisu i-węzła kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006295
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006296#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
Jakub Bogusze20ac792011-01-24 15:03:43 -05006297msgid "(and reboot afterwards!)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006298msgstr "(proszę zrestartować potem system!)\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05006299
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006300#: misc/tune2fs.c:476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006301#, c-format
6302msgid "After running e2fsck, please run `resize2fs %s %s"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006303msgstr "Po uruchomieniu e2fsck proszę uruchomić `resize2fs %s %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006304
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006305#: misc/tune2fs.c:479
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006306#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006307msgid "Please run `resize2fs %s %s"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006308msgstr "Proszę uruchomić `resize2fs %s %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006309
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006310#: misc/tune2fs.c:483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006311#, c-format
6312msgid " -z \"%s\""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006313msgstr " -z \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006314
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006315#: misc/tune2fs.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006316#, c-format
6317msgid "' to enable 64-bit mode.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006318msgstr "', aby włączyć tryb 64-bitowy.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006319
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006320#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006321#, c-format
6322msgid "' to disable 64-bit mode.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006323msgstr "', aby wyłączyć tryb 64-bitowy.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006324
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006325#: misc/tune2fs.c:974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006326msgid ""
6327"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6328" This requires Linux >= v4.4.\n"
6329msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006330"UWAGA: nie udało się upewnić co do obsługi cechy metadata_csum_seed w "
6331"jądrze.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006332" Wymaga to Linuksa w wersji >= 4.4.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006333
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006334#: misc/tune2fs.c:1010
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006335#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006336msgid "Clearing filesystem feature '%s' not supported.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006337msgstr "Usuwanie cechy systemu plików '%s' nie jest obsługiwane.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006338
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006339#: misc/tune2fs.c:1016
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006340#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006341msgid "Setting filesystem feature '%s' not supported.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006342msgstr "Ustawianie cechy systemu plików '%s' nie jest obsługiwane.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006343
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006344#: misc/tune2fs.c:1025
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006345msgid ""
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04006346"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006347"unmounted or mounted read-only.\n"
6348msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006349"Flaga has_journal może być wyczyszczona tylko kiedy system plików\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006350"jest odmontowany lub zamontowany tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006351
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006352#: misc/tune2fs.c:1033
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006353msgid ""
6354"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6355"the has_journal flag.\n"
6356msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006357"Flaga needs_recovery jest ustawiona. Proszę uruchomić e2fsck przed\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006358"czyszczeniem flagi has_journal.\n"
6359
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006360#: misc/tune2fs.c:1051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006361msgid ""
6362"Setting filesystem feature 'sparse_super' not supported\n"
6363"for filesystems with the meta_bg feature enabled.\n"
6364msgstr ""
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006365"Ustawienie właściwości systemu plików 'sparse_super' nie jest obsługiwane\n"
6366"dla systemów plików z włączoną cechą meta_bg.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006367
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006368#: misc/tune2fs.c:1064
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006369msgid ""
6370"The multiple mount protection feature can't\n"
6371"be set if the filesystem is mounted or\n"
6372"read-only.\n"
6373msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006374"Funkcja ochrony przed wielokrotnym montowaniem nie może zostać\n"
6375"włączona, jeśli system plików jest zamontowany lub tylko do odczytu.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006376
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006377#: misc/tune2fs.c:1082
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006378#, c-format
6379msgid "Multiple mount protection has been enabled with update interval %ds.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006380msgstr ""
6381"Zavezpieczenie przed wielokrotnym montowaniem została włączona z czasem "
6382"uaktualniania %ds.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006383
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006384#: misc/tune2fs.c:1091
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006385msgid ""
6386"The multiple mount protection feature cannot\n"
6387"be disabled if the filesystem is readonly.\n"
6388msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006389"Funkcja zabezpieczenia przed wielokrotnym montowaniem nie może zostać\n"
6390"wyłączona, jeśli system plików jest tylko do odczytu.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006391
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006392#: misc/tune2fs.c:1099
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006393msgid "Error while reading bitmaps\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006394msgstr "Błąd podczas odczytu bitmap\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006395
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006396#: misc/tune2fs.c:1108
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006397#, c-format
6398msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6399msgstr "Liczba magiczna w bloku MMP się nie zgadza; oczekiwano %x, jest %x\n"
6400
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006401#: misc/tune2fs.c:1113
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006402msgid "while reading MMP block."
6403msgstr "podczas odczytu bloku MMP."
6404
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006405#: misc/tune2fs.c:1145
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006406msgid ""
6407"Clearing the flex_bg flag would cause the the filesystem to be\n"
6408"inconsistent.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006409msgstr "Wyłączenie flagi flex_bg spowoduje niespójność systemu plików.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006410
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006411#: misc/tune2fs.c:1156
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04006412msgid ""
6413"The huge_file feature may only be cleared when the filesystem is\n"
6414"unmounted or mounted read-only.\n"
6415msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006416"Flaga huge_file może być wyczyszczona tylko kiedy system plików\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006417"jest odmontowany lub zamontowany tylko do odczytu.\n"
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04006418
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006419#: misc/tune2fs.c:1167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006420msgid "Enabling checksums could take some time."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006421msgstr "Włączenie sum kontrolnych może zająć trochę czasu."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006422
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006423#: misc/tune2fs.c:1169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006424msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006425msgstr ""
6426"Nie można włączyć cechy metadata_csum na zamontowanym systemie plików!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006427
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006428#: misc/tune2fs.c:1175
Theodore Ts'o4e528702016-09-04 21:31:21 -04006429msgid ""
6430"Extents are not enabled. The file extent tree can be checksummed, whereas "
6431"block maps cannot. Not enabling extents reduces the coverage of metadata "
6432"checksumming. Re-run with -O extent to rectify.\n"
6433msgstr ""
6434"Ekstenty nie są włączone. Drzewo ekstenów plików może mieć sumy kontrolne, a "
6435"mapy bloków nie. Niewłączenie ekstentów zmniejsza pokrycie sum kontrolnych "
6436"metadanych. Aby to poprawić, należy uruchomić ponownie z opcją -O extents.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006437
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006438#: misc/tune2fs.c:1182
Theodore Ts'o4e528702016-09-04 21:31:21 -04006439msgid ""
6440"64-bit filesystem support is not enabled. The larger fields afforded by "
6441"this feature enable full-strength checksumming. Run resize2fs -b to "
6442"rectify.\n"
6443msgstr ""
6444"Obsługa 64-bitowego systemu plików nie jest włączona. Większe pola "
6445"dostarczane przez tę cechę pozwalają na silniejsze sumy kontrolne. Aby to "
6446"poprawić, należy uruchomić resize2fs -b.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006447
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006448#: misc/tune2fs.c:1208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006449msgid "Disabling checksums could take some time."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006450msgstr "Wyłączenie sum kontrolnych może zająć trochę czasu."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006451
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006452#: misc/tune2fs.c:1210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006453msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006454msgstr ""
6455"Nie można wyłączyć cechy metadata_csum na zamontowanym systemie plików!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006456
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006457#: misc/tune2fs.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006458#, c-format
6459msgid "Cannot enable 64-bit mode while mounted!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006460msgstr ""
6461"Nie można włączyć trybu 64-bitowego, kiedy system plików jest zamontowany!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006462
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006463#: misc/tune2fs.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006464#, c-format
6465msgid "Cannot disable 64-bit mode while mounted!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006466msgstr ""
6467"Nie można wyłączyć trybu 64-bitowego, kiedy system plików jest zamontowany!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006468
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006469#: misc/tune2fs.c:1313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006470msgid ""
6471"\n"
6472"Warning: enabled project without quota together\n"
6473msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006474"\n"
6475"Uwaga: włączono projekt bez jednoczesnego włączenia limitów\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006476
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006477#: misc/tune2fs.c:1326
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006478msgid ""
6479"\n"
6480"Warning: '^quota' option overrides '-Q'arguments.\n"
6481msgstr ""
6482"\n"
6483"Uwaga: opcja '^quota' nadpisuje argumenty '-Q'.\n"
6484
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006485#: misc/tune2fs.c:1344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006486msgid ""
6487"Setting feature 'metadata_csum_seed' is only supported\n"
6488"on filesystems with the metadata_csum feature enabled.\n"
6489msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006490"Ustawienie cechy 'metadata_csum_seed' jest obsługiwane\n"
6491"tylko dla systemów plików z włączoną cechą metadata_csum.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006492
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006493#: misc/tune2fs.c:1362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006494msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006495"UUID has changed since enabling metadata_csum. Filesystem must be "
6496"unmounted \n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006497"to safely rewrite all metadata to match the new UUID.\n"
6498msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006499"UUID zmienił się od czasu włączenia cechy metadata_csum. System plików musi\n"
6500"być odmontowany, aby bezpiecznie nadpisać wszystkie metadane, żeby zgadzały\n"
6501"się z nowym UUID-em.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006502
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006503#: misc/tune2fs.c:1408
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006504msgid "The filesystem already has a journal.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006505msgstr "System plików już ma kronikę.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006506
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006507#: misc/tune2fs.c:1428
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006508#, c-format
6509msgid ""
6510"\n"
6511"\twhile trying to open journal on %s\n"
6512msgstr ""
6513"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006514"\tpodczas próby otworzenia kroniki na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006515
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006516#: misc/tune2fs.c:1432
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006517#, c-format
6518msgid "Creating journal on device %s: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006519msgstr "Tworzenie kroniki na urządzeniu %s: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006520
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006521#: misc/tune2fs.c:1440
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006522#, c-format
6523msgid "while adding filesystem to journal on %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006524msgstr "podczas dodawania systemu plików do kroniki na %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006525
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006526#: misc/tune2fs.c:1446
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006527msgid "Creating journal inode: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006528msgstr "Tworzenie i-węzła kroniki: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006529
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006530#: misc/tune2fs.c:1460
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006531msgid ""
6532"\n"
6533"\twhile trying to create journal file"
6534msgstr ""
6535"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006536"\tpodczas próby utworzenia pliku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006537
Theodore Ts'o48203a32016-06-08 15:45:26 -04006538#: misc/tune2fs.c:1498
Theodore Ts'o48203a32016-06-08 15:45:26 -04006539msgid "while initializing quota context in support library"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006540msgstr "podczas inicjowania kontekstu limitów w bibliotece wspierającej"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006541
6542#: misc/tune2fs.c:1518
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006543#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006544msgid "while updating quota limits (%d)"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006545msgstr "podczas uaktualniania limitów (%d)"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006546
6547#: misc/tune2fs.c:1526
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006548#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006549msgid "while writing quota file (%d)"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006550msgstr "podczas zapisu pliku limitów (%d)"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006551
6552#: misc/tune2fs.c:1534
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006553#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006554msgid "while removing quota file (%d)"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006555msgstr "podczas usuwania pliku limitów (%d)"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006556
6557#: misc/tune2fs.c:1575
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006558msgid ""
6559"\n"
6560"Bad quota options specified.\n"
6561"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006562"Following valid quota options are available (pass by separating with "
6563"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006564"\t[^]usr[quota]\n"
6565"\t[^]grp[quota]\n"
6566"\t[^]prj[quota]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006567"\n"
6568"\n"
6569msgstr ""
6570"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006571"Podano błędne opcje limitów.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006572"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006573"Dostępne są następujące opcje limitów (można je przekazywać oddzielone "
6574"przecinkiem):\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006575"\t[^]usr[quota]\n"
6576"\t[^]grp[quota]\n"
6577"\t[^]prj[quota]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006578"\n"
6579"\n"
6580
Theodore Ts'o48203a32016-06-08 15:45:26 -04006581#: misc/tune2fs.c:1633
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006582#, c-format
6583msgid "Couldn't parse date/time specifier: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006584msgstr "Nie można przeanalizować podanej daty/czasu: %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006585
Theodore Ts'o48203a32016-06-08 15:45:26 -04006586#: misc/tune2fs.c:1658 misc/tune2fs.c:1671
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006587#, c-format
6588msgid "bad mounts count - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006589msgstr "błędna liczba montowań - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006590
Theodore Ts'o48203a32016-06-08 15:45:26 -04006591#: misc/tune2fs.c:1714
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006592#, c-format
6593msgid "bad gid/group name - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006594msgstr "błędny gid/nazwa grupy - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006595
Theodore Ts'o48203a32016-06-08 15:45:26 -04006596#: misc/tune2fs.c:1747
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006597#, c-format
6598msgid "bad interval - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006599msgstr "błędny odstęp - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006600
Theodore Ts'o48203a32016-06-08 15:45:26 -04006601#: misc/tune2fs.c:1776
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006602#, c-format
6603msgid "bad reserved block ratio - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006604msgstr "błędny procent zarezerwowanych bloków - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006605
Theodore Ts'o48203a32016-06-08 15:45:26 -04006606#: misc/tune2fs.c:1791
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006607msgid "-o may only be specified once"
6608msgstr "-o może być podane tylko raz"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006609
Theodore Ts'o48203a32016-06-08 15:45:26 -04006610#: misc/tune2fs.c:1800
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006611msgid "-O may only be specified once"
6612msgstr "-O może być podane tylko raz"
6613
Theodore Ts'o48203a32016-06-08 15:45:26 -04006614#: misc/tune2fs.c:1817
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006615#, c-format
6616msgid "bad reserved blocks count - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006617msgstr "błędna liczba zarezerwowanych bloków - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006618
Theodore Ts'o48203a32016-06-08 15:45:26 -04006619#: misc/tune2fs.c:1846
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006620#, c-format
6621msgid "bad uid/user name - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006622msgstr "błędny uid/nazwa użytkownika - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006623
Theodore Ts'o48203a32016-06-08 15:45:26 -04006624#: misc/tune2fs.c:1863
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006625#, c-format
6626msgid "bad inode size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006627msgstr "błędny rozmiar i-węzła - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006628
Theodore Ts'o48203a32016-06-08 15:45:26 -04006629#: misc/tune2fs.c:1870
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006630#, c-format
6631msgid "Inode size must be a power of two- %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006632msgstr "Rozmiar i-węzła musi być potęgą dwójki - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006633
Theodore Ts'o48203a32016-06-08 15:45:26 -04006634#: misc/tune2fs.c:1967
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006635#, c-format
6636msgid "mmp_update_interval too big: %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006637msgstr "Okres uaktualniania mmp zbyt duży: %lu\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006638
Theodore Ts'o48203a32016-06-08 15:45:26 -04006639#: misc/tune2fs.c:1972
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006640#, c-format
6641msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006642msgid_plural ""
6643"Setting multiple mount protection update interval to %lu seconds\n"
6644msgstr[0] ""
6645"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
6646"montowaniem na %lu sekundę\n"
6647msgstr[1] ""
6648"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
6649"montowaniem na %lu sekundy\n"
6650msgstr[2] ""
6651"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
6652"montowaniem na %lu sekund\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006653
Theodore Ts'o48203a32016-06-08 15:45:26 -04006654#: misc/tune2fs.c:1995
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006655#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006656msgid "Invalid RAID stride: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006657msgstr "Błędny parametr RAID stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006658
Theodore Ts'o48203a32016-06-08 15:45:26 -04006659#: misc/tune2fs.c:2010
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006660#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006661msgid "Invalid RAID stripe-width: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006662msgstr "Błędny parametr RAID stripe-width: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006663
Theodore Ts'o48203a32016-06-08 15:45:26 -04006664#: misc/tune2fs.c:2025
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006665#, c-format
6666msgid "Invalid hash algorithm: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006667msgstr "Błędny algorytm haszowania: %s\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006668
Theodore Ts'o48203a32016-06-08 15:45:26 -04006669#: misc/tune2fs.c:2031
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006670#, c-format
6671msgid "Setting default hash algorithm to %s (%d)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006672msgstr "Ustawianie domyślnego algorytmu haszowania na %s (%d)\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006673
Theodore Ts'o48203a32016-06-08 15:45:26 -04006674#: misc/tune2fs.c:2050
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006675msgid ""
6676"\n"
6677"Bad options specified.\n"
6678"\n"
6679"Extended options are separated by commas, and may take an argument which\n"
6680"\tis set off by an equals ('=') sign.\n"
6681"\n"
6682"Valid extended options are:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006683"\tclear_mmp\n"
6684"\thash_alg=<hash algorithm>\n"
6685"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006686"\tstride=<RAID per-disk chunk size in blocks>\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006687"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006688"\ttest_fs\n"
6689"\t^test_fs\n"
6690msgstr ""
6691"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006692"Podano błędne opcje.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006693"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006694"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
6695"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006696"\n"
6697"Poprawne opcje to:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006698"\tclear_mmp\n"
6699"\thash_alg=<algorytm haszowania>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006700"\tmount_opts=<rozszerzone domyślne opcje montowania>\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006701"\tstride=<rozmiar porcji danych RAID na dysku w blokach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006702"\tstripe_width=<RAID stride * liczba dysków danych w blokach>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05006703"\ttest_fs\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006704"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006705
Theodore Ts'o48203a32016-06-08 15:45:26 -04006706#: misc/tune2fs.c:2519
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006707msgid "Failed to read inode bitmap\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006708msgstr "Nie udało się odczytać bitmapy i-węzłów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006709
Theodore Ts'o48203a32016-06-08 15:45:26 -04006710#: misc/tune2fs.c:2524
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006711msgid "Failed to read block bitmap\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006712msgstr "Nie udało się odczytać bitmapy bloków\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006713
Theodore Ts'o48203a32016-06-08 15:45:26 -04006714#: misc/tune2fs.c:2541 resize/resize2fs.c:1276
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006715msgid "blocks to be moved"
6716msgstr "bloki do przeniesienia"
6717
Theodore Ts'o48203a32016-06-08 15:45:26 -04006718#: misc/tune2fs.c:2544
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006719msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006720msgstr ""
6721"Nie udało się przydzielić bitmapy bloków podczas zwiększania rozmiaru i-"
6722"węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006723
Theodore Ts'o48203a32016-06-08 15:45:26 -04006724#: misc/tune2fs.c:2550
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006725msgid "Not enough space to increase inode size \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006726msgstr "Za mało miejsca, aby zwiększyć rozmiar i-węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006727
Theodore Ts'o48203a32016-06-08 15:45:26 -04006728#: misc/tune2fs.c:2555
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006729msgid "Failed to relocate blocks during inode resize \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006730msgstr "Nie udało się przemieścić bloków podczas zmiany rozmiaru i-węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006731
Theodore Ts'o48203a32016-06-08 15:45:26 -04006732#: misc/tune2fs.c:2587
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006733msgid ""
6734"Error in resizing the inode size.\n"
6735"Run e2undo to undo the file system changes. \n"
6736msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006737"Błąd podczas zmiany rozmiaru i-węzła.\n"
6738"Należy uruchomić e2undo w celu wycofania zmian w systemie plików.\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006739
Theodore Ts'o48203a32016-06-08 15:45:26 -04006740#: misc/tune2fs.c:2799
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006741#, c-format
6742msgid ""
6743"MMP block magic is bad. Try to fix it by running:\n"
6744"'e2fsck -f %s'\n"
6745msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006746"Liczba magiczna bloku MMP jest błędna. Można próbować to naprawić "
6747"uruchamiając:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006748"'e2fsck -f %s'\n"
6749
Theodore Ts'o48203a32016-06-08 15:45:26 -04006750#: misc/tune2fs.c:2811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006751msgid "Cannot modify a journal device.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006752msgstr "Nie można zmodyfikować urządzenia kroniki.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006753
Theodore Ts'o48203a32016-06-08 15:45:26 -04006754#: misc/tune2fs.c:2824
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006755#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04006756msgid "The inode size is already %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006757msgstr "Rozmiar i-węzła już wynosi %lu\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006758
Theodore Ts'o48203a32016-06-08 15:45:26 -04006759#: misc/tune2fs.c:2831
Jakub Boguszdf585272014-05-18 09:46:34 -04006760msgid "Shrinking inode size is not supported\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006761msgstr "Zmniejszanie rozmiaru i-węzła nie jest obsługiwane\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04006762
Theodore Ts'o48203a32016-06-08 15:45:26 -04006763#: misc/tune2fs.c:2836
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006764#, c-format
6765msgid "Invalid inode size %lu (max %d)\n"
6766msgstr "Błędny rozmiar i-węzła %lu (max %d)\n"
6767
Theodore Ts'o48203a32016-06-08 15:45:26 -04006768#: misc/tune2fs.c:2842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006769msgid "Resizing inodes could take some time."
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006770msgstr "Zmiana rozmiaru i-węzłów może zająć trochę czasu."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006771
Theodore Ts'o48203a32016-06-08 15:45:26 -04006772#: misc/tune2fs.c:2889
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006773#, c-format
6774msgid "Setting maximal mount count to %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006775msgstr "Ustawianie maksymalnej liczby montowań na %d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006776
Theodore Ts'o48203a32016-06-08 15:45:26 -04006777#: misc/tune2fs.c:2895
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006778#, c-format
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006779msgid "Setting current mount count to %d\n"
6780msgstr "Ustawianie aktualnego licznika montowań na %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006781
Theodore Ts'o48203a32016-06-08 15:45:26 -04006782#: misc/tune2fs.c:2900
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006783#, c-format
6784msgid "Setting error behavior to %d\n"
6785msgstr "Ustawianie traktowania błędów na %d\n"
6786
Theodore Ts'o48203a32016-06-08 15:45:26 -04006787#: misc/tune2fs.c:2905
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006788#, c-format
6789msgid "Setting reserved blocks gid to %lu\n"
6790msgstr "Ustawianie gid-a zarezerwowanych bloków na %lu\n"
6791
Theodore Ts'o48203a32016-06-08 15:45:26 -04006792#: misc/tune2fs.c:2910
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006793#, c-format
6794msgid "interval between checks is too big (%lu)"
6795msgstr "odstęp pomiędzy sprawdzeniami jest zbyt duży (%lu)"
6796
Theodore Ts'o48203a32016-06-08 15:45:26 -04006797#: misc/tune2fs.c:2917
Theodore Ts'oce1250c2005-05-20 22:51:55 -04006798#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04006799msgid "Setting interval between checks to %lu seconds\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006800msgstr "Ustawianie odstępu pomiędzy sprawdzeniami na %lu sekund\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006801
Theodore Ts'o48203a32016-06-08 15:45:26 -04006802#: misc/tune2fs.c:2924
Theodore Ts'of2275e32006-01-06 20:44:13 -05006803#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006804msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006805msgstr "Ustawianie procentu zarezerwowanych bloków na %g%% (%llu bloków)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006806
Theodore Ts'o48203a32016-06-08 15:45:26 -04006807#: misc/tune2fs.c:2930
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006808#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006809msgid "reserved blocks count is too big (%llu)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006810msgstr "liczba zarezerwowanych bloków jest zbyt duża (%llu)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006811
Theodore Ts'o48203a32016-06-08 15:45:26 -04006812#: misc/tune2fs.c:2937
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006813#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006814msgid "Setting reserved blocks count to %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006815msgstr "Ustawianie liczby zarezerwowanych bloków na %llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006816
Theodore Ts'o48203a32016-06-08 15:45:26 -04006817#: misc/tune2fs.c:2942
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006818msgid ""
6819"\n"
6820"The filesystem already has sparse superblocks.\n"
6821msgstr ""
6822"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006823"System plików już ma rzadkie superbloki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006824
Theodore Ts'o48203a32016-06-08 15:45:26 -04006825#: misc/tune2fs.c:2945
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006826msgid ""
6827"\n"
6828"Setting the sparse superblock flag not supported\n"
6829"for filesystems with the meta_bg feature enabled.\n"
6830msgstr ""
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006831"\n"
6832"Ustawienie flagi rzadkiego superbloku nie jest obsługiwane\n"
6833"dla systemów plików z włączoną cechą meta_bg.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006834
Theodore Ts'o48203a32016-06-08 15:45:26 -04006835#: misc/tune2fs.c:2955
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006836#, c-format
6837msgid ""
6838"\n"
6839"Sparse superblock flag set. %s"
6840msgstr ""
6841"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006842"Flaga rzadkich superbloków ustawiona. %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006843
Theodore Ts'o48203a32016-06-08 15:45:26 -04006844#: misc/tune2fs.c:2960
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006845msgid ""
6846"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006847"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006848msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006849"\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006850"Usuwanie flagi rzadkiego superbloku nie jest obsługiwane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006851
Theodore Ts'o48203a32016-06-08 15:45:26 -04006852#: misc/tune2fs.c:2968
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006853#, c-format
6854msgid "Setting time filesystem last checked to %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006855msgstr "Ustawianie czasu ostatniego sprawdzenia systemu plików na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006856
Theodore Ts'o48203a32016-06-08 15:45:26 -04006857#: misc/tune2fs.c:2974
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006858#, c-format
6859msgid "Setting reserved blocks uid to %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006860msgstr "Ustawianie uid-a zarezerwowanych bloków na %lu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006861
Theodore Ts'o48203a32016-06-08 15:45:26 -04006862#: misc/tune2fs.c:3006
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006863msgid "Error in using clear_mmp. It must be used with -f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006864msgstr "Błąd w użyciu clear_mmp. Opcja ta musi być użyta z -f\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006865
Theodore Ts'o48203a32016-06-08 15:45:26 -04006866#: misc/tune2fs.c:3024
Theodore Ts'o4e528702016-09-04 21:31:21 -04006867msgid ""
6868"The quota feature may only be changed when the filesystem is unmounted.\n"
6869msgstr ""
6870"Funkcję limitów można zmienić tylko na niezamontowanym systemie plików.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006871
Theodore Ts'o48203a32016-06-08 15:45:26 -04006872#: misc/tune2fs.c:3048
Jakub Boguszdf585272014-05-18 09:46:34 -04006873msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6874msgstr "UUID można zmienić tylko na niezamontowanym systemie plików.\n"
6875
Theodore Ts'o48203a32016-06-08 15:45:26 -04006876#: misc/tune2fs.c:3051
Theodore Ts'o4e528702016-09-04 21:31:21 -04006877msgid ""
6878"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6879"and re-run this command.\n"
6880msgstr ""
6881"Jeżeli używane są tylko jądra nowsze niż 4.4, można uruchomić 'tune2fs -O "
6882"metadata_csum_seed', a następnie ponownie to polecenie.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006883
Theodore Ts'o48203a32016-06-08 15:45:26 -04006884#: misc/tune2fs.c:3060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006885msgid "Setting UUID on a checksummed filesystem could take some time."
Theodore Ts'o4e528702016-09-04 21:31:21 -04006886msgstr ""
6887"Ustawienie UUID-a systemu plików z sumami kontrolnymi może zająć trochę "
6888"czasu."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006889
Theodore Ts'o48203a32016-06-08 15:45:26 -04006890#: misc/tune2fs.c:3085
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006891msgid "Invalid UUID format\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006892msgstr "Błędny format UUID-a\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006893
Theodore Ts'o48203a32016-06-08 15:45:26 -04006894#: misc/tune2fs.c:3101
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04006895msgid "Need to update journal superblock.\n"
6896msgstr "Trzeba uaktualnić superblok kroniki.\n"
6897
Theodore Ts'o48203a32016-06-08 15:45:26 -04006898#: misc/tune2fs.c:3126
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006899msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006900msgstr ""
6901"Rozmiar i-węzła można zmienić tylko na niezamontowanym systemie plików.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006902
Theodore Ts'o48203a32016-06-08 15:45:26 -04006903#: misc/tune2fs.c:3133
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006904msgid ""
6905"Changing the inode size not supported for filesystems with the flex_bg\n"
6906"feature enabled.\n"
6907msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006908"Zmiana rozmiaru i-węzła nie jest obsługiwana dla systemów plików\n"
6909"z włączoną cechą flex_bg.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006910
Theodore Ts'o48203a32016-06-08 15:45:26 -04006911#: misc/tune2fs.c:3151
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006912#, c-format
6913msgid "Setting inode size %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006914msgstr "Ustawianie rozmiaru i-węzła na %lu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006915
Theodore Ts'o48203a32016-06-08 15:45:26 -04006916#: misc/tune2fs.c:3155
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006917msgid "Failed to change inode size\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006918msgstr "Nie udało się zmienić rozmiaru i-węzła\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006919
Theodore Ts'o48203a32016-06-08 15:45:26 -04006920#: misc/tune2fs.c:3169
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006921#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006922msgid "Setting stride size to %d\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006923msgstr "Ustawianie rozmiaru stride na %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006924
Theodore Ts'o48203a32016-06-08 15:45:26 -04006925#: misc/tune2fs.c:3174
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04006926#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006927msgid "Setting stripe width to %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006928msgstr "Ustawianie szerokości stripe na na %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006929
Theodore Ts'o48203a32016-06-08 15:45:26 -04006930#: misc/tune2fs.c:3181
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006931#, c-format
6932msgid "Setting extended default mount options to '%s'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006933msgstr "Ustawianie rozszerzonych domyślnych opcji montowania na '%s'\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006934
Theodore Ts'o48203a32016-06-08 15:45:26 -04006935#: misc/tune2fs.c:3192
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006936#, c-format
6937msgid ""
6938"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6939"\n"
6940"\te2fsck -E journal_only %s\n"
6941"\n"
6942"then rerun this command. Otherwise, any changes made may be overwritten\n"
6943"by journal recovery.\n"
6944msgstr ""
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006945"Uwaga: kronika nie jest czysta. Można odtworzyć kronikę poleceniem:\n"
6946"\n"
6947"\te2fsck -E journal_only %s\n"
6948"\n"
6949"a następnie uruchomić ponownie to polecenie. W innym przypadku wszelkie\n"
6950"wykonane zmiany mogą zostać nadpisane przy odtwarzaniu kroniki.\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006951
Theodore Ts'o48203a32016-06-08 15:45:26 -04006952#: misc/tune2fs.c:3203
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006953#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006954msgid "Recovering journal.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04006955msgstr "Odtwarzanie kroniki.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006956
6957#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006958msgid "<proceeding>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006959msgstr "<kontynuacja>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006960
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006961#: misc/util.c:104
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006962#, fuzzy, c-format
6963msgid "Proceed anyway (or wait %d seconds) ? (y,N) "
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006964msgstr "Kontynuować mimo to (lub odczekać %d s)? (t,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006965
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006966#: misc/util.c:108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006967#, fuzzy
6968msgid "Proceed anyway? (y,N) "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006969msgstr "Kontynuować mimo to? (t,n) "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006971#: misc/util.c:133
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006972msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006973msgstr "mke2fs wymuszone mimo to. Mam nadzieję, że /etc/mtab się myli.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006975#: misc/util.c:138
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006976#, c-format
6977msgid "will not make a %s here!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006978msgstr "nie zrobię tutaj %s!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006979
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006980#: misc/util.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006981msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04006982msgstr "mke2fs wymuszone mimo to.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006983
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006984#: misc/util.c:161
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006985msgid "Couldn't allocate memory to parse journal options!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006986msgstr "Nie można przydzielić pamięci na analizę opcji kroniki!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006987
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006988#: misc/util.c:186
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04006989#, c-format
6990msgid ""
6991"\n"
6992"Could not find journal device matching %s\n"
6993msgstr ""
6994"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006995"Nie można znaleźć urządzenia kroniki pasującego do %s\n"
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04006996
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006997#: misc/util.c:213
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006998msgid ""
6999"\n"
7000"Bad journal options specified.\n"
7001"\n"
7002"Journal options are separated by commas, and may take an argument which\n"
7003"\tis set off by an equals ('=') sign.\n"
7004"\n"
7005"Valid journal options are:\n"
7006"\tsize=<journal size in megabytes>\n"
7007"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007008"\tlocation=<journal location>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007009"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04007010"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007011"\n"
7012msgstr ""
7013"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007014"Podano błędne opcje kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007015"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007016"Opcje kroniki są oddzielane przecinkami i mogą przyjmować parametr,\n"
7017"\tktóry ustawia się znakiem '='.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007018"\n"
7019"Poprawne opcje kroniki to:\n"
7020"\tsize=<rozmiar kroniki w megabajtach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007021"\tdevice=<urządzenie kroniki>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04007022"\tlocation=<położenie kroniki>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007023"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007024"Rozmiar kroniki musi być pomiędzy 1024 a 10240000 blokami systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007025"\n"
7026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007027#: misc/util.c:244
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007028msgid ""
7029"\n"
7030"Filesystem too small for a journal\n"
7031msgstr ""
7032"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007033"System plików za mały na kronikę\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007034
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007035#: misc/util.c:251
Theodore Ts'od46ce702007-07-10 09:45:47 -04007036#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007037msgid ""
7038"\n"
7039"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007040"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007041msgstr ""
7042"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007043"Żądany rozmiar kroniki to %d bloków; musi być\n"
7044"pomiędzy 1024 a 10240000 bloków. Przerwano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007046#: misc/util.c:259
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007047msgid ""
7048"\n"
7049"Journal size too big for filesystem.\n"
7050msgstr ""
7051"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007052"Rozmiar kroniki zbyt duży dla systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007053
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007054#: misc/util.c:273
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007055#, c-format
7056msgid ""
7057"This filesystem will be automatically checked every %d mounts or\n"
7058"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7059msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007060"Ten system plików będzie automatycznie sprawdzany co każde %d montowań\n"
7061"lub co %g dni, zależnie co nastąpi pierwsze. Można to zmienić poprzez\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007062"tune2fs -c lub -i.\n"
7063
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007064#: misc/uuidd.c:49
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007065#, c-format
7066msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007067msgstr ""
7068"Składnia: %s [-d] [-p plik_pid] [-s ścieżka_gniazda] [-T limit_czasu]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007069
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007070#: misc/uuidd.c:51
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007071#, c-format
7072msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007073msgstr " %s [-r|t] [-n ile] [-s ścieżka_gniazda]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007074
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007075#: misc/uuidd.c:53
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007076#, c-format
7077msgid " %s -k\n"
7078msgstr " %s -k\n"
7079
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007080#: misc/uuidd.c:155
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007081msgid "bad arguments"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007082msgstr "błędne argumenty"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007083
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007084#: misc/uuidd.c:173
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007085msgid "connect"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007086msgstr "łączenie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007087
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007088#: misc/uuidd.c:192
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007089msgid "write"
7090msgstr "zapis"
7091
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007092#: misc/uuidd.c:200
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007093msgid "read count"
7094msgstr "odczyt liczby"
7095
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007096#: misc/uuidd.c:206
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007097msgid "bad response length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007098msgstr "błędna długość odpowiedzi"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007099
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007100#: misc/uuidd.c:271
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007101#, c-format
7102msgid "uuidd daemon already running at pid %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007103msgstr "demon uuidd już działa z pidem %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007104
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007105#: misc/uuidd.c:279
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007106#, c-format
7107msgid "Couldn't create unix stream socket: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007108msgstr "Nie udało się utworzyć uniksowego gniazda strumieniowego: %s"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007109
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007110#: misc/uuidd.c:308
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007111#, c-format
7112msgid "Couldn't bind unix socket %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007113msgstr "Nie udało się podpiąć gniazda uniksowego %s: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007114
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007115#: misc/uuidd.c:316
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007116#, c-format
7117msgid "Couldn't listen on unix socket %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007118msgstr "Nie można nasłuchiwać na gnieździe uniksowym %s: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007119
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007120#: misc/uuidd.c:354
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007121#, c-format
7122msgid "Error reading from client, len = %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007123msgstr "Błąd odczytu od klienta, długość = %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007124
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007125#: misc/uuidd.c:362
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007126#, c-format
7127msgid "operation %d, incoming num = %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007128msgstr "operacja %d, liczba przychodząca = %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007129
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007130#: misc/uuidd.c:381
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007131#, c-format
7132msgid "Generated time UUID: %s\n"
7133msgstr "Wygenerowany UUID czasowy: %s\n"
7134
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007135#: misc/uuidd.c:391
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007136#, c-format
7137msgid "Generated random UUID: %s\n"
7138msgstr "Wygenerowany UUID losowy: %s\n"
7139
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007140#: misc/uuidd.c:400
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007141#, c-format
7142msgid "Generated time UUID %s and subsequent UUID\n"
7143msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7144msgstr[0] "Wygenerowany UUID czasowy %s i kolejny\n"
7145msgstr[1] "Wygenerowany UUID czasowy %s i %d kolejne\n"
7146msgstr[2] "Wygenerowany UUID czasowy %s i %d kolejnych\n"
7147
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007148#: misc/uuidd.c:421
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007149#, c-format
7150msgid "Generated %d UUID's:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007151msgstr "Wygenerowano %d UUID-ów:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007152
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007153#: misc/uuidd.c:433
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007154#, c-format
7155msgid "Invalid operation %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007156msgstr "Błędna operacja %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007157
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007158#: misc/uuidd.c:477 misc/uuidd.c:499
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007159#, c-format
7160msgid "Bad number: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007161msgstr "Błędna liczba: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007162
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007163#: misc/uuidd.c:534 misc/uuidd.c:563
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007164#, c-format
7165msgid "Error calling uuidd daemon (%s): %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007166msgstr "Błąd podczas wywołania demona uuidd (%s): %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007167
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007168#: misc/uuidd.c:544
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007169#, c-format
7170msgid "%s and subsequent UUID\n"
7171msgid_plural "%s and subsequent %d UUIDs\n"
7172msgstr[0] "%s i kolejny UUID\n"
7173msgstr[1] "%s i %d kolejne UUID-y\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007174msgstr[2] "%s i %d kolejnych UUID-ów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007175
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007176#: misc/uuidd.c:548
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007177msgid "List of UUID's:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007178msgstr "Lista UUID-ów:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007179
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007180#: misc/uuidd.c:569
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007181#, c-format
7182msgid "Unexpected reply length from server %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007183msgstr "Nieoczekiwana długość odpowiedzi serwera: %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007184
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007185#: misc/uuidd.c:586
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007186#, c-format
7187msgid "Couldn't kill uuidd running at pid %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007188msgstr "Nie udało się zabić uuidd działającego z pidem %d: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007189
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007190#: misc/uuidd.c:592
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007191#, c-format
7192msgid "Killed uuidd running at pid %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007193msgstr "Zapito uuidd działający z pidem %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007194
7195#: misc/uuidgen.c:32
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007196#, c-format
7197msgid "Usage: %s [-r] [-t]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007198msgstr "Składnia: %s [-r] [-t]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007199
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007200#: resize/extent.c:202
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007201msgid "# Extent dump:\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04007202msgstr "# Zrzut ekstentu:\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007203
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007204#: resize/extent.c:203
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007205#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007206msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
7207msgstr "#\tNum=%llu, Rozmiar=%llu, Kursor=%llu, Sortowane=%llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007209#: resize/main.c:49
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007210#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007211msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04007212"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7213"[-z undo_file]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007214"\n"
7215msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04007216"Składnia: %s [-d flagi_śledzenia] [-f] [-F] [-M] [-P] [-p] urządzenie [-b|-s|"
7217"nowy_rozm] [-z plik_undo]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007218"\n"
7219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007220#: resize/main.c:72
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007221msgid "Extending the inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007222msgstr "Rozszerzanie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007224#: resize/main.c:75
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007225msgid "Relocating blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007226msgstr "Relokowanie bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007228#: resize/main.c:78
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007229msgid "Scanning inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007230msgstr "Przeszukiwanie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007232#: resize/main.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007233msgid "Updating inode references"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007234msgstr "Uaktualnianie odwołań do i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007236#: resize/main.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007237msgid "Moving inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007238msgstr "Przenoszenie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007240#: resize/main.c:87
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007241msgid "Unknown pass?!?"
7242msgstr "Nieznany przebieg?!?"
7243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007244#: resize/main.c:90
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007245#, c-format
7246msgid "Begin pass %d (max = %lu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007247msgstr "Początkowy przebieg %d (maksymalny = %lu)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007249#: resize/main.c:162
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007250msgid ""
7251"\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04007252"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7253"your own risk! Use the force option if you want to go ahead anyway.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007254"\n"
7255msgstr ""
7256"\n"
7257"Zmiana rozmiarów systemów plików bigalloc nie została jeszcze w pełni\n"
7258"przetestowana. Kontynuacja tylko na własne ryzyko! Aby mimo wszystko\n"
7259"to wykonać, należy użyć opcji force.\n"
7260"\n"
7261
Theodore Ts'o48203a32016-06-08 15:45:26 -04007262#: resize/main.c:365
Theodore Ts'of2275e32006-01-06 20:44:13 -05007263#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007264msgid "while opening %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05007265msgstr "podczas otwierania %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007266
Theodore Ts'o48203a32016-06-08 15:45:26 -04007267#: resize/main.c:373
Theodore Ts'of2275e32006-01-06 20:44:13 -05007268#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007269msgid "while getting stat information for %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05007270msgstr "podczas pobierania informacji stat dla %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007271
Theodore Ts'o48203a32016-06-08 15:45:26 -04007272#: resize/main.c:445
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04007273#, c-format
7274msgid ""
7275"Please run 'e2fsck -f %s' first.\n"
7276"\n"
7277msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007278"Proszę uruchomić najpierw 'e2fsck -f %s'.\n"
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04007279"\n"
7280
Theodore Ts'o48203a32016-06-08 15:45:26 -04007281#: resize/main.c:464
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007282#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007283msgid "Estimated minimum size of the filesystem: %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007284msgstr "Przybliżony minimalny rozmiar systemu plików: %llu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007285
Theodore Ts'o48203a32016-06-08 15:45:26 -04007286#: resize/main.c:501
Jakub Boguszdd6d6712009-07-01 21:32:26 -04007287#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007288msgid "Invalid new size: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007289msgstr "Błędny nowy rozmiar: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007290
Theodore Ts'o48203a32016-06-08 15:45:26 -04007291#: resize/main.c:520
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007292msgid "New size too large to be expressed in 32 bits\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007293msgstr "Nowy rozmiar zbyt duży, by mógł być wyrażony w 32 bitach\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04007294
Theodore Ts'o48203a32016-06-08 15:45:26 -04007295#: resize/main.c:528
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007296#, c-format
7297msgid "New size smaller than minimum (%llu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007298msgstr "Nowy rozmiar jest mniejszy niż minimalny (%llu)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007299
Theodore Ts'o48203a32016-06-08 15:45:26 -04007300#: resize/main.c:534
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007301msgid "Invalid stride length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007302msgstr "Błędna długość stride"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007303
Theodore Ts'o48203a32016-06-08 15:45:26 -04007304#: resize/main.c:558
Theodore Ts'o52cebe22006-04-09 18:33:22 -04007305#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007306msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007307"The containing partition (or device) is only %llu (%dk) blocks.\n"
7308"You requested a new size of %llu blocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007309"\n"
7310msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007311"Partycja zawierająca (lub urządzenie) ma tylko %llu bloków (%dk).\n"
7312"Zażądano nowego rozmiaru %llu bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007313"\n"
7314
Theodore Ts'o48203a32016-06-08 15:45:26 -04007315#: resize/main.c:565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007316#, c-format
7317msgid "Cannot set and unset 64bit feature.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007318msgstr "Nie można włączyć i wyłączyć cechy 64bit.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007319
Theodore Ts'o48203a32016-06-08 15:45:26 -04007320#: resize/main.c:569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007321#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007322msgid ""
7323"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7324"blocks.\n"
7325msgstr ""
7326"Nie można zmienić cechy 64bit w systemie plików większym niż 2^32 bloków.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007327
Theodore Ts'o48203a32016-06-08 15:45:26 -04007328#: resize/main.c:575
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007329#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007330msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007331msgstr "Nie można zmienić cechy 64bit, kiedy system plików jest zamontowany.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007332
Theodore Ts'o48203a32016-06-08 15:45:26 -04007333#: resize/main.c:581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007334#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007335msgid ""
7336"Please enable the extents feature with tune2fs before enabling the 64bit "
7337"feature.\n"
7338msgstr ""
7339"Proszę włączyć cechę extents przy użyciu tune2fs przed włączeniem cechy "
7340"64bit.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007341
Theodore Ts'o48203a32016-06-08 15:45:26 -04007342#: resize/main.c:587
Theodore Ts'o52cebe22006-04-09 18:33:22 -04007343#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007344msgid ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007345"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007346"\n"
7347msgstr ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007348"System plików już ma wielkość %llu (%dk) bloków. Nie ma nic do roboty!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007349"\n"
7350
Theodore Ts'o48203a32016-06-08 15:45:26 -04007351#: resize/main.c:594
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007352#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007353msgid "The filesystem is already 64-bit.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007354msgstr "System plików jest już 64-bitowy.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007355
Theodore Ts'o48203a32016-06-08 15:45:26 -04007356#: resize/main.c:599
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007357#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007358msgid "The filesystem is already 32-bit.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007359msgstr "System plików jest już 32-bitowy.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007360
Theodore Ts'o48203a32016-06-08 15:45:26 -04007361#: resize/main.c:608
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007362#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007363msgid "Converting the filesystem to 64-bit.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007364msgstr "Konwersja systemu plików na 64 bity.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007365
Theodore Ts'o48203a32016-06-08 15:45:26 -04007366#: resize/main.c:610
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007367#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007368msgid "Converting the filesystem to 32-bit.\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007369msgstr "Konwersja systemu plików na 32 bity.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007370
Theodore Ts'o48203a32016-06-08 15:45:26 -04007371#: resize/main.c:612
Jakub Boguszc1695eb2009-07-28 11:44:42 -04007372#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007373msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007374msgstr "Zmiana rozmiaru systemu plików %s na %llu (%dk) bloków.\n"
Jakub Boguszc1695eb2009-07-28 11:44:42 -04007375
Theodore Ts'o48203a32016-06-08 15:45:26 -04007376#: resize/main.c:621
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007377#, c-format
7378msgid "while trying to resize %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007379msgstr "podczas próby zmiany rozmiaru %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007380
Theodore Ts'o48203a32016-06-08 15:45:26 -04007381#: resize/main.c:624
Jakub Boguszc1695eb2009-07-28 11:44:42 -04007382#, c-format
7383msgid ""
7384"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7385"after the aborted resize operation.\n"
7386msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007387"Proszę uruchomić 'e2fsck -fy %s', aby naprawić system plików\n"
Jakub Boguszc1695eb2009-07-28 11:44:42 -04007388"po przerwanej operacji zmiany rozmiaru.\n"
7389
Theodore Ts'o48203a32016-06-08 15:45:26 -04007390#: resize/main.c:630
Theodore Ts'o52cebe22006-04-09 18:33:22 -04007391#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007392msgid ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007393"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007394"\n"
7395msgstr ""
Jakub Bogusz5b5fc7f2014-08-29 08:46:03 -04007396"System plików na %s ma teraz %llu (%dk) bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007397"\n"
7398
Theodore Ts'o48203a32016-06-08 15:45:26 -04007399#: resize/main.c:645
Jakub Boguszdd6d6712009-07-01 21:32:26 -04007400#, c-format
7401msgid "while trying to truncate %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007402msgstr "podczas próby skrócenia %s"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04007403
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007404#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007405msgid "kernel does not support online resize with sparse_super2"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04007406msgstr "jądro nie obsługuje zmiany rozmiaru w locie przy fladze sparse_super2"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007407
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007408#: resize/online.c:86
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007409#, c-format
7410msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007411msgstr ""
7412"System plików %s jest zamontowany pod %s; wymagana zmiana rozmiaru w locie\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007413
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007414#: resize/online.c:90
Jakub Bogusze20ac792011-01-24 15:03:43 -05007415msgid "On-line shrinking not supported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007416msgstr "Zmniejszanie w locie nie jest obsługiwane"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007417
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007418#: resize/online.c:114
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007419msgid "Filesystem does not support online resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007420msgstr "System plików nie obsługuje zmiany rozmiaru w locie"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007422#: resize/online.c:122
Jakub Boguszb675f582013-01-15 23:30:36 -05007423msgid "Not enough reserved gdt blocks for resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007424msgstr "Zbyt mało zarezerwowanych bloków gdt do zmiany rozmiaru"
Jakub Boguszb675f582013-01-15 23:30:36 -05007425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007426#: resize/online.c:129
Jakub Boguszb675f582013-01-15 23:30:36 -05007427msgid "Kernel does not support resizing a file system this large"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007428msgstr "Jądro nie obsługuje zmiany rozmiaru tak dużego systemu plików"
Jakub Boguszb675f582013-01-15 23:30:36 -05007429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007430#: resize/online.c:137
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007431#, c-format
7432msgid "while trying to open mountpoint %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007433msgstr "podczas próby otwarcia punktu montowania %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007435#: resize/online.c:142
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007436#, c-format
7437msgid "Old resize interface requested.\n"
7438msgstr "Zażądano starego interfejsu resize.\n"
7439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007440#: resize/online.c:161 resize/online.c:178
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007441msgid "Permission denied to resize filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007442msgstr "Brak uprawnień do zmiany rozmiaru systemu plików"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007444#: resize/online.c:164 resize/online.c:184
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007445msgid "While checking for on-line resizing support"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007446msgstr "Podczas sprawdzania obsługi zmiany rozmiaru w locie"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007447
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007448#: resize/online.c:181
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007449msgid "Kernel does not support online resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007450msgstr "Jądro nie obsługuje zmiany rozmiaru w locie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007451
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007452#: resize/online.c:220
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007453#, c-format
7454msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007455msgstr "Wykonywanie zmiany rozmiaru w locie %s na %llu (%dk) bloków.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007456
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007457#: resize/online.c:230
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007458msgid "While trying to extend the last group"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007459msgstr "Podczas próby rozszerzenia ostatniej grupy"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007460
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007461#: resize/online.c:284
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007462#, c-format
7463msgid "While trying to add group #%d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007464msgstr "Podczas próby dodania grupy #%d"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007466#: resize/online.c:295
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007467#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007468msgid ""
7469"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7470"this system.\n"
7471msgstr ""
7472"System plików na %s jest zamontowany pod %s, zmiana rozmiaru w locie nie "
7473"jest obsługiwana na tym systemie.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04007474
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007475#: resize/resize2fs.c:759
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007476#, c-format
7477msgid "inodes (%llu) must be less than %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007478msgstr "liczba i-węzłów (%llu) musi być mniejsza niż %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007479
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007480#: resize/resize2fs.c:1037
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007481msgid "reserved blocks"
7482msgstr "zarezerwowane bloki"
7483
Theodore Ts'o48203a32016-06-08 15:45:26 -04007484#: resize/resize2fs.c:1281
Theodore Ts'obc759702005-05-09 20:40:55 -04007485msgid "meta-data blocks"
7486msgstr "bloki metadanych"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05007487
Theodore Ts'o48203a32016-06-08 15:45:26 -04007488#: resize/resize2fs.c:1385 resize/resize2fs.c:2317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007489msgid "new meta blocks"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04007490msgstr "nowe bloki meta"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007491
Theodore Ts'o48203a32016-06-08 15:45:26 -04007492#: resize/resize2fs.c:2540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007493msgid "Should never happen! No sb in last super_sparse bg?\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04007494msgstr "To się nie powinno zdarzyć! Brak sb w ostatnim super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007495
Theodore Ts'o48203a32016-06-08 15:45:26 -04007496#: resize/resize2fs.c:2545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007497msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007498msgstr ""
7499"To się nie powinno zdarzyć! Nieoczekiwane old_desc w super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007500
Theodore Ts'o48203a32016-06-08 15:45:26 -04007501#: resize/resize2fs.c:2618
Theodore Ts'obc759702005-05-09 20:40:55 -04007502msgid "Should never happen: resize inode corrupt!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007503msgstr "Nigdy się nie powinno zdarzyć: i-węzeł zmiany rozmiaru uszkodzony!\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007504
7505#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o4e528702016-09-04 21:31:21 -04007506#, fuzzy
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007507msgid "EXT2FS Library version 1.43.4-WIP"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04007508msgstr "Biblioteka EXT2FS w wersji 1.43"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007509
7510#: lib/ext2fs/ext2_err.c:12
7511msgid "Wrong magic number for ext2_filsys structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007512msgstr "Błędna liczba magiczna dla struktury ext2_filsys"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007513
7514#: lib/ext2fs/ext2_err.c:13
7515msgid "Wrong magic number for badblocks_list structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007516msgstr "Błędna liczba magiczna dla struktury badblocks_list"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007517
7518#: lib/ext2fs/ext2_err.c:14
7519msgid "Wrong magic number for badblocks_iterate structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007520msgstr "Błędna liczba magiczna dla struktury badblocks_iterate"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007521
7522#: lib/ext2fs/ext2_err.c:15
7523msgid "Wrong magic number for inode_scan structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007524msgstr "Błędna liczba magiczna dla struktury inode_scan"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007525
7526#: lib/ext2fs/ext2_err.c:16
7527msgid "Wrong magic number for io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007528msgstr "Błędna liczba magiczna dla struktury io_channel"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007529
7530#: lib/ext2fs/ext2_err.c:17
7531msgid "Wrong magic number for unix io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007532msgstr "Błędna liczba magiczna dla struktury io_channel typu unix"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007533
7534#: lib/ext2fs/ext2_err.c:18
7535msgid "Wrong magic number for io_manager structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007536msgstr "Błędna liczba magiczna dla struktury io_manager"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007537
7538#: lib/ext2fs/ext2_err.c:19
7539msgid "Wrong magic number for block_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007540msgstr "Błędna liczba magiczna dla struktury block_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007541
7542#: lib/ext2fs/ext2_err.c:20
7543msgid "Wrong magic number for inode_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007544msgstr "Błędna liczba magiczna dla struktury inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007545
7546#: lib/ext2fs/ext2_err.c:21
7547msgid "Wrong magic number for generic_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007548msgstr "Błędna liczba magiczna dla struktury generic_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007549
7550#: lib/ext2fs/ext2_err.c:22
7551msgid "Wrong magic number for test io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007552msgstr "Błędna liczba magiczna dla strukruty io_channel typu test"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007553
7554#: lib/ext2fs/ext2_err.c:23
7555msgid "Wrong magic number for directory block list structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007556msgstr "Błędna liczba magiczna dla struktury listy bloków katalogu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007557
7558#: lib/ext2fs/ext2_err.c:24
7559msgid "Wrong magic number for icount structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007560msgstr "Błędna liczba magiczna dla struktury icount"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007561
7562#: lib/ext2fs/ext2_err.c:25
7563msgid "Wrong magic number for Powerquest io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007564msgstr "Błędna liczba magiczna dla struktury io_channel typu Powerquest"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007565
7566#: lib/ext2fs/ext2_err.c:26
7567msgid "Wrong magic number for ext2 file structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007568msgstr "Błędna liczba magiczna dla struktury pliku ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007569
7570#: lib/ext2fs/ext2_err.c:27
7571msgid "Wrong magic number for Ext2 Image Header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007572msgstr "Błędna liczba magiczna dla nagłówka obrazu ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007573
7574#: lib/ext2fs/ext2_err.c:28
7575msgid "Wrong magic number for inode io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007576msgstr "Błędna liczba magiczna dla struktury io_channel i-węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007577
7578#: lib/ext2fs/ext2_err.c:29
7579msgid "Wrong magic number for ext4 extent handle"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007580msgstr "Błędna liczba magiczna dla uchwytu ekstentu ext4"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007581
7582#: lib/ext2fs/ext2_err.c:30
7583msgid "Bad magic number in super-block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007584msgstr "Błędna liczba magiczna w superbloku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007585
7586#: lib/ext2fs/ext2_err.c:31
7587msgid "Filesystem revision too high"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007588msgstr "Wersja systemu plików zbyt duża"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007589
7590#: lib/ext2fs/ext2_err.c:32
7591msgid "Attempt to write to filesystem opened read-only"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007592msgstr "Próba zapisu w systemie plików otwartym tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007593
7594#: lib/ext2fs/ext2_err.c:33
7595msgid "Can't read group descriptors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007596msgstr "Nie można odczytać deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007597
7598#: lib/ext2fs/ext2_err.c:34
7599msgid "Can't write group descriptors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007600msgstr "Nie można zapisać deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007601
7602#: lib/ext2fs/ext2_err.c:35
7603msgid "Corrupt group descriptor: bad block for block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007604msgstr "Uszkodzony deskryptor grupy: wadliwy blok bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007605
7606#: lib/ext2fs/ext2_err.c:36
7607msgid "Corrupt group descriptor: bad block for inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007608msgstr "Uszkodzony deskryptor grupy: wadliwy blok bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007609
7610#: lib/ext2fs/ext2_err.c:37
7611msgid "Corrupt group descriptor: bad block for inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007612msgstr "Uszkodzony deskryptor grupy: wadliwy blok tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007613
7614#: lib/ext2fs/ext2_err.c:38
7615msgid "Can't write an inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007616msgstr "Nie można zapisać bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007617
7618#: lib/ext2fs/ext2_err.c:39
7619msgid "Can't read an inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007620msgstr "Nie można odczytać bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007621
7622#: lib/ext2fs/ext2_err.c:40
Jakub Boguszdf585272014-05-18 09:46:34 -04007623msgid "Can't write a block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007624msgstr "Nie można zapisać bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007625
7626#: lib/ext2fs/ext2_err.c:41
Jakub Boguszdf585272014-05-18 09:46:34 -04007627msgid "Can't read a block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007628msgstr "Nie można odczytać bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007629
7630#: lib/ext2fs/ext2_err.c:42
7631msgid "Can't write an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007632msgstr "Nie można zapisać tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007633
7634#: lib/ext2fs/ext2_err.c:43
7635msgid "Can't read an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007636msgstr "Nie można odczytać tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007637
7638#: lib/ext2fs/ext2_err.c:44
7639msgid "Can't read next inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007640msgstr "Nie można odczytać kolejnego i-węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007641
7642#: lib/ext2fs/ext2_err.c:45
7643msgid "Filesystem has unexpected block size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007644msgstr "System plików ma nieoczekiwany rozmiar bloku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007645
7646#: lib/ext2fs/ext2_err.c:46
7647msgid "EXT2 directory corrupted"
7648msgstr "Katalog EXT2 uszkodzony"
7649
7650#: lib/ext2fs/ext2_err.c:47
7651msgid "Attempt to read block from filesystem resulted in short read"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007652msgstr "Próba odczytu bloku z systemu plików zakończyła się skróconym odczytem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007653
7654#: lib/ext2fs/ext2_err.c:48
7655msgid "Attempt to write block to filesystem resulted in short write"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007656msgstr "Próba zapisu bloku w systemie plików zakończyła się skróconym zapisem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007657
7658#: lib/ext2fs/ext2_err.c:49
7659msgid "No free space in the directory"
7660msgstr "Brak wolnego miejsca w katalogu"
7661
7662#: lib/ext2fs/ext2_err.c:50
7663msgid "Inode bitmap not loaded"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007664msgstr "Nie wczytano bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007665
7666#: lib/ext2fs/ext2_err.c:51
7667msgid "Block bitmap not loaded"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007668msgstr "Nie wczytano bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007669
7670#: lib/ext2fs/ext2_err.c:52
7671msgid "Illegal inode number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007672msgstr "Niedozwolona liczba i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007673
7674#: lib/ext2fs/ext2_err.c:53
7675msgid "Illegal block number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007676msgstr "Niedozwolona liczba bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007677
7678#: lib/ext2fs/ext2_err.c:54
7679msgid "Internal error in ext2fs_expand_dir"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007680msgstr "Błąd wewnętrzny w ext2fs_expand_dir"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007681
7682#: lib/ext2fs/ext2_err.c:55
7683msgid "Not enough space to build proposed filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007684msgstr "Za mało miejsca do zbudowania proponowanego systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007685
7686#: lib/ext2fs/ext2_err.c:56
7687msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7688msgstr "Niedozwolony numer bloku przekazany do ext2fs_mark_block_bitmap"
7689
7690#: lib/ext2fs/ext2_err.c:57
7691msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7692msgstr "Niedozwolony numer bloku przekazany do ext2fs_unmark_block_bitmap"
7693
7694#: lib/ext2fs/ext2_err.c:58
7695msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7696msgstr "Niedozwolony numer bloku przekazany do ext2fs_test_block_bitmap"
7697
7698#: lib/ext2fs/ext2_err.c:59
7699msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007700msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_mark_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007701
7702#: lib/ext2fs/ext2_err.c:60
7703msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007704msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_unmark_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007705
7706#: lib/ext2fs/ext2_err.c:61
7707msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007708msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_test_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007709
7710#: lib/ext2fs/ext2_err.c:62
7711msgid "Attempt to fudge end of block bitmap past the real end"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007712msgstr "Próba sfałszowania końca bitmapy bloków za prawdziwym końcem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007713
7714#: lib/ext2fs/ext2_err.c:63
7715msgid "Attempt to fudge end of inode bitmap past the real end"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007716msgstr "Próba sfałszowania końca bitmapy i-węzłów za prawdziwym końcem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007717
7718#: lib/ext2fs/ext2_err.c:64
7719msgid "Illegal indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007720msgstr "Znaleziono niedozwolony blok pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007721
7722#: lib/ext2fs/ext2_err.c:65
7723msgid "Illegal doubly indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007724msgstr "Znaleziono niedozwolony blok podwójnie pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007725
7726#: lib/ext2fs/ext2_err.c:66
7727msgid "Illegal triply indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007728msgstr "Znaleziono niedozwolony blok potrójnie pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007729
7730#: lib/ext2fs/ext2_err.c:67
7731msgid "Block bitmaps are not the same"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007732msgstr "Bitmapy bloków nie są takie same"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007733
7734#: lib/ext2fs/ext2_err.c:68
7735msgid "Inode bitmaps are not the same"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007736msgstr "Bitmapy i-węzłów nie są takie same"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007737
7738#: lib/ext2fs/ext2_err.c:69
7739msgid "Illegal or malformed device name"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007740msgstr "Niedozwolona lub źle zapisana nazwa urządzenia"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007741
7742#: lib/ext2fs/ext2_err.c:70
7743msgid "A block group is missing an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007744msgstr "Grupa bloków nie ma tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007745
7746#: lib/ext2fs/ext2_err.c:71
7747msgid "The ext2 superblock is corrupt"
7748msgstr "Superblok ext2 jest uszkodzony"
7749
7750#: lib/ext2fs/ext2_err.c:72
7751msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7752msgstr "Niedozwolony numer bitu przekazany do ext2fs_mark_generic_bitmap"
7753
7754#: lib/ext2fs/ext2_err.c:73
7755msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7756msgstr "Niedozwolony numer bitu przekazany do ext2fs_unmark_generic_bitmap"
7757
7758#: lib/ext2fs/ext2_err.c:74
7759msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7760msgstr "Niedozwolony numer bitu przekazany do ext2fs_test_generic_bitmap"
7761
7762#: lib/ext2fs/ext2_err.c:75
7763msgid "Too many symbolic links encountered."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007764msgstr "Napotkano zbyt dużo dowiązań symbolicznych."
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007765
7766#: lib/ext2fs/ext2_err.c:76
7767msgid "The callback function will not handle this case"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007768msgstr "Funkcja wywołania zwrotnego nie obsłuży tego przypadku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007769
7770#: lib/ext2fs/ext2_err.c:77
7771msgid "The inode is from a bad block in the inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007772msgstr "I-węzeł pochodzący z wadliwego bloku w tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007773
7774#: lib/ext2fs/ext2_err.c:78
7775msgid "Filesystem has unsupported feature(s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007776msgstr "System plików ma włączone nie obsługiwane cechy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007777
7778#: lib/ext2fs/ext2_err.c:79
7779msgid "Filesystem has unsupported read-only feature(s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007780msgstr "System plików ma włączone nie obsługiwane cechy tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007781
7782#: lib/ext2fs/ext2_err.c:80
7783msgid "IO Channel failed to seek on read or write"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007784msgstr ""
7785"Nie powiodło się przemieszczenie w kanał we/wy przy odczycie lub zapisie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007786
7787#: lib/ext2fs/ext2_err.c:81
7788msgid "Memory allocation failed"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007789msgstr "Przydzielenie pamięci nie powiodło się"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007790
7791#: lib/ext2fs/ext2_err.c:82
7792msgid "Invalid argument passed to ext2 library"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007793msgstr "Przekazano błędny argument do biblioteki ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007794
7795#: lib/ext2fs/ext2_err.c:83
7796msgid "Could not allocate block in ext2 filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007797msgstr "Nie udało się przydzielić bloku w systemie plików ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007798
7799#: lib/ext2fs/ext2_err.c:84
7800msgid "Could not allocate inode in ext2 filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007801msgstr "Nie udało się przydzielić i-węzła w systemie plików ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007802
7803#: lib/ext2fs/ext2_err.c:85
7804msgid "Ext2 inode is not a directory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007805msgstr "I-węzeł ext2 nie jest katalogiem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007806
7807#: lib/ext2fs/ext2_err.c:86
7808msgid "Too many references in table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007809msgstr "Zbyt dużo odniesień w tablicy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007810
7811#: lib/ext2fs/ext2_err.c:87
7812msgid "File not found by ext2_lookup"
7813msgstr "Nie znaleziono pliku w ext2_lookup"
7814
7815#: lib/ext2fs/ext2_err.c:88
7816msgid "File open read-only"
7817msgstr "Plik otwarty tylko do odczytu"
7818
7819#: lib/ext2fs/ext2_err.c:89
7820msgid "Ext2 directory block not found"
7821msgstr "Nie znaleziono bloku katalogu ext2"
7822
7823#: lib/ext2fs/ext2_err.c:90
7824msgid "Ext2 directory already exists"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007825msgstr "Katalog ext2 już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007826
7827#: lib/ext2fs/ext2_err.c:91
7828msgid "Unimplemented ext2 library function"
7829msgstr "Nie zaimplementowana funkcja biblioteki ext2"
7830
7831#: lib/ext2fs/ext2_err.c:92
7832msgid "User cancel requested"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007833msgstr "Żądanie przerwania od użytkownika"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007834
7835#: lib/ext2fs/ext2_err.c:93
7836msgid "Ext2 file too big"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007837msgstr "Plik ext2 zbyt duży"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007838
7839#: lib/ext2fs/ext2_err.c:94
7840msgid "Supplied journal device not a block device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007841msgstr "Przekazane urządzenie kroniki nie jest urządzeniem blokowym"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007842
7843#: lib/ext2fs/ext2_err.c:95
7844msgid "Journal superblock not found"
7845msgstr "Nie znaleziono superbloku kroniki"
7846
7847#: lib/ext2fs/ext2_err.c:96
7848msgid "Journal must be at least 1024 blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007849msgstr "Kronika musi mieć przynajmniej 1024 bloki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007850
7851#: lib/ext2fs/ext2_err.c:97
7852msgid "Unsupported journal version"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007853msgstr "Nie obsługiwana wersja kroniki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007854
7855#: lib/ext2fs/ext2_err.c:98
7856msgid "Error loading external journal"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007857msgstr "Błąd podczas wczytywania zewnętrznej kroniki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007858
7859#: lib/ext2fs/ext2_err.c:99
7860msgid "Journal not found"
7861msgstr "Nie znaleziono kroniki"
7862
7863#: lib/ext2fs/ext2_err.c:100
7864msgid "Directory hash unsupported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007865msgstr "Nie obsługiwane haszowanie katalogu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007866
7867#: lib/ext2fs/ext2_err.c:101
7868msgid "Illegal extended attribute block number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007869msgstr "Błędny numer bloku atrybutu rozszerzonego"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007870
7871#: lib/ext2fs/ext2_err.c:102
7872msgid "Cannot create filesystem with requested number of inodes"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007873msgstr "Nie można utworzyć systemu plików o żądanej liczbie i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007874
7875#: lib/ext2fs/ext2_err.c:103
7876msgid "E2image snapshot not in use"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007877msgstr "Migawka e2image nie jest w użyciu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007878
7879#: lib/ext2fs/ext2_err.c:104
7880msgid "Too many reserved group descriptor blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007881msgstr "Zbyt dużo zarezerwowanych bloków deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007882
7883#: lib/ext2fs/ext2_err.c:105
7884msgid "Resize inode is corrupt"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007885msgstr "I-węzeł zmiany rozmiaru jest uszkodzony"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007886
7887#: lib/ext2fs/ext2_err.c:106
7888msgid "Tried to set block bmap with missing indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007889msgstr "Próbowano ustawić bitmapę bloków z brakującym blokiem bezpośrednim"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007890
7891#: lib/ext2fs/ext2_err.c:107
7892msgid "TDB: Success"
7893msgstr "TDB: sukces"
7894
7895#: lib/ext2fs/ext2_err.c:108
7896msgid "TDB: Corrupt database"
7897msgstr "TDB: uszkodzona baza danych"
7898
7899#: lib/ext2fs/ext2_err.c:109
7900msgid "TDB: IO Error"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007901msgstr "TDB: błąd we/wy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007902
7903#: lib/ext2fs/ext2_err.c:110
7904msgid "TDB: Locking error"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007905msgstr "TDB: błąd blokowania"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007906
7907#: lib/ext2fs/ext2_err.c:111
7908msgid "TDB: Out of memory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007909msgstr "TDB: brak pamięci"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007910
7911#: lib/ext2fs/ext2_err.c:112
7912msgid "TDB: Record exists"
7913msgstr "TDB: rekord istnieje"
7914
7915#: lib/ext2fs/ext2_err.c:113
7916msgid "TDB: Lock exists on other keys"
7917msgstr "TDB: istnieje blokada na innych kluczach"
7918
7919#: lib/ext2fs/ext2_err.c:114
7920msgid "TDB: Invalid parameter"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007921msgstr "TDB: błędny parametr"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007922
7923#: lib/ext2fs/ext2_err.c:115
7924msgid "TDB: Record does not exist"
7925msgstr "TDB: rekord nie istnieje"
7926
7927#: lib/ext2fs/ext2_err.c:116
7928msgid "TDB: Write not permitted"
7929msgstr "TDB: zapis niedozwolony"
7930
7931#: lib/ext2fs/ext2_err.c:117
7932msgid "Ext2fs directory block list is empty"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007933msgstr "Lista bloków katalogu ext2fs jest pusta"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007934
7935#: lib/ext2fs/ext2_err.c:118
7936msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007937msgstr ""
7938"Próba zmodyfikowania mapy bloków poprzez iterator bloków tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007939
7940#: lib/ext2fs/ext2_err.c:119
7941msgid "Wrong magic number for ext4 extent saved path"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007942msgstr "Błędna liczba magiczna ścieżki zachowanych ekstentów ext4"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007943
7944#: lib/ext2fs/ext2_err.c:120
7945msgid "Wrong magic number for 64-bit generic bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007946msgstr "Błędna liczba magiczna dla ogólnej bitmapy 64-bitowej"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007947
7948#: lib/ext2fs/ext2_err.c:121
7949msgid "Wrong magic number for 64-bit block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007950msgstr "Błędna liczba magiczna dla 64-bitowej bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007951
7952#: lib/ext2fs/ext2_err.c:122
7953msgid "Wrong magic number for 64-bit inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007954msgstr "Błędna liczba magiczna dla 64-bitowej bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007955
7956#: lib/ext2fs/ext2_err.c:123
7957msgid "Wrong magic number --- RESERVED_13"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007958msgstr "Błędna liczba magiczna --- RESERVED_13"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007959
7960#: lib/ext2fs/ext2_err.c:124
7961msgid "Wrong magic number --- RESERVED_14"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007962msgstr "Błędna liczba magiczna --- RESERVED_14"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007963
7964#: lib/ext2fs/ext2_err.c:125
7965msgid "Wrong magic number --- RESERVED_15"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007966msgstr "Błędna liczba magiczna --- RESERVED_15"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007967
7968#: lib/ext2fs/ext2_err.c:126
7969msgid "Wrong magic number --- RESERVED_16"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007970msgstr "Błędna liczba magiczna --- RESERVED_16"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007971
7972#: lib/ext2fs/ext2_err.c:127
7973msgid "Wrong magic number --- RESERVED_17"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007974msgstr "Błędna liczba magiczna --- RESERVED_17"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007975
7976#: lib/ext2fs/ext2_err.c:128
7977msgid "Wrong magic number --- RESERVED_18"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007978msgstr "Błędna liczba magiczna --- RESERVED_18"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007979
7980#: lib/ext2fs/ext2_err.c:129
7981msgid "Wrong magic number --- RESERVED_19"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007982msgstr "Błędna liczba magiczna --- RESERVED_19"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007983
7984#: lib/ext2fs/ext2_err.c:130
7985msgid "Corrupt extent header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007986msgstr "Uszkodzony nagłówek ekstentu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007987
7988#: lib/ext2fs/ext2_err.c:131
7989msgid "Corrupt extent index"
7990msgstr "Uszkodzony indeks ekstentu"
7991
7992#: lib/ext2fs/ext2_err.c:132
7993msgid "Corrupt extent"
7994msgstr "Uszkodzony ekstent"
7995
7996#: lib/ext2fs/ext2_err.c:133
7997msgid "No free space in extent map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007998msgstr "Brak wolnego miejsca w mapie ekstentów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007999
8000#: lib/ext2fs/ext2_err.c:134
8001msgid "Inode does not use extents"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008002msgstr "I-węzeł nie wykorzystuje ekstentów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008003
8004#: lib/ext2fs/ext2_err.c:135
8005msgid "No 'next' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008006msgstr "Brak ekstentu następnego"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008007
8008#: lib/ext2fs/ext2_err.c:136
8009msgid "No 'previous' extent"
8010msgstr "Brak ekstentu poprzedniego"
8011
8012#: lib/ext2fs/ext2_err.c:137
8013msgid "No 'up' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008014msgstr "Brak ekstentu 'w górę'"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008015
8016#: lib/ext2fs/ext2_err.c:138
8017msgid "No 'down' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008018msgstr "Brak ekstentu 'w dół'"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008019
8020#: lib/ext2fs/ext2_err.c:139
8021msgid "No current node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008022msgstr "Brak bieżącego węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008023
8024#: lib/ext2fs/ext2_err.c:140
8025msgid "Ext2fs operation not supported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008026msgstr "Operacja ext2fs nie obsługiwana"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008027
8028#: lib/ext2fs/ext2_err.c:141
8029msgid "No room to insert extent in node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008030msgstr "Brak miejsca na wstawienie ekstentu w węźle"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008031
8032#: lib/ext2fs/ext2_err.c:142
8033msgid "Splitting would result in empty node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008034msgstr "Podzielenie utworzyłoby pusty węzeł"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008035
8036#: lib/ext2fs/ext2_err.c:143
8037msgid "Extent not found"
8038msgstr "Nie znaleziono ekstentu"
8039
8040#: lib/ext2fs/ext2_err.c:144
8041msgid "Operation not supported for inodes containing extents"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008042msgstr "Operacja nie obsługiwana dla i-węzłów zawierających ekstenty"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008043
8044#: lib/ext2fs/ext2_err.c:145
8045msgid "Extent length is invalid"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008046msgstr "Błędna długość ekstentu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008047
8048#: lib/ext2fs/ext2_err.c:146
8049msgid "I/O Channel does not support 64-bit block numbers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008050msgstr "Kanał we/wy nie obsługuje 64-bitowych numerów bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008051
8052#: lib/ext2fs/ext2_err.c:147
8053msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008054msgstr ""
8055"Nie można sprawdzić, czy system plików jest zamontowany z powodu braku pliku "
8056"mtab"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008057
8058#: lib/ext2fs/ext2_err.c:148
8059msgid "Filesystem too large to use legacy bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008060msgstr "System plików zbyt duży, aby użyć bitmap starego typu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008061
8062#: lib/ext2fs/ext2_err.c:149
8063msgid "MMP: invalid magic number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008064msgstr "MMP: błędna liczba magiczna"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008065
8066#: lib/ext2fs/ext2_err.c:150
8067msgid "MMP: device currently active"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008068msgstr "MMP: urządzenie obecnie aktywne"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008069
8070#: lib/ext2fs/ext2_err.c:151
8071msgid "MMP: fsck being run"
8072msgstr "MMP: fsck jest uruchomiony"
8073
8074#: lib/ext2fs/ext2_err.c:152
8075msgid "MMP: block number beyond filesystem range"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008076msgstr "MMP: numer bloku poza zakresem systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008077
8078#: lib/ext2fs/ext2_err.c:153
8079msgid "MMP: undergoing an unknown operation"
8080msgstr "MMP: wykonywana jest nieznana operacja"
8081
8082#: lib/ext2fs/ext2_err.c:154
8083msgid "MMP: filesystem still in use"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008084msgstr "MMP: system plików nadal w użyciu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008085
8086#: lib/ext2fs/ext2_err.c:155
8087msgid "MMP: open with O_DIRECT failed"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008088msgstr "MMP: otwarcie z flagą O_DIRECT nie powiodło się"
8089
8090#: lib/ext2fs/ext2_err.c:156
8091msgid "Block group descriptor size incorrect"
8092msgstr "Niepoprawny rozmiar deskryptora grupy bloków"
8093
8094#: lib/ext2fs/ext2_err.c:157
8095msgid "Inode checksum does not match inode"
8096msgstr "Suma kontrolna i-węzła nie zgadza się z i-węzłem"
8097
8098#: lib/ext2fs/ext2_err.c:158
8099msgid "Inode bitmap checksum does not match bitmap"
8100msgstr "Suma kontrolna bitmapy i-węzłów nie zgadza się z bitmapą"
8101
8102#: lib/ext2fs/ext2_err.c:159
8103msgid "Extent block checksum does not match extent block"
8104msgstr "Suma kontrolna bloku ekstentów nie zgadza się z blokiem ekstentów"
8105
8106#: lib/ext2fs/ext2_err.c:160
8107msgid "Directory block does not have space for checksum"
8108msgstr "Blok katalogu nie ma miejsca na sumę kontrolną"
8109
8110#: lib/ext2fs/ext2_err.c:161
8111msgid "Directory block checksum does not match directory block"
8112msgstr "Suma kontrolna bloku katalogu nie zgadza się z blokiem katalogu"
8113
8114#: lib/ext2fs/ext2_err.c:162
8115msgid "Extended attribute block checksum does not match block"
8116msgstr "Sumar kontrolna bloku rozszerzonych atrybutów nie zgadza się z blokiem"
8117
8118#: lib/ext2fs/ext2_err.c:163
8119msgid "Superblock checksum does not match superblock"
8120msgstr "Suma kontrolna superbloku nie zgadza się z superblokiem"
8121
8122#: lib/ext2fs/ext2_err.c:164
8123msgid "Unknown checksum algorithm"
8124msgstr "Nieznany algorytm sumy kontrolnej"
8125
8126#: lib/ext2fs/ext2_err.c:165
8127msgid "MMP block checksum does not match MMP block"
8128msgstr "Suma kontrolna bloku MMP nie zgadza się z blokiem MMP"
8129
8130#: lib/ext2fs/ext2_err.c:166
8131msgid "Ext2 file already exists"
8132msgstr "Plik ext2 już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008133
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008134#: lib/ext2fs/ext2_err.c:167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008135msgid "Block bitmap checksum does not match bitmap"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008136msgstr "Suma kontrolna bitmapy bloków nie zgadza się z bitmapą"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008137
8138#: lib/ext2fs/ext2_err.c:168
8139msgid "Cannot iterate data blocks of an inode containing inline data"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008140msgstr ""
8141"Nie można iterować po blokach danych i-węzła zawierającego dane wewnętrzne"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008142
8143#: lib/ext2fs/ext2_err.c:169
8144msgid "Extended attribute has an invalid name length"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008145msgstr "Rozszerzony atrybut ma błędną długość nazwy"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008146
8147#: lib/ext2fs/ext2_err.c:170
8148msgid "Extended attribute has an invalid value length"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008149msgstr "Rozszerzony atrybut ma błędną długość wartości"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008150
8151#: lib/ext2fs/ext2_err.c:171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008152msgid "Extended attribute has an incorrect hash"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008153msgstr "Rozszerzony atrybut ma nieprawidłowy skrót"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008154
8155#: lib/ext2fs/ext2_err.c:172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008156msgid "Extended attribute block has a bad header"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008157msgstr "Blok rozszerzonego atrybutu ma błędny nagłówek"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008158
8159#: lib/ext2fs/ext2_err.c:173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008160msgid "Extended attribute key not found"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008161msgstr "Nie znaleziono klucza rozszerzonego atrybutu"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008162
8163#: lib/ext2fs/ext2_err.c:174
8164msgid "Insufficient space to store extended attribute data"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008165msgstr "Za mało miejsca na zapisanie danych rozszerzonego atrybutu"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008166
8167#: lib/ext2fs/ext2_err.c:175
8168msgid "Filesystem is missing ext_attr or inline_data feature"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008169msgstr "System plików nie ma cechy ext_attr lub inline_data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008170
8171#: lib/ext2fs/ext2_err.c:176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008172msgid "Inode doesn't have inline data"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008173msgstr "I-węzeł nie zawiera danych wewnętrznych"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008174
8175#: lib/ext2fs/ext2_err.c:177
8176msgid "No block for an inode with inline data"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008177msgstr "Brak bloku dla i-węzła z danymi wewnętrznymi"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008178
8179#: lib/ext2fs/ext2_err.c:178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008180msgid "No free space in inline data"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008181msgstr "Brak wolnego miejsca w danych wewnętrznych"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008182
8183#: lib/ext2fs/ext2_err.c:179
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008184msgid "Wrong magic number for extended attribute structure"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008185msgstr "Błędna liczba magiczna dla struktury rozszerzonych atrybutów"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008186
8187#: lib/ext2fs/ext2_err.c:180
8188msgid "Inode seems to contain garbage"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008189msgstr "I-węzeł zdaje się zawierać śmieci"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008190
8191#: lib/ext2fs/ext2_err.c:181
8192msgid "Extended attribute has an invalid value offset"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008193msgstr "Rozszerzony atrybut ma błędny offset wartości"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008194
8195#: lib/ext2fs/ext2_err.c:182
8196msgid "Journal flags inconsistent"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008197msgstr "Niespójne flagi kroniki"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008198
8199#: lib/ext2fs/ext2_err.c:183
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008200msgid "Undo file corrupt"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008201msgstr "Uszkodzony plik undo"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008202
8203#: lib/ext2fs/ext2_err.c:184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008204msgid "Wrong undo file for this filesystem"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008205msgstr "Niewłaściwy plik undo dla tego systemu plików"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008206
Theodore Ts'o48203a32016-06-08 15:45:26 -04008207#: lib/ext2fs/ext2_err.c:185
Theodore Ts'o48203a32016-06-08 15:45:26 -04008208msgid "File system is corrupted"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008209msgstr "System plików jest uszkodzony"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008210
8211#: lib/ext2fs/ext2_err.c:186
8212msgid "Bad CRC detected in file system"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008213msgstr "Wykryto błędne CRC w systemie plików"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008214
8215#: lib/ext2fs/ext2_err.c:187
Theodore Ts'o48203a32016-06-08 15:45:26 -04008216msgid "The journal superblock is corrupt"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008217msgstr "Superblok kroniki jest uszkodzony"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008218
Theodore Ts'o4e528702016-09-04 21:31:21 -04008219#: lib/ext2fs/ext2_err.c:188
8220#, fuzzy
8221msgid "Inode is corrupted"
8222msgstr "I-węzeł zmiany rozmiaru jest uszkodzony"
8223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008224#: lib/support/prof_err.c:11
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008225msgid "Profile version 0.0"
8226msgstr "Profil w wersji 0.0"
8227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008228#: lib/support/prof_err.c:12
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008229msgid "Bad magic value in profile_node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008230msgstr "Błędna wartość magiczna w profile_node"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008232#: lib/support/prof_err.c:13
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008233msgid "Profile section not found"
8234msgstr "Nie znaleziono sekcji profilu"
8235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008236#: lib/support/prof_err.c:14
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008237msgid "Profile relation not found"
8238msgstr "Nie znaleziono relacji profilu"
8239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008240#: lib/support/prof_err.c:15
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008241msgid "Attempt to add a relation to node which is not a section"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008242msgstr "Próba dodania relacji do węzła, który nie jest sekcją"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008244#: lib/support/prof_err.c:16
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008245msgid "A profile section header has a non-zero value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008246msgstr "Nagłówek sekcji profilu ma niezerową wartość"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008248#: lib/support/prof_err.c:17
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008249msgid "Bad linked list in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008250msgstr "Błędna lista w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008252#: lib/support/prof_err.c:18
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008253msgid "Bad group level in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008254msgstr "Błędny poziom grupy w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008256#: lib/support/prof_err.c:19
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008257msgid "Bad parent pointer in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008258msgstr "Błędny wskaźnik rodzica w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008260#: lib/support/prof_err.c:20
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008261msgid "Bad magic value in profile iterator"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008262msgstr "Błędna wartość magiczna w iteratorze profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008263
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008264#: lib/support/prof_err.c:21
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008265msgid "Can't set value on section node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008266msgstr "Nie można ustawić wartości w węźle sekcji"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008267
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008268#: lib/support/prof_err.c:22
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008269msgid "Invalid argument passed to profile library"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008270msgstr "Błędny argument przekazany do biblioteki profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008271
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008272#: lib/support/prof_err.c:23
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008273msgid "Attempt to modify read-only profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008274msgstr "Próba zmodyfikowania profilu tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008275
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008276#: lib/support/prof_err.c:24
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008277msgid "Profile section header not at top level"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008278msgstr "Nagłówek sekcji profilu nie na najwyższym poziomie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008280#: lib/support/prof_err.c:25
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008281msgid "Syntax error in profile section header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008282msgstr "Błąd składni w nagłówku sekcji profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008284#: lib/support/prof_err.c:26
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008285msgid "Syntax error in profile relation"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008286msgstr "Błąd składni w relacji profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008287
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008288#: lib/support/prof_err.c:27
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008289msgid "Extra closing brace in profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008290msgstr "Nadmiarowy nawias zamykający w profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008291
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008292#: lib/support/prof_err.c:28
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008293msgid "Missing open brace in profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008294msgstr "Brakujący nawias otwierający w profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008296#: lib/support/prof_err.c:29
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008297msgid "Bad magic value in profile_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008298msgstr "Błędna wartość magiczna w profile_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008299
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008300#: lib/support/prof_err.c:30
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008301msgid "Bad magic value in profile_section_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008302msgstr "Błędna wartość magiczna w profile_section_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008303
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008304#: lib/support/prof_err.c:31
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008305msgid "Iteration through all top level section not supported"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008306msgstr ""
8307"Iterowanie poprzez wszystkie sekcje najwyższego poziomu nie jest obsługiwane"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008309#: lib/support/prof_err.c:32
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008310msgid "Invalid profile_section object"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008311msgstr "Błędny obiekt profile_section"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008313#: lib/support/prof_err.c:33
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008314msgid "No more sections"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008315msgstr "Nie ma więcej sekcji"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008317#: lib/support/prof_err.c:34
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008318msgid "Bad nameset passed to query routine"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008319msgstr "Błędny nameset przekazany do funkcji odpytującej"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008321#: lib/support/prof_err.c:35
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008322msgid "No profile file open"
8323msgstr "Brak otwartego pliku profilu"
8324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008325#: lib/support/prof_err.c:36
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008326msgid "Bad magic value in profile_file_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008327msgstr "Błędna wartość magiczna w profile_file_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008329#: lib/support/prof_err.c:37
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008330msgid "Couldn't open profile file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008331msgstr "Nie udało się otworzyć pliku profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008332
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008333#: lib/support/prof_err.c:38
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008334msgid "Section already exists"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008335msgstr "Sekcja już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008336
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008337#: lib/support/prof_err.c:39
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008338msgid "Invalid boolean value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008339msgstr "Błędna wartość logiczna"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008341#: lib/support/prof_err.c:40
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008342msgid "Invalid integer value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008343msgstr "Błędna wartość całkowita"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008345#: lib/support/prof_err.c:41
Jakub Bogusz74ecc732011-10-16 21:53:39 -04008346msgid "Bad magic value in profile_file_data_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05008347msgstr "Błędna wartość magiczna w profile_file_data_t"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008348
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008349#: lib/support/plausible.c:118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008350#, c-format
8351msgid "\tlast mounted on %s on %s"
8352msgstr "\tostatnio montowano %s pod %s"
8353
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008354#: lib/support/plausible.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008355#, c-format
8356msgid "\tlast mounted on %s"
8357msgstr "\tostatnio montowano %s"
8358
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008359#: lib/support/plausible.c:124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008360#, c-format
8361msgid "\tcreated on %s"
8362msgstr "\tutworzono %s"
8363
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008364#: lib/support/plausible.c:127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008365#, c-format
8366msgid "\tlast modified on %s"
8367msgstr "\tostatnio zmodyfikowano %s"
8368
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008369#: lib/support/plausible.c:161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008370#, c-format
8371msgid "Found a %s partition table in %s\n"
8372msgstr "Znaleziono tablicę partycji %s w %s\n"
8373
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008374#: lib/support/plausible.c:191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008375#, c-format
8376msgid "The file %s does not exist and no size was specified.\n"
8377msgstr "Plik %s nie istnieje i nie podano rozmiaru.\n"
8378
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008379#: lib/support/plausible.c:199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008380#, c-format
8381msgid "Creating regular file %s\n"
8382msgstr "Tworzenie zwykłego pliku %s\n"
8383
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008384#: lib/support/plausible.c:202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008385#, c-format
8386msgid "Could not open %s: %s\n"
8387msgstr "Nie udało się otworzyć %s: %s\n"
8388
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008389#: lib/support/plausible.c:205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008390msgid ""
8391"\n"
8392"The device apparently does not exist; did you specify it correctly?\n"
8393msgstr ""
8394"\n"
8395"Urządzenie najwyraźniej nie istnieje; czy zostało podane poprawnie?\n"
8396
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008397#: lib/support/plausible.c:227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008398#, c-format
8399msgid "%s is not a block special device.\n"
8400msgstr "%s nie jest specjalnym urządzeniem blokowym.\n"
8401
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008402#: lib/support/plausible.c:249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008403#, c-format
8404msgid "%s contains a %s file system labelled '%s'\n"
8405msgstr "%s zawiera system plików %s z etykietą '%s'\n"
8406
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008407#: lib/support/plausible.c:252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008408#, c-format
8409msgid "%s contains a %s file system\n"
8410msgstr "%s zawiera system plików %s\n"
8411
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008412#: lib/support/plausible.c:276
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008413#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008414msgid "%s contains `%s' data\n"
Jakub Boguszd0c9ac42016-08-31 23:14:17 -04008415msgstr "%s zawiera dane `%s'\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008416
8417#~ msgid "Please run e2fsck on the filesystem.\n"
8418#~ msgstr "Proszę uruchomić e2fsck na systemie plików.\n"