blob: d2c0d498ebfdbf1117dde3e0fe86c758f9749ad5 [file] [log] [blame]
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001# Polish translation for e2fsprogs.
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04002# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Theodore Tso (msgids)
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003# This file is distributed under the same license as the e2fsprogs package.
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004# Jakub Bogusz <qboosh@pld-linux.org>, 2002-2014.
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040026#. ownership field (inode->i_uid). Also the "%B" expansion is special:
27#. it can expand to either the string "indirect block" (possibly preceded
28#. by the word "double" or "triple"), or the string "block #" immediately
29#. followed by an integer indicating a block sequence number.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040030#.
31#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040032#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040033#. %c <blk2> block number
34#. %Di <dirent> -> ino inode number
35#. %Dn <dirent> -> name string
36#. %Dr <dirent> -> rec_len
37#. %Dl <dirent> -> name_len
38#. %Dt <dirent> -> filetype
39#. %d <dir> inode number
40#. %g <group> integer
41#. %i <ino> inode number
42#. %Is <inode> -> i_size
43#. %IS <inode> -> i_extra_isize
44#. %Ib <inode> -> i_blocks
45#. %Il <inode> -> i_links_count
46#. %Im <inode> -> i_mode
47#. %IM <inode> -> i_mtime
48#. %IF <inode> -> i_faddr
49#. %If <inode> -> i_file_acl
50#. %Id <inode> -> i_dir_acl
51#. %Iu <inode> -> i_uid
52#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040053#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040054#. %j <ino2> inode number
55#. %m <com_err error message>
56#. %N <num>
57#. %p ext2fs_get_pathname of directory <ino>
58#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
59#. the containing directory. (If dirent is NULL
60#. then return the pathname of directory <ino2>)
61#. %q ext2fs_get_pathname of directory <dir>
62#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
63#. the containing directory.
64#. %s <str> miscellaneous string
65#. %S backup superblock
66#. %X <num> hexadecimal format
67#.
Theodore Ts'of419fdf2003-11-21 12:56:32 -050068msgid ""
69msgstr ""
Jakub Bogusz3f19bda2014-07-05 23:18:05 -040070"Project-Id-Version: e2fsprogs 1.42.10\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050071"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040072"POT-Creation-Date: 2014-07-05 23:41-0400\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -040073"PO-Revision-Date: 2014-05-26 17:21+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'ocd75fb02014-07-05 23:44:28 -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'ocd75fb02014-07-05 23:44:28 -040083#: e2fsck/badblocks.c:23 misc/mke2fs.c:211
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'ocd75fb02014-07-05 23:44:28 -040096#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
97#: e2fsck/unix.c:1434 misc/badblocks.c:1227 misc/badblocks.c:1235
Theodore Ts'o196b59c2014-05-18 21:47:32 -040098#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
99#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400100#: misc/mke2fs.c:227 misc/tune2fs.c:1945 resize/main.c:316
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'ocd75fb02014-07-05 23:44:28 -0400110#: e2fsck/badblocks.c:94 misc/mke2fs.c:234
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'ocd75fb02014-07-05 23:44:28 -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
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400135#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
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
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400139#: e2fsck/ehandler.c:62
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
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400143#: e2fsck/ehandler.c:104
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
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400148#: e2fsck/ehandler.c:107
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
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400181#: e2fsck/flushb.c:35
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500182#, c-format
183msgid "Usage: %s disk\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500184msgstr "Składnia: %s dysk\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500185
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400186#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500187#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500188msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500189msgstr "ioctl BLKFLSBUF nie obsługiwany! Nie można opróżnić buforów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500190
Eric Sandeen032eafe2012-07-28 17:48:36 -0400191#: e2fsck/iscan.c:44
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500192#, c-format
193msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500194msgstr "Składnia: %s [-F] [-I bloki_bufora_i-węzłów] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500195
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400196#: e2fsck/iscan.c:81 e2fsck/unix.c:972
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500197#, c-format
198msgid "while opening %s for flushing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500199msgstr "podczas otwierania %s w celu opróżnienia"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500200
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400201#: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:289
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500202#, c-format
203msgid "while trying to flush %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500204msgstr "podczas próby opróżnienia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500205
Jakub Boguszdf585272014-05-18 09:46:34 -0400206#: e2fsck/iscan.c:110
207#, c-format
208msgid "while trying to open '%s'"
209msgstr "podczas próby otwarcia '%s'"
210
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400211#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500212msgid "while opening inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500213msgstr "podczas otwierania obrazu i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500214
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400215#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500216msgid "while getting next inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500217msgstr "podczas pobierania następnego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500218
Eric Sandeen032eafe2012-07-28 17:48:36 -0400219#: e2fsck/iscan.c:136
Theodore Ts'od46ce702007-07-10 09:45:47 -0400220#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400221msgid "%u inodes scanned.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500222msgstr "Przeszukano i-węzłów: %u.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500223
Jakub Boguszdf585272014-05-18 09:46:34 -0400224#: e2fsck/journal.c:525
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500225msgid "reading journal superblock\n"
226msgstr "odczyt superbloku kroniki\n"
227
Jakub Boguszdf585272014-05-18 09:46:34 -0400228#: e2fsck/journal.c:582
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500229#, c-format
230msgid "%s: no valid journal superblock found\n"
231msgstr "%s: nie znaleziono poprawnego superbloku kroniki\n"
232
Jakub Boguszdf585272014-05-18 09:46:34 -0400233#: e2fsck/journal.c:591
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500234#, c-format
235msgid "%s: journal too short\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500236msgstr "%s: kronika za krótka\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500237
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400238#: e2fsck/journal.c:882
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500239#, c-format
240msgid "%s: recovering journal\n"
241msgstr "%s: odtwarzanie z kroniki\n"
242
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400243#: e2fsck/journal.c:884
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500244#, c-format
245msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400246msgstr ""
247"%s: odtworzenie z kroniki nie zostanie wykonane w trybie tylko do odczytu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500248
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400249#: e2fsck/journal.c:911
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500250#, c-format
251msgid "while trying to re-open %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500252msgstr "podczas próby ponownego otwarcia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500253
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400254#: e2fsck/message.c:113
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500255msgid "aextended attribute"
256msgstr "arozszerzony atrybut"
257
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400258#: e2fsck/message.c:114
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500259msgid "Aerror allocating"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500260msgstr "Abłąd podczas przydzielania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500261
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400262#: e2fsck/message.c:115
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500263msgid "bblock"
264msgstr "bblok"
265
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400266#: e2fsck/message.c:116
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500267msgid "Bbitmap"
268msgstr "Bbitmapa"
269
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400270#: e2fsck/message.c:117
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500271msgid "ccompress"
272msgstr "ckompresja"
273
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400274#: e2fsck/message.c:118
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500275msgid "Cconflicts with some other fs @b"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500276msgstr "Ckonflikt z innym @biem systemu plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500277
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400278#: e2fsck/message.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500279msgid "ddirectory"
280msgstr "dkatalog"
281
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400282#: e2fsck/message.c:120
283msgid "Ddeleted"
284msgstr "Dusunięty"
285
286#: e2fsck/message.c:121
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500287msgid "eentry"
288msgstr "ewpis"
289
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400290#: e2fsck/message.c:122
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500291msgid "E@e '%Dn' in %p (%i)"
292msgstr "E@e '%Dn' w %p (%i)"
293
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400294#: e2fsck/message.c:123
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500295msgid "ffilesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500296msgstr "fsystem plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500297
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400298#: e2fsck/message.c:124
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500299msgid "Ffor @i %i (%Q) is"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500300msgstr "Fdla i-węzła %i (%Q) wynosi"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500301
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400302#: e2fsck/message.c:125
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500303msgid "ggroup"
304msgstr "ggrupa"
305
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400306#: e2fsck/message.c:126
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500307msgid "hHTREE @d @i"
308msgstr "h@i @du HTREE"
309
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400310#: e2fsck/message.c:127
311msgid "iinode"
312msgstr "ii-węzeł"
313
314#: e2fsck/message.c:128
315msgid "Iillegal"
316msgstr "Iniedopuszczalny"
317
318#: e2fsck/message.c:129
319msgid "jjournal"
320msgstr "jkronika"
321
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400322#: e2fsck/message.c:130
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500323msgid "llost+found"
324msgstr "llost+found"
325
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400326#: e2fsck/message.c:131
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500327msgid "Lis a link"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500328msgstr "Ljest dowiązaniem"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500329
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400330#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400331msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400332msgstr "mwielokrotnie zadeklarowany"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400333
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400334#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400335msgid "ninvalid"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500336msgstr "nbłędny"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400338#: e2fsck/message.c:134
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500339msgid "oorphaned"
340msgstr "oosierocony"
341
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400342#: e2fsck/message.c:135
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500343msgid "pproblem in"
344msgstr "pproblem w"
345
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400346#: e2fsck/message.c:136
347msgid "qquota"
348msgstr "qlimit"
349
350#: e2fsck/message.c:137
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500351msgid "rroot @i"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500352msgstr "rgłówny @i"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500353
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400354#: e2fsck/message.c:138
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500355msgid "sshould be"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500356msgstr "spowinno być"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500357
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400358#: e2fsck/message.c:139
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500359msgid "Ssuper@b"
360msgstr "Ssuper@b"
361
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400362#: e2fsck/message.c:140
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500363msgid "uunattached"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500364msgstr "uniedołączony"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500365
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400366#: e2fsck/message.c:141
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500367msgid "vdevice"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500368msgstr "vurządzenie"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500369
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400370#: e2fsck/message.c:142
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400371msgid "xextent"
372msgstr "xekstent"
373
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400374#: e2fsck/message.c:143
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500375msgid "zzero-length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500376msgstr "zzerowej długości"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500377
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400378#: e2fsck/message.c:154
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500379msgid "<The NULL inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500380msgstr "<pusty i-węzeł>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500381
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400382#: e2fsck/message.c:155
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500383msgid "<The bad blocks inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500384msgstr "<i-węzeł wadliwych bloków>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500385
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400386#: e2fsck/message.c:157
387msgid "<The user quota inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500388msgstr "<i-węzeł limitów użytkowników>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500389
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400390#: e2fsck/message.c:158
391msgid "<The group quota inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500392msgstr "<i-węzeł limitów grup>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500393
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400394#: e2fsck/message.c:159
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500395msgid "<The boot loader inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500396msgstr "<i-węzeł boot-loadera>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500397
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400398#: e2fsck/message.c:160
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500399msgid "<The undelete directory inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500400msgstr "<i-węzeł katalogu undelete>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500401
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400402#: e2fsck/message.c:161
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500403msgid "<The group descriptor inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500404msgstr "<i-węzeł deskryptora grupy>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500405
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400406#: e2fsck/message.c:162
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500407msgid "<The journal inode>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500408msgstr "<i-węzeł kroniki>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500409
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400410#: e2fsck/message.c:163
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500411msgid "<Reserved inode 9>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500412msgstr "<zarezerwowany i-węzeł 9>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500413
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400414#: e2fsck/message.c:164
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500415msgid "<Reserved inode 10>"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500416msgstr "<zarezerwowany i-węzeł 10>"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500417
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400418#: e2fsck/message.c:334
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400419msgid "regular file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500420msgstr "plik zwykły"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400422#: e2fsck/message.c:336
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423msgid "directory"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400424msgstr "katalog"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400426#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427msgid "character device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500428msgstr "urządzenie znakowe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400430#: e2fsck/message.c:340
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431msgid "block device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500432msgstr "urządzenie blokowe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400434#: e2fsck/message.c:342
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435msgid "named pipe"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400436msgstr "nazwany potok"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400438#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439msgid "symbolic link"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500440msgstr "dowiązanie symboliczne"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400442#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443msgid "socket"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400444msgstr "gniazdo"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400446#: e2fsck/message.c:348
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447#, c-format
448msgid "unknown file type with mode 0%o"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400449msgstr "nieznany rodzaj pliku typu 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400450
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400451#: e2fsck/message.c:423
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400452msgid "indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500453msgstr "blok pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400454
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400455#: e2fsck/message.c:425
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400456msgid "double indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500457msgstr "blok podwójnie pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400458
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400459#: e2fsck/message.c:427
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400460msgid "triple indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500461msgstr "blok potrójnie pośredni"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400462
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400463#: e2fsck/message.c:429
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400464msgid "translator block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500465msgstr "blok tłumaczący"
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400466
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400467#: e2fsck/message.c:431
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400468msgid "block #"
469msgstr "blok #"
470
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400471#: e2fsck/pass1b.c:222
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500472msgid "multiply claimed inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500473msgstr "wielokrotnie zadeklarowana mapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500474
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500475#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400476#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400477msgid "internal error: can't find dup_blk for %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500478msgstr "błąd wewnętrzny; nie można znaleźć dup_blk dla %llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500479
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500480#: e2fsck/pass1b.c:821
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500481msgid "returned from clone_file_block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500482msgstr "powrót z clone_file_block"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500483
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500484#: e2fsck/pass1b.c:843
Theodore Ts'od46ce702007-07-10 09:45:47 -0400485#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400486msgid "internal error: couldn't lookup EA block record for %llu"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500487msgstr "błąd wewnętrzny: nie można znaleźć rekordu bloku EA dla %llu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400488
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500489#: e2fsck/pass1b.c:855
Theodore Ts'od46ce702007-07-10 09:45:47 -0400490#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400491msgid "internal error: couldn't lookup EA inode record for %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500492msgstr "Błąd wewnętrzny: nie można znaleźć rekordu i-węzła EA dla %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400493
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500494#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400495msgid "reading directory block"
Theodore Ts'od46ce702007-07-10 09:45:47 -0400496msgstr "odczytu bloku katalogu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400497
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500498#: e2fsck/pass1.c:598
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500499msgid "in-use inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500500msgstr "mapa używanych i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500501
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500502#: e2fsck/pass1.c:609
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500503msgid "directory inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500504msgstr "mapa i-węzłów katalogów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500505
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500506#: e2fsck/pass1.c:619
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500507msgid "regular file inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500508msgstr "mapa i-węzłów zwykłych plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500509
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400510#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500511msgid "in-use block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500512msgstr "mapa używanych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500513
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400514#: e2fsck/pass1.c:693
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400515msgid "opening inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500516msgstr "rozpoczynania przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500517
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400518#: e2fsck/pass1.c:727
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400519msgid "getting next inode from scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500520msgstr "pobierania następnego i-węzła"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400521
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400522#: e2fsck/pass1.c:1243
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500523msgid "Pass 1"
524msgstr "Przebieg 1"
525
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400526#: e2fsck/pass1.c:1300
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500527#, c-format
528msgid "reading indirect blocks of inode %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500529msgstr "odczytu niebezpośrednich bloków i-węzła %u"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500530
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400531#: e2fsck/pass1.c:1350
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500532msgid "bad inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500533msgstr "błędna mapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500534
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400535#: e2fsck/pass1.c:1373
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500536msgid "inode in bad block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500537msgstr "i-węzeł w mapie wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500538
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400539#: e2fsck/pass1.c:1393
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500540msgid "imagic inode map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500541msgstr "mapa i-węzłów imagic"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500542
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400543#: e2fsck/pass1.c:1420
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500544msgid "multiply claimed block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500545msgstr "wielokrotnie zadeklarowana mapa bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500546
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400547#: e2fsck/pass1.c:1531
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500548msgid "ext attr block map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500549msgstr "mapa bloków rozszerzonych atrybutów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500550
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400551#: e2fsck/pass1.c:2315
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400552#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500553msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400554msgstr "%6lu(%c): oczekiwano %6lu, otrzymano phys %6lu (blkcnt %lld)\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -0400555
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400556#: e2fsck/pass1.c:2678
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500557msgid "block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500558msgstr "bitmapa bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500559
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400560#: e2fsck/pass1.c:2684
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500561msgid "inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500562msgstr "bitmapa i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500563
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400564#: e2fsck/pass1.c:2690
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500565msgid "inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500566msgstr "tablica i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500567
Jakub Boguszf64e68e2012-04-22 15:38:43 -0400568#: e2fsck/pass2.c:283
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500569msgid "Pass 2"
570msgstr "Przebieg 2"
571
Jakub Boguszf64e68e2012-04-22 15:38:43 -0400572#: e2fsck/pass2.c:805
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400573msgid "Can not continue."
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500574msgstr "Nie można kontynuować."
Jakub Bogusz0280f1e2008-06-21 14:06:00 -0400575
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400576#: e2fsck/pass3.c:77
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500577msgid "inode done bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500578msgstr "bitmapa wykonanych i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500579
Jakub Boguszf64e68e2012-04-22 15:38:43 -0400580#: e2fsck/pass3.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500581msgid "Peak memory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500582msgstr "Największe użycie pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500583
Jakub Boguszdf585272014-05-18 09:46:34 -0400584#: e2fsck/pass3.c:137
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500585msgid "Pass 3"
586msgstr "Przebieg 3"
587
Jakub Boguszdf585272014-05-18 09:46:34 -0400588#: e2fsck/pass3.c:323
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500589msgid "inode loop detection bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500590msgstr "bitmapa wykrywania pętli i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500591
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500592#: e2fsck/pass4.c:196
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500593msgid "Pass 4"
594msgstr "Przebieg 4"
595
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400596#: e2fsck/pass5.c:74
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500597msgid "Pass 5"
598msgstr "Przebieg 5"
599
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400600#: e2fsck/problem.c:51
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500601msgid "(no prompt)"
602msgstr "(bez pytania)"
603
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400604#: e2fsck/problem.c:52
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500605msgid "Fix"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500606msgstr "Poprawić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500607
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400608#: e2fsck/problem.c:53
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500609msgid "Clear"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500610msgstr "Wyczyścić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500611
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400612#: e2fsck/problem.c:54
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500613msgid "Relocate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500614msgstr "Przenieść"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500615
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400616#: e2fsck/problem.c:55
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500617msgid "Allocate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500618msgstr "Przydzielić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500619
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400620#: e2fsck/problem.c:56
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500621msgid "Expand"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500622msgstr "Rozszerzyć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500623
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400624#: e2fsck/problem.c:57
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500625msgid "Connect to /lost+found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500626msgstr "Dołączyć do /lost+found"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500627
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400628#: e2fsck/problem.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500629msgid "Create"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500630msgstr "Wyczyścić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500631
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400632#: e2fsck/problem.c:59
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500633msgid "Salvage"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500634msgstr "Uratować"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500635
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400636#: e2fsck/problem.c:60
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500637msgid "Truncate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500638msgstr "Uciąć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500639
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400640#: e2fsck/problem.c:61
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500641msgid "Clear inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500642msgstr "Wyczyścić i-węzeł"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500643
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400644#: e2fsck/problem.c:62
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500645msgid "Abort"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500646msgstr "Przerwać"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500647
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400648#: e2fsck/problem.c:63
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500649msgid "Split"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500650msgstr "Podzielić"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500651
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400652#: e2fsck/problem.c:64
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500653msgid "Continue"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500654msgstr "Kontynuować"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500655
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400656#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400657msgid "Clone multiply-claimed blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500658msgstr "Sklonować wielokrotnie zadeklarowane bloki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500659
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400660#: e2fsck/problem.c:66
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500661msgid "Delete file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500662msgstr "Usunąć plik"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500663
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400664#: e2fsck/problem.c:67
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500665msgid "Suppress messages"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500666msgstr "Pominąć komunikaty"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500667
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400668#: e2fsck/problem.c:68
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500669msgid "Unlink"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500670msgstr "Odłączyć"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500671
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400672#: e2fsck/problem.c:69
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500673msgid "Clear HTree index"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500674msgstr "Wyczyścić indeks HTree"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500675
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400676#: e2fsck/problem.c:70
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500677msgid "Recreate"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500678msgstr "Odtworzyć"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500679
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400680#: e2fsck/problem.c:79
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500681msgid "(NONE)"
682msgstr "(NIC)"
683
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400684#: e2fsck/problem.c:80
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500685msgid "FIXED"
686msgstr "POPRAWIONO"
687
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400688#: e2fsck/problem.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500689msgid "CLEARED"
690msgstr "WYCZYSZCZONO"
691
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400692#: e2fsck/problem.c:82
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500693msgid "RELOCATED"
694msgstr "PRZENIESIONO"
695
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400696#: e2fsck/problem.c:83
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500697msgid "ALLOCATED"
698msgstr "PRZYDZIELONO"
699
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400700#: e2fsck/problem.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500701msgid "EXPANDED"
702msgstr "ROZSZERZONO"
703
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400704#: e2fsck/problem.c:85
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500705msgid "RECONNECTED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500706msgstr "PODŁĄCZONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500707
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400708#: e2fsck/problem.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500709msgid "CREATED"
710msgstr "UTWORZONO"
711
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400712#: e2fsck/problem.c:87
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500713msgid "SALVAGED"
714msgstr "URATOWANO"
715
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400716#: e2fsck/problem.c:88
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500717msgid "TRUNCATED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500718msgstr "SKRÓCONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500719
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400720#: e2fsck/problem.c:89
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500721msgid "INODE CLEARED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500722msgstr "I-WĘZEŁ WYCZYSZCZONY"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500723
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400724#: e2fsck/problem.c:90
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500725msgid "ABORTED"
726msgstr "PRZERWANO"
727
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400728#: e2fsck/problem.c:91
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500729msgid "SPLIT"
730msgstr "PODZIELONO"
731
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400732#: e2fsck/problem.c:92
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500733msgid "CONTINUING"
734msgstr "KONTYNUACJA"
735
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400736#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400737msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400738msgstr "SKLONOWANO WIELOKROTNIE ZADEKLAROWANE BLOKI"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500739
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400740#: e2fsck/problem.c:94
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500741msgid "FILE DELETED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500742msgstr "PLIK USUNIĘTY"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500743
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400744#: e2fsck/problem.c:95
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500745msgid "SUPPRESSED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500746msgstr "POMINIĘTO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500747
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400748#: e2fsck/problem.c:96
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500749msgid "UNLINKED"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500750msgstr "ODŁĄCZONO"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500751
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400752#: e2fsck/problem.c:97
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500753msgid "HTREE INDEX CLEARED"
754msgstr "INDEKS HTREE WYCZYSZCZONY"
755
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400756#: e2fsck/problem.c:98
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500757msgid "WILL RECREATE"
758msgstr "ZOSTANIE ODTWORZONY"
759
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400760#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400761#: e2fsck/problem.c:107
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500762msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500763msgstr "@B @bów dla grupy %g nie jest w grupie. (@b %b)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500764
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400765#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400766#: e2fsck/problem.c:111
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500767msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500768msgstr "@B i-węzłów dla grupy %g nie jest w grupie. (@b %b)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500769
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400770#. @-expanded: inode table for group %g is not in group. (block %b)\n
771#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400772#: e2fsck/problem.c:116
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500773msgid ""
774"@i table for @g %g is not in @g. (@b %b)\n"
775"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
776msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500777"tablica i-węzłów dla grupy %g nie jest w grupie. (@b %b)\n"
778"UWAGA: MOŻLIWA POWAŻNA UTRATA DANYCH.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500779
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400780#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400781#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
782#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400783#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
784#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400785#. @-expanded: e2fsck -b 8193 <device>\n
786#. @-expanded: or\n
787#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400788#. @-expanded: \n
Jakub Bogusz74ecc732011-10-16 21:53:39 -0400789#: e2fsck/problem.c:122
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500790msgid ""
791"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400792"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
793"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500794"@f (and not swap or ufs or something else), then the @S\n"
795"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400796" e2fsck -b 8193 <@v>\n"
797" or\n"
798" e2fsck -b 32768 <@v>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500799"\n"
800msgstr ""
801"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500802"@S nie mógł być odczytany lub nie opisuje prawidłowego systemu\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -0400803"plików ext2/ext3/ext4. Jeżeli @v jest prawidłowe i naprawdę zawiera\n"
804"@f ext2/ext3/ext4 (nie jest swapem, ufs-em ani niczym innym),\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500805"to @S jest uszkodzony - można próbować uruchomić e2fsck z innym\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500806"@Siem:\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -0400807" e2fsck -b 8193 <@v>\n"
808" lub\n"
809" e2fsck -b 32768 <@v>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500810"\n"
811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
813#. @-expanded: The physical size of the device is %c blocks\n
814#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400815#: e2fsck/problem.c:133
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500816msgid ""
817"The @f size (according to the @S) is %b @bs\n"
818"The physical size of the @v is %c @bs\n"
819"Either the @S or the partition table is likely to be corrupt!\n"
820msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500821"Rozmiar systemu plików (według @Su) wynosi %b @bów\n"
822"Fizyczny rozmiar urządzenia wynosi %c @bów\n"
823"Możliwe, że @S albo tablica partycji jest uszkodzona!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500824
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825#. @-expanded: superblock block_size = %b, fragsize = %c.\n
826#. @-expanded: This version of e2fsck does not support fragment sizes different\n
827#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400828#: e2fsck/problem.c:140
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500829msgid ""
830"@S @b_size = %b, fragsize = %c.\n"
831"This version of e2fsck does not support fragment sizes different\n"
832"from the @b size.\n"
833msgstr ""
834"W @Su block_size (rozm. bloku) = %b, fragsize (rozm. fragmentu) = %c.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500835"Ta wersja e2fsck nie obsługuje rozmiarów fragmentu różnych od rozmiaru\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500836"@bu.\n"
837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400839#: e2fsck/problem.c:147
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500840msgid "@S @bs_per_group = %b, should have been %c\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500841msgstr "W @Su blocks_per_group (bloków w grupie) = %b, powinno być %c\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400844#: e2fsck/problem.c:152
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500845msgid "@S first_data_@b = %b, should have been %c\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500846msgstr "W @Su first_data_block (1. @b danych) = %b, powinien być %c\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500847
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400848#. @-expanded: filesystem did not have a UUID; generating one.\n
849#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400850#: e2fsck/problem.c:157
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500851msgid ""
852"@f did not have a UUID; generating one.\n"
853"\n"
854msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500855"@f nie miał UUID-a; wygenerowano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500856"\n"
857
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400858#: e2fsck/problem.c:162
Theodore Ts'o886017a2005-06-26 22:11:46 -0400859#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500860msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861"Note: if several inode or block bitmap blocks or part\n"
862"of the inode table require relocation, you may wish to try\n"
863"running e2fsck with the '-b %S' option first. The problem\n"
864"may lie only with the primary block group descriptors, and\n"
865"the backup block group descriptors may be OK.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500866"\n"
867msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500868"Uwaga: jeśli jakieś bloki bitmap i-węzłów lub bloków albo część\n"
869"tabeli i-węzłów wymaga relokacji, można uruchomić najpierw e2fsck\n"
870"z opcją '-b %S'. Problem może tkwić tylko w deskryptorach głównej\n"
871"grupy bloków, a zapasowe deskryptory grupy bloków mogą być poprawne.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500872"\n"
873
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400874#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400875#: e2fsck/problem.c:171
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500876msgid "Corruption found in @S. (%s = %N).\n"
877msgstr "Znaleziono uszkodzenia w @Su. (%s = %N).\n"
878
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400879#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400880#: e2fsck/problem.c:176
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500881#, c-format
882msgid "Error determining size of the physical @v: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500883msgstr "Błąd podczas określania rozmiaru fizycznego urządzenia: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500884
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400885#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400886#: e2fsck/problem.c:181
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400887msgid "@i count in @S is %i, @s %j.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500888msgstr "licznik i-węzłów w @Su wynosi %i, powinien być %j.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500889
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400890#: e2fsck/problem.c:185
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500891msgid "The Hurd does not support the filetype feature.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500892msgstr "Hurd nie obsługuje własności filetype.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500893
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500894#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400895#: e2fsck/problem.c:190
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400896#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500897msgid "@S has an @n @j (@i %i).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500898msgstr "@S ma błędną kronikę (@i %i).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500899
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400900#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400901#: e2fsck/problem.c:195
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500902msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400903msgstr ""
904"Zewnętrzna @j ma wielu użytkowników systemu plików (nie obsługiwane).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500905
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400906#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400907#: e2fsck/problem.c:200
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500908msgid "Can't find external @j\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500909msgstr "Nie można znaleźć zewnętrznej kroniki\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500910
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400912#: e2fsck/problem.c:205
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500913msgid "External @j has bad @S\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500914msgstr "Zewnętrzna @j ma błędny @S\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500915
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400917#: e2fsck/problem.c:210
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500918msgid "External @j does not support this @f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500919msgstr "Zewnętrzna @j nie obsługuje tego systemu plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500920
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500921#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400922#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
923#. @-expanded: format.\n
924#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400925#: e2fsck/problem.c:215
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500926msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500927"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400928"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
929"format.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500930"It is also possible the @j @S is corrupt.\n"
931msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500932"@S kroniki systemu plików ma nieznany typ %N (nie obsługiwany).\n"
933"Możliwe, że ta kopia e2fsck jest stara i/lub nie obsługuje tego formatu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500934"kroniki.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500935"Możliwe też, że @S kroniki jest uszkodzony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500936
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500937#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400938#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500939msgid "@j @S is corrupt.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400940msgstr "@S kroniki jest uszkodzony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500941
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400942#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400943#: e2fsck/problem.c:228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400944#, fuzzy
945msgid "@S has_@j flag is clear, but a @j is present.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400946msgstr "flaga has_journal @Su jest wyzerowana, ale @j %s istnieje.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500947
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500948#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400949#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500950msgid "@S needs_recovery flag is set, but no @j is present.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500951msgstr "@S ma ustawioną flagę needs_recovery, ale nie ma kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500952
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500953#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400954#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500955msgid "@S needs_recovery flag is clear, but @j has data.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400956msgstr "flaga needs_recovery @Su jest wyzerowana, ale @j zawiera dane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500957
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400959#: e2fsck/problem.c:243
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500960msgid "Clear @j"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500961msgstr "Wyczyścić kronikę"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500962
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400963#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400964#: e2fsck/problem.c:248 e2fsck/problem.c:702
Jakub Boguszdd6d6712009-07-01 21:32:26 -0400965msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500966msgstr "@f ma ustawione flagi cech, ale ma wersję 0 systemu plików. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500967
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400968#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400969#: e2fsck/problem.c:253
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500970msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
971msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, uprawnienia=%Im, rozmiar=%Is)\n"
972
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400973#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400974#: e2fsck/problem.c:258
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400975msgid "@I %B (%b) found in @o @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500976msgstr "znaleziono @I %B (%b) w @om i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500977
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400978#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400979#: e2fsck/problem.c:263
Jakub Bogusz92ec6012010-04-19 16:59:03 -0400980msgid "Already cleared %B (%b) found in @o @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500981msgstr "Już wyczyszczono %B (%b) znaleziony w @om i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500982
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400984#: e2fsck/problem.c:268
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500985#, c-format
986msgid "@I @o @i %i in @S.\n"
987msgstr "@I @o @i %i w @Su.\n"
988
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400989#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400990#: e2fsck/problem.c:273
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500991#, c-format
992msgid "@I @i %i in @o @i list.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500993msgstr "@I @i %i w liście @och i-węzłów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500994
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500995#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400996#: e2fsck/problem.c:278
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500997msgid "@j @S has an unknown read-only feature flag set.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -0500998msgstr "@S kroniki ma ustawioną nieznaną flagę tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -0500999
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001000#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001001#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001002msgid "@j @S has an unknown incompatible feature flag set.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001003msgstr "@S kroniki ma ustawioną flagę nieznanej cechy.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001005#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001006#: e2fsck/problem.c:288
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001007msgid "@j version not supported by this e2fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001008msgstr "Wersja kroniki nie obsługiwana przez ten e2fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001010#. @-expanded: Moving journal from /%s to hidden inode.\n
1011#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001012#: e2fsck/problem.c:293
Theodore Ts'o886017a2005-06-26 22:11:46 -04001013#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001014msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001015"Moving @j from /%s to hidden @i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001016"\n"
1017msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001018"Przenoszenie kroniki z /%s do ukrytego i-węzła.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001019"\n"
1020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001021#. @-expanded: Error moving journal: %m\n
1022#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001023#: e2fsck/problem.c:298
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001024#, c-format
1025msgid ""
1026"Error moving @j: %m\n"
1027"\n"
1028msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001029"Błąd podczas przenoszenia kroniki: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001030"\n"
1031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1033#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1034#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001035#: e2fsck/problem.c:303
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001036msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001038"Clearing fields beyond the V1 @j @S...\n"
1039"\n"
1040msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001041"Znaleziono błędne pola @Su kroniki V2 (z kroniki V1).\n"
1042"Czyszczenie pól spoza @Su kroniki V1...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001043"\n"
1044
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001045#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001046#: e2fsck/problem.c:309
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001047msgid "Run @j anyway"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001048msgstr "Wykonać zapisy z kroniki"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001049
1050#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001051#: e2fsck/problem.c:314
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001052msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1053msgstr ""
1054"Flaga odtworzenia nie ustawiona w zapasowym @Su,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001055"więc wykonuję zapisy z kroniki mimo to.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001057#. @-expanded: Backing up journal inode block information.\n
1058#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001059#: e2fsck/problem.c:319
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001060msgid ""
1061"Backing up @j @i @b information.\n"
1062"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001063msgstr "Tworzenie kopii zapasowej informacji z @bu i-węzła kroniki.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001065#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1066#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001067#: e2fsck/problem.c:324
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001068msgid ""
1069"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1070"is %N; @s zero. "
1071msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001072"@f nie ma włączonego resize_inode, ale s_reserved_gdt_blocks\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001073"wynosi %N; @s zero. "
1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001075#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001076#: e2fsck/problem.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001077msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001078msgstr ""
1079"Resize_inode nie włączone, ale i-węzeł zmiany rozmiaru jest niezerowy. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001081#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001082#: e2fsck/problem.c:335
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001083msgid "Resize @i not valid. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001084msgstr "i-węzeł zmiany rozmiaru (resize) nieprawidłowy. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001085
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001086#. @-expanded: superblock last mount time (%t,\n
1087#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001088#: e2fsck/problem.c:340
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001089msgid ""
1090"@S last mount time (%t,\n"
1091"\tnow = %T) is in the future.\n"
1092msgstr ""
1093"Czas ostatniego montowania @Su (%t,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001094"\tteraz = %T) jest w przyszłości.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001095
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001096#. @-expanded: superblock last write time (%t,\n
1097#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001098#: e2fsck/problem.c:345
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001099msgid ""
1100"@S last write time (%t,\n"
1101"\tnow = %T) is in the future.\n"
1102msgstr ""
1103"Czas ostatniego zapisu @Su (%t,\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001104"\tteraz = %T) jest w przyszłości.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001105
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001106#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001107#: e2fsck/problem.c:349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001108#, c-format
1109msgid "@S hint for external superblock @s %X. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001110msgstr "Podpowiedź @Su dla zewnętrznego superbloku powinna być %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001111
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001112#. @-expanded: Adding dirhash hint to filesystem.\n
1113#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001114#: e2fsck/problem.c:354
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001115msgid ""
1116"Adding dirhash hint to @f.\n"
1117"\n"
1118msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001119"Dodawanie podpowiedzi dirhash do systemu plików.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04001120"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001121
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001122#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001123#: e2fsck/problem.c:359
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001124msgid "@g descriptor %g checksum is %04x, should be %04y. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001125msgstr "Suma kontrolna deskryptora grupy %g to %04x, powinna wynosić %04y. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001126
1127#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001128#: e2fsck/problem.c:364
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001129#, c-format
1130msgid "@g descriptor %g marked uninitialized without feature set.\n"
1131msgstr "Deskryptor grupy %g oznaczony jako nie zainicjowany bez zbioru cech.\n"
1132
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001133#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001134#: e2fsck/problem.c:369
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001135msgid "@g descriptor %g has invalid unused inodes count %b. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001136msgstr "Deskryptor grupy %g ma błędną liczbę nie używanych i-węzłów %b. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001137
1138#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001139#: e2fsck/problem.c:374
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001140msgid "Last @g @b @B uninitialized. "
1141msgstr "@B @bu ostatniej grupy niezainicjowana. "
1142
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001143#: e2fsck/problem.c:379
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001144#, c-format
1145msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001146msgstr "Transakcja %i kroniki była uszkodzona, odtwarzanie przerwano.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001147
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001148#: e2fsck/problem.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001149msgid "The test_fs flag is set (and ext4 is available). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001150msgstr "Flags test_fs jest ustawiona (i ext4 jest dostępny). "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001151
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001152#. @-expanded: superblock last mount time is in the future.\n
1153#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1154#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001155#: e2fsck/problem.c:388
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001156msgid ""
1157"@S last mount time is in the future.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001158"\t(by less than a day, probably due to the hardware clock being incorrectly "
1159"set) "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001160msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001161"Czas ostatniego montowania @Su jest w przyszłości\n"
1162"\t(o mniej niż dzień, zapewne z powodu złego ustawienia zegara sprzętowego) "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001163
1164#. @-expanded: superblock last write time is in the future.\n
1165#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1166#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001167#: e2fsck/problem.c:394
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001168msgid ""
1169"@S last write time is in the future.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001170"\t(by less than a day, probably due to the hardware clock being incorrectly "
1171"set). "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001172msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001173"Czas ostatniego zapisu @Su jest w przyszłości\n"
1174"\t(o mniej niż dzień, zapewne z powodu złego ustawienia zegara sprzętowego) "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001175
1176#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001177#: e2fsck/problem.c:400
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001178msgid "One or more @b @g descriptor checksums are invalid. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001179msgstr "Jeden lub więcej deskryptorów grup bloków jest błędnych. "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001180
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001181#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001182#: e2fsck/problem.c:405
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001183msgid "Setting free @is count to %j (was %i)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001184msgstr "Ustawianie liczby wolnych i-węzłów na %j (było %i)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001185
1186#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001187#: e2fsck/problem.c:410
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001188msgid "Setting free @bs count to %c (was %b)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001189msgstr "Ustawianie liczby wolnych @bów na %c (było %b)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001190
Eric Sandeen032eafe2012-07-28 17:48:36 -04001191#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001192#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001193msgid "Making @q @i %i (%Q) hidden.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001194msgstr "Zmiana i-węzła @qów na ukryty.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001195
1196#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001197#: e2fsck/problem.c:420
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001198msgid "@S has invalid MMP block. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001199msgstr "@S ma błędny blok MMP. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001200
1201#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001202#: e2fsck/problem.c:425
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001203msgid "@S has invalid MMP magic. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001204msgstr "@S ma błędną liczbę magiczną MMP. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001206#: e2fsck/problem.c:430
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001207#, c-format
1208msgid "ext2fs_open2: %m\n"
1209msgstr "ext2fs_open2: %m\n"
1210
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001211#: e2fsck/problem.c:435
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001212#, c-format
1213msgid "ext2fs_check_desc: %m\n"
1214msgstr "ext2fs_check_desc: %m\n"
1215
Jakub Boguszdf585272014-05-18 09:46:34 -04001216#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001217#: e2fsck/problem.c:440
Jakub Boguszdf585272014-05-18 09:46:34 -04001218msgid "@S 64bit filesystems needs extents to access the whole disk. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001219msgstr ""
1220"@S 64-bitowych systemów plików wymaga ekstentów do dostępu do całego dysku. "
Jakub Boguszdf585272014-05-18 09:46:34 -04001221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001222#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001223#: e2fsck/problem.c:447
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001224msgid "Pass 1: Checking @is, @bs, and sizes\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001225msgstr "Przebieg 1: Sprawdzanie i-węzłów, @bów i rozmiarów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001227#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001228#: e2fsck/problem.c:451
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001229msgid "@r is not a @d. "
1230msgstr "@r nie jest @diem. "
1231
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001232#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001233#: e2fsck/problem.c:456
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001234msgid "@r has dtime set (probably due to old mke2fs). "
1235msgstr "@r ma ustawiony dtime (zapewne przez stary mke2fs). "
1236
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001237#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001238#: e2fsck/problem.c:461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001239msgid "Reserved @i %i (%Q) has @n mode. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001240msgstr "Zarezerwowany @i %i (%Q) ma błędne uprawnienia. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001241
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001242#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001243#: e2fsck/problem.c:466
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001244#, c-format
1245msgid "@D @i %i has zero dtime. "
1246msgstr "@D @i %i ma zerowy dtime. "
1247
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001249#: e2fsck/problem.c:471
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001250#, c-format
1251msgid "@i %i is in use, but has dtime set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001252msgstr "@i %i jest używany, ale ma ustawiony dtime. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001253
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001254#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001255#: e2fsck/problem.c:476
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001256#, c-format
1257msgid "@i %i is a @z @d. "
1258msgstr "@i %i jest @diem @z. "
1259
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001260#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001261#: e2fsck/problem.c:481
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001262msgid "@g %g's @b @B at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001263msgstr "@B @bów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001264
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001265#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001266#: e2fsck/problem.c:486
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001267msgid "@g %g's @i @B at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001268msgstr "@B i-węzłów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001270#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001271#: e2fsck/problem.c:491
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001272msgid "@g %g's @i table at %b @C.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001273msgstr "tablica i-węzłów grupy %g w %b jest w konflikcie z innym @biem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001275#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001276#: e2fsck/problem.c:496
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001277msgid "@g %g's @b @B (%b) is bad. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001278msgstr "@B @bów grupy %g (%b) jest błędna. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001279
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001280#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001281#: e2fsck/problem.c:501
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001282msgid "@g %g's @i @B (%b) is bad. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001283msgstr "@B i-węzłów grupy %g (%b) jest błędna. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001284
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001285#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001286#: e2fsck/problem.c:506
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001287msgid "@i %i, i_size is %Is, @s %N. "
1288msgstr "@i %i, i_size wynosi %Is, @s %N. "
1289
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001290#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001291#: e2fsck/problem.c:511
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001292msgid "@i %i, i_@bs is %Ib, @s %N. "
1293msgstr "@i %i, i_blocks wynosi %Ib, @s %N. "
1294
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001295#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001296#: e2fsck/problem.c:516
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001297msgid "@I %B (%b) in @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001298msgstr "@I %B (%b) w i-węźle %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001299
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001300#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001301#: e2fsck/problem.c:521
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001302msgid "%B (%b) overlaps @f metadata in @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001303msgstr "%B (%b) nakłada się na metadane systemu plików w i-węźle %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001306#: e2fsck/problem.c:526
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001307#, c-format
1308msgid "@i %i has illegal @b(s). "
1309msgstr "@i %i ma niedopuszczalne @bi. "
1310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001311#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001312#: e2fsck/problem.c:531
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001313#, c-format
1314msgid "Too many illegal @bs in @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001315msgstr "Za dużo niedopuszczalnych @bów w i-węźle %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001316
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001317#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001318#: e2fsck/problem.c:536
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001319msgid "@I %B (%b) in bad @b @i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001320msgstr "@I %B (%b) w i-węźle wadliwych @bów. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001321
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001322#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001323#: e2fsck/problem.c:541
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001324msgid "Bad @b @i has illegal @b(s). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001325msgstr "I-węzeł wadliwych @bów ma niedopuszczalne @bi. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001327#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001328#: e2fsck/problem.c:546
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001329msgid "Duplicate or bad @b in use!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001330msgstr "Podwójny lub wadliwy @b jest używany!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001331
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001332#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001333#: e2fsck/problem.c:551
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001334msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001335msgstr ""
1336"Wadliwy @b %b jest używany jako niebiezpośredni @b i-węźła z wadliwym @biem. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001338#. @-expanded: \n
1339#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1340#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1341#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001342#: e2fsck/problem.c:556
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001343msgid ""
1344"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001345"The bad @b @i has probably been corrupted. You probably\n"
1346"should stop now and run e2fsck -c to scan for bad blocks\n"
1347"in the @f.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001348msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001349"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001350"I-węzeł z wadliwym @biem został prawdopodobnie uszkodzony.\n"
1351"Prawdopodobnie należałoby teraz zatrzymać i uruchomić e2fsck -c\n"
1352"aby przeszukać @f pod kątem wadliwych bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001353
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001354#. @-expanded: \n
1355#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001356#: e2fsck/problem.c:563
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001357msgid ""
1358"\n"
1359"If the @b is really bad, the @f can not be fixed.\n"
1360msgstr ""
1361"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001362"Jeżeli @b jest naprawdę wadliwy, @f nie może być naprawiony.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: You can remove this block from the bad block list and hope\n
1365#. @-expanded: that the block is really OK. But there are no guarantees.\n
1366#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001367#: e2fsck/problem.c:568
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001368msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001369"You can remove this @b from the bad @b list and hope\n"
1370"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001371"\n"
1372msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001373"Można wyczyścić ten @b z listy wadliwych @bów i mieć nadzieję,\n"
1374"że @b jest naprawdę dobry. Ale nie ma takiej gwarancji.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001375"\n"
1376
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001378#: e2fsck/problem.c:574
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001379msgid "The primary @S (%b) is on the bad @b list.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001380msgstr "Główny @S (%b) jest na liście wadliwych @bów.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001383#: e2fsck/problem.c:579
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001384msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001385msgstr "Blok %b z deskryptorów głównej grupy jest na liście wadliwych @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001388#: e2fsck/problem.c:585
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001389msgid "Warning: Group %g's @S (%b) is bad.\n"
1390msgstr "Uwaga: w grupie %g @S (%b) jest wadliwy.\n"
1391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001393#: e2fsck/problem.c:590
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001394msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001395msgstr "Uwaga: kopia deskryptorów grupy %g ma błędny @b (%b).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001398#: e2fsck/problem.c:596
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001399msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001400msgstr "Błąd programu? @b #%b uznany bez powodu w process_bad_block.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001403#: e2fsck/problem.c:602
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001404msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001405msgstr "@A %N ciągłych @bów w grupie @bów %g dla %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001408#: e2fsck/problem.c:607
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001409#, c-format
1410msgid "@A @b buffer for relocating %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001411msgstr "@A bufora @bów do przenoszenia %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001413#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001414#: e2fsck/problem.c:612
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001415msgid "Relocating @g %g's %s from %b to %c...\n"
1416msgstr "Przenoszenie w grupie %g %s z %b do %c...\n"
1417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001418#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001419#: e2fsck/problem.c:617
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001420#, c-format
1421msgid "Relocating @g %g's %s to %c...\n"
1422msgstr "Przenoszenie w grupie %g %s do %c...\n"
1423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001425#: e2fsck/problem.c:622
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001426msgid "Warning: could not read @b %b of %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001427msgstr "Uwaga: nie można odczytać @bu %b z %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001430#: e2fsck/problem.c:627
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001431msgid "Warning: could not write @b %b for %s: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001432msgstr "Uwaga: nie można zapisać @bu %b do %s: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001435#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436msgid "@A @i @B (%N): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001437msgstr "@A bitmapy i-węzłów (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438
1439#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001440#: e2fsck/problem.c:637
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441msgid "@A @b @B (%N): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001442msgstr "@A bitmapy i-węzłów (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443
1444#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001445#: e2fsck/problem.c:642
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001446#, c-format
1447msgid "@A icount link information: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001448msgstr "@A informacji o liczniku dowiązań (icount): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001451#: e2fsck/problem.c:647
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001452#, c-format
1453msgid "@A @d @b array: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001454msgstr "@A tablicy @dch @bów: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001456#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001457#: e2fsck/problem.c:652
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001458#, c-format
1459msgid "Error while scanning @is (%i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001460msgstr "Błąd podczas przeszukiwania i-węzłów (%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001462#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001463#: e2fsck/problem.c:657
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001464#, c-format
1465msgid "Error while iterating over @bs in @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001466msgstr "Błąd podczas iteracji po @bach w i-węźle %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001469#: e2fsck/problem.c:662
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001470msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001471msgstr ""
1472"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 -05001473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001475#: e2fsck/problem.c:667
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001476msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001477msgstr ""
1478"Błąd podczas zapisu informacji o @dch @bach (@i=%i, @b=%b, liczba=%N): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001481#: e2fsck/problem.c:673
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001482#, c-format
1483msgid "Error reading @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001484msgstr "Błąd podczas odczytu i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001487#: e2fsck/problem.c:681
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001488#, c-format
1489msgid "@i %i has imagic flag set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001490msgstr "@i %i ma ustawioną flagę imagic. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1493#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001494#: e2fsck/problem.c:686
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001495#, c-format
1496msgid ""
1497"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1498"or append-only flag set. "
1499msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001500"Specjalny plik (@v/gniazdo/potok/dowiązanie) (@i %i) ma ustawioną\n"
1501"flagę nienaruszalności (immutable) lub dopisywania (append-only). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001502
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001504#: e2fsck/problem.c:692
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001505#, c-format
1506msgid "@i %i has @cion flag set on @f without @cion support. "
1507msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001508"@i %i ma ustawioną flagę kompresji na systemie plików bez obsługi\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001509"kompresji. "
1510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001512#: e2fsck/problem.c:697
Theodore Ts'o886017a2005-06-26 22:11:46 -04001513#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001514msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001515msgstr "Specjalny (@v/gniazdo/potok/dowiązanie) @i %i ma niezerowy rozmiar. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516
1517#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001518#: e2fsck/problem.c:707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001519msgid "@j @i is not in use, but contains data. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001520msgstr "@i kroniki nie jest używany, ale zawiera dane. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001521
1522#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001523#: e2fsck/problem.c:712
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001524msgid "@j is not regular file. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001525msgstr "@j nie jest zwykłym plikiem. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001526
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001528#: e2fsck/problem.c:717
Theodore Ts'o886017a2005-06-26 22:11:46 -04001529#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530msgid "@i %i was part of the @o @i list. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001531msgstr "@i %i był częścią listy osieroconych i-węzłów. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001532
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001534#: e2fsck/problem.c:723
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001535msgid "@is that were part of a corrupted orphan linked list found. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001536msgstr "Znaleziono i-węzły, które były częścią uszkodzonej listy sierot. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001537
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001538#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001539#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001540msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001541msgstr "@A struktury refcount (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001542
1543#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001544#: e2fsck/problem.c:733
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001545msgid "Error reading @a @b %b for @i %i. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001546msgstr "Błąd podczas odczytu @bu rozszerzonych atrybutów %b dla i-węzła %i. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001549#: e2fsck/problem.c:738
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001550msgid "@i %i has a bad @a @b %b. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001551msgstr "@i %i ma błędny @b rozszerzonych atrybutów %b. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001554#: e2fsck/problem.c:743
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001555msgid "Error reading @a @b %b (%m). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001556msgstr "Błąd podczas odczytu @bu rozszerzonych atrybutów %b (%m). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001557
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001558#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001559#: e2fsck/problem.c:748
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001560msgid "@a @b %b has reference count %r, @s %N. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001561msgstr "@b rozszerzonych atrybutów %b ma liczbę odniesień %r, powinno być %N. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001562
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001564#: e2fsck/problem.c:753
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001565msgid "Error writing @a @b %b (%m). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001566msgstr "Błąd podczas zapisu @bu rozszerzonych atrybutów %b (%m). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001567
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001569#: e2fsck/problem.c:758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001570msgid "@a @b %b has h_@bs > 1. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001571msgstr "@b rozszerzonych atrybutów %b ma h_blocks > 1. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001574#: e2fsck/problem.c:763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001575msgid "@A @a @b %b. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001576msgstr "@A @bu rozszerzonych atrybutów %b. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001577
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001579#: e2fsck/problem.c:768
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001580msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001581msgstr ""
1582"@b rozszerzonych atrybutów %b jest uszkodzony (kolizja przydzielania). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001583
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001585#: e2fsck/problem.c:773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001586msgid "@a @b %b is corrupt (@n name). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001587msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (błędna nazwa). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001588
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001589#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001590#: e2fsck/problem.c:778
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001591msgid "@a @b %b is corrupt (@n value). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001592msgstr "@b rozszerzonych atrybutów %b jest uszkodzony (błędna wartość). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001593
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001595#: e2fsck/problem.c:783
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001596#, c-format
1597msgid "@i %i is too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001598msgstr "@i %i jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001599
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001600#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001601#: e2fsck/problem.c:787
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001602msgid "%B (%b) causes @d to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001603msgstr "%B (%b) powoduje, że @d jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001604
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001605#: e2fsck/problem.c:792
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001606msgid "%B (%b) causes file to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001607msgstr "%B (%b) powoduje, że plik jest zbyt duży. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001608
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001609#: e2fsck/problem.c:797
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001610msgid "%B (%b) causes symlink to be too big. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001611msgstr "%B (%b) powoduje, że dowiązanie jest zbyt duże. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001612
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001614#: e2fsck/problem.c:802
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001615#, c-format
1616msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001617msgstr ""
1618"@i %i ma ustawioną flagę INDEX_FL na systemie plików bez obsługi htree.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001619
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001621#: e2fsck/problem.c:807
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001622#, c-format
1623msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001624msgstr "@i %i ma ustawioną flagę INDEX_FL, ale nie jest @diem.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001625
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001626#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001627#: e2fsck/problem.c:812
Theodore Ts'o886017a2005-06-26 22:11:46 -04001628#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001629msgid "@h %i has an @n root node.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001630msgstr "@h %i ma błędny główny węzeł.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001631
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001632#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001633#: e2fsck/problem.c:817
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001634msgid "@h %i has an unsupported hash version (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001635msgstr "@h %i ma nie obsługiwaną wersję hasza (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001636
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001638#: e2fsck/problem.c:822
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001639#, c-format
1640msgid "@h %i uses an incompatible htree root node flag.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001641msgstr "@h %i używa niekompatybilnej flagi głównego węzła htree.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001642
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001644#: e2fsck/problem.c:827
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001645msgid "@h %i has a tree depth (%N) which is too big\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001646msgstr "@h %i ma zbyt dużą głębokość drzewa (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1649#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001650#: e2fsck/problem.c:832
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001651msgid ""
1652"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1653"@f metadata. "
1654msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001655"I-węzeł z wadliwym @biem ma niebezpośredni @b (%b) będący\n"
1656"w konflikcie z metadanymi systemu plików. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001657
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001659#: e2fsck/problem.c:838
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001660#, c-format
1661msgid "Resize @i (re)creation failed: %m."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001662msgstr "Tworzenie/odtwarzanie i-węzła zmiany rozmiaru nie powiodło się: %m."
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001663
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001664#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001665#: e2fsck/problem.c:843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001666msgid "@i %i has a extra size (%IS) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001667msgstr "@i %i ma dodatkowy rozmiar (%IS), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001670#: e2fsck/problem.c:848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001671msgid "@a in @i %i has a namelen (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001672msgstr "@a w i-węźle %i ma namelen (%N), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001675#: e2fsck/problem.c:853
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001676msgid "@a in @i %i has a value offset (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001677msgstr "@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 -04001678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001680#: e2fsck/problem.c:858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001681msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001682msgstr "@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 -04001683
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001684#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001685#: e2fsck/problem.c:863
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001686msgid "@a in @i %i has a value size (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001687msgstr "@a w i-węźle %i ma rozmiar wartości (%N), co jest błędne\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001688
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001689#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001690#: e2fsck/problem.c:868
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001691msgid "@a in @i %i has a hash (%N) which is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001692msgstr "@a w i-węźle %i ma hash (%N), co jest błędne\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001693
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001694#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001695#: e2fsck/problem.c:873
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001696msgid "@i %i is a %It but it looks like it is really a directory.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001697msgstr "@i %i to %It, ale wygląda jakby w rzeczywistości był katalogiem.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001698
Jakub Bogusz61e6e042008-09-02 23:47:16 -04001699#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001700#: e2fsck/problem.c:878
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001701#, c-format
1702msgid "Error while reading over @x tree in @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001703msgstr "Błąd podczas czytania po @xach w i-węźle %i: %m\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001704
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001705#. @-expanded: Failed to iterate extents in inode %i\n
1706#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001707#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001708msgid ""
1709"Failed to iterate extents in @i %i\n"
1710"\t(op %s, blk %b, lblk %c): %m\n"
1711msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001712"Nie udało się przejść ekstentów w i-węźle %i\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04001713"\t(op %s, blk %b, lblk %c): %m\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001714
1715#. @-expanded: inode %i has an invalid extent\n
1716#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001717#: e2fsck/problem.c:889
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001718msgid ""
1719"@i %i has an @n extent\n"
1720"\t(logical @b %c, @n physical @b %b, len %N)\n"
1721msgstr ""
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001722"@i %i ma @n ekstent\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001723"\t(@b logiczny %c, @n @b fizyczny %b, długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001724
1725#. @-expanded: inode %i has an invalid extent\n
1726#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001727#: e2fsck/problem.c:894
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001728msgid ""
1729"@i %i has an @n extent\n"
1730"\t(logical @b %c, physical @b %b, @n len %N)\n"
1731msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001732"@i %i ma błędny ekstent\n"
1733"\t(@b logiczny %c, @b fizyczny %b, błędna długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001734
1735#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001736#: e2fsck/problem.c:899
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001737#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001738msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001739msgstr ""
1740"@i %i ma ustawioną flagę EXTENTS_FL na systemie plików bez obsługi "
1741"ekstentów.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001742
1743#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001744#: e2fsck/problem.c:904
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001745#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001746msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001747msgstr ""
1748"@i %i ma format z ekstentami, ale w superbloku brakuje właściwości EXTENTS\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001749
1750#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001751#: e2fsck/problem.c:909
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001752#, c-format
1753msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001754msgstr "@i %i nie ma flagi EXTENT_FL, ale jest w formacie z ekstentami\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001755
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001756#: e2fsck/problem.c:914
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001757#, c-format
1758msgid "Fast symlink %i has EXTENT_FL set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001759msgstr "Szybkie dowiązanie symboliczne %i ma ustawioną flagę EXTENT_FL. "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001760
1761#. @-expanded: inode %i has out of order extents\n
1762#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001763#: e2fsck/problem.c:919
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001764msgid ""
1765"@i %i has out of order extents\n"
1766"\t(@n logical @b %c, physical @b %b, len %N)\n"
1767msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001768"@i %i ma ekstenty spoza kolejności\n"
1769"\t(@b @b logiczny %c, @b fizyczny %b, długość %N)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04001770
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001771#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001772#: e2fsck/problem.c:923
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001773msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001774msgstr "@i %i ma błędny węzeł ekstentu (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001775
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001776#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001777#: e2fsck/problem.c:928
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001778#, c-format
1779msgid "Error converting subcluster @b @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001780msgstr "Błąd podczas przekształcania bitmapy @bów podklastra: %m\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001781
1782#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001783#: e2fsck/problem.c:933
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001784msgid "@q @i is not regular file. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001785msgstr "@i @qów nie jest zwykłym plikiem. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001786
1787#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001788#: e2fsck/problem.c:938
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001789msgid "@q @i is not in use, but contains data. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001790msgstr "@i @qów nie jest używany, ale zawiera dane. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001791
1792#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001793#: e2fsck/problem.c:943
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001794msgid "@q @i is visible to the user. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001795msgstr "@i @qów jest widoczny dla użytkownika. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001796
1797#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001798#: e2fsck/problem.c:948
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001799msgid "The bad @b @i looks @n. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001800msgstr "I-węzeł wadliwych @bów wygląda na błędny. "
Jakub Bogusz74ecc732011-10-16 21:53:39 -04001801
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001802#. @-expanded: inode %i has zero length extent\n
1803#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001804#: e2fsck/problem.c:953
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001805msgid ""
1806"@i %i has zero length extent\n"
1807"\t(@n logical @b %c, physical @b %b)\n"
1808msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001809"@i %i ma ekstent zerowej długości\n"
1810"\t(@n @b logiczny %c, @b fizyczny %b, długość %N)\n"
1811
1812#. @-expanded: Interior extent node level %N of inode %i:\n
1813#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001814#: e2fsck/problem.c:960
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001815msgid ""
1816"Interior @x node level %N of @i %i:\n"
1817"Logical start %b does not match logical start %c at next level. "
1818msgstr ""
1819"Poziom wewnętrznego węzła ekstentu %N i-węzła %i:\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001820"Początek logiczny %b nie zgadza się z początkiem logicznym %c kolejnego "
1821"poziomu. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001822
1823#. @-expanded: inode %i, end of extent exceeds allowed value\n
1824#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001825#: e2fsck/problem.c:966
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001826msgid ""
1827"@i %i, end of extent exceeds allowed value\n"
1828"\t(logical @b %c, physical @b %b, len %N)\n"
1829msgstr ""
1830"@i %i, koniec ekstentu przekracza dozwoloną wartość\n"
1831"\t(@b logiczny %c, @b fizyczny %b, długość %N)\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04001832
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001833#. @-expanded: \n
1834#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1835#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001836#: e2fsck/problem.c:974
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001837msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001838"\n"
1839"Running additional passes to resolve @bs claimed by more than one @i...\n"
1840"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001841msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001842"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001843"Uruchamianie dodatkowych przebiegów do rozwiązania bloków zadeklarowanych\n"
1844"przez więcej niż jeden @i...\n"
1845"Przebieg 1B: Ponowne przeszukiwanie @mch @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001848#: e2fsck/problem.c:980
Theodore Ts'o886017a2005-06-26 22:11:46 -04001849#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850msgid "@m @b(s) in @i %i:"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001851msgstr "@m @b(i) w i-węźle %i:"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001852
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001853#: e2fsck/problem.c:995
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001854#, c-format
1855msgid "Error while scanning inodes (%i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001856msgstr "Błąd podczas szukania i-węzła (%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001859#: e2fsck/problem.c:1000
Theodore Ts'o886017a2005-06-26 22:11:46 -04001860#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001861msgid "@A @i @B (@i_dup_map): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001862msgstr "@A bitmapy i-węzłów (inode_dup_map): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001863
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001864#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001865#: e2fsck/problem.c:1005
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001866#, c-format
1867msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001868msgstr "Błąd podczas iteracji po @bach w i-węźle %i (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001869
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001870#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001871#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001872msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001873msgstr ""
1874"Błąd podczas poprawiania refcount dla @bu rozszerzonych atrybutów %b (@i "
1875"%i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001876
Theodore Ts'o6956f612005-12-31 16:46:15 -05001877#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001878#: e2fsck/problem.c:1015
Theodore Ts'o6956f612005-12-31 16:46:15 -05001879msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001880msgstr ""
1881"Przebieg 1C: Przeszukiwanie katalogów pod kątem i-węzłów z @mmi @bami\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001882
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001884#: e2fsck/problem.c:1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885msgid "Pass 1D: Reconciling @m @bs\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001886msgstr "Przebieg 1D: Uzgadnianie @mch @bów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001887
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001888#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001889#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001890#: e2fsck/problem.c:1026
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001891msgid ""
1892"File %Q (@i #%i, mod time %IM) \n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04001893" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001894msgstr ""
1895"Plik %Q (@i #%i, czas modyfikacji %IM) \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001896" ma %r @mch @bów, dzielonych z %N plikami:\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001897
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001898#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001899#: e2fsck/problem.c:1032
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001900msgid "\t%Q (@i #%i, mod time %IM)\n"
1901msgstr "\t%Q (@i #%i, czas modyfikacji %IM)\n"
1902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001903#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001904#: e2fsck/problem.c:1037
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001905msgid "\t<@f metadata>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001906msgstr "\t<metadane systemu plików>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001907
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001908#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1909#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001910#: e2fsck/problem.c:1042
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001911msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912"(There are %N @is containing @m @bs.)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001913"\n"
1914msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001915"(Jest %N i-węzłów zawierających podwójnie zadeklarowane @bi.)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001916"\n"
1917
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1919#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001920#: e2fsck/problem.c:1047
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001921msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001922"@m @bs already reassigned or cloned.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001923"\n"
1924msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001925"Podwójnie zadeklarowane @bi już przepisane lub sklonowane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001926"\n"
1927
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001928#: e2fsck/problem.c:1060
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001929#, c-format
1930msgid "Couldn't clone file: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001931msgstr "Nie można sklonować pliku: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001932
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001933#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001934#: e2fsck/problem.c:1066
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001935msgid "Pass 2: Checking @d structure\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001936msgstr "Przebieg 2: Sprawdzanie struktury @dów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001938#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001939#: e2fsck/problem.c:1071
Theodore Ts'o886017a2005-06-26 22:11:46 -04001940#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001941msgid "@n @i number for '.' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001942msgstr "Błędny numer i-węzła dla '.' w i-węźle @du %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001943
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001944#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001945#: e2fsck/problem.c:1076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001946msgid "@E has @n @i #: %Di.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001947msgstr "@E ma błędny numer i-węzła: %Di.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001950#: e2fsck/problem.c:1081
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001951msgid "@E has @D/unused @i %Di. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001952msgstr "@E ma @D/nie używany @i %Di. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001953
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001954#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001955#: e2fsck/problem.c:1086
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001956msgid "@E @L to '.' "
1957msgstr "@E @L do '.' "
1958
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001959#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001960#: e2fsck/problem.c:1091
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001961msgid "@E points to @i (%Di) located in a bad @b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001962msgstr "@E wskazuje na @i (%Di) położony w wadliwym @b.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001963
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001964#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001965#: e2fsck/problem.c:1096
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001966msgid "@E @L to @d %P (%Di).\n"
1967msgstr "@E @L do @du %P (%Di).\n"
1968
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001969#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001970#: e2fsck/problem.c:1101
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001971msgid "@E @L to the @r.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001972msgstr "@E @L do głównego katalogu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001973
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001975#: e2fsck/problem.c:1106
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001976msgid "@E has illegal characters in its name.\n"
1977msgstr "@E ma niedopuszczalne znaki w nazwie.\n"
1978
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001979#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001980#: e2fsck/problem.c:1111
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001981#, c-format
1982msgid "Missing '.' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001983msgstr "Brakuje '.' w i-węźle @du %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001986#: e2fsck/problem.c:1116
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001987#, c-format
1988msgid "Missing '..' in @d @i %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001989msgstr "Brakuje '..' w i-węźle @du %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001990
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001991#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001992#: e2fsck/problem.c:1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001993msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001994msgstr "Pierwszym @eem '%Dn' (@i=%Di) w i-węźle @du %i (%p) @s '.'\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05001995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001996#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001997#: e2fsck/problem.c:1126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001998msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05001999msgstr "Drugim @eem '%Dn' (@i=%Di) w i-węźle @du %i @s '..'\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002001#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002002#: e2fsck/problem.c:1131
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002003msgid "i_faddr @F %IF, @s zero.\n"
2004msgstr "i_faddr @F %IF, @s zero.\n"
2005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002007#: e2fsck/problem.c:1136
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002008msgid "i_file_acl @F %If, @s zero.\n"
2009msgstr "i_file_acl @F %If, @s zero.\n"
2010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002011#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002012#: e2fsck/problem.c:1141
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002013msgid "i_dir_acl @F %Id, @s zero.\n"
2014msgstr "i_dir_acl @F %Id, @s zero.\n"
2015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002016#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002017#: e2fsck/problem.c:1146
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002018msgid "i_frag @F %N, @s zero.\n"
2019msgstr "i_frag @F %N, @s zero.\n"
2020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002021#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002022#: e2fsck/problem.c:1151
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002023msgid "i_fsize @F %N, @s zero.\n"
2024msgstr "i_fsize @F %N, @s zero.\n"
2025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002027#: e2fsck/problem.c:1156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028msgid "@i %i (%Q) has @n mode (%Im).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002029msgstr "@i %i (%Q) ma błędne uprawnienia (%Im).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002030
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002031#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002032#: e2fsck/problem.c:1161
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002033msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2034msgstr "@i @du %i, %B, offset %N: @d uszkodzony\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002035
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002036#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002037#: e2fsck/problem.c:1166
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002038msgid "@d @i %i, %B, offset %N: filename too long\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002039msgstr "@i @du %i, %B, offset %N: nazwa pliku zbyt długa\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002040
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002041#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002042#: e2fsck/problem.c:1171
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002043msgid "@d @i %i has an unallocated %B. "
2044msgstr "@i @du %i ma nie przydzielony %B. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002046#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002047#: e2fsck/problem.c:1176
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002048#, c-format
2049msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002050msgstr "@e @du '.' w i-węźle @du %i nie jest zakończony przez NULL\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002053#: e2fsck/problem.c:1181
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002054#, c-format
2055msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002056msgstr "@e @du '..' w i-węźle @du %i nie jest zakończony przez NULL\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002057
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002058#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002059#: e2fsck/problem.c:1186
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002060msgid "@i %i (%Q) is an @I character @v.\n"
2061msgstr "@i %i (%Q) jest @Im @vm znakowym.\n"
2062
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002063#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002064#: e2fsck/problem.c:1191
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002065msgid "@i %i (%Q) is an @I @b @v.\n"
2066msgstr "@i %i (%Q) jest @Im @vm @bowym.\n"
2067
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002068#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002069#: e2fsck/problem.c:1196
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002070msgid "@E is duplicate '.' @e.\n"
2071msgstr "@E jest powielonym @eem '.'.\n"
2072
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002073#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002074#: e2fsck/problem.c:1201
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002075msgid "@E is duplicate '..' @e.\n"
2076msgstr "@E jest powielonym @eem '..'.\n"
2077
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002078#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002079#, c-format
2080msgid "Internal error: couldn't find dir_info for %i.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002081msgstr "Błąd wewnętrzny: nie można znaleźć dir_info dla %i.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002083#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002084#: e2fsck/problem.c:1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002085msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002086msgstr "@E ma rec_len %Dr, @s %N.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002089#: e2fsck/problem.c:1216
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002090#, c-format
2091msgid "@A icount structure: %m\n"
2092msgstr "@A struktury icount: %m\n"
2093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002094#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002095#: e2fsck/problem.c:1221
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002096#, c-format
2097msgid "Error iterating over @d @bs: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002098msgstr "Błąd podczas iteracji po @bach @du: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002100#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002101#: e2fsck/problem.c:1226
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002102msgid "Error reading @d @b %b (@i %i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002103msgstr "Błąd podczas odczytu @b %b @du (@i %i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002105#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002106#: e2fsck/problem.c:1231
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002107msgid "Error writing @d @b %b (@i %i): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002108msgstr "Błąd podczas zapisu @b %b @du (@i %i): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002111#: e2fsck/problem.c:1236
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002112#, c-format
2113msgid "@A new @d @b for @i %i (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002114msgstr "@A nowego @bu @du dla i-węzła %i (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002117#: e2fsck/problem.c:1241
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002118#, c-format
2119msgid "Error deallocating @i %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002120msgstr "Błąd podczas zwalniania i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002121
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002122#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002123#: e2fsck/problem.c:1246
Jakub Bogusz61e6e042008-09-02 23:47:16 -04002124#, c-format
2125msgid "@d @e for '.' in %p (%i) is big.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002126msgstr "@e @du dla '.' w %p (%i) jest duży.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002127
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002128#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002129#: e2fsck/problem.c:1251
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002130msgid "@i %i (%Q) is an @I FIFO.\n"
2131msgstr "@i %i (%Q) jest @Im FIFO.\n"
2132
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002133#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002134#: e2fsck/problem.c:1256
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002135msgid "@i %i (%Q) is an @I socket.\n"
2136msgstr "@i %i (%Q) jest @Im gniazdem.\n"
2137
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002138#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002139#: e2fsck/problem.c:1261
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002140msgid "Setting filetype for @E to %N.\n"
2141msgstr "Ustawiono filetype dla @eu '%Dn' w %p (%i) na %N.\n"
2142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002143#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002144#: e2fsck/problem.c:1266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002145msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002146msgstr "@E ma błędny filetype (był %Dt, powinien być %N).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002149#: e2fsck/problem.c:1271
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002150msgid "@E has filetype set.\n"
2151msgstr "@E ma ustawione filetype.\n"
2152
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002153#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002154#: e2fsck/problem.c:1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002155msgid "@E has a @z name.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002156msgstr "@E ma nazwę zerowej długości.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002158#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002159#: e2fsck/problem.c:1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002160msgid "Symlink %Q (@i #%i) is @n.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002161msgstr "Dowiązanie symboliczne %Q (@i #%i) jest błędne.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002163#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002164#: e2fsck/problem.c:1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002165msgid "@a @b @F @n (%If).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002166msgstr "@b rozszerzonych atrybutów dla i-węzła %i (%Q) jest błędny (%If).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002168#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002169#: e2fsck/problem.c:1291
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002170msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002171msgstr "@f zawiera duże pliki, ale brak flagi LARGE_FILE w @Su.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002172
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002173#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002174#: e2fsck/problem.c:1296
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002175msgid "@p @h %d: %B not referenced\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002176msgstr "@p i-węźle @du HTREE %d: %B nie ma odwołań\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002177
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002178#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002179#: e2fsck/problem.c:1301
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002180msgid "@p @h %d: %B referenced twice\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002181msgstr "@p i-węźle @du HTREE %d: %B ma podwójne odwołanie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002182
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002183#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002184#: e2fsck/problem.c:1306
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002185msgid "@p @h %d: %B has bad min hash\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002186msgstr "@p i-węźle @du HTREE %d: %B ma błędny minimalny hasz\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002187
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002188#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002189#: e2fsck/problem.c:1311
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002190msgid "@p @h %d: %B has bad max hash\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002191msgstr "@p i-węźle @du HTREE %d: %B ma błędny maksymalny hasz\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002192
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002193#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002194#: e2fsck/problem.c:1316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195msgid "@n @h %d (%q). "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002196msgstr "Błędne @h %d (%q). "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002197
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002198#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002199#: e2fsck/problem.c:1320
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002200msgid "@p @h %d (%q): bad @b number %b.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002201msgstr "@p i-węźle @du HTREE %d (%q): błędny numer @bu %b.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002202
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002203#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002204#: e2fsck/problem.c:1330
Theodore Ts'o886017a2005-06-26 22:11:46 -04002205#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002206msgid "@p @h %d: root node is @n\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002207msgstr "@p i-węźle @du HTREE %d: główny węzeł jest błędny\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002208
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002209#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002210#: e2fsck/problem.c:1335
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002211msgid "@p @h %d: %B has @n limit (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002212msgstr "@p i-węźle @du HTREE %d: %B ma błędny limit (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002213
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002214#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002215#: e2fsck/problem.c:1340
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002216msgid "@p @h %d: %B has @n count (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002217msgstr "@p i-węźle @du HTREE %d: %B ma błędny licznik (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002218
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002219#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002220#: e2fsck/problem.c:1345
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002221msgid "@p @h %d: %B has an unordered hash table\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002222msgstr "@p i-węźle @du HTREE %d: %B ma nie uporządkowaną tablicę haszującą\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002223
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002224#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002225#: e2fsck/problem.c:1350
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002226msgid "@p @h %d: %B has @n depth (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002227msgstr "@p i-węźle @du HTREE %d: %B ma błędną głębokość (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002229#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002230#: e2fsck/problem.c:1355
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002231msgid "Duplicate @E found. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002232msgstr "Znaleziono podwójny @E. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002234#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2235#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002236#: e2fsck/problem.c:1360
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002237#, no-c-format
2238msgid ""
2239"@E has a non-unique filename.\n"
2240"Rename to %s"
2241msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002242"@E ma nieunikalną nazwę pliku.\n"
2243"Zmienić na %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002245#. @-expanded: Duplicate entry '%Dn' found.\n
2246#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2247#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002248#: e2fsck/problem.c:1365
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002249msgid ""
2250"Duplicate @e '%Dn' found.\n"
2251"\tMarking %p (%i) to be rebuilt.\n"
2252"\n"
2253msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002254"Znaleziono podwójny @e '%Dn'.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002255"\tZaznaczono %p (%i) do przebudowania.\n"
2256"\n"
2257
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002258#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002259#: e2fsck/problem.c:1370
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002260msgid "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04002261msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002262
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002263#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002264#: e2fsck/problem.c:1375
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002265msgid "Unexpected @b in @h %d (%q).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002266msgstr "Nieoczekiwany @b w i-węźle @du HTREE %d (%q)\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002267
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002268#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002269#: e2fsck/problem.c:1379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002270msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002271msgstr ""
2272"@i %Di znaleziony w grupie %g, która ma ustawioną flagę _INONE_UNINIT.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002273
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002274#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002275#: e2fsck/problem.c:1384
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002276msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002277msgstr "@i %Di znaleziony w grupie %g obszaru nie używanych i-węzłów.\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002278
2279#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002280#: e2fsck/problem.c:1389
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002281msgid "i_file_acl_hi @F %N, @s zero.\n"
2282msgstr "i_file_acl_hi @F %N, @s zero.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002284#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002285#: e2fsck/problem.c:1396
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002286msgid "Pass 3: Checking @d connectivity\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002287msgstr "Przebieg 3: Sprawdzanie łączności @dów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002289#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002290#: e2fsck/problem.c:1401
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002291msgid "@r not allocated. "
2292msgstr "@r jest nie przydzielony. "
2293
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002294#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002295#: e2fsck/problem.c:1406
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002296msgid "No room in @l @d. "
2297msgstr "Brak miejsca w @du @l. "
2298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002299#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002300#: e2fsck/problem.c:1411
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002301#, c-format
2302msgid "Unconnected @d @i %i (%p)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002303msgstr "Nie podłączony @i @du %i (%p)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002305#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002306#: e2fsck/problem.c:1416
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002307msgid "/@l not found. "
2308msgstr "Nie znaleziono /@l. "
2309
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002310#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002311#: e2fsck/problem.c:1421
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002312msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2313msgstr "'..' w %Q (%i) jest %P (%j), @s %q (%d).\n"
2314
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002315#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002316#: e2fsck/problem.c:1426
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002317msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002318msgstr "Błędny lub nie istniejący /@l. Nie można podłączyć.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002319
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002320#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002321#: e2fsck/problem.c:1431
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002322#, c-format
2323msgid "Could not expand /@l: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002324msgstr "Nie można rozszerzyć /@l: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002325
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002326#: e2fsck/problem.c:1436
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002327#, c-format
2328msgid "Could not reconnect %i: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002329msgstr "Nie można podłączyć %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002331#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002332#: e2fsck/problem.c:1441
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002333#, c-format
2334msgid "Error while trying to find /@l: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002335msgstr "Błąd podczas szukania /@l: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002337#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002338#: e2fsck/problem.c:1446
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002339#, c-format
2340msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002341msgstr "ext2fs_new_block: %m podczas próby utworzenia @du /@l\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002342
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002343#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002344#: e2fsck/problem.c:1451
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002345#, c-format
2346msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002347msgstr "ext2fs_new_inode: %m podczas próby utworzenia @du /@l\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002349#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002350#: e2fsck/problem.c:1456
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002351#, c-format
2352msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2353msgstr "ext2fs_new_dir_block: %m podczas tworzenia nowego @bu @du\n"
2354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002355#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002356#: e2fsck/problem.c:1461
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002357#, c-format
2358msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2359msgstr "ext2fs_write_dir_block: %m podczas zapisu @bu @du dla /@l\n"
2360
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002361#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002362#: e2fsck/problem.c:1466
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002363#, c-format
2364msgid "Error while adjusting @i count on @i %i\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002365msgstr "Błąd podczas poprawiania liczby i-węzłów w i-węźle %i\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002366
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002367#. @-expanded: Couldn't fix parent of inode %i: %m\n
2368#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002369#: e2fsck/problem.c:1471
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002370#, c-format
2371msgid ""
2372"Couldn't fix parent of @i %i: %m\n"
2373"\n"
2374msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002375"Nie można poprawić rodzica i-węzła %i: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002376"\n"
2377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002378#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2379#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002380#: e2fsck/problem.c:1476
Theodore Ts'o886017a2005-06-26 22:11:46 -04002381#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002382msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002383"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002384"\n"
2385msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002386"Nie można poprawić rodzica i-węzła %i: nie znaleziono wpisu @du rodzica\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002387"\n"
2388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002389#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002390#: e2fsck/problem.c:1486
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002391#, c-format
2392msgid "Error creating root @d (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002393msgstr "Błąd podczas tworzenia głównego @du (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002396#: e2fsck/problem.c:1491
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002397#, c-format
2398msgid "Error creating /@l @d (%s): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002399msgstr "Błąd podczas tworzenia @du /@l (%s): %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002401#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002402#: e2fsck/problem.c:1496
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002403msgid "@r is not a @d; aborting.\n"
2404msgstr "@r nie jest @diem; przerwanie.\n"
2405
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002406#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002407#: e2fsck/problem.c:1501
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002408msgid "Cannot proceed without a @r.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002409msgstr "Nie można kontynuować bez głównego katalogu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002410
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002411#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002412#: e2fsck/problem.c:1511
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002413#, c-format
2414msgid "/@l is not a @d (ino=%i)\n"
2415msgstr "/@l nie jest @diem (@i=%i)\n"
2416
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002417#: e2fsck/problem.c:1518
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002418msgid "Pass 3A: Optimizing directories\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002419msgstr "Przebieg 3A: Optymalizacja katalogów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002420
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002421#: e2fsck/problem.c:1523
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002422#, c-format
2423msgid "Failed to create dirs_to_hash iterator: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002424msgstr "Tworzenie iteratora dirs_to_hash nie powiodło się: %m\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002425
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002426#: e2fsck/problem.c:1528
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002427msgid "Failed to optimize directory %q (%d): %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002428msgstr "Optymalizacja katalogu %q (%d) nie powiodła się: %m\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002430#: e2fsck/problem.c:1533
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002431msgid "Optimizing directories: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002432msgstr "Optymalizacja katalogów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002433
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002434#: e2fsck/problem.c:1550
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002435msgid "Pass 4: Checking reference counts\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002436msgstr "Przebieg 4: Sprawdzanie liczników odwołań\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002438#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002439#: e2fsck/problem.c:1555
Theodore Ts'o886017a2005-06-26 22:11:46 -04002440#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002441msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002442msgstr "@u @i @z %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002443
2444#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002445#: e2fsck/problem.c:1560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002446#, c-format
2447msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002448msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002449
2450#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002451#: e2fsck/problem.c:1565
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002452msgid "@i %i ref count is %Il, @s %N. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002453msgstr "licznik odwołań i-węzła %i wynosi %Il, @s %N. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002455#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2456#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2457#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002458#: e2fsck/problem.c:1569
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002459msgid ""
2460"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2461"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002462"@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 -05002463msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002464"UWAGA: BŁĄD PROGRAMU W E2FSCK!\n"
2465"\tLUB KTOŚ BEZMÓZGI (TY) SPRAWDZA PODMONTOWANY (ŻYWY) SYSTEM PLIKÓW.\n"
2466"inode_link_info[%i]=%N, inode.i_links_count=%Il. Powinny być takie same!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002468#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002469#: e2fsck/problem.c:1579
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002470msgid "Pass 5: Checking @g summary information\n"
2471msgstr "Przebieg 5: Sprawdzanie sumarycznych informacji o @gch\n"
2472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002473#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002474#: e2fsck/problem.c:1584
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002475msgid "Padding at end of @i @B is not set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002476msgstr "Wypełnienie na końcu bitmapy i-węzłów nie jest ustawione. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002478#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002479#: e2fsck/problem.c:1589
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002480msgid "Padding at end of @b @B is not set. "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002481msgstr "Wypełnienie na końcu bitmapy @bów nie jest ustawione. "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002482
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002483#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002484#: e2fsck/problem.c:1594
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002485msgid "@b @B differences: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002486msgstr "Różnice bitmapy @bów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002488#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002489#: e2fsck/problem.c:1614
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002490msgid "@i @B differences: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002491msgstr "Różnice bitmapy i-węzłów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002492
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002493#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002494#: e2fsck/problem.c:1634
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002495msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002496msgstr "Błędna liczba wolnych i-węzłów dla grupy #%g (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002498#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002499#: e2fsck/problem.c:1639
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002500msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002501msgstr "Błędna liczba katalogów dla grupy #%g (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002502
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002503#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002504#: e2fsck/problem.c:1644
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002505msgid "Free @is count wrong (%i, counted=%j).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002506msgstr "Błędna liczba wolnych i-węzłów (%i, naliczono %j).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002507
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002508#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002509#: e2fsck/problem.c:1649
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002510msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002511msgstr "Błędna liczba wolnych @bów dla grupy #%g (%b, naliczono %c).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002512
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002513#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002514#: e2fsck/problem.c:1654
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002515msgid "Free @bs count wrong (%b, counted=%c).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002516msgstr "Błędna liczba wolnych @bów (%b, naliczono %c).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002517
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002518#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2519#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002520#: e2fsck/problem.c:1659
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002521msgid ""
2522"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2523"endpoints (%i, %j)\n"
2524msgstr ""
2525"BŁĄD PROGRAMU: końce bitmap systemu plików (#%N) (%b, %c) nie zgadzają się z "
2526"policzonymi końcami bitmap (%i, %j)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002528#: e2fsck/problem.c:1665
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002529msgid "Internal error: fudging end of bitmap (%N)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002530msgstr "Błąd wewnętrzny: fałszywy koniec bitmapy (%N)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002532#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002533#: e2fsck/problem.c:1670
Theodore Ts'o886017a2005-06-26 22:11:46 -04002534#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002535msgid "Error copying in replacement @i @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002536msgstr "Błąd podczas kopiowania w zastępczej bitmapie i-węzłów: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002537
2538#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002539#: e2fsck/problem.c:1675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002540#, c-format
2541msgid "Error copying in replacement @b @B: %m\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002542msgstr "Błąd podczas kopiowania w zastępczej bitmapie @bów: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002543
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002544#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002545#: e2fsck/problem.c:1700
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002546#, c-format
2547msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002548msgstr "@b(i) grupy %g są używane, ale @g ma flagę BLOCK_UNINIT\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002549
2550#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002551#: e2fsck/problem.c:1705
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002552#, c-format
2553msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002554msgstr "i-węzły grupy %g są używane, ale @g ma flagę INODE_UNINIT\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002555
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002556#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002557#: e2fsck/problem.c:1712
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002558msgid "Recreate @j"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002559msgstr "Odtworzyć kronikę"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04002560
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002561#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002562msgid "Update quota info for quota type %N"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002563msgstr "Uaktualnić informacje o limitach typu %N"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002564
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002565#: e2fsck/problem.c:1836
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002566#, c-format
2567msgid "Unhandled error code (0x%x)!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002568msgstr "Nie obsłużony kod błędu (0x%x)!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002569
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002570#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002571msgid "IGNORED"
2572msgstr "ZIGNOROWANO"
2573
Eric Sandeen032eafe2012-07-28 17:48:36 -04002574#: e2fsck/scantest.c:79
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002575#, c-format
2576msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002577msgstr "Użyta pamięć: %d, upłynął czas: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002578
Eric Sandeen032eafe2012-07-28 17:48:36 -04002579#: e2fsck/scantest.c:98
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002580#, c-format
2581msgid "size of inode=%d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002582msgstr "rozmiar i-węzła=%d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002583
Eric Sandeen032eafe2012-07-28 17:48:36 -04002584#: e2fsck/scantest.c:119
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002585msgid "while starting inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002586msgstr "podczas rozpoczynania przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002587
Eric Sandeen032eafe2012-07-28 17:48:36 -04002588#: e2fsck/scantest.c:130
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002589msgid "while doing inode scan"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002590msgstr "podczas przeszukiwania i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002591
Jakub Boguszdf585272014-05-18 09:46:34 -04002592#: e2fsck/super.c:190
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002593#, c-format
2594msgid "while calling ext2fs_block_iterate for inode %d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002595msgstr "podczas wywołania ext2fs_block_iterate dla i-węzła %d"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002596
Jakub Boguszdf585272014-05-18 09:46:34 -04002597#: e2fsck/super.c:213
Theodore Ts'od46ce702007-07-10 09:45:47 -04002598#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002599msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002600msgstr "podczas wywołania ext2fs_adjust_ea_refcount2 dla i-węzła %d"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002601
Jakub Boguszdf585272014-05-18 09:46:34 -04002602#: e2fsck/super.c:274
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002603msgid "Truncating"
2604msgstr "Skracanie"
2605
Jakub Boguszdf585272014-05-18 09:46:34 -04002606#: e2fsck/super.c:275
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002607msgid "Clearing"
2608msgstr "Czyszczenie"
2609
Eric Sandeen032eafe2012-07-28 17:48:36 -04002610#: e2fsck/unix.c:74
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002611#, c-format
2612msgid ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002613"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002614"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002615"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002616"\t\t[-E extended-options] device\n"
2617msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002618"Składnia: %s [-panyrcdfvtDFV] [-b superblok] [-B rozm_bloku]\n"
2619"\t\t[-I bloków_bufora_i-węzłów] [-P rozmiar_i-węzła]\n"
2620"\t\t[-l|-L plik_wadliwych_bloków] [-C fd] [-j zewn-kronika]\n"
2621"\t\t[-E rozszerzone-opcje] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002622
Eric Sandeen032eafe2012-07-28 17:48:36 -04002623#: e2fsck/unix.c:80
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002624msgid ""
2625"\n"
2626"Emergency help:\n"
2627" -p Automatic repair (no questions)\n"
2628" -n Make no changes to the filesystem\n"
2629" -y Assume \"yes\" to all questions\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002630" -c Check for bad blocks and add them to the badblock "
2631"list\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002632" -f Force checking even if filesystem is marked clean\n"
2633msgstr ""
2634"\n"
2635"Awaryjna pomoc:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002636" -p Automatyczne naprawianie (bez pytań)\n"
2637" -n Nie wykonywanie zmian w systemie plików\n"
2638" -y Przyjęcie odpowiedzi \"tak\" na wszystkie pytania\n"
2639" -c Szukanie wadliwych bloków i dodanie ich do listy\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002640" -f Wymuszenie sprawdzenia nawet \"czystego\" systemu "
2641"plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002642
Eric Sandeen032eafe2012-07-28 17:48:36 -04002643#: e2fsck/unix.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002644msgid ""
2645" -v Be verbose\n"
2646" -b superblock Use alternative superblock\n"
2647" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002648" -j external_journal Set location of the external journal\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002649" -l bad_blocks_file Add to badblocks list\n"
2650" -L bad_blocks_file Set badblocks list\n"
2651msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002652" -v Pokazywanie większej ilości informacji\n"
2653" -b superblok Użycie innego superbloku\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002654" -B rozm.bloku Wymuszenie rozmiaru bloku przy poszukiwaniu "
2655"superbloku\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002656" -j zewn-kronika Ustawienie położenia zewnętrznej kroniki\n"
2657" -l plik_złych_bloków Dodanie do listy wadliwych bloków\n"
2658" -L plik_złych_bloków Ustawienie listy wadliwych bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002659
Jakub Boguszb675f582013-01-15 23:30:36 -05002660#: e2fsck/unix.c:131
Theodore Ts'od46ce702007-07-10 09:45:47 -04002661#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002662msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002663msgstr "%s: %u/%u plików (%0d.%d%% nieciągłych), %llu/%llu bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002664
Jakub Boguszb675f582013-01-15 23:30:36 -05002665#: e2fsck/unix.c:157
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002666#, c-format
2667msgid ""
2668"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05002669"%12u inode used (%2.2f%%, out of %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002670msgid_plural ""
2671"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05002672"%12u inodes used (%2.2f%%, out of %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002673msgstr[0] ""
2674"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002675"%12u użyty i-węzeł (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002676msgstr[1] ""
2677"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002678"%12u użyte i-węzły (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002679msgstr[2] ""
2680"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002681"%12u użytych i-węzłów (%2.2f%% z %u)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002682
Jakub Boguszb675f582013-01-15 23:30:36 -05002683#: e2fsck/unix.c:161
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002684#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002685msgid "%12u non-contiguous file (%0d.%d%%)\n"
2686msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002687msgstr[0] "%12u plik nieciągły (%0d.%d%%)\n"
2688msgstr[1] "%12u pliki nieciągłe (%0d.%d%%)\n"
2689msgstr[2] "%12u plików nieciągłych (%0d.%d%%)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002690
Jakub Boguszb675f582013-01-15 23:30:36 -05002691#: e2fsck/unix.c:166
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002692#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002693msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2694msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002695msgstr[0] "%12u katalog nieciągły (%0d.%d%%)\n"
2696msgstr[1] "%12u katalogi nieciągłe (%0d.%d%%)\n"
2697msgstr[2] "%12u katalogów nieciągłych (%0d.%d%%)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002698
Eric Sandeen032eafe2012-07-28 17:48:36 -04002699#: e2fsck/unix.c:171
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002700#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002701msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002702msgstr " liczba i-węzłów z blokami ind/dind/tind: %u/%u/%u\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002703
Jakub Boguszb675f582013-01-15 23:30:36 -05002704#: e2fsck/unix.c:179
2705msgid " Extent depth histogram: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002706msgstr " Histogram głębokości ekstentów: "
Jakub Boguszb675f582013-01-15 23:30:36 -05002707
2708#: e2fsck/unix.c:188
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002709#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002710msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2711msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002712msgstr[0] "%12llu użyty blok (%2.2f%% z %llu)\n"
2713msgstr[1] "%12llu użyte bloki (%2.2f%% z %llu)\n"
2714msgstr[2] "%12llu użytych bloków (%2.2f%% z %llu)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002715
Jakub Boguszb675f582013-01-15 23:30:36 -05002716#: e2fsck/unix.c:192
2717#, c-format
2718msgid "%12u bad block\n"
2719msgid_plural "%12u bad blocks\n"
2720msgstr[0] "%12u wadliwy blok\n"
2721msgstr[1] "%12u wadliwe bloki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002722msgstr[2] "%12u wadliwych bloków\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05002723
2724#: e2fsck/unix.c:194
2725#, c-format
2726msgid "%12u large file\n"
2727msgid_plural "%12u large files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002728msgstr[0] "%12u duży plik\n"
2729msgstr[1] "%12u duże pliki\n"
2730msgstr[2] "%12u dużych plików\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05002731
2732#: e2fsck/unix.c:196
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002733#, c-format
2734msgid ""
2735"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05002736"%12u regular file\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002737msgid_plural ""
2738"\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05002739"%12u regular files\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002740msgstr[0] ""
2741"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002742"%12u zwykły plik\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002743msgstr[1] ""
2744"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002745"%12u zwykłe pliki\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002746msgstr[2] ""
2747"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002748"%12u zwykłych plików\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002749
Jakub Boguszb675f582013-01-15 23:30:36 -05002750#: e2fsck/unix.c:198
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002751#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002752msgid "%12u directory\n"
2753msgid_plural "%12u directories\n"
2754msgstr[0] "%12u katalog\n"
2755msgstr[1] "%12u katalogi\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002756msgstr[2] "%12u katalogów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002757
Jakub Boguszb675f582013-01-15 23:30:36 -05002758#: e2fsck/unix.c:200
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002759#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002760msgid "%12u character device file\n"
2761msgid_plural "%12u character device files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002762msgstr[0] "%12u plik urządzenia znakowego\n"
2763msgstr[1] "%12u pliki urządzeń znakowych\n"
2764msgstr[2] "%12u plików urządzeń znakowych\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002765
Jakub Boguszb675f582013-01-15 23:30:36 -05002766#: e2fsck/unix.c:203
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002767#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002768msgid "%12u block device file\n"
2769msgid_plural "%12u block device files\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002770msgstr[0] "%12u plik urządzenia blokowego\n"
2771msgstr[1] "%12u pliki urządzeń blokowych\n"
2772msgstr[2] "%12u plików urządzeń blokowych\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002773
Jakub Boguszb675f582013-01-15 23:30:36 -05002774#: e2fsck/unix.c:205
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002775#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002776msgid "%12u fifo\n"
2777msgid_plural "%12u fifos\n"
2778msgstr[0] "%12u potok\n"
2779msgstr[1] "%12u potoki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002780msgstr[2] "%12u potoków\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002781
Jakub Boguszb675f582013-01-15 23:30:36 -05002782#: e2fsck/unix.c:207
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002783#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002784msgid "%12u link\n"
2785msgid_plural "%12u links\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002786msgstr[0] "%12u dowiązanie\n"
2787msgstr[1] "%12u dowiązania\n"
2788msgstr[2] "%12u dowiązań\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002789
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002790#: e2fsck/unix.c:209
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002791#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002792msgid "%12u symbolic link"
2793msgid_plural "%12u symbolic links"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002794msgstr[0] "%12u dowiązanie symboliczne"
2795msgstr[1] "%12u dowiązania symboliczne"
2796msgstr[2] "%12u dowiązań symbolicznych"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002797
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002798#: e2fsck/unix.c:211
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002799#, c-format
2800msgid " (%u fast symbolic link)\n"
2801msgid_plural " (%u fast symbolic links)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002802msgstr[0] " (%u szybkie dowiązanie symboliczne)\n"
2803msgstr[1] " (%u szybkie dowiązania symboliczne)\n"
2804msgstr[2] " (%u szybkich dowiązań symbolicznych)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002805
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002806#: e2fsck/unix.c:215
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002807#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002808msgid "%12u socket\n"
2809msgid_plural "%12u sockets\n"
2810msgstr[0] "%12u gniazdo\n"
2811msgstr[1] "%12u gniazda\n"
2812msgstr[2] "%12u gniazd\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002813
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002814#: e2fsck/unix.c:219
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002815#, c-format
Jakub Boguszb675f582013-01-15 23:30:36 -05002816msgid "%12u file\n"
2817msgid_plural "%12u files\n"
2818msgstr[0] "%12u plik\n"
2819msgstr[1] "%12u pliki\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002820msgstr[2] "%12u plików\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002821
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002822#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:311
Jakub Boguszdf585272014-05-18 09:46:34 -04002823#: resize/main.c:260
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002824#, c-format
2825msgid "while determining whether %s is mounted."
Jakub Bogusz92ec6012010-04-19 16:59:03 -04002826msgstr "podczas sprawdzania, czy %s jest zamontowany."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002827
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002828#: e2fsck/unix.c:253
2829#, fuzzy, c-format
2830msgid "Warning! %s is mounted.\n"
Jakub Boguszb675f582013-01-15 23:30:36 -05002831msgstr "Uwaga! %s jest %s.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002832
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002833#: e2fsck/unix.c:256
2834#, fuzzy, c-format
2835msgid "Warning! %s is in use.\n"
2836msgstr "Uwaga! %s jest %s.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002837
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002838#: e2fsck/unix.c:262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002839#, fuzzy, c-format
2840msgid "%s is mounted.\n"
2841msgstr "%s jest zamontowany; "
2842
2843#: e2fsck/unix.c:264
2844#, fuzzy, c-format
2845msgid "%s is in use.\n"
2846msgstr "%s jest %s.\n"
2847
2848#: e2fsck/unix.c:266
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002849msgid ""
2850"Cannot continue, aborting.\n"
2851"\n"
2852msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002853"Nie można kontynuować, przerwano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002854"\n"
2855
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002856#: e2fsck/unix.c:268
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002857msgid ""
2858"\n"
2859"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002860"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2861"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002862"\n"
2863msgstr ""
2864"\n"
2865"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002866"UWAGA!!! System plików jest zamontowany. Kontynuacja ***SPOWODUJE***\n"
2867"***POWAŻNE*** uszkodzenie systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002868"\n"
2869
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002870#: e2fsck/unix.c:273
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002871msgid "Do you really want to continue"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002872msgstr "Naprawdę kontynuować?"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002873
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002874#: e2fsck/unix.c:275
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002875msgid "check aborted.\n"
2876msgstr "sprawdzanie przerwane.\n"
2877
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002878#: e2fsck/unix.c:368
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002879msgid " contains a file system with errors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002880msgstr " zawiera system plików z błędami"
2881
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002882#: e2fsck/unix.c:370
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002883msgid " was not cleanly unmounted"
2884msgstr " nie był czysto odmontowany"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002885
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002886#: e2fsck/unix.c:372
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002887msgid " primary superblock features different from backup"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002888msgstr " cechy głównego superbloku różnią się od kopii zapasowej"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002889
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002890#: e2fsck/unix.c:376
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002891#, c-format
2892msgid " has been mounted %u times without being checked"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002893msgstr " był montowany %u razy bez sprawdzania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002894
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002895#: e2fsck/unix.c:383
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002896msgid " has filesystem last checked time in the future"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002897msgstr " ma czas ostatniego sprawdzenia systemu plików w przyszłości"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04002898
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002899#: e2fsck/unix.c:389
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002900#, c-format
2901msgid " has gone %u days without being checked"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002902msgstr " przetrwał %u dni bez sprawdzania"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002903
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002904#: e2fsck/unix.c:398
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002905msgid ", check forced.\n"
2906msgstr ", wymuszono sprawdzenie.\n"
2907
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002908#: e2fsck/unix.c:431
Theodore Ts'od46ce702007-07-10 09:45:47 -04002909#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04002910msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002911msgstr "%s: czysty, %u/%u plików, %llu/%llu bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002912
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002913#: e2fsck/unix.c:451
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002914msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002915msgstr " (sprawdzenie wstrzymane; zasilanie z baterii)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002916
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002917#: e2fsck/unix.c:454
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002918msgid " (check after next mount)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002919msgstr " (sprawdzenie po następnym montowaniu)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002920
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002921#: e2fsck/unix.c:456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002922#, c-format
2923msgid " (check in %ld mounts)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002924msgstr "(sprawdzenie za %ld montowań)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002925
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002926#: e2fsck/unix.c:606
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002927#, c-format
2928msgid "ERROR: Couldn't open /dev/null (%s)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002929msgstr "BŁĄD: Nie można otworzyć /dev/null (%s)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002930
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002931#: e2fsck/unix.c:675
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002932msgid "Invalid EA version.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002933msgstr "Błędna wersja EA.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002934
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002935#: e2fsck/unix.c:702
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002936#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002937msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002938msgstr "Nieznana opcja rozszerzona: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002939
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002940#: e2fsck/unix.c:727
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002941#, c-format
2942msgid ""
2943"Syntax error in e2fsck config file (%s, line #%d)\n"
2944"\t%s\n"
2945msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002946"Błąd składni w pliku konfiguracyjnym e2fsck (%s, linia %d)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002947"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002948
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002949#: e2fsck/unix.c:797
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002950#, c-format
2951msgid "Error validating file descriptor %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002952msgstr "Błąd podczas kontroli deskryptora pliku %d: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002953
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002954#: e2fsck/unix.c:801
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002955msgid "Invalid completion information file descriptor"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002956msgstr "Błędne informacje dopełniające deskryptora plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002957
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002958#: e2fsck/unix.c:816
Theodore Ts'o6956f612005-12-31 16:46:15 -05002959msgid "Only one of the options -p/-a, -n or -y may be specified."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002960msgstr "Można podać tylko jedną z opcji -p/-a, -n lub -y."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002961
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002962#: e2fsck/unix.c:837
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002963#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002964msgid "The -t option is not supported on this version of e2fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002965msgstr "Opcja -t nie jest obsługiwana przez tę wersję e2fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002966
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002967#: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:846 misc/tune2fs.c:1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002968#: misc/tune2fs.c:1159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002969#, c-format
2970msgid "Unable to resolve '%s'"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002971msgstr "Nie udało się rozwiązać '%s'"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002972
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002973#: e2fsck/unix.c:921
Jakub Bogusze20ac792011-01-24 15:03:43 -05002974msgid "The -n and -D options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002975msgstr "Opcje -n i -D są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05002976
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002977#: e2fsck/unix.c:926
Jakub Bogusze20ac792011-01-24 15:03:43 -05002978msgid "The -n and -c options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002979msgstr "Opcje -n i -c są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05002980
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002981#: e2fsck/unix.c:931
Jakub Bogusze20ac792011-01-24 15:03:43 -05002982msgid "The -n and -l/-L options are incompatible."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002983msgstr "Opcje -n i -l/-L są niekompatybilne."
Jakub Bogusze20ac792011-01-24 15:03:43 -05002984
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002985#: e2fsck/unix.c:985
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002986msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002987msgstr "Opcje -c oraz -l/-L nie mogą być podane jednocześnie.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05002988
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002989#: e2fsck/unix.c:1032
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002990#, c-format
2991msgid ""
2992"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2993"\n"
2994msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05002995"E2FSCK_JBD_DEBUG \"%s\" nie jest liczbą całkowitą\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002996"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002997
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002998#: e2fsck/unix.c:1041
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002999#, c-format
3000msgid ""
3001"\n"
3002"Invalid non-numeric argument to -%c (\"%s\")\n"
3003"\n"
3004msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003005"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003006"Błędny argument nieliczbowy dla -%c (\"%s\")\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003007"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003008
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003009#: e2fsck/unix.c:1132
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003010#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003011msgid ""
3012"MMP interval is %u seconds and total wait time is %u seconds. Please "
3013"wait...\n"
3014msgstr ""
3015"Przedział MMP to %u sek, a całkowity czas oczekiwania %u sek. Proszę "
3016"czekać...\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003017
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003018#: e2fsck/unix.c:1149 e2fsck/unix.c:1154
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003019msgid "while checking MMP block"
3020msgstr "podczas sprawdzania bloku MMP"
3021
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003022#: e2fsck/unix.c:1156 misc/tune2fs.c:1950
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003023msgid ""
3024"If you are sure the filesystem is not in use on any node, run:\n"
3025"'tune2fs -f -E clear_mmp {device}'\n"
3026msgstr ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003027"Jeśli system plików nie jest na pewno używany przez żaden system, można "
3028"uruchomić:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003029"'tune2fs -f -E clear_mmp {urządzenie}'\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003030
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003031#: e2fsck/unix.c:1207
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003032msgid "Error: ext2fs library version out of date!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003033msgstr "Błąd: wersja biblioteki ext2fs jest za stara!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003034
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003035#: e2fsck/unix.c:1214
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003036msgid "while trying to initialize program"
Jakub Boguszdf585272014-05-18 09:46:34 -04003037msgstr "podczas próby zainicjowania programu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003038
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003039#: e2fsck/unix.c:1237
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003040#, c-format
3041msgid "\tUsing %s, %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003042msgstr "\tUżywane %s, %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003043
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003044#: e2fsck/unix.c:1249
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003045msgid "need terminal for interactive repairs"
3046msgstr "interaktywna naprawa wymaga terminala"
3047
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003048#: e2fsck/unix.c:1303
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003049#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003050msgid "%s: %s trying backup blocks...\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003051msgstr "%s: %s próba użycia zapasowych bloków...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003052
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003053#: e2fsck/unix.c:1305
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003054msgid "Superblock invalid,"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003055msgstr "Superblok błędny,"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003056
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003057#: e2fsck/unix.c:1306
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003058msgid "Group descriptors look bad..."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003059msgstr "Deskryptory grup wyglądają źle..."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003060
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003061#: e2fsck/unix.c:1316
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003062#, c-format
3063msgid "%s: %s while using the backup blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003064msgstr "%s: %s podczas próby użycia zapasowych bloków"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003065
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003066#: e2fsck/unix.c:1320
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003067#, c-format
3068msgid "%s: going back to original superblock\n"
3069msgstr "%s: powracanie do oryginalnego superbloku\n"
3070
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003071#: e2fsck/unix.c:1349
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003072msgid ""
3073"The filesystem revision is apparently too high for this version of e2fsck.\n"
3074"(Or the filesystem superblock is corrupt)\n"
3075"\n"
3076msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003077"Wersja systemu plików jest zbyt duża dla tej wersji e2fsck.\n"
3078"(lub superblok systemu plików jest uszkodzony)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003079"\n"
3080
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003081#: e2fsck/unix.c:1356
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003082msgid "Could this be a zero-length partition?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003083msgstr "Czy to może jest partycja zerowej długości?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003084
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003085#: e2fsck/unix.c:1358
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003086#, c-format
3087msgid "You must have %s access to the filesystem or be root\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003088msgstr "Trzeba mieć dostęp %s do systemu plików lub być rootem\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003089
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003090#: e2fsck/unix.c:1364
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003091msgid "Possibly non-existent or swap device?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003092msgstr "Zapewne nie istniejące urządzenie lub swap?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003093
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003094#: e2fsck/unix.c:1366
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003095msgid "Filesystem mounted or opened exclusively by another program?\n"
3096msgstr ""
3097"System plików zamontowany lub otwarty na wyłączność przez inny program?\n"
3098
3099#: e2fsck/unix.c:1370
Jakub Bogusze20ac792011-01-24 15:03:43 -05003100msgid "Possibly non-existent device?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003101msgstr "Zapewne nie istniejące urządzenie?\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05003102
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003103#: e2fsck/unix.c:1373
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003104msgid ""
3105"Disk write-protected; use the -n option to do a read-only\n"
3106"check of the device.\n"
3107msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003108"Dysk zabezpieczony przed zapisem; można użyć opcji -n aby sprawdzić\n"
3109"urządzenie w trybie tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003110
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003111#: e2fsck/unix.c:1437
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003112msgid "Get a newer version of e2fsck!"
3113msgstr "Potrzeba nowszej wersji e2fsck!"
3114
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003115#: e2fsck/unix.c:1480
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003116#, c-format
3117msgid "while checking ext3 journal for %s"
3118msgstr "podczas sprawdzania kroniki ext3 dla %s"
3119
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003120#: e2fsck/unix.c:1492
3121msgid ""
3122"Warning: skipping journal recovery because doing a read-only filesystem "
3123"check.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003124msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003125"Uwaga: pominięto odtwarzanie z kroniki z powodu sprawdzania w trybie tylko\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003126"do odczytu.\n"
3127
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003128#: e2fsck/unix.c:1504
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003129#, c-format
3130msgid "unable to set superblock flags on %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003131msgstr "nie można ustawić flag superbloku na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003132
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003133#: e2fsck/unix.c:1511
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003134#, c-format
3135msgid "while recovering ext3 journal of %s"
3136msgstr "podczas odtwarzania z kroniki ext3 dla %s"
3137
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003138#: e2fsck/unix.c:1534
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003139#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003140msgid "%s has unsupported feature(s):"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003141msgstr "%s ma włączone nie obsługiwane cechy:"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003142
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003143#: e2fsck/unix.c:1549
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003144#, c-format
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003145msgid "%s: warning: compression support is experimental.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003146msgstr "%s: uwaga: obsługa kompresji jest eksperymentalna.\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003147
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003148#: e2fsck/unix.c:1555
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003149#, c-format
3150msgid ""
3151"%s: e2fsck not compiled with HTREE support,\n"
3152"\tbut filesystem %s has HTREE directories.\n"
3153msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003154"%s: e2fsck skompilowany bez obsługi HTREE,\n"
3155"\tale system plików %s ma katalogi HTREE.\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003156
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003157#: e2fsck/unix.c:1607
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003158#, c-format
3159msgid "%s: %s while reading bad blocks inode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003160msgstr "%s: %s podczas odczytu i-węzła wadliwych bloków\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003161
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003162#: e2fsck/unix.c:1610
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003163msgid "This doesn't bode well, but we'll try to go on...\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003164msgstr "Nie wróży to dobrze, ale spróbuję kontynuować...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003165
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003166#: e2fsck/unix.c:1651
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003167#, c-format
3168msgid "Creating journal (%d blocks): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003169msgstr "Tworzenie kroniki (%d bloków): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003170
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003171#: e2fsck/unix.c:1661
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003172msgid " Done.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003173msgstr " Wykonano.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003174
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003175#: e2fsck/unix.c:1663
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003176msgid ""
3177"\n"
3178"*** journal has been re-created - filesystem is now ext3 again ***\n"
3179msgstr ""
Theodore Ts'od46ce702007-07-10 09:45:47 -04003180"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003181"*** kronika została ponownie utworzona - system plików to znowu ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003182
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003183#: e2fsck/unix.c:1687
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003184msgid "Restarting e2fsck from the beginning...\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003185msgstr "Restart e2fsck od początku...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003186
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003187#: e2fsck/unix.c:1691
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003188msgid "while resetting context"
3189msgstr "podczas resetowania kontekstu"
3190
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003191#: e2fsck/unix.c:1698
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003192#, c-format
3193msgid "%s: e2fsck canceled.\n"
3194msgstr "%s: e2fsck przerwany.\n"
3195
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003196#: e2fsck/unix.c:1703
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003197msgid "aborted"
3198msgstr "przerwano"
3199
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003200#: e2fsck/unix.c:1715 e2fsck/util.c:67
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003201#, c-format
3202msgid ""
3203"\n"
3204"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3205msgstr ""
3206"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003207"%s: ***** SYSTEM PLIKÓW ZMODYFIKOWANY *****\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003208
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003209#: e2fsck/unix.c:1719
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003210#, c-format
3211msgid "%s: ***** REBOOT LINUX *****\n"
3212msgstr "%s: ***** WYMAGANY RESTART LINUKSA *****\n"
3213
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003214#: e2fsck/unix.c:1727 e2fsck/util.c:73
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003215#, c-format
3216msgid ""
3217"\n"
3218"%s: ********** WARNING: Filesystem still has errors **********\n"
3219"\n"
3220msgstr ""
3221"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003222"%s: ********** UWAGA: System plików nadal ma błędy **********\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003223"\n"
3224
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003225#: e2fsck/unix.c:1767
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003226msgid "while setting block group checksum info"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003227msgstr "podczas ustawiania informacji o sumie kontrolnej grupy bloków"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003229#: e2fsck/util.c:190 misc/util.c:86
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003230msgid "yY"
3231msgstr "tTyY"
3232
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003233#: e2fsck/util.c:191
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003234msgid "nN"
3235msgstr "nN"
3236
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003237#: e2fsck/util.c:205
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003238msgid "<y>"
3239msgstr "<t>"
3240
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003241#: e2fsck/util.c:207
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003242msgid "<n>"
3243msgstr "<n>"
3244
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003245#: e2fsck/util.c:209
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003246msgid " (y/n)"
3247msgstr " (t/n)"
3248
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003249#: e2fsck/util.c:223
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003250msgid "cancelled!\n"
3251msgstr "anulowano!\n"
3252
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003253#: e2fsck/util.c:238
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003254msgid "yes\n"
3255msgstr "tak\n"
3256
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003257#: e2fsck/util.c:240
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003258msgid "no\n"
3259msgstr "nie\n"
3260
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003261#: e2fsck/util.c:250
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003262#, c-format
3263msgid ""
3264"%s? no\n"
3265"\n"
3266msgstr ""
3267"%s? nie\n"
3268"\n"
3269
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003270#: e2fsck/util.c:254
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003271#, c-format
3272msgid ""
3273"%s? yes\n"
3274"\n"
3275msgstr ""
3276"%s? tak\n"
3277"\n"
3278
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003279#: e2fsck/util.c:258
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003280msgid "yes"
3281msgstr "tak"
3282
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003283#: e2fsck/util.c:258
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003284msgid "no"
3285msgstr "nie"
3286
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003287#: e2fsck/util.c:273
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003288#, c-format
3289msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3290msgstr "e2fsck_read_bitmaps: niedopuszczalne bloki bitmapy dla %s"
3291
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003292#: e2fsck/util.c:278
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003293msgid "reading inode and block bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003294msgstr "odczytu bitmap i-węzłów i bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003295
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003296#: e2fsck/util.c:286
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003297#, c-format
3298msgid "while retrying to read bitmaps for %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003299msgstr "podczas ponawiania próby odczytu bitmap dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003300
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003301#: e2fsck/util.c:298
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003302msgid "writing block and inode bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003303msgstr "zapisu bitmap bloków i i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003304
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003305#: e2fsck/util.c:303
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003306#, c-format
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003307msgid "while rewriting block and inode bitmaps for %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003308msgstr "podczas ponownego zapisu bitmap blików i i-węzłów dla %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003309
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003310#: e2fsck/util.c:315
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003311#, c-format
3312msgid ""
3313"\n"
3314"\n"
3315"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3316"\t(i.e., without -a or -p options)\n"
3317msgstr ""
3318"\n"
3319"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003320"%s: NIEOCZEKIWANA NIESPÓJNOŚĆ; TRZEBA URUCHOMIĆ fsck RĘCZNIE.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003321"\t(tzn. bez opcji -a ani -p)\n"
3322
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003323#: e2fsck/util.c:396
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003324#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003325msgid "Memory used: %luk/%luk (%luk/%luk), "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003326msgstr "Użyta pamięć: %luk/%luk (%luk/%luk), "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003327
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003328#: e2fsck/util.c:400
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003329#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003330msgid "Memory used: %lu, "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003331msgstr "Użyta pamięć: %lu, "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003332
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003333#: e2fsck/util.c:407
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003334#, c-format
3335msgid "time: %5.2f/%5.2f/%5.2f\n"
3336msgstr "czas: %5.2f/%5.2f/%5.2f\n"
3337
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003338#: e2fsck/util.c:412
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003339#, c-format
3340msgid "elapsed time: %6.3f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003341msgstr "upłynął czas: %6.f\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003342
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003343#: e2fsck/util.c:447 e2fsck/util.c:461
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003344#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003345msgid "while reading inode %lu in %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003346msgstr "podczas odczytu i-węzła %lu w %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003347
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003348#: e2fsck/util.c:475 e2fsck/util.c:488
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003349#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003350msgid "while writing inode %lu in %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003351msgstr "podczas zapisu i-węzła %lu w %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003352
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003353#: e2fsck/util.c:637
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003354msgid "while allocating zeroizing buffer"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003355msgstr "podczas przydzielania bufora zerującego"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003356
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003357#: e2fsck/util.c:785
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003358msgid ""
3359"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3360"running.\n"
3361msgstr ""
3362"NIEOCZEKIWANA NIESPÓJNOŚĆ: system plików został zmodyfikowany podczas "
3363"działania fsck.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003364
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003365#: misc/badblocks.c:69
3366msgid "done \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003367msgstr "zakończono \n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003368
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003369#: misc/badblocks.c:92
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003370#, c-format
3371msgid ""
3372"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003373" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3374"max_bad_blocks]\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04003375" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3376" device [last_block [first_block]]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003377msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003378"Składnia: %s [-b rozm_bloku] [-i plik_wej] [-o plik_wyj] [-svwnf]\n"
3379" [-c bloków_naraz] [-d wsp_opóźn_między_odczytami]\n"
3380" [-e maks_wadliwych_bloków] [-p przebiegów]\n"
3381" [-t wzór_testowy [-t wzór_testowy [...]]]\n"
3382" urządzenie [ostatni_blok [pierwszy_blok]]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003383
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003384#: misc/badblocks.c:103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003385#, c-format
3386msgid ""
3387"%s: The -n and -w options are mutually exclusive.\n"
3388"\n"
3389msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003390"%s: Opcje -n i -w wykluczają się wzajemnie.\n"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003391"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003392
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003393#: misc/badblocks.c:218
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003394#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003395msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003396msgstr "Gotowe w %6.2f%%, minęło %s (błędów: %d/%d/%d)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003398#: misc/badblocks.c:323
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003399msgid "Testing with random pattern: "
3400msgstr "Testowanie wzorcem losowym: "
3401
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003402#: misc/badblocks.c:341
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003403msgid "Testing with pattern 0x"
3404msgstr "Testowanie wzorcem 0x"
3405
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003406#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003407msgid "during seek"
3408msgstr "podczas przeskakiwania"
3409
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003410#: misc/badblocks.c:384
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003411#, c-format
3412msgid "Weird value (%ld) in do_read\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003413msgstr "Dziwna wartość (%ld) w do_read\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003414
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003415#: misc/badblocks.c:471
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003416msgid "during ext2fs_sync_device"
3417msgstr "podczas ext2fs_sync_device"
3418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003419#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003420msgid "while beginning bad block list iteration"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003421msgstr "podczas rozpoczynania iteracji po liście wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003422
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003423#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003424msgid "while allocating buffers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003425msgstr "podczas przydzielania buforów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003426
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003427#: misc/badblocks.c:510
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003428#, c-format
3429msgid "Checking blocks %lu to %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003430msgstr "Sprawdzanie bloków od %lu do %lu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003431
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003432#: misc/badblocks.c:515
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003433msgid "Checking for bad blocks in read-only mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003434msgstr "Poszukiwanie wadliwych bloków w trybie tylko do odczytu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003435
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003436#: misc/badblocks.c:524
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003437msgid "Checking for bad blocks (read-only test): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003438msgstr "Poszukiwanie wadliwych bloków (tylko odczyt): "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003439
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003440#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3441#: misc/badblocks.c:827
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003442msgid "Too many bad blocks, aborting test\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003443msgstr "Zbyt dużo wadliwych bloków, przerwanie testu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003444
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003445#: misc/badblocks.c:613
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003446msgid "Checking for bad blocks in read-write mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003447msgstr "Poszukiwanie wadliwych bloków w trybie odczytu i zapisu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003448
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003449#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003450#, c-format
3451msgid "From block %lu to %lu\n"
3452msgstr "Od bloku %lu do %lu\n"
3453
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003454#: misc/badblocks.c:670
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003455msgid "Reading and comparing: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003456msgstr "Odczyt i porównywanie: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003458#: misc/badblocks.c:776
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003459msgid "Checking for bad blocks in non-destructive read-write mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003460msgstr "Poszukiwanie wadliwych bloków w trybie z niedestruktywnym zapisem\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003461
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003462#: misc/badblocks.c:782
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003463msgid "Checking for bad blocks (non-destructive read-write test)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003464msgstr "Poszukiwanie wadliwych bloków (odczyt i niedestruktywny zapis)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003465
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003466#: misc/badblocks.c:789
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003467msgid ""
3468"\n"
3469"Interrupt caught, cleaning up\n"
3470msgstr ""
3471"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003472"Otrzymano przerwanie, sprzątam\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003473"\n"
3474
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003475#: misc/badblocks.c:872
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003476#, c-format
3477msgid "during test data write, block %lu"
3478msgstr "podczas zapisu testowych danych, blok %lu"
3479
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003480#: misc/badblocks.c:993 misc/util.c:316
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003481#, c-format
3482msgid "%s is mounted; "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003483msgstr "%s jest zamontowany; "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003484
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003485#: misc/badblocks.c:995
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003486msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003487msgstr "badblocks wymuszone mimo to. Mam nadzieję, że /etc/mtab się myli.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003488
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003489#: misc/badblocks.c:1000
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003490msgid "it's not safe to run badblocks!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003491msgstr "nie jest bezpiecznie uruchamiać badblocks!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003492
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003493#: misc/badblocks.c:1005 misc/util.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003494#, c-format
3495msgid "%s is apparently in use by the system; "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003496msgstr "%s jest najwyraźniej używany przez system; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003498#: misc/badblocks.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003499msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003500msgstr "badblocks wymuszone mimo to.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003501
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003502#: misc/badblocks.c:1028
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003503#, c-format
3504msgid "invalid %s - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003505msgstr "błędny %s - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003507#: misc/badblocks.c:1139
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003508#, c-format
3509msgid "can't allocate memory for test_pattern - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003510msgstr "nie można przydzielić pamięci na wzorzec_testowy - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003511
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003512#: misc/badblocks.c:1169
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003513msgid "Maximum of one test_pattern may be specified in read-only mode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003514msgstr "W trybie odczytu-zapisu można podać najwyżej jeden wzorzec testowy"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003515
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003516#: misc/badblocks.c:1175
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003517msgid "Random test_pattern is not allowed in read-only mode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003518msgstr "W trybie samego odczytu nie można podać wzorca_testowego"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003519
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003520#: misc/badblocks.c:1189
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003521msgid ""
3522"Couldn't determine device size; you must specify\n"
3523"the size manually\n"
3524msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003525"Nie można określić rozmiaru urządzenia; trzeba podać\n"
3526"rozmiar ręcznie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003528#: misc/badblocks.c:1195
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003529msgid "while trying to determine device size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003530msgstr "podczas próby określenia rozmiaru urządzenia"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003531
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003532#: misc/badblocks.c:1200
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003533msgid "last block"
3534msgstr "ostatni blok"
3535
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003536#: misc/badblocks.c:1206
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04003537msgid "first block"
3538msgstr "pierwszy blok"
3539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003540#: misc/badblocks.c:1209
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003541#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04003542msgid "invalid starting block (%llu): must be less than %llu"
3543msgstr "błędny początkowy blok (%llu): musi być mniejszy niż %llu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003545#: misc/badblocks.c:1216
Jakub Boguszdf585272014-05-18 09:46:34 -04003546#, c-format
3547msgid "invalid end block (%llu): must be 32-bit value"
3548msgstr "błędny początkowy blok (%llu): musi być wartością 32-bitową"
3549
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003550#: misc/badblocks.c:1272
Theodore Ts'o197abba2005-06-20 18:00:23 -04003551msgid "while creating in-memory bad blocks list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003552msgstr "podczas tworzenia listy wadliwych bloków w pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003554#: misc/badblocks.c:1281
Jakub Boguszdf585272014-05-18 09:46:34 -04003555msgid "input file - bad format"
3556msgstr "plik wejściowy - błędny format"
3557
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003558#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o197abba2005-06-20 18:00:23 -04003559msgid "while adding to in-memory bad block list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003560msgstr "podczas dodawania do listy wadliwych bloków w pamięci"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003561
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003562#: misc/badblocks.c:1323
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003563#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003564msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003565msgstr ""
3566"Przebieg zakończony, znaleziono %u wadliwych bloków (błędów: %d/%d/%d).\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003567
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003568#: misc/chattr.c:86
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003569#, fuzzy, c-format
3570msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003571msgstr "Składnia: %s [-RVf] [-+=AaCcDdeijsSu] [-v wersja] pliki...\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003572
Jakub Boguszb675f582013-01-15 23:30:36 -05003573#: misc/chattr.c:155
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003574#, c-format
3575msgid "bad version - %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003576msgstr "błędna wersja - %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003577
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003578#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003579#, c-format
3580msgid "while trying to stat %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003581msgstr "podczas próby stat %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003582
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003583#: misc/chattr.c:208
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003584#, c-format
3585msgid "while reading flags on %s"
3586msgstr "podczas odczytu flag %s"
3587
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003588#: misc/chattr.c:213 misc/chattr.c:225
Jakub Boguszdd6d6712009-07-01 21:32:26 -04003589#, c-format
3590msgid "Flags of %s set as "
3591msgstr "Flagi %s ustawiono jako "
3592
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003593#: misc/chattr.c:234
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003594#, c-format
3595msgid "while setting flags on %s"
3596msgstr "podczas ustawiania flag %s"
3597
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003598#: misc/chattr.c:242
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003599#, c-format
3600msgid "Version of %s set as %lu\n"
3601msgstr "Wersja %s ustawiona jako %lu\n"
3602
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003603#: misc/chattr.c:246
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003604#, c-format
3605msgid "while setting version on %s"
3606msgstr "podczas ustawiania wersji %s"
3607
Jakub Boguszdf585272014-05-18 09:46:34 -04003608#: misc/chattr.c:267
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003609msgid "Couldn't allocate path variable in chattr_dir_proc"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003610msgstr "Nie można przydzielić zmiennej path w chattr_dir_proc"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003611
Jakub Boguszdf585272014-05-18 09:46:34 -04003612#: misc/chattr.c:307
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003613msgid "= is incompatible with - and +\n"
3614msgstr "= jest niekompatybilne z - i +\n"
3615
Jakub Boguszdf585272014-05-18 09:46:34 -04003616#: misc/chattr.c:315
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003617msgid "Must use '-v', =, - or +\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003618msgstr "Trzeba użyć '-v', =, - lub +\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003619
Eric Sandeen032eafe2012-07-28 17:48:36 -04003620#: misc/dumpe2fs.c:55
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003621#, c-format
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003622msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003623msgstr ""
3624"Składnia: %s [-bfhixV] [-o superblok=<numer>] [-o blocksize=<rozmiar>] "
3625"urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003626
Eric Sandeen032eafe2012-07-28 17:48:36 -04003627#: misc/dumpe2fs.c:159
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003628msgid "blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003629msgstr "bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003630
Jakub Boguszdf585272014-05-18 09:46:34 -04003631#: misc/dumpe2fs.c:169
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003632msgid "clusters"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003633msgstr "klastrów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003634
Jakub Boguszdf585272014-05-18 09:46:34 -04003635#: misc/dumpe2fs.c:197
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003636#, c-format
3637msgid "Group %lu: (Blocks "
3638msgstr "Grupa %lu: (Bloki "
3639
Jakub Boguszdf585272014-05-18 09:46:34 -04003640#: misc/dumpe2fs.c:205
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003641#, c-format
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003642msgid " Checksum 0x%04x"
3643msgstr " Suma kontrolna 0x%04x"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003644
Jakub Boguszdf585272014-05-18 09:46:34 -04003645#: misc/dumpe2fs.c:207
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003646#, c-format
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003647msgid " (EXPECTED 0x%04x)"
3648msgstr " (OCZEKIWANA 0x%04x)"
3649
Jakub Boguszdf585272014-05-18 09:46:34 -04003650#: misc/dumpe2fs.c:208
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003651#, c-format
3652msgid ", unused inodes %u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003653msgstr ", nie używanych i-węzłów: %u\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003654
Jakub Boguszdf585272014-05-18 09:46:34 -04003655#: misc/dumpe2fs.c:213
Jakub Boguszf64e68e2012-04-22 15:38:43 -04003656#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003657msgid " %s superblock at "
3658msgstr " %s superblok pod "
3659
Jakub Boguszdf585272014-05-18 09:46:34 -04003660#: misc/dumpe2fs.c:214
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003661msgid "Primary"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003662msgstr "Główny"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003663
Jakub Boguszdf585272014-05-18 09:46:34 -04003664#: misc/dumpe2fs.c:214
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003665msgid "Backup"
3666msgstr "Zapasowy"
3667
Jakub Boguszdf585272014-05-18 09:46:34 -04003668#: misc/dumpe2fs.c:218
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003669msgid ", Group descriptors at "
3670msgstr ", Deskryptory grup pod "
3671
Jakub Boguszdf585272014-05-18 09:46:34 -04003672#: misc/dumpe2fs.c:222
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003673msgid ""
3674"\n"
3675" Reserved GDT blocks at "
3676msgstr ""
3677"\n"
3678" Zarezerwowane bloki GDT pod "
3679
Jakub Boguszdf585272014-05-18 09:46:34 -04003680#: misc/dumpe2fs.c:229
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003681msgid " Group descriptor at "
3682msgstr ", Deskryptory grup pod "
3683
Jakub Boguszdf585272014-05-18 09:46:34 -04003684#: misc/dumpe2fs.c:235
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003685msgid " Block bitmap at "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003686msgstr " Bitmapa bloków pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003687
Jakub Boguszdf585272014-05-18 09:46:34 -04003688#: misc/dumpe2fs.c:239
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003689msgid ", Inode bitmap at "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003690msgstr ", bitmapa i-węzłów pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003691
Jakub Boguszdf585272014-05-18 09:46:34 -04003692#: misc/dumpe2fs.c:243
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003693msgid ""
3694"\n"
3695" Inode table at "
3696msgstr ""
3697"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003698" Tablica i-węzłów pod "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003699
Jakub Boguszdf585272014-05-18 09:46:34 -04003700#: misc/dumpe2fs.c:249
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003701#, c-format
3702msgid ""
3703"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003704" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003705msgstr ""
3706"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003707" 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 -05003708
Jakub Boguszdf585272014-05-18 09:46:34 -04003709#: misc/dumpe2fs.c:256
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003710#, c-format
3711msgid ", %u unused inodes\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003712msgstr ", nie używanych i-węzłów: %u\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04003713
Jakub Boguszdf585272014-05-18 09:46:34 -04003714#: misc/dumpe2fs.c:259
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003715msgid " Free blocks: "
3716msgstr " Wolne bloki: "
3717
Jakub Boguszdf585272014-05-18 09:46:34 -04003718#: misc/dumpe2fs.c:274
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003719msgid " Free inodes: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003720msgstr " Wolne i-węzły: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003721
Jakub Boguszdf585272014-05-18 09:46:34 -04003722#: misc/dumpe2fs.c:310
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003723msgid "while printing bad block list"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003724msgstr "podczas wypisywania listy wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003725
Jakub Boguszdf585272014-05-18 09:46:34 -04003726#: misc/dumpe2fs.c:316
Theodore Ts'od46ce702007-07-10 09:45:47 -04003727#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003728msgid "Bad blocks: %u"
Theodore Ts'od46ce702007-07-10 09:45:47 -04003729msgstr "Wadliwe bloki: %u"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003730
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003731#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003732msgid "while reading journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003733msgstr "podczas odczytu i-węzła kroniki"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003734
Jakub Boguszdf585272014-05-18 09:46:34 -04003735#: misc/dumpe2fs.c:351
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003736msgid "while opening journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003737msgstr "podczas otwierania i-węzła kroniki"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003738
Jakub Boguszdf585272014-05-18 09:46:34 -04003739#: misc/dumpe2fs.c:357
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003740msgid "while reading journal super block"
3741msgstr "podczas odczytu superbloku kroniki"
3742
Jakub Boguszdf585272014-05-18 09:46:34 -04003743#: misc/dumpe2fs.c:364
3744msgid "Journal superblock magic number invalid!\n"
3745msgstr "Błędna liczba magiczna superbloku kroniki!\n"
3746
3747#: misc/dumpe2fs.c:367
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003748msgid "Journal features: "
3749msgstr "Cechy kroniki: "
3750
Jakub Boguszdf585272014-05-18 09:46:34 -04003751#: misc/dumpe2fs.c:380
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003752msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003753msgstr "Rozmiar kroniki: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003754
Jakub Boguszdf585272014-05-18 09:46:34 -04003755#: misc/dumpe2fs.c:391
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003756#, c-format
3757msgid ""
3758"Journal length: %u\n"
3759"Journal sequence: 0x%08x\n"
3760"Journal start: %u\n"
3761msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003762"Długość kroniki: %u\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003763"Sekwencja kroniki: 0x%08x\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003764"Początek kroniki: %u\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04003765
Jakub Boguszdf585272014-05-18 09:46:34 -04003766#: misc/dumpe2fs.c:398
Jakub Boguszb675f582013-01-15 23:30:36 -05003767#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003768msgid "Journal errno: %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003769msgstr "Błąd kroniki: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003770
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003771#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003772msgid "while reading journal superblock"
3773msgstr "podczas odczytu superbloku kroniki"
3774
Jakub Boguszdf585272014-05-18 09:46:34 -04003775#: misc/dumpe2fs.c:423
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003776msgid "Couldn't find journal superblock magic numbers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003777msgstr "Nie można znaleźć magicznych liczb superbloku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003778
Jakub Boguszdf585272014-05-18 09:46:34 -04003779#: misc/dumpe2fs.c:427
Theodore Ts'od46ce702007-07-10 09:45:47 -04003780#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003781msgid ""
3782"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003783"Journal block size: %u\n"
3784"Journal length: %u\n"
3785"Journal first block: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003786"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003787"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003788"Journal number of users: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003789msgstr ""
3790"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003791"Rozmiar bloku kroniki: %u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003792"Długość kroniki: %u\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003793"Pierwszy blok kroniki: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003794"Sekwencja kroniki: 0x%08x\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003795"Początek kroniki: %u\n"
3796"Liczba użytkowników kroniki: %u\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003797
Jakub Boguszdf585272014-05-18 09:46:34 -04003798#: misc/dumpe2fs.c:440
Theodore Ts'o197abba2005-06-20 18:00:23 -04003799#, c-format
3800msgid "Journal users: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003801msgstr "Użytkownicy kroniki: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003802
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003803#: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1178
Theodore Ts'o8f741372008-02-28 21:47:05 -05003804msgid "Couldn't allocate memory to parse options!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003805msgstr "Nie można przydzielić pamięci do analizy opcji!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003806
Jakub Boguszdf585272014-05-18 09:46:34 -04003807#: misc/dumpe2fs.c:482
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003808#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003809msgid "Invalid superblock parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003810msgstr "Błędny parametr superblock: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003811
Jakub Boguszdf585272014-05-18 09:46:34 -04003812#: misc/dumpe2fs.c:497
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003813#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003814msgid "Invalid blocksize parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003815msgstr "Błędny parametr blocksize: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003816
Jakub Boguszdf585272014-05-18 09:46:34 -04003817#: misc/dumpe2fs.c:508
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003818#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003819msgid ""
3820"\n"
3821"Bad extended option(s) specified: %s\n"
3822"\n"
3823"Extended options are separated by commas, and may take an argument which\n"
3824"\tis set off by an equals ('=') sign.\n"
3825"\n"
3826"Valid extended options are:\n"
3827"\tsuperblock=<superblock number>\n"
3828"\tblocksize=<blocksize>\n"
3829msgstr ""
3830"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003831"Podano błędne opcje rozszerzone: %s.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003832"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003833"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
3834"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003835"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04003836"Poprawne opcje rozszerzone to:\n"
3837"\tsuperblock=<numer superbloku>\n"
3838"\tblocksize=<rozmiar bloku>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003839
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003840#: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003841#, c-format
3842msgid "\tUsing %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003843msgstr "\tUżywane %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003844
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003845#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
Jakub Boguszdf585272014-05-18 09:46:34 -04003846#: resize/main.c:318
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003847msgid "Couldn't find valid filesystem superblock.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003848msgstr "Nie można znaleźć poprawnego superbloku systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003849
Jakub Boguszdf585272014-05-18 09:46:34 -04003850#: misc/dumpe2fs.c:632
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003851#, c-format
3852msgid ""
3853"\n"
3854"%s: %s: error reading bitmaps: %s\n"
3855msgstr ""
3856"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003857"%s: %s: błąd podczas czytania bitmap: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003858
Jakub Boguszdf585272014-05-18 09:46:34 -04003859#: misc/e2image.c:101
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003860#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04003861msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
3862msgstr "Składnia: %s [-r|Q ] [ -fr ] urządzenie plik_obrazu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003863
Jakub Boguszdf585272014-05-18 09:46:34 -04003864#: misc/e2image.c:103
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003865#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04003866msgid " %s -I device image-file\n"
3867msgstr " %s -I urządzenie plik_obrazu\n"
3868
3869#: misc/e2image.c:104
3870#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003871msgid ""
3872" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3873"[ dest_fs ]\n"
3874msgstr ""
3875" %s -ra [ -cnfp ] [ -o offset_źr ] [ -O offset_doc ] fs_źr "
3876"[ fs_doc ]\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04003877
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003878#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3879#: misc/e2image.c:1178
Jakub Boguszdf585272014-05-18 09:46:34 -04003880msgid "while allocating buffer"
3881msgstr "podczas przydzielania bufora"
3882
3883#: misc/e2image.c:174
3884#, c-format
3885msgid "Writing block %llu\n"
3886msgstr "Zapisywanie bloku %llu\n"
3887
3888#: misc/e2image.c:188
3889#, c-format
3890msgid "error writing block %llu"
3891msgstr "błąd przy zapisie bloku %llu"
3892
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003893#: misc/e2image.c:191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003894msgid "error in generic_write()"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04003895msgstr "błąd w generic_write()"
Jakub Boguszdf585272014-05-18 09:46:34 -04003896
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003897#: misc/e2image.c:208
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003898msgid "Error: header size is bigger than wrt_size\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003899msgstr "Błąd: rozmiar nagłówka jest większy niż wrt_size\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04003900
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003901#: misc/e2image.c:213
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003902msgid "Couldn't allocate header buffer\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003903msgstr "Nie można przydzielić bufora nagłówka\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003904
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003905#: misc/e2image.c:241
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003906msgid "while writing superblock"
3907msgstr "podczas zapisu superbloku"
3908
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003909#: misc/e2image.c:250
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003910msgid "while writing inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003911msgstr "podczas zapisu tabeli i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003912
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003913#: misc/e2image.c:258
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003914msgid "while writing block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003915msgstr "podczas zapisu bitmapy bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003916
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003917#: misc/e2image.c:266
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003918msgid "while writing inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05003919msgstr "podczas zapisu bitmapy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05003920
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003921#: misc/e2image.c:502
Jakub Boguszdf585272014-05-18 09:46:34 -04003922#, c-format
3923msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
3924msgstr "Uszkodzony blok katalogu %llu: błędne rec_len (%d)\n"
3925
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003926#: misc/e2image.c:514
Jakub Boguszdf585272014-05-18 09:46:34 -04003927#, c-format
3928msgid "Corrupt directory block %llu: bad name_len (%d)\n"
3929msgstr "Uszkodzony blok katalogu %llu: błędne name_len (%d)\n"
3930
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003931#: misc/e2image.c:555
Jakub Boguszdf585272014-05-18 09:46:34 -04003932#, c-format
3933msgid "%llu / %llu blocks (%d%%)"
3934msgstr "Bloków: %llu / %llu (%d%%)"
3935
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003936#: misc/e2image.c:586 misc/e2image.c:626
Jakub Boguszdf585272014-05-18 09:46:34 -04003937msgid "Copying "
3938msgstr "Kopiowanie "
3939
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003940#: misc/e2image.c:623
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003941msgid ""
3942"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
3943msgstr ""
3944"Zatrzymanie teraz zniszczy system plików; aby potwierdzić, można przerwać "
3945"ponownie\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04003946
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003947#: misc/e2image.c:649
Jakub Boguszdf585272014-05-18 09:46:34 -04003948#, c-format
3949msgid " %s remaining at %.2f MB/s"
3950msgstr " %s pozostało przy %.2f MB/s"
3951
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003952#: misc/e2image.c:661 misc/e2image.c:1188
Jakub Boguszdf585272014-05-18 09:46:34 -04003953#, c-format
3954msgid "error reading block %llu"
3955msgstr "błąd przy odczycie bloku %llu"
3956
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003957#: misc/e2image.c:715
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04003958#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003959msgid "Copied %llu / %llu blocks (%d%%) in %s "
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04003960msgstr "Skopiowano bloków: %llu / %llu (%d%%) w %s "
Jakub Boguszdf585272014-05-18 09:46:34 -04003961
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003962#: misc/e2image.c:719
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04003963#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003964msgid "at %.2f MB/s"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04003965msgstr "przy %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003966
3967#: misc/e2image.c:755
Jakub Boguszdf585272014-05-18 09:46:34 -04003968msgid "while allocating l1 table"
3969msgstr "podczas przydzielania tablicy l1"
3970
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003971#: misc/e2image.c:800
Jakub Boguszdf585272014-05-18 09:46:34 -04003972msgid "while allocating l2 cache"
3973msgstr "podczas przydzielania bufora l2"
3974
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003975#: misc/e2image.c:823
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003976msgid ""
3977"Warning: There are still tables in the cache while putting the cache, data "
3978"will be lost so the image may not be valid.\n"
3979msgstr ""
3980"Uwaga: w pamięci podręcznej są nadal tablice w trakcie zapisu bufora, dane "
3981"zostaną utracone, więc obraz może nie być poprawny.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04003982
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003983#: misc/e2image.c:1145
Jakub Boguszdf585272014-05-18 09:46:34 -04003984msgid "while allocating ext2_qcow2_image"
3985msgstr "podczas przydzielania ext_qcow2_image"
3986
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003987#: misc/e2image.c:1152
Jakub Boguszdf585272014-05-18 09:46:34 -04003988msgid "while initializing ext2_qcow2_image"
3989msgstr "podczas inicjowania ext2_qcow2_image"
3990
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003991#: misc/e2image.c:1211 misc/e2image.c:1229
Jakub Boguszdf585272014-05-18 09:46:34 -04003992msgid "Programming error: multiple sequential refcount blocks created!\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003993msgstr ""
3994"Błąd programu: utworzono wiele bloków sekwencyjnych liczników odwołań!\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04003995
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003996#: misc/e2image.c:1269
Jakub Boguszdf585272014-05-18 09:46:34 -04003997msgid "while allocating block bitmap"
3998msgstr "podczas przydzielania bitmapy bloków"
3999
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004000#: misc/e2image.c:1278
Jakub Boguszdf585272014-05-18 09:46:34 -04004001msgid "while allocating scramble block bitmap"
4002msgstr "podczas przydzielania bitmapy bloków scramble"
4003
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004004#: misc/e2image.c:1285
Jakub Boguszdf585272014-05-18 09:46:34 -04004005msgid "Scanning inodes...\n"
4006msgstr "Przeszukiwanie i-węzłów...\n"
4007
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004008#: misc/e2image.c:1297
Jakub Boguszdf585272014-05-18 09:46:34 -04004009msgid "Can't allocate block buffer"
4010msgstr "Nie można przydzielić bufora bloku"
4011
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004012#: misc/e2image.c:1336 misc/e2image.c:1350
Jakub Boguszdf585272014-05-18 09:46:34 -04004013#, c-format
4014msgid "while iterating over inode %u"
4015msgstr "podczas iteracji po i-węźle %u"
4016
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004017#: misc/e2image.c:1381
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004018msgid "Raw and qcow2 images cannot be installed"
Jakub Boguszdf585272014-05-18 09:46:34 -04004019msgstr "Obrazów surowego i qcow2 nie można zainstalować"
4020
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004021#: misc/e2image.c:1403
Jakub Boguszdf585272014-05-18 09:46:34 -04004022msgid "error reading bitmaps"
4023msgstr "błąd podczas odczytu bitmap"
4024
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004025#: misc/e2image.c:1415
Jakub Boguszdf585272014-05-18 09:46:34 -04004026msgid "while opening device file"
4027msgstr "podczas otwierania pliku urządzenia"
4028
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004029#: misc/e2image.c:1426
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004030msgid "while restoring the image table"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004031msgstr "podczas odtwarzania tabeli obrazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004032
4033#: misc/e2image.c:1523
Jakub Boguszdf585272014-05-18 09:46:34 -04004034msgid "-a option can only be used with raw or QCOW2 images."
4035msgstr "Opcja -a może być użyta tylko z obrazami surowym lub QCOW2."
4036
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004037#: misc/e2image.c:1529
Jakub Boguszdf585272014-05-18 09:46:34 -04004038msgid "Offsets are only allowed with raw images."
4039msgstr "Offsety są dozwolone tylko z obrazami surowymi."
4040
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004041#: misc/e2image.c:1534
Jakub Boguszdf585272014-05-18 09:46:34 -04004042msgid "Move mode is only allowed with raw images."
4043msgstr "Tryb przesunięcia jest dozwolony tylko z obrazami surowymi."
4044
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004045#: misc/e2image.c:1539
Jakub Boguszdf585272014-05-18 09:46:34 -04004046msgid "Move mode requires all data mode."
4047msgstr "Tryb przesunięcia wymaga trybu wszystkich danych."
4048
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004049#: misc/e2image.c:1549
Jakub Boguszdf585272014-05-18 09:46:34 -04004050msgid "checking if mounted"
4051msgstr "sprawdzanie, czy zamontowany"
4052
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004053#: misc/e2image.c:1556
Jakub Boguszdf585272014-05-18 09:46:34 -04004054msgid ""
4055"\n"
4056"Running e2image on a R/W mounted filesystem can result in an\n"
4057"inconsistent image which will not be useful for debugging purposes.\n"
4058"Use -f option if you really want to do that.\n"
4059msgstr ""
4060"\n"
4061"Uruchamianie e2image na systemie plików zamontowanym do odczytu i zapisu\n"
4062"może spowodować, że obraz będzie niespójny, przez co nie będzie przydatny\n"
4063"do celów diagnostycznych. Aby na pewno to zrobić, można użyć opcji -f.\n"
4064
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004065#: misc/e2image.c:1608
Jakub Boguszdf585272014-05-18 09:46:34 -04004066msgid "QCOW2 image can not be written to the stdout!\n"
4067msgstr "Obrazu QCOW2 nie można zapisać na standardowe wyjście!\n"
4068
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004069#: misc/e2image.c:1614
4070msgid "Can not stat output\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004071msgstr "Nie można wykonać stat na wyjściu\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004072
4073#: misc/e2image.c:1624
Jakub Boguszdf585272014-05-18 09:46:34 -04004074#, c-format
4075msgid "Image (%s) is compressed\n"
4076msgstr "Obraz (%s) jest skompresowany\n"
4077
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004078#: misc/e2image.c:1627
Jakub Boguszdf585272014-05-18 09:46:34 -04004079#, c-format
4080msgid "Image (%s) is encrypted\n"
4081msgstr "Obraz (%s) jest zaszyfrowany\n"
4082
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004083#: misc/e2image.c:1630
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004084#, c-format
4085msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004086msgstr "podczas próby przekształcenia obrazu qcow2 (%s) na obraz surowy (%s)"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004087
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004088#: misc/e2image.c:1639
Jakub Boguszdf585272014-05-18 09:46:34 -04004089msgid "The -c option only supported in raw mode\n"
4090msgstr "Opcja -c jest obsługiwana tylko w trybie surowym\n"
4091
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004092#: misc/e2image.c:1644
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004093msgid "The -c option not supported when writing to stdout\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004094msgstr "Opcja -c nie jest obsługiwana przy zapisie na standardowe wyjscie\n"
4095
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004096#: misc/e2image.c:1651
Jakub Boguszdf585272014-05-18 09:46:34 -04004097msgid "while allocating check_buf"
4098msgstr "podczas przydzielania check_buf"
4099
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004100#: misc/e2image.c:1657
Jakub Boguszdf585272014-05-18 09:46:34 -04004101msgid "The -p option only supported in raw mode\n"
4102msgstr "Opcja -p jest obsługiwana tylko w trybie surowym\n"
4103
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004104#: misc/e2image.c:1667
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004105#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004106msgid "%d blocks already contained the data to be copied\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004107msgstr "%d bloków już zawierało dane do skopiowania\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004108
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004109#: misc/e2label.c:58
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004110#, c-format
4111msgid "e2label: cannot open %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004112msgstr "e2label: nie można otworzyć %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004113
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004114#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004115#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004116msgid "e2label: cannot seek to superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004117msgstr "e2label: nie można przejść do superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004118
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004119#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004120#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004121msgid "e2label: error reading superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004122msgstr "e2label: błąd podczas odczytu superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004123
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004124#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004125#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004126msgid "e2label: not an ext2 filesystem\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004127msgstr "e2label: to nie jest system plików ext2\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004128
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004129#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004130#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004131msgid "Warning: label too long, truncating.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004132msgstr "Uwaga: etykieta za długa, skrócono.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004133
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004134#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004135#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004136msgid "e2label: cannot seek to superblock again\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004137msgstr "e2label: nie można przejść ponownie do superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004138
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004139#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004140#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004141msgid "e2label: error writing superblock\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004142msgstr "e2label: błąd podczas zapisu superbloku\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004143
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004144#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004145#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004146msgid "Usage: e2label device [newlabel]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004147msgstr "Składnia: e2label urządzenie [nowa-etykieta]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004148
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004149#: misc/e2undo.c:36
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004150#, c-format
4151msgid "Usage: %s <transaction file> <filesystem>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004152msgstr "Składnia: %s <plik_transakcji> <system_plików>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004153
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004154#: misc/e2undo.c:52
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004155msgid "Failed to read the file system data \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004156msgstr "Nie udało się odczytać danych systemu plików\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004157
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004158#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004159#, c-format
4160msgid "Failed tdb_fetch %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004161msgstr "tdb_fetch %s nie powiodło się\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004162
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004163#: misc/e2undo.c:70
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004164#, c-format
4165msgid "The file system Mount time didn't match %u\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004166msgstr "Czas montowania systemu plików nie odpowiada %u\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004167
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004168#: misc/e2undo.c:89
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004169msgid "The file system UUID didn't match \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004170msgstr "UUID systemu plików nie pasuje\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004171
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004172#: misc/e2undo.c:163
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004173#, c-format
4174msgid "Failed tdb_open %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004175msgstr "tdb_open %s nie powiodło się\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004176
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004177#: misc/e2undo.c:169
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004178#, c-format
4179msgid "Error while determining whether %s is mounted.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004180msgstr "Błąd podczas sprawdzania, czy %s jest zamontowany.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004181
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004182#: misc/e2undo.c:175
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004183msgid "e2undo should only be run on unmounted file system\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004184msgstr "e2undo powinno być uruchamiane tylko na odmontowanym systemie plików\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004185
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004186#: misc/e2undo.c:184
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004187#, c-format
4188msgid "Failed to open %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004189msgstr "Nie udało się otworzyć %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004190
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004191#: misc/e2undo.c:210
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004192#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004193msgid "Replayed transaction of size %zd at location %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004194msgstr "Odtworzono transakcję rozmiaru %zd w położeniu %llu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004195
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004196#: misc/e2undo.c:216
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004197#, c-format
4198msgid "Failed write %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004199msgstr "Nie udało się zapisać %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004200
Eric Sandeen032eafe2012-07-28 17:48:36 -04004201#: misc/fsck.c:343
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004202#, c-format
4203msgid "WARNING: couldn't open %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004204msgstr "UWAGA: nie można otworzyć %s: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004205
Eric Sandeen032eafe2012-07-28 17:48:36 -04004206#: misc/fsck.c:353
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004207#, c-format
4208msgid "WARNING: bad format on line %d of %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004209msgstr "UWAGA: zły format w linii %d pliku %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004210
Eric Sandeen032eafe2012-07-28 17:48:36 -04004211#: misc/fsck.c:370
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004212msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004213"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004214"\tfield. I will kludge around things for you, but you\n"
4215"\tshould fix your /etc/fstab file as soon as you can.\n"
4216"\n"
4217msgstr ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004218"UWAGA: /etc/fstab nie zawiera pola passno dla fsck.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004219"Pominę ten błąd, ale /etc/fstab należy jak najszybciej poprawić.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004220"\n"
4221
Eric Sandeen032eafe2012-07-28 17:48:36 -04004222#: misc/fsck.c:478
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004223#, c-format
4224msgid "fsck: %s: not found\n"
4225msgstr "fsck: %s: nie znaleziono\n"
4226
Eric Sandeen032eafe2012-07-28 17:48:36 -04004227#: misc/fsck.c:594
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004228#, c-format
4229msgid "%s: wait: No more child process?!?\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004230msgstr "%s: wait: Nie ma więcej procesów potomnych?!?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004231
Eric Sandeen032eafe2012-07-28 17:48:36 -04004232#: misc/fsck.c:616
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004233#, c-format
4234msgid "Warning... %s for device %s exited with signal %d.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004235msgstr "Uwaga... %s dla urządzenia %s zakończył się sygnałem %d.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004236
Eric Sandeen032eafe2012-07-28 17:48:36 -04004237#: misc/fsck.c:622
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004238#, c-format
4239msgid "%s %s: status is %x, should never happen.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004240msgstr "%s %s: status wynosi %x, to się nie powinno nigdy zdarzyć.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004241
Eric Sandeen032eafe2012-07-28 17:48:36 -04004242#: misc/fsck.c:661
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004243#, c-format
4244msgid "Finished with %s (exit status %d)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004245msgstr "Skończono z %s (status wyjścia %d)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004246
Eric Sandeen032eafe2012-07-28 17:48:36 -04004247#: misc/fsck.c:721
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004248#, c-format
4249msgid "%s: Error %d while executing fsck.%s for %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004250msgstr "%s: Błąd %d podczas wykonywania fsck.%s dla %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004251
Eric Sandeen032eafe2012-07-28 17:48:36 -04004252#: misc/fsck.c:742
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004253msgid ""
4254"Either all or none of the filesystem types passed to -t must be prefixed\n"
4255"with 'no' or '!'.\n"
4256msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004257"Albo wszystkie, albo żaden rodzaj systemu plików z podanych po -t musi być\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004258"poprzedzony 'no' lub '!'.\n"
4259
Eric Sandeen032eafe2012-07-28 17:48:36 -04004260#: misc/fsck.c:761
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004261msgid "Couldn't allocate memory for filesystem types\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004262msgstr "Nie można przydzielić pamięci na rodzaje systemów plików\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004263
Eric Sandeen032eafe2012-07-28 17:48:36 -04004264#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004265#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004266msgid ""
4267"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4268"number\n"
4269msgstr ""
4270"%s: pominięto błędną linię w /etc/fstab: montowanie bind z niezerowym "
4271"numerem przebiegu fsck\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004272
Eric Sandeen032eafe2012-07-28 17:48:36 -04004273#: misc/fsck.c:911
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004274#, c-format
4275msgid "fsck: cannot check %s: fsck.%s not found\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004276msgstr "fsck: nie można sprawdzić %s: fsck.%s nie znaleziony\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004277
Eric Sandeen032eafe2012-07-28 17:48:36 -04004278#: misc/fsck.c:967
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004279msgid "Checking all file systems.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004280msgstr "Sprawdzanie wszystkich systemów plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004281
Eric Sandeen032eafe2012-07-28 17:48:36 -04004282#: misc/fsck.c:1058
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004283#, c-format
4284msgid "--waiting-- (pass %d)\n"
4285msgstr "--oczekiwanie-- (przebieg %d)\n"
4286
Eric Sandeen032eafe2012-07-28 17:48:36 -04004287#: misc/fsck.c:1078
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004288msgid ""
4289"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4290msgstr ""
4291"Składnia: fsck [-AMNPRTV] [ -C [ deskryptor ] ] [-t rodzaj-fs] [opcje-fs] "
4292"[system-plików ...]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004293
Eric Sandeen032eafe2012-07-28 17:48:36 -04004294#: misc/fsck.c:1120
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004295#, c-format
4296msgid "%s: too many devices\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004297msgstr "%s: za dużo urządzeń\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004298
Eric Sandeen032eafe2012-07-28 17:48:36 -04004299#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004300#, c-format
4301msgid "%s: too many arguments\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004302msgstr "%s: za dużo parametrów\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004303
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004304#: misc/lsattr.c:74
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004305#, c-format
4306msgid "Usage: %s [-RVadlv] [files...]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004307msgstr "Składnia: %s [-RVadlv] [pliki...]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004308
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004309#: misc/lsattr.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004310#, c-format
4311msgid "While reading flags on %s"
4312msgstr "Podczas odczytu flag %s"
4313
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004314#: misc/lsattr.c:91
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004315#, c-format
4316msgid "While reading version on %s"
4317msgstr "Podczas odczytu wersji %s"
4318
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004319#: misc/mke2fs.c:123
Jakub Boguszdd6d6712009-07-01 21:32:26 -04004320#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004321msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004322"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004323"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04004324"\t[-G flex-group-size] [-N number-of-inodes]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004325"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004326"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004327"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004328"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4329"count]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004330msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004331"Składnia: %s [-c|-l nazwa-pliku] [-b rozm.bloku] [-C rozm.klastra]\n"
4332"\t[-i bajtów-na-i-węzeł] [-I rozm-i-węzła] [-J opcje-kroniki]\n"
4333"\t[-G rozmiar-grupy-flex] [-N liczba-i-węzłów]\n"
4334"\t[-m procent-rezerw.-bloków] [-o os-twórcy]\n"
4335"\t[-g bloków-w-grupie] [-L etykieta-wolumenu] [-M ost.-mont.-katalog]\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004336"\t[-O cecha[,...]] [-r wersja-fs] [-E opcja-rozszerzona[,...]]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004337"\t[-t typ-fs] [-T typ-użycia] [-U UUID] [-jnqvDFKSV] urządzenie [liczba-"
4338"bloków]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004339
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004340#: misc/mke2fs.c:252
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004341#, c-format
4342msgid "Running command: %s\n"
4343msgstr "Uruchamianie polecenia: %s\n"
4344
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004345#: misc/mke2fs.c:256
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004346#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004347msgid "while trying to run '%s'"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004348msgstr "podczas próby uruchomienia '%s'"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004349
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004350#: misc/mke2fs.c:263
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004351msgid "while processing list of bad blocks from program"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004352msgstr "podczas przetwarzania listy wadliwych bloków z programu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004353
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004354#: misc/mke2fs.c:290
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004355#, c-format
4356msgid "Block %d in primary superblock/group descriptor area bad.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004357msgstr "Wadliwy blok %d w głównym superbloku/obszarze deskryptora grup.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004358
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004359#: misc/mke2fs.c:292
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004360#, c-format
4361msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4362msgstr "Bloki od %u do %u muszą być dobre, aby stworzyć system plików.\n"
4363
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004364#: misc/mke2fs.c:295
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004365msgid "Aborting....\n"
4366msgstr "Przerwano...\n"
4367
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004368#: misc/mke2fs.c:315
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004369#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004370msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004371"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004372"\tbad blocks.\n"
4373"\n"
4374msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004375"Uwaga: zapasowy superblok/deskryptory grup w bloku %u zawierają\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004376"\twadliwe bloki.\n"
4377"\n"
4378
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004379#: misc/mke2fs.c:334
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004380msgid "while marking bad blocks as used"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004381msgstr "podczas zaznaczania wadliwych bloków jako używane"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004382
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004383#: misc/mke2fs.c:386
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004384msgid "Writing inode tables: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004385msgstr "Zapis tablicy i-węzłów: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004386
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004387#: misc/mke2fs.c:407
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004388#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004389msgid ""
4390"\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004391"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004392msgstr ""
4393"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004394"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 -05004395
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004396#: misc/mke2fs.c:421 misc/mke2fs.c:2477 misc/mke2fs.c:2762
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004397msgid "done \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004398msgstr "zakończono \n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004399
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004400#: misc/mke2fs.c:432
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004401msgid "while creating root dir"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004402msgstr "podczas tworzenia głównego katalogu"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004403
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004404#: misc/mke2fs.c:439
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004405msgid "while reading root inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004406msgstr "podczas odczytu głównego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004407
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004408#: misc/mke2fs.c:451
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004409msgid "while setting root inode ownership"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004410msgstr "podczas ustawiania właściciela głównego i-węzła"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004411
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004412#: misc/mke2fs.c:469
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004413msgid "while creating /lost+found"
4414msgstr "podczas tworzenia /lost+found"
4415
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004416#: misc/mke2fs.c:476
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004417msgid "while looking up /lost+found"
4418msgstr "podczas szukania /lost+found"
4419
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004420#: misc/mke2fs.c:489
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004421msgid "while expanding /lost+found"
4422msgstr "podczas rozszerzania /lost+found"
4423
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004424#: misc/mke2fs.c:504
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004425msgid "while setting bad block inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004426msgstr "podczas ustawiania i-węzła wadliwych bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004427
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004428#: misc/mke2fs.c:531
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004429#, c-format
4430msgid "Out of memory erasing sectors %d-%d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004431msgstr "Brak pamięci podczas czyszczenia sektorów %d-%d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004432
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004433#: misc/mke2fs.c:541
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004434#, c-format
4435msgid "Warning: could not read block 0: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004436msgstr "Uwaga: nie można odczytać bloku 0: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004437
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004438#: misc/mke2fs.c:557
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004439#, c-format
4440msgid "Warning: could not erase sector %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004441msgstr "Uwaga: nie można wyczyścić sektora %d: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004442
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004443#: misc/mke2fs.c:573
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004444msgid "while initializing journal superblock"
Jakub Boguszdf585272014-05-18 09:46:34 -04004445msgstr "podczas inicjowania superbloku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004446
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004447#: misc/mke2fs.c:581
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004448msgid "Zeroing journal device: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004449msgstr "Zerowanie urządzenia kroniki: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004450
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004451#: misc/mke2fs.c:593
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004452#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004453msgid "while zeroing journal device (block %llu, count %d)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004454msgstr "podczas zerowania urządzenia kroniki (blok %llu, liczba %d)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004455
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004456#: misc/mke2fs.c:611
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004457msgid "while writing journal superblock"
4458msgstr "podczas zapisu superbloku kroniki"
4459
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004460#: misc/mke2fs.c:626
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004461#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004462msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004463msgstr "Tworzenie systemu plików o %llu blokach %dk oraz %u i-węzłach\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004464
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004465#: misc/mke2fs.c:634
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004466#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004467msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004468"warning: %llu blocks unused.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004469"\n"
4470msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004471"uwaga: %llu bloków nie używanych.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004472"\n"
4473
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004474#: misc/mke2fs.c:639
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004475#, c-format
4476msgid "Filesystem label=%s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004477msgstr "Etykieta systemu plików=%s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004478
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004479#: misc/mke2fs.c:642
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004480#, c-format
4481msgid "OS type: %s\n"
4482msgstr "Typ OS: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004483
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004484#: misc/mke2fs.c:644
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004485#, c-format
4486msgid "Block size=%u (log=%u)\n"
4487msgstr "Rozmiar bloku=%u (log=%u)\n"
4488
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004489#: misc/mke2fs.c:648
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004490#, c-format
4491msgid "Cluster size=%u (log=%u)\n"
4492msgstr "Rozmiar klastra=%u (log=%u)\n"
4493
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004494#: misc/mke2fs.c:652
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004495#, c-format
4496msgid "Fragment size=%u (log=%u)\n"
4497msgstr "Rozmiar fragmentu=%u (log=%u)\n"
4498
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004499#: misc/mke2fs.c:654
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004500#, c-format
4501msgid "Stride=%u blocks, Stripe width=%u blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004502msgstr "Stride=%u bloków, szerokość Stripe=%u bloków\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04004503
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004504#: misc/mke2fs.c:656
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004505#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004506msgid "%u inodes, %llu blocks\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004507msgstr "%u i-węzłów, %llu bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004508
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004509#: misc/mke2fs.c:658
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004510#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004511msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004512msgstr "%llu bloków (%2.2f%%) zarezerwowanych dla superużytkownika\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004513
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004514#: misc/mke2fs.c:661
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004515#, c-format
4516msgid "First data block=%u\n"
4517msgstr "Pierwszy blok danych=%u\n"
4518
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004519#: misc/mke2fs.c:663
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004520#, c-format
4521msgid "Root directory owner=%u:%u\n"
4522msgstr "Właściciel głównego katalogu=%u:%u\n"
4523
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004524#: misc/mke2fs.c:665
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004525#, c-format
4526msgid "Maximum filesystem blocks=%lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004527msgstr "Maksymalna liczba bloków systemu plików=%lu\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004528
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004529#: misc/mke2fs.c:669
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004530#, c-format
4531msgid "%u block groups\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004532msgstr "%u grup bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004533
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004534#: misc/mke2fs.c:671
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004535#, c-format
4536msgid "%u block group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004537msgstr "%u grupa bloków\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004538
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004539#: misc/mke2fs.c:674
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004540#, c-format
4541msgid "%u blocks per group, %u clusters per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004542msgstr "%u bloków w grupie, %u klastrów w grupie\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004543
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004544#: misc/mke2fs.c:677
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004545#, c-format
4546msgid "%u blocks per group, %u fragments per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004547msgstr "%u bloków w grupie, %u fragmentów w grupie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004548
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004549#: misc/mke2fs.c:679
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004550#, c-format
4551msgid "%u inodes per group\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004552msgstr "%u i-węzłów w grupie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004553
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004554#: misc/mke2fs.c:688
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004555#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004556msgid "Filesystem UUID: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004557msgstr "UUID systemu plików: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004558
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004559#: misc/mke2fs.c:689
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004560msgid "Superblock backups stored on blocks: "
4561msgstr "Kopie zapasowe superbloku zapisane w blokach: "
4562
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004563#: misc/mke2fs.c:766
Jakub Boguszdf585272014-05-18 09:46:34 -04004564#, c-format
4565msgid "%s requires '-O 64bit'\n"
4566msgstr "%s wymaga '-O 64bit'\n"
4567
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004568#: misc/mke2fs.c:772
Jakub Boguszdf585272014-05-18 09:46:34 -04004569#, c-format
4570msgid "'%s' must be before 'resize=%u'\n"
4571msgstr "'%s' musi być przed 'resize=%u'\n"
4572
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004573#: misc/mke2fs.c:785
Jakub Boguszdf585272014-05-18 09:46:34 -04004574#, c-format
4575msgid "Invalid desc_size: '%s'\n"
4576msgstr "Błędny desc_size: '%s'\n"
4577
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004578#: misc/mke2fs.c:798
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004579#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004580msgid "Invalid offset: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004581msgstr "Błędny offset: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004582
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004583#: misc/mke2fs.c:812 misc/tune2fs.c:1206
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004584#, c-format
4585msgid "Invalid mmp_update_interval: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004586msgstr "Błędny okres uaktualniania mmp: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004587
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004588#: misc/mke2fs.c:826
4589#, fuzzy, c-format
4590msgid "Invalid # of backup superblocks: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004591msgstr "Błędna liczba kopii zapasowych superbloku: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004592
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004593#: misc/mke2fs.c:848
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004594#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004595msgid "Invalid stride parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004596msgstr "Błędny parametr stride: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004597
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004598#: misc/mke2fs.c:863
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004599#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004600msgid "Invalid stripe-width parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004601msgstr "Błędny parametr stripe-width: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004602
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004603#: misc/mke2fs.c:886
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004604#, c-format
4605msgid "Invalid resize parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004606msgstr "Błędny parametr resize: %s\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004607
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004608#: misc/mke2fs.c:893
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004609msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004610msgstr ""
4611"Maksymalny rozmiar (resize) musi być większy od rozmiaru systemu plików.\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004612
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004613#: misc/mke2fs.c:917
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004614msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004615msgstr ""
4616"Zmiana rozmiaru w locie nie jest obsługiwana przez systemy plików w wersji "
4617"0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004618
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004619#: misc/mke2fs.c:944 misc/mke2fs.c:953
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004620#, c-format
4621msgid "Invalid root_owner: '%s'\n"
4622msgstr "Błędny root_owner: '%s'\n"
4623
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004624#: misc/mke2fs.c:978
Jakub Bogusz309b1c22012-02-17 15:16:34 -05004625#, c-format
4626msgid "Invalid quotatype parameter: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004627msgstr "Błędny parametr quotatype: %s\n"
Jakub Bogusz309b1c22012-02-17 15:16:34 -05004628
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004629#: misc/mke2fs.c:989
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004630#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004631msgid ""
4632"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004633"Bad option(s) specified: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004634"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004635"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004636"\tis set off by an equals ('=') sign.\n"
4637"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004638"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004639"\tmmp_update_interval=<interval>\n"
4640"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004641"\tstride=<RAID per-disk data chunk in blocks>\n"
4642"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004643"\toffset=<offset to create the file system>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004644"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004645"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004646"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004647"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004648"\troot_uid=<uid of root directory>\n"
4649"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004650"\ttest_fs\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05004651"\tdiscard\n"
4652"\tnodiscard\n"
Jakub Bogusz309b1c22012-02-17 15:16:34 -05004653"\tquotatype=<usr OR grp>\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004654"\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004655msgstr ""
4656"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004657"Podano błędne opcje: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004658"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004659"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
4660"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004661"\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004662"Poprawne opcje rozszerzone to:\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004663"\tmmp_update_interval=<przedział>\n"
4664"\tnum_backup_sb=<0|1|2>\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004665"\tstride=<rozmiar porcji danych RAID na dysku w blokach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004666"\tstripe-width=<RAID stride * liczba dysków danych w blokach>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004667"\toffset=<przesunięcie systemu plików do utworzenia>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004668"\tresize=<maksymalny rozmiar powiększenia w blokach>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04004669"\tpacked_meta_blocks=<0 aby wyłączyć, 1 aby włączyć>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004670"\tlazy_itable_init=<0 aby wyłączyć, 1 aby włączyć>\n"
4671"\tlazy_journal_init=<0 aby wyłączyć, 1 aby włączyć>\n"
4672"\troot_uid=<uid katalogu głównego>\n"
4673"\troot_gid=<gid katalogu głównego>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004674"\ttest_fs\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05004675"\tdiscard\n"
4676"\tnodiscard\n"
Jakub Bogusz309b1c22012-02-17 15:16:34 -05004677"\tquotatype=<usr LUB grp>\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05004678"\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004679
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004680#: misc/mke2fs.c:1015
Theodore Ts'o8f741372008-02-28 21:47:05 -05004681#, c-format
4682msgid ""
4683"\n"
4684"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4685"\n"
4686msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004687"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004688"Uwaga: RAID stripe-width %u nie jest parzystą wielokrotnością stride %u.\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04004689"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004690
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004691#: misc/mke2fs.c:1055
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004692#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004693msgid ""
4694"Syntax error in mke2fs config file (%s, line #%d)\n"
4695"\t%s\n"
4696msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004697"Błąd składni w pliku konfiguracyjnym mke2fs (%s, linia %d)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004698"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004699
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004700#: misc/mke2fs.c:1068 misc/tune2fs.c:416
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004701#, c-format
4702msgid "Invalid filesystem option set: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004703msgstr "Ustawiona błędna opcja systemu plików: %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004704
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004705#: misc/mke2fs.c:1080 misc/tune2fs.c:357
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004706#, c-format
4707msgid "Invalid mount option set: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004708msgstr "Ustawiona błędna opcja montowania: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004709
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004710#: misc/mke2fs.c:1220
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004711#, c-format
4712msgid ""
4713"\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05004714"Your mke2fs.conf file does not define the %s filesystem type.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004715msgstr ""
4716"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004717"Uwaga! Plik mke2fs.conf nie określa typu systemu plików %s.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004718
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004719#: misc/mke2fs.c:1224
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004720msgid ""
4721"You probably need to install an updated mke2fs.conf file.\n"
4722"\n"
4723msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004724"Prawdopodobnie trzeba zainstalować uaktualniony plik mke2fs.conf.\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04004725"\n"
4726
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004727#: misc/mke2fs.c:1228
Jakub Bogusze20ac792011-01-24 15:03:43 -05004728msgid "Aborting...\n"
4729msgstr "Przerwano...\n"
4730
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004731#: misc/mke2fs.c:1269
Jakub Bogusze20ac792011-01-24 15:03:43 -05004732#, c-format
4733msgid ""
4734"\n"
4735"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4736"\n"
4737msgstr ""
4738"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004739"Uwaga: typ systemu plików %s nie jest zdefiniowany w mke2fs.conf\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05004740"\n"
4741
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004742#: misc/mke2fs.c:1449
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004743msgid "Couldn't allocate memory for new PATH.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004744msgstr "Nie udało się przydzielić pamięci na nową PATH\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004745
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004746#: misc/mke2fs.c:1490
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004747#, c-format
4748msgid "Couldn't init profile successfully (error: %ld).\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004749msgstr "Nie udało się poprawnie zainicjować profilu (błąd: %ld).\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004750
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004751#: misc/mke2fs.c:1523
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004752#, c-format
4753msgid "invalid block size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004754msgstr "błędny rozmiar bloku - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004755
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004756#: misc/mke2fs.c:1527
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004757#, c-format
4758msgid "Warning: blocksize %d not usable on most systems.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004759msgstr "Uwaga: rozmiar bloku %d nie używalny na większości systemów.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004760
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004761#: misc/mke2fs.c:1543
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004762#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004763msgid "invalid cluster size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004764msgstr "błędny rozmiar klastra - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004765
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004766#: misc/mke2fs.c:1553
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004767msgid "'-R' is deprecated, use '-E' instead"
4768msgstr "'-%' jest przestarzałe, zamiast niego należy używać '-E'"
4769
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004770#: misc/mke2fs.c:1565
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004771msgid "Illegal number for blocks per group"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004772msgstr "Błędna liczba bloków w grupie"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004773
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004774#: misc/mke2fs.c:1570
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004775msgid "blocks per group must be multiple of 8"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004776msgstr "liczba bloków w grupie musi być wielokrotnością 8"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004777
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004778#: misc/mke2fs.c:1578
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004779msgid "Illegal number for flex_bg size"
4780msgstr "Niedopuszczalny rozmiar flex_bg"
4781
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004782#: misc/mke2fs.c:1584
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004783msgid "flex_bg size must be a power of 2"
4784msgstr "rozmiar flex_bg musi być potęgą 2"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004785
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004786#: misc/mke2fs.c:1589
4787#, fuzzy, c-format
4788msgid "flex_bg size (%lu) must be less than or equal to 2^31"
4789msgstr "rozmiar flex_bg musi być potęgą 2"
4790
4791#: misc/mke2fs.c:1600
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004792#, c-format
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004793msgid "invalid inode ratio %s (min %d/max %d)"
4794msgstr "błędny stosunek i-węzłów %s (min %d/max %d)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004795
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004796#: misc/mke2fs.c:1610
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004797#, c-format
4798msgid "invalid inode size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004799msgstr "błędny rozmiar i-węzła - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004800
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004801#: misc/mke2fs.c:1623
4802msgid ""
4803"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4804"nodiscard' extended option instead!\n"
4805msgstr ""
4806"Uwaga: opcja -K jest przestarzała i nie powinna już być używana. Zamiast "
4807"niej należy użyć opcji rozszerzonej '-E nodiscard'.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004808
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004809#: misc/mke2fs.c:1634
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004810msgid "in malloc for bad_blocks_filename"
4811msgstr "w malloc dla bad_blocks_filename"
4812
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004813#: misc/mke2fs.c:1647
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004814#, c-format
4815msgid "invalid reserved blocks percent - %s"
4816msgstr "błędny procent zarezerwowanych bloków - %s"
4817
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004818#: misc/mke2fs.c:1662
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004819#, c-format
4820msgid "bad num inodes - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004821msgstr "błędna liczba i-węzłów - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004822
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004823#: misc/mke2fs.c:1679
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004824#, c-format
4825msgid "bad revision level - %s"
4826msgstr "błędny poziom wersji - %s"
4827
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004828#: misc/mke2fs.c:1684
4829#, fuzzy, c-format
4830msgid "while trying to create revision %d"
4831msgstr ""
4832"\n"
4833"\tpodczas próby utworzenia kroniki"
4834
4835#: misc/mke2fs.c:1698
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004836msgid "The -t option may only be used once"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004837msgstr "Opcja -t może być użyta tylko raz"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004838
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004839#: misc/mke2fs.c:1706
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004840msgid "The -T option may only be used once"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004841msgstr "Opcja -T może być użyta tylko raz"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004842
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004843#: misc/mke2fs.c:1759 misc/mke2fs.c:2843
Theodore Ts'of419fdf2003-11-21 12:56:32 -05004844#, c-format
4845msgid "while trying to open journal device %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004846msgstr "podczas próby otwarcia urządzenia kroniki %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004847
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004848#: misc/mke2fs.c:1765
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004849#, c-format
4850msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4851msgstr "Rozmiar bloku urządzenia z kroniką (%d) mniejszy od minimalnego %d\n"
4852
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004853#: misc/mke2fs.c:1771
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004854#, c-format
4855msgid "Using journal device's blocksize: %d\n"
4856msgstr "Użycie rozmiaru bloku urządzenia kroniki: %d\n"
4857
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004858#: misc/mke2fs.c:1782
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004859#, c-format
4860msgid "invalid blocks '%s' on device '%s'"
4861msgstr "błędna liczba bloków '%s' na urządzeniu '%s'"
4862
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004863#: misc/mke2fs.c:1802
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004864msgid "filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004865msgstr "system plików"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004866
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004867#: misc/mke2fs.c:1815 resize/main.c:372
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004868msgid "while trying to determine filesystem size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004869msgstr "podczas próby określenia rozmiaru systemu plików"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004870
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004871#: misc/mke2fs.c:1821
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004872msgid ""
4873"Couldn't determine device size; you must specify\n"
4874"the size of the filesystem\n"
4875msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004876"Nie można określić rozmiaru urządzenia; rozmiar systemu\n"
4877"plików musi być podany\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004878
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004879#: misc/mke2fs.c:1828
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004880msgid ""
4881"Device size reported to be zero. Invalid partition specified, or\n"
4882"\tpartition table wasn't reread after running fdisk, due to\n"
4883"\ta modified partition being busy and in use. You may need to reboot\n"
4884"\tto re-read your partition table.\n"
4885msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004886"Odczytany rozmiar urządzenia wynosi zero. Podano błędną partycję\n"
4887"\tlub tablica partycji nie była odczytana ponownie po uruchomieniu\n"
4888"\tfdiska z powodu zajętej modyfikowanej partycji. Ponowny odczyt\n"
4889"\ttablicy partycji może wymagać rebootu.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004890
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004891#: misc/mke2fs.c:1845
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004892msgid "Filesystem larger than apparent device size."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004893msgstr "System plików większy od widocznego rozmiaru urządzenia."
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004894
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004895#: misc/mke2fs.c:1865
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004896msgid "Failed to parse fs types list\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004897msgstr "Nie udało się przeanalizować listy typów systemów plików\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004898
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004899#: misc/mke2fs.c:1906
Jakub Boguszdf585272014-05-18 09:46:34 -04004900msgid "while trying to determine hardware sector size"
4901msgstr "podczas próby określenia rozmiaru sprzętowego sektora"
4902
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004903#: misc/mke2fs.c:1912
Jakub Boguszdf585272014-05-18 09:46:34 -04004904msgid "while trying to determine physical sector size"
4905msgstr "podczas próby określenia rozmiaru sektora fizycznego"
4906
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004907#: misc/mke2fs.c:1944
Jakub Boguszdf585272014-05-18 09:46:34 -04004908msgid "while setting blocksize; too small for device\n"
4909msgstr "podczas ustawiania rozmiaru bloku; zbyt mały dla urządzenia\n"
4910
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004911#: misc/mke2fs.c:1949
Jakub Boguszdf585272014-05-18 09:46:34 -04004912#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004913msgid ""
4914"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4915msgstr ""
4916"Uwaga: podany rozmiar bloku %d jest mniejszy niż rozmiar sektora fizycznego "
4917"%d\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004918
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004919#: misc/mke2fs.c:1973
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004920#, c-format
4921msgid ""
4922"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4923"\tin 32 bits using a blocksize of %d.\n"
4924msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004925"%s: Rozmiar urządzenia (0x%llx bloków) %s jest zbyt duży, aby wyrazić go\n"
4926"\tw 32 bitach przy użyciu rozmiaru bloku %d.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004927
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004928#: misc/mke2fs.c:1989
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004929msgid "fs_types for mke2fs.conf resolution: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004930msgstr "Rozwinięcie fs_types dla mke2fs.conf: "
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04004931
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004932#: misc/mke2fs.c:1996
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004933msgid "Filesystem features not supported with revision 0 filesystems\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004934msgstr "Cechy systemu plików nie obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004935
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004936#: misc/mke2fs.c:2004
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004937msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004938msgstr ""
4939"Rzadkie superbloki nie są obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004940
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004941#: misc/mke2fs.c:2016
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004942msgid "Journals not supported with revision 0 filesystems\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004943msgstr "Kroniki nie są obsługiwane przez systemy plików w wersji 0\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004944
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004945#: misc/mke2fs.c:2030
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004946#, c-format
4947msgid "invalid reserved blocks percent - %lf"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05004948msgstr "błędny procent zarezerwowanych bloków - %lf"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04004949
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004950#: misc/mke2fs.c:2047
4951msgid ""
4952"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
4953"rectify.\n"
4954msgstr ""
4955"Ekstenty MUSZĄ być włączone dla 64-bitowego systemu plików. Aby to poprawić, "
4956"należy przekazać -O extents.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004957
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004958#: misc/mke2fs.c:2067
Jakub Boguszdf585272014-05-18 09:46:34 -04004959msgid "The cluster size may not be smaller than the block size.\n"
4960msgstr "Rozmiar klastra nie może być mniejszy niż rozmiar bloku.\n"
4961
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004962#: misc/mke2fs.c:2073
Jakub Boguszdf585272014-05-18 09:46:34 -04004963msgid "specifying a cluster size requires the bigalloc feature"
4964msgstr "określenie rozmiaru klastra wymaga własności bigalloc"
4965
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004966#: misc/mke2fs.c:2092
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04004967#, c-format
Jakub Boguszdf585272014-05-18 09:46:34 -04004968msgid "warning: Unable to get device geometry for %s\n"
4969msgstr "uwaga: nie udało się odczytać geometrii urządzenia dla %s\n"
4970
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004971#: misc/mke2fs.c:2095
Jakub Boguszdf585272014-05-18 09:46:34 -04004972#, c-format
4973msgid "%s alignment is offset by %lu bytes.\n"
4974msgstr "Wyrównanie %s jest przesunięte o %lu bajtów.\n"
4975
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004976#: misc/mke2fs.c:2097
Jakub Boguszdf585272014-05-18 09:46:34 -04004977#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004978msgid ""
4979"This may result in very poor performance, (re)-partitioning suggested.\n"
4980msgstr ""
4981"Może to powodować bardzo niską wydajność, zalecane jest "
4982"(prze)partycjonowanie.\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004983
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004984#: misc/mke2fs.c:2118
Jakub Boguszdf585272014-05-18 09:46:34 -04004985#, c-format
4986msgid "%d-byte blocks too big for system (max %d)"
4987msgstr "%d-bajtowe bloki są zbyt duże dla systemu (max %d)"
4988
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004989#: misc/mke2fs.c:2122
Jakub Boguszdf585272014-05-18 09:46:34 -04004990#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004991msgid ""
4992"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4993msgstr ""
4994"Uwaga: %d-bajtowe bloki są zbyt duże dla systemu (max %d), wymuszono "
4995"kontynuację\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04004996
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004997#: misc/mke2fs.c:2178
Jakub Boguszdf585272014-05-18 09:46:34 -04004998msgid "Can't support bigalloc feature without extents feature"
4999msgstr "Obsługa własności bigalloc jest niemożliwa bez własności extents"
5000
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005001#: misc/mke2fs.c:2185
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005002msgid ""
5003"The resize_inode and meta_bg features are not compatible.\n"
5004"They can not be both enabled simultaneously.\n"
5005msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005006"Cechy resize_inode i meta_bg nie są kompatybilne.\n"
5007"Nie można ich włączyć jednocześnie.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005008
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005009#: misc/mke2fs.c:2194
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005010msgid ""
5011"\n"
5012"Warning: the bigalloc feature is still under development\n"
5013"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5014"\n"
5015msgstr ""
5016"\n"
5017"Uwaga: własność bigalloc jest nadal w trakcie rozwoju.\n"
5018"Więcej informacji pod https://ext4.wiki.kernel.org/index.php/Bigalloc\n"
5019"\n"
5020
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005021#: misc/mke2fs.c:2205
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005022msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005023msgstr ""
5024"zarezerwowane bloki do zmiany rozmiaru w locie nie obsługiwane na nieciągłym "
5025"systemie plików"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005026
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005027#: misc/mke2fs.c:2214
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005028msgid "blocks per group count out of range"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005029msgstr "liczba bloków w grupie spoza zakresu"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005030
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005031#: misc/mke2fs.c:2238
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005032msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005033msgstr ""
5034"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 -05005035
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005036#: misc/mke2fs.c:2250
Theodore Ts'o886017a2005-06-26 22:11:46 -04005037#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04005038msgid "invalid inode size %d (min %d/max %d)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005039msgstr "błędny rozmiar i-węzła %d (min %d/max %d)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005040
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005041#: misc/mke2fs.c:2268
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005042#, c-format
5043msgid "too many inodes (%llu), raise inode ratio?"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005044msgstr "zbyt dużo i-węzłów (%llu), zwiększyć współczynnik i-węzłów?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005045
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005046#: misc/mke2fs.c:2275
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005047#, c-format
5048msgid "too many inodes (%llu), specify < 2^32 inodes"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005049msgstr "zbyt dużo i-węzłów (%llu), należy podać < 2^32"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005050
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005051#: misc/mke2fs.c:2289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005052#, c-format
5053msgid ""
5054"inode_size (%u) * inodes_count (%u) too big for a\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005055"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005056"\tor lower inode count (-N).\n"
5057msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005058"rozm_iwęzła (%u) * liczba_iwęzłów (%u) zbyt duże dla systemu\n"
5059"\tplików o liczbie bloków %llu, należy podać większy współczynnik (-i)\n"
5060"\tlub mniejszą liczbę i-węzłów (-N).\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005061
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005062#: misc/mke2fs.c:2416
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005063#, c-format
5064msgid ""
5065"Overwriting existing filesystem; this can be undone using the command:\n"
5066" e2undo %s %s\n"
5067"\n"
5068msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005069"Nadpisywanie istniejącego systemu plików; można to wycofać poleceniem:\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005070" e2undo %s %s\n"
5071"\n"
5072
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005073#: misc/mke2fs.c:2430
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005074msgid "while trying to setup undo file\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005075msgstr "podczas próby utworzenia pliku cofnięcia (undo)\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005076
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005077#: misc/mke2fs.c:2456
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005078msgid "Discarding device blocks: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005079msgstr "Porzucanie bloków urządzenia: "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005080
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005081#: misc/mke2fs.c:2472
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005082msgid "failed - "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005083msgstr "nie powiodło się - "
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005084
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005085#: misc/mke2fs.c:2594
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005086msgid "while setting up superblock"
5087msgstr "podczas ustawiania superbloku"
5088
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005089#: misc/mke2fs.c:2610
Jakub Boguszdf585272014-05-18 09:46:34 -04005090msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005091msgstr ""
5092"Czyszczenie się powiodło i będzie zwracać zera - pominięto czyszczenie "
5093"tablicy i-węzłów\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005094
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005095#: misc/mke2fs.c:2698
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005096#, c-format
5097msgid "unknown os - %s"
5098msgstr "nieznany os - %s"
5099
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005100#: misc/mke2fs.c:2750
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005101msgid "Allocating group tables: "
5102msgstr "Przydzielanie tablicy grup: "
5103
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005104#: misc/mke2fs.c:2758
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005105msgid "while trying to allocate filesystem tables"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005106msgstr "podczas próby przydzielenia tablic systemu plików"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005107
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005108#: misc/mke2fs.c:2767
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005109msgid ""
5110"\n"
5111"\twhile converting subcluster bitmap"
5112msgstr ""
5113"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005114"\tpodczas próby przekształcenia bitmapy podklastrów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005115
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005116#: misc/mke2fs.c:2810
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005117#, c-format
5118msgid "while zeroing block %llu at end of filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005119msgstr "podczas zerowania bloku %llu na końcu systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005120
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005121#: misc/mke2fs.c:2824
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005122msgid "while reserving blocks for online resize"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005123msgstr "podczas rezerwowania bloków na zmianę rozmiaru w locie"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005124
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005125#: misc/mke2fs.c:2836 misc/tune2fs.c:679
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005126msgid "journal"
5127msgstr "kronika"
5128
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005129#: misc/mke2fs.c:2848
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005130#, c-format
5131msgid "Adding journal to device %s: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005132msgstr "Dodano kronikę do urządzenia %s: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005133
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005134#: misc/mke2fs.c:2855
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005135#, c-format
5136msgid ""
5137"\n"
5138"\twhile trying to add journal to device %s"
5139msgstr ""
5140"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005141"\tpodczas próby dodania kroniki do urządzenia %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005142
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005143#: misc/mke2fs.c:2860 misc/mke2fs.c:2891 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005144msgid "done\n"
5145msgstr "wykonano\n"
5146
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005147#: misc/mke2fs.c:2867
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005148msgid "Skipping journal creation in super-only mode\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005149msgstr "Pominięto tworzenie kroniki w trybie super-only\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005150
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005151#: misc/mke2fs.c:2878
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005152#, c-format
5153msgid "Creating journal (%u blocks): "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005154msgstr "Tworzenie kroniki (%u bloków): "
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005155
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005156#: misc/mke2fs.c:2887
Jakub Boguszf64e68e2012-04-22 15:38:43 -04005157msgid ""
5158"\n"
5159"\twhile trying to create journal"
5160msgstr ""
5161"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005162"\tpodczas próby utworzenia kroniki"
Jakub Boguszf64e68e2012-04-22 15:38:43 -04005163
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005164#: misc/mke2fs.c:2899 misc/tune2fs.c:483
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005165msgid ""
5166"\n"
5167"Error while enabling multiple mount protection feature."
5168msgstr ""
5169"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005170"Błąd podczas włączania funkcji zabezpieczenia przed wielokrotnym montowaniem."
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005171
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005172#: misc/mke2fs.c:2904
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005173#, c-format
5174msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005175msgstr ""
5176"Zabezpieczenie przed wielokrotnym montowaniem jest włączone z okresem "
5177"uaktualniania %d sekund.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005178
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005179#: misc/mke2fs.c:2921
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005180msgid "Writing superblocks and filesystem accounting information: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005181msgstr "Zapis superbloków i podsumowania systemu plików: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005182
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005183#: misc/mke2fs.c:2928
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005184msgid ""
5185"\n"
5186"Warning, had trouble writing out superblocks."
5187msgstr ""
5188"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005189"Uwaga, problemy z zapisem superbloków."
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005190
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005191#: misc/mke2fs.c:2930
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005192msgid ""
5193"done\n"
5194"\n"
5195msgstr ""
5196"wykonano\n"
5197"\n"
5198
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005199#: misc/mklost+found.c:50
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005200msgid "Usage: mklost+found\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005201msgstr "Składnia: mklost+found\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005202
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005203#: misc/partinfo.c:41
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005204#, c-format
5205msgid ""
5206"Usage: %s device...\n"
5207"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005208"Prints out the partition information for each given device.\n"
5209"For example: %s /dev/hda\n"
5210"\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005211msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005212"Składnia: %s urządzenie...\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005213"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005214"Wypisanie informacji o partycjach na każdym podanym urządzeniu.\n"
5215"Przykład: %s /dev/hda\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005216"\n"
5217
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005218#: misc/partinfo.c:51
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005219#, c-format
5220msgid "Cannot open %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005221msgstr "Nie można otworzyć %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005222
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005223#: misc/partinfo.c:57
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005224#, c-format
5225msgid "Cannot get geometry of %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005226msgstr "Nie można pobrać geometrii %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005227
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005228#: misc/partinfo.c:65
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005229#, c-format
5230msgid "Cannot get size of %s: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005231msgstr "Nie można pobrać rozmiaru %s: %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005232
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005233#: misc/partinfo.c:71
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005234#, c-format
5235msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005236msgstr "%s: h=%3d s=%3d c=%4d początek=%8d rozmiar=%8lu koniec=%8d\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005237
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005238#: misc/tune2fs.c:112
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005239msgid "Please run e2fsck on the filesystem.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005240msgstr "Proszę uruchomić e2fsck na systemie plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005241
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005242#: misc/tune2fs.c:121
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005243#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005244msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04005245"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005246"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005247"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
5248"mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005249"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005250"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005251"\t[-Q quota_options]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005252"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5253"\t[ -I new_inode_size ] device\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005254msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005255"Składnia: %s [-c max_licznik_montowań] [-e trakt._błędów] [-g grupa]\n"
5256"\t[-i odstęp[d|m|w]] [-j] [-J opcje_kroniki] [-l]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005257"\t[-m procent_rezerw._bloków] [-o [^]opcje_montowania[,...]] [-p okres_uakt."
5258"_mmp]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005259"\t[-r liczba_zarez._bloków] [-u użytkownik] [-C licznik_montowań]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005260"\t[-L etykieta_wolumenu] [-M ostatnio_mont._katalog] [-O [^]cecha[,...]]\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04005261"\t[-Q opcje_limitów]\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005262"\t[-E opcja_rozszerzona[,...]] [-T czas_ost._sprawdz.] [-U UUID]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005263"\t[-I nowy_rozmiar_i-węzła] urządzenie\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005264
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005265#: misc/tune2fs.c:217
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005266msgid "while trying to open external journal"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005267msgstr "podczas próby otworzenia zewnętrznej kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005268
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005269#: misc/tune2fs.c:222
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005270#, c-format
5271msgid "%s is not a journal device.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005272msgstr "%s nie jest urządzeniem kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005273
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005274#: misc/tune2fs.c:237
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005275msgid "Journal superblock not found!\n"
5276msgstr "Nie znaleziono superbloku kroniki!\n"
5277
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005278#: misc/tune2fs.c:248
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005279msgid "Filesystem's UUID not found on journal device.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005280msgstr "UUID systemu plików nie znaleziony na urządzeniu kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005282#: misc/tune2fs.c:269
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005283msgid ""
5284"Cannot locate journal device. It was NOT removed\n"
5285"Use -f option to remove missing journal device.\n"
5286msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005287"Nie można zlokalizować urządzenia kroniki. NIE zostało usunięte.\n"
5288"Można użyć opcji -f, aby usunąć nieistniejące urządzenie kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005289
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005290#: misc/tune2fs.c:277
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005291msgid "Journal removed\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005292msgstr "Kronika usunięta\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005293
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005294#: misc/tune2fs.c:321
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005295msgid "while reading bitmaps"
5296msgstr "podczas odczytu bitmap"
5297
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005298#: misc/tune2fs.c:329
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005299msgid "while clearing journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005300msgstr "podczas czyszczenia i-węzła kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005302#: misc/tune2fs.c:340
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005303msgid "while writing journal inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005304msgstr "podczas zapisu i-węzła kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005306#: misc/tune2fs.c:372 misc/tune2fs.c:385
Jakub Bogusze20ac792011-01-24 15:03:43 -05005307msgid "(and reboot afterwards!)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005308msgstr "(proszę zrestartować potem system!)\n"
Jakub Bogusze20ac792011-01-24 15:03:43 -05005309
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005310#: misc/tune2fs.c:419
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005311#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005312msgid "Clearing filesystem feature '%s' not supported.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005313msgstr "Usuwanie cechy systemu plików '%s' nie jest obsługiwane.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005314
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005315#: misc/tune2fs.c:425
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005316#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005317msgid "Setting filesystem feature '%s' not supported.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005318msgstr "Ustawianie cechy systemu plików '%s' nie jest obsługiwane.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005319
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005320#: misc/tune2fs.c:434
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005321msgid ""
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04005322"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005323"unmounted or mounted read-only.\n"
5324msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005325"Flaga has_journal może być wyczyszczona tylko kiedy system plików\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005326"jest odmontowany lub zamontowany tylko do odczytu.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005327
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005328#: misc/tune2fs.c:443
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005329msgid ""
5330"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5331"the has_journal flag.\n"
5332msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005333"Flaga needs_recovery jest ustawiona. Proszę uruchomić e2fsck przed\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005334"czyszczeniem flagi has_journal.\n"
5335
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005336#: misc/tune2fs.c:462
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005337msgid ""
5338"Setting filesystem feature 'sparse_super' not supported\n"
5339"for filesystems with the meta_bg feature enabled.\n"
5340msgstr ""
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005341"Ustawienie właściwości systemu plików 'sparse_super' nie jest obsługiwane\n"
5342"dla systemów plików z włączoną cechą meta_bg.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005343
5344#: misc/tune2fs.c:475
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005345msgid ""
5346"The multiple mount protection feature can't\n"
5347"be set if the filesystem is mounted or\n"
5348"read-only.\n"
5349msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005350"Funkcja ochrony przed wielokrotnym montowaniem nie może zostać\n"
5351"włączona, jeśli system plików jest zamontowany lub tylko do odczytu.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005352
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005353#: misc/tune2fs.c:493
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005354#, c-format
5355msgid "Multiple mount protection has been enabled with update interval %ds.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005356msgstr ""
5357"Zavezpieczenie przed wielokrotnym montowaniem została włączona z czasem "
5358"uaktualniania %ds.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005359
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005360#: misc/tune2fs.c:502
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005361msgid ""
5362"The multiple mount protection feature cannot\n"
5363"be disabled if the filesystem is readonly.\n"
5364msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005365"Funkcja zabezpieczenia przed wielokrotnym montowaniem nie może zostać\n"
5366"wyłączona, jeśli system plików jest tylko do odczytu.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005367
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005368#: misc/tune2fs.c:510
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005369msgid "Error while reading bitmaps\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005370msgstr "Błąd podczas odczytu bitmap\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005371
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005372#: misc/tune2fs.c:519
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005373#, c-format
5374msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5375msgstr "Liczba magiczna w bloku MMP się nie zgadza; oczekiwano %x, jest %x\n"
5376
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005377#: misc/tune2fs.c:524
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005378msgid "while reading MMP block."
5379msgstr "podczas odczytu bloku MMP."
5380
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005381#: misc/tune2fs.c:556
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005382msgid ""
5383"Clearing the flex_bg flag would cause the the filesystem to be\n"
5384"inconsistent.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005385msgstr "Wyłączenie flagi flex_bg spowoduje niespójność systemu plików.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005386
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005387#: misc/tune2fs.c:567
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04005388msgid ""
5389"The huge_file feature may only be cleared when the filesystem is\n"
5390"unmounted or mounted read-only.\n"
5391msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005392"Flaga huge_file może być wyczyszczona tylko kiedy system plików\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005393"jest odmontowany lub zamontowany tylko do odczytu.\n"
Theodore Ts'o2fc091a2008-07-17 09:03:50 -04005394
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005395#: misc/tune2fs.c:627
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005396msgid ""
5397"\n"
5398"Warning: '^quota' option overrides '-Q'arguments.\n"
5399msgstr ""
5400"\n"
5401"Uwaga: opcja '^quota' nadpisuje argumenty '-Q'.\n"
5402
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005403#: misc/tune2fs.c:672
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005404msgid "The filesystem already has a journal.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005405msgstr "System plików już ma kronikę.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005406
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005407#: misc/tune2fs.c:692
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005408#, c-format
5409msgid ""
5410"\n"
5411"\twhile trying to open journal on %s\n"
5412msgstr ""
5413"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005414"\tpodczas próby otworzenia kroniki na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005415
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005416#: misc/tune2fs.c:696
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005417#, c-format
5418msgid "Creating journal on device %s: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005419msgstr "Tworzenie kroniki na urządzeniu %s: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005420
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005421#: misc/tune2fs.c:704
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005422#, c-format
5423msgid "while adding filesystem to journal on %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005424msgstr "podczas dodawania systemu plików do kroniki na %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005425
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005426#: misc/tune2fs.c:710
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005427msgid "Creating journal inode: "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005428msgstr "Tworzenie i-węzła kroniki: "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005430#: misc/tune2fs.c:724
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005431msgid ""
5432"\n"
5433"\twhile trying to create journal file"
5434msgstr ""
5435"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005436"\tpodczas próby utworzenia pliku kroniki"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005437
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005438#: misc/tune2fs.c:799
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005439msgid "Couldn't allocate memory to parse quota options!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005440msgstr "Nie można przydzielić pamięci do analizy opcji limitów!\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005441
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005442#: misc/tune2fs.c:821
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005443msgid ""
5444"\n"
5445"Bad quota options specified.\n"
5446"\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005447"Following valid quota options are available (pass by separating with "
5448"comma):\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005449"\t[^]usrquota\n"
5450"\t[^]grpquota\n"
5451"\n"
5452"\n"
5453msgstr ""
5454"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005455"Podano błędne opcje limitów.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005456"\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005457"Dostępne są następujące opcje limitów (można je przekazywać oddzielone "
5458"przecinkiem):\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005459"\t[^]usrquota\n"
5460"\t[^]grpquota\n"
5461"\n"
5462"\n"
5463
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005464#: misc/tune2fs.c:881
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005465#, c-format
5466msgid "Couldn't parse date/time specifier: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005467msgstr "Nie można przeanalizować podanej daty/czasu: %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005468
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005469#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005470#, c-format
5471msgid "bad mounts count - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005472msgstr "błędna liczba montowań - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005473
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005474#: misc/tune2fs.c:938
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005475#, c-format
5476msgid "bad error behavior - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005477msgstr "błędne traktowanie błędów - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005478
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005479#: misc/tune2fs.c:965
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005480#, c-format
5481msgid "bad gid/group name - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005482msgstr "błędny gid/nazwa grupy - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005483
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005484#: misc/tune2fs.c:998
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005485#, c-format
5486msgid "bad interval - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005487msgstr "błędny odstęp - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005488
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005489#: misc/tune2fs.c:1027
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005490#, c-format
5491msgid "bad reserved block ratio - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005492msgstr "błędny procent zarezerwowanych bloków - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005493
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005494#: misc/tune2fs.c:1042
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005495msgid "-o may only be specified once"
5496msgstr "-o może być podane tylko raz"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005498#: misc/tune2fs.c:1051
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005499msgid "-O may only be specified once"
5500msgstr "-O może być podane tylko raz"
5501
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005502#: misc/tune2fs.c:1068
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005503#, c-format
5504msgid "bad reserved blocks count - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005505msgstr "błędna liczba zarezerwowanych bloków - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005507#: misc/tune2fs.c:1097
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005508#, c-format
5509msgid "bad uid/user name - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005510msgstr "błędny uid/nazwa użytkownika - %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005511
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005512#: misc/tune2fs.c:1114
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005513#, c-format
5514msgid "bad inode size - %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005515msgstr "błędny rozmiar i-węzła - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005516
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005517#: misc/tune2fs.c:1121
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005518#, c-format
5519msgid "Inode size must be a power of two- %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005520msgstr "Rozmiar i-węzła musi być potęgą dwójki - %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005522#: misc/tune2fs.c:1215
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005523#, c-format
5524msgid "mmp_update_interval too big: %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005525msgstr "Okres uaktualniania mmp zbyt duży: %lu\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005527#: misc/tune2fs.c:1220
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005528#, c-format
5529msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005530msgid_plural ""
5531"Setting multiple mount protection update interval to %lu seconds\n"
5532msgstr[0] ""
5533"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
5534"montowaniem na %lu sekundę\n"
5535msgstr[1] ""
5536"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
5537"montowaniem na %lu sekundy\n"
5538msgstr[2] ""
5539"Ustawianie okresu uaktualniania zabezpieczenia przed wielokrotnym "
5540"montowaniem na %lu sekund\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005541
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005542#: misc/tune2fs.c:1243
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005543#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005544msgid "Invalid RAID stride: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005545msgstr "Błędny parametr RAID stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005546
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005547#: misc/tune2fs.c:1258
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005548#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005549msgid "Invalid RAID stripe-width: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005550msgstr "Błędny parametr RAID stripe-width: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005551
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005552#: misc/tune2fs.c:1273
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005553#, c-format
5554msgid "Invalid hash algorithm: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005555msgstr "Błędny algorytm haszowania: %s\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005556
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005557#: misc/tune2fs.c:1279
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005558#, c-format
5559msgid "Setting default hash algorithm to %s (%d)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005560msgstr "Ustawianie domyślnego algorytmu haszowania na %s (%d)\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005561
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005562#: misc/tune2fs.c:1298
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005563msgid ""
5564"\n"
5565"Bad options specified.\n"
5566"\n"
5567"Extended options are separated by commas, and may take an argument which\n"
5568"\tis set off by an equals ('=') sign.\n"
5569"\n"
5570"Valid extended options are:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005571"\tclear_mmp\n"
5572"\thash_alg=<hash algorithm>\n"
5573"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005574"\tstride=<RAID per-disk chunk size in blocks>\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005575"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005576"\ttest_fs\n"
5577"\t^test_fs\n"
5578msgstr ""
5579"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005580"Podano błędne opcje.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005581"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005582"Opcje rozszerzone są oddzielane przecinkami i mogą przyjmować parametr,\n"
5583"\tktóry jest ustawiany znakiem '='.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005584"\n"
5585"Poprawne opcje to:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005586"\tclear_mmp\n"
5587"\thash_alg=<algorytm haszowania>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005588"\tmount_opts=<rozszerzone domyślne opcje montowania>\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005589"\tstride=<rozmiar porcji danych RAID na dysku w blokach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005590"\tstripe_width=<RAID stride * liczba dysków danych w blokach>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05005591"\ttest_fs\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005592"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005593
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005594#: misc/tune2fs.c:1764
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005595msgid "Failed to read inode bitmap\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005596msgstr "Nie udało się odczytać bitmapy i-węzłów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005597
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005598#: misc/tune2fs.c:1769
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005599msgid "Failed to read block bitmap\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005600msgstr "Nie udało się odczytać bitmapy bloków\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005601
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005602#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005603msgid "blocks to be moved"
5604msgstr "bloki do przeniesienia"
5605
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005606#: misc/tune2fs.c:1789
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005607msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005608msgstr ""
5609"Nie udało się przydzielić bitmapy bloków podczas zwiększania rozmiaru i-"
5610"węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005611
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005612#: misc/tune2fs.c:1795
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005613msgid "Not enough space to increase inode size \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005614msgstr "Za mało miejsca, aby zwiększyć rozmiar i-węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005616#: misc/tune2fs.c:1800
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005617msgid "Failed to relocate blocks during inode resize \n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005618msgstr "Nie udało się przemieścić bloków podczas zmiany rozmiaru i-węzła\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005620#: misc/tune2fs.c:1832
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005621msgid ""
5622"Error in resizing the inode size.\n"
5623"Run e2undo to undo the file system changes. \n"
5624msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005625"Błąd podczas zmiany rozmiaru i-węzła.\n"
5626"Należy uruchomić e2undo w celu wycofania zmian w systemie plików.\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04005627
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005628#: misc/tune2fs.c:1859
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005629msgid "Couldn't allocate memory for tdb filename\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005630msgstr "Nie można przydzielić pamięci na nazwę plików tdb\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005631
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005632#: misc/tune2fs.c:1880
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005633#, c-format
5634msgid "while trying to delete %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005635msgstr "podczas próby usunięcia %s"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005636
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005637#: misc/tune2fs.c:1888
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005638#, c-format
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005639msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005640"To undo the tune2fs operation please run the command\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005641" e2undo %s %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005642"\n"
5643msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005644"Aby wycofać operację tune2fs, proszę wydać polecenie\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005645" e2undo %s %s\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005646"\n"
5647
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005648#: misc/tune2fs.c:1957
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005649#, c-format
5650msgid ""
5651"MMP block magic is bad. Try to fix it by running:\n"
5652"'e2fsck -f %s'\n"
5653msgstr ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005654"Liczba magiczna bloku MMP jest błędna. Można próbować to naprawić "
5655"uruchamiając:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005656"'e2fsck -f %s'\n"
5657
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005658#: misc/tune2fs.c:1975
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005659#, c-format
Jakub Boguszdd6d6712009-07-01 21:32:26 -04005660msgid "The inode size is already %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005661msgstr "Rozmiar i-węzła już wynosi %lu\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005662
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005663#: misc/tune2fs.c:1982
Jakub Boguszdf585272014-05-18 09:46:34 -04005664msgid "Shrinking inode size is not supported\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005665msgstr "Zmniejszanie rozmiaru i-węzła nie jest obsługiwane\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005666
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005667#: misc/tune2fs.c:1987
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005668#, c-format
5669msgid "Invalid inode size %lu (max %d)\n"
5670msgstr "Błędny rozmiar i-węzła %lu (max %d)\n"
5671
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005672#: misc/tune2fs.c:2034
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005673#, c-format
5674msgid "Setting maximal mount count to %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005675msgstr "Ustawianie maksymalnej liczby montowań na %d\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005676
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005677#: misc/tune2fs.c:2040
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005678#, c-format
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005679msgid "Setting current mount count to %d\n"
5680msgstr "Ustawianie aktualnego licznika montowań na %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005681
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005682#: misc/tune2fs.c:2045
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005683#, c-format
5684msgid "Setting error behavior to %d\n"
5685msgstr "Ustawianie traktowania błędów na %d\n"
5686
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005687#: misc/tune2fs.c:2050
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005688#, c-format
5689msgid "Setting reserved blocks gid to %lu\n"
5690msgstr "Ustawianie gid-a zarezerwowanych bloków na %lu\n"
5691
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005692#: misc/tune2fs.c:2055
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005693#, c-format
5694msgid "interval between checks is too big (%lu)"
5695msgstr "odstęp pomiędzy sprawdzeniami jest zbyt duży (%lu)"
5696
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005697#: misc/tune2fs.c:2062
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005698#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005699msgid "Setting interval between checks to %lu seconds\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005700msgstr "Ustawianie odstępu pomiędzy sprawdzeniami na %lu sekund\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005701
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005702#: misc/tune2fs.c:2069
Theodore Ts'of2275e32006-01-06 20:44:13 -05005703#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005704msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005705msgstr "Ustawianie procentu zarezerwowanych bloków na %g%% (%llu bloków)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005706
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005707#: misc/tune2fs.c:2075
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005708#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005709msgid "reserved blocks count is too big (%llu)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005710msgstr "liczba zarezerwowanych bloków jest zbyt duża (%llu)"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005711
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005712#: misc/tune2fs.c:2082
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005713#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005714msgid "Setting reserved blocks count to %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005715msgstr "Ustawianie liczby zarezerwowanych bloków na %llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005716
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005717#: misc/tune2fs.c:2088
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005718msgid ""
5719"\n"
5720"The filesystem already has sparse superblocks.\n"
5721msgstr ""
5722"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005723"System plików już ma rzadkie superbloki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005724
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005725#: misc/tune2fs.c:2092
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005726msgid ""
5727"\n"
5728"Setting the sparse superblock flag not supported\n"
5729"for filesystems with the meta_bg feature enabled.\n"
5730msgstr ""
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005731"\n"
5732"Ustawienie flagi rzadkiego superbloku nie jest obsługiwane\n"
5733"dla systemów plików z włączoną cechą meta_bg.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005734
5735#: misc/tune2fs.c:2103
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005736#, c-format
5737msgid ""
5738"\n"
5739"Sparse superblock flag set. %s"
5740msgstr ""
5741"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005742"Flaga rzadkich superbloków ustawiona. %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005743
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005744#: misc/tune2fs.c:2108
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005745msgid ""
5746"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005747"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005748msgstr ""
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005749"\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005750"Usuwanie flagi rzadkiego superbloku nie jest obsługiwane.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005751
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005752#: misc/tune2fs.c:2116
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005753#, c-format
5754msgid "Setting time filesystem last checked to %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005755msgstr "Ustawianie czasu ostatniego sprawdzenia systemu plików na %s\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005756
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005757#: misc/tune2fs.c:2122
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005758#, c-format
5759msgid "Setting reserved blocks uid to %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005760msgstr "Ustawianie uid-a zarezerwowanych bloków na %lu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005761
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005762#: misc/tune2fs.c:2154
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005763msgid "Error in using clear_mmp. It must be used with -f\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005764msgstr "Błąd w użyciu clear_mmp. Opcja ta musi być użyta z -f\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005765
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005766#: misc/tune2fs.c:2172
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005767msgid ""
5768"The quota feature may only be changed when the filesystem is unmounted.\n"
5769msgstr ""
5770"Funkcję limitów można zmienić tylko na niezamontowanym systemie plików.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005771
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005772#: misc/tune2fs.c:2191
Jakub Boguszdf585272014-05-18 09:46:34 -04005773msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5774msgstr "UUID można zmienić tylko na niezamontowanym systemie plików.\n"
5775
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005776#: misc/tune2fs.c:2219
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005777msgid "Invalid UUID format\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005778msgstr "Błędny format UUID-a\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005779
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005780#: misc/tune2fs.c:2232
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005781msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005782msgstr ""
5783"Rozmiar i-węzła można zmienić tylko na niezamontowanym systemie plików.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005784
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005785#: misc/tune2fs.c:2240
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005786msgid ""
5787"Changing the inode size not supported for filesystems with the flex_bg\n"
5788"feature enabled.\n"
5789msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005790"Zmiana rozmiaru i-węzła nie jest obsługiwana dla systemów plików\n"
5791"z włączoną cechą flex_bg.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005792
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005793#: misc/tune2fs.c:2253
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005794#, c-format
5795msgid "Setting inode size %lu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005796msgstr "Ustawianie rozmiaru i-węzła na %lu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04005797
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005798#: misc/tune2fs.c:2256
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005799msgid "Failed to change inode size\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005800msgstr "Nie udało się zmienić rozmiaru i-węzła\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005801
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005802#: misc/tune2fs.c:2267
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005803#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005804msgid "Setting stride size to %d\n"
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005805msgstr "Ustawianie rozmiaru stride na %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005806
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005807#: misc/tune2fs.c:2272
Jakub Bogusz42e0dea2008-03-10 15:08:29 -04005808#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005809msgid "Setting stripe width to %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005810msgstr "Ustawianie szerokości stripe na na %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005811
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005812#: misc/tune2fs.c:2279
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005813#, c-format
5814msgid "Setting extended default mount options to '%s'\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005815msgstr "Ustawianie rozszerzonych domyślnych opcji montowania na '%s'\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005816
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005817#: misc/util.c:93
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005818msgid "<proceeding>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005819msgstr "<kontynuacja>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005820
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005821#: misc/util.c:97
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005822#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005823msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005824msgstr "Kontynuować mimo to (lub odczekać %d s)? (t,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005825
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005826#: misc/util.c:101
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005827msgid "Proceed anyway? (y,n) "
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005828msgstr "Kontynuować mimo to? (t,n) "
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005829
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005830#: misc/util.c:132
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005831#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005832msgid "\tlast mounted on %s on %s"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005833msgstr "\tostatnio montowano %s pod %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005834
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005835#: misc/util.c:135
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005836#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005837msgid "\tlast mounted on %s"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005838msgstr "\tostatnio montowano %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005839
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005840#: misc/util.c:138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005841#, c-format
5842msgid "\tcreated on %s"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005843msgstr "\tutworzono %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005844
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005845#: misc/util.c:141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005846#, c-format
5847msgid "\tlast modified on %s"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005848msgstr "\tostatnio zmodyfikowano %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005849
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005850#: misc/util.c:175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005851#, c-format
5852msgid "Found a %s partition table in %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005853msgstr "Znaleziono tablicę partycji %s w %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005854
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005855#: misc/util.c:205
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005856#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005857msgid "Creating regular file %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005858msgstr "Tworzenie zwykłego pliku %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005859
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005860#: misc/util.c:208
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005861#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005862msgid "Could not open %s: %s\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005863msgstr "Nie udało się otworzyć %s: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005864
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005865#: misc/util.c:211
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005866msgid ""
5867"\n"
5868"The device apparently does not exist; did you specify it correctly?\n"
5869msgstr ""
5870"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005871"Urządzenie najwyraźniej nie istnieje; czy zostało podane poprawnie?\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005872
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005873#: misc/util.c:233
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005874#, c-format
5875msgid "%s is not a block special device.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005876msgstr "%s nie jest specjalnym urządzeniem blokowym.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005877
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005878#: misc/util.c:255
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005879#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005880msgid "%s contains a %s file system labelled '%s'\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005881msgstr "%s zawiera system plików %s z etykietą '%s'\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005882
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005883#: misc/util.c:258
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005884#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005885msgid "%s contains a %s file system\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005886msgstr "%s zawiera system plików %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005887
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005888#: misc/util.c:295
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005889#, c-format
5890msgid "%s is entire device, not just one partition!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005891msgstr "%s jest całym urządzeniem, a nie tylko jedną partycją!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005892
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005893#: misc/util.c:318
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005894msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005895msgstr "mke2fs wymuszone mimo to. Mam nadzieję, że /etc/mtab się myli.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005896
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005897#: misc/util.c:323
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005898#, c-format
5899msgid "will not make a %s here!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005900msgstr "nie zrobię tutaj %s!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005901
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005902#: misc/util.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005903msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04005904msgstr "mke2fs wymuszone mimo to.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005905
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005906#: misc/util.c:346
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005907msgid "Couldn't allocate memory to parse journal options!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005908msgstr "Nie można przydzielić pamięci na analizę opcji kroniki!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005909
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005910#: misc/util.c:371
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04005911#, c-format
5912msgid ""
5913"\n"
5914"Could not find journal device matching %s\n"
5915msgstr ""
5916"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005917"Nie można znaleźć urządzenia kroniki pasującego do %s\n"
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04005918
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005919#: misc/util.c:398
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005920msgid ""
5921"\n"
5922"Bad journal options specified.\n"
5923"\n"
5924"Journal options are separated by commas, and may take an argument which\n"
5925"\tis set off by an equals ('=') sign.\n"
5926"\n"
5927"Valid journal options are:\n"
5928"\tsize=<journal size in megabytes>\n"
5929"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005930"\tlocation=<journal location>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005931"\n"
Jakub Bogusz61e6e042008-09-02 23:47:16 -04005932"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005933"\n"
5934msgstr ""
5935"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005936"Podano błędne opcje kroniki.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005937"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005938"Opcje kroniki są oddzielane przecinkami i mogą przyjmować parametr,\n"
5939"\tktóry ustawia się znakiem '='.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005940"\n"
5941"Poprawne opcje kroniki to:\n"
5942"\tsize=<rozmiar kroniki w megabajtach>\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005943"\tdevice=<urządzenie kroniki>\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04005944"\tlocation=<położenie kroniki>\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005945"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005946"Rozmiar kroniki musi być pomiędzy 1024 a 10240000 blokami systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005947"\n"
5948
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005949#: misc/util.c:429
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005950msgid ""
5951"\n"
5952"Filesystem too small for a journal\n"
5953msgstr ""
5954"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005955"System plików za mały na kronikę\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005956
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005957#: misc/util.c:436
Theodore Ts'od46ce702007-07-10 09:45:47 -04005958#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005959msgid ""
5960"\n"
5961"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005962"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005963msgstr ""
5964"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005965"Żądany rozmiar kroniki to %d bloków; musi być\n"
5966"pomiędzy 1024 a 10240000 bloków. Przerwano.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005967
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005968#: misc/util.c:444
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005969msgid ""
5970"\n"
5971"Journal size too big for filesystem.\n"
5972msgstr ""
5973"\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005974"Rozmiar kroniki zbyt duży dla systemu plików.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005975
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005976#: misc/util.c:458
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005977#, c-format
5978msgid ""
5979"This filesystem will be automatically checked every %d mounts or\n"
5980"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5981msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005982"Ten system plików będzie automatycznie sprawdzany co każde %d montowań\n"
5983"lub co %g dni, zależnie co nastąpi pierwsze. Można to zmienić poprzez\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05005984"tune2fs -c lub -i.\n"
5985
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005986#: misc/uuidd.c:48
5987#, c-format
5988msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005989msgstr ""
5990"Składnia: %s [-d] [-p plik_pid] [-s ścieżka_gniazda] [-T limit_czasu]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005991
5992#: misc/uuidd.c:50
5993#, c-format
5994msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05005995msgstr " %s [-r|t] [-n ile] [-s ścieżka_gniazda]\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04005996
5997#: misc/uuidd.c:52
5998#, c-format
5999msgid " %s -k\n"
6000msgstr " %s -k\n"
6001
6002#: misc/uuidd.c:154
6003msgid "bad arguments"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006004msgstr "błędne argumenty"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006005
6006#: misc/uuidd.c:172
6007msgid "connect"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006008msgstr "łączenie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006009
6010#: misc/uuidd.c:191
6011msgid "write"
6012msgstr "zapis"
6013
6014#: misc/uuidd.c:199
6015msgid "read count"
6016msgstr "odczyt liczby"
6017
6018#: misc/uuidd.c:205
6019msgid "bad response length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006020msgstr "błędna długość odpowiedzi"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006021
6022#: misc/uuidd.c:270
6023#, c-format
6024msgid "uuidd daemon already running at pid %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006025msgstr "demon uuidd już działa z pidem %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006026
6027#: misc/uuidd.c:278
6028#, c-format
6029msgid "Couldn't create unix stream socket: %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006030msgstr "Nie udało się utworzyć uniksowego gniazda strumieniowego: %s"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006031
6032#: misc/uuidd.c:307
6033#, c-format
6034msgid "Couldn't bind unix socket %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006035msgstr "Nie udało się podpiąć gniazda uniksowego %s: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006036
6037#: misc/uuidd.c:315
6038#, c-format
6039msgid "Couldn't listen on unix socket %s: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006040msgstr "Nie można nasłuchiwać na gnieździe uniksowym %s: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006041
6042#: misc/uuidd.c:353
6043#, c-format
6044msgid "Error reading from client, len = %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006045msgstr "Błąd odczytu od klienta, długość = %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006046
6047#: misc/uuidd.c:361
6048#, c-format
6049msgid "operation %d, incoming num = %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006050msgstr "operacja %d, liczba przychodząca = %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006051
6052#: misc/uuidd.c:380
6053#, c-format
6054msgid "Generated time UUID: %s\n"
6055msgstr "Wygenerowany UUID czasowy: %s\n"
6056
6057#: misc/uuidd.c:390
6058#, c-format
6059msgid "Generated random UUID: %s\n"
6060msgstr "Wygenerowany UUID losowy: %s\n"
6061
6062#: misc/uuidd.c:399
6063#, c-format
6064msgid "Generated time UUID %s and subsequent UUID\n"
6065msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6066msgstr[0] "Wygenerowany UUID czasowy %s i kolejny\n"
6067msgstr[1] "Wygenerowany UUID czasowy %s i %d kolejne\n"
6068msgstr[2] "Wygenerowany UUID czasowy %s i %d kolejnych\n"
6069
6070#: misc/uuidd.c:420
6071#, c-format
6072msgid "Generated %d UUID's:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006073msgstr "Wygenerowano %d UUID-ów:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006074
6075#: misc/uuidd.c:432
6076#, c-format
6077msgid "Invalid operation %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006078msgstr "Błędna operacja %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006079
6080#: misc/uuidd.c:476 misc/uuidd.c:498
6081#, c-format
6082msgid "Bad number: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006083msgstr "Błędna liczba: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006084
6085#: misc/uuidd.c:533 misc/uuidd.c:562
6086#, c-format
6087msgid "Error calling uuidd daemon (%s): %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006088msgstr "Błąd podczas wywołania demona uuidd (%s): %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006089
6090#: misc/uuidd.c:543
6091#, c-format
6092msgid "%s and subsequent UUID\n"
6093msgid_plural "%s and subsequent %d UUIDs\n"
6094msgstr[0] "%s i kolejny UUID\n"
6095msgstr[1] "%s i %d kolejne UUID-y\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006096msgstr[2] "%s i %d kolejnych UUID-ów\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006097
6098#: misc/uuidd.c:547
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006099msgid "List of UUID's:\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006100msgstr "Lista UUID-ów:\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006101
6102#: misc/uuidd.c:568
6103#, c-format
6104msgid "Unexpected reply length from server %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006105msgstr "Nieoczekiwana długość odpowiedzi serwera: %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006106
6107#: misc/uuidd.c:585
6108#, c-format
6109msgid "Couldn't kill uuidd running at pid %d: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006110msgstr "Nie udało się zabić uuidd działającego z pidem %d: %s\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006111
6112#: misc/uuidd.c:591
6113#, c-format
6114msgid "Killed uuidd running at pid %d\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006115msgstr "Zapito uuidd działający z pidem %d\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006116
6117#: misc/uuidgen.c:32
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006118#, c-format
6119msgid "Usage: %s [-r] [-t]\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006120msgstr "Składnia: %s [-r] [-t]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006121
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006122#: resize/extent.c:202
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006123msgid "# Extent dump:\n"
Jakub Bogusz92ec6012010-04-19 16:59:03 -04006124msgstr "# Zrzut ekstentu:\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006125
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006126#: resize/extent.c:203
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006127#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006128msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6129msgstr "#\tNum=%llu, Rozmiar=%llu, Kursor=%llu, Sortowane=%llu\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006130
Jakub Boguszdf585272014-05-18 09:46:34 -04006131#: resize/main.c:44
Theodore Ts'oce1250c2005-05-20 22:51:55 -04006132#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006133msgid ""
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006134"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006135"\n"
6136msgstr ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006137"Składnia: %s [-d flagi_śledzenia] [-f] [-F] [-M] [-P] [-p] urządzenie "
6138"[nowy_rozm]\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006139"\n"
6140
Jakub Boguszdf585272014-05-18 09:46:34 -04006141#: resize/main.c:66
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006142msgid "Extending the inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006143msgstr "Rozszerzanie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006144
Jakub Boguszdf585272014-05-18 09:46:34 -04006145#: resize/main.c:69
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006146msgid "Relocating blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006147msgstr "Relokowanie bloków"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006148
Jakub Boguszdf585272014-05-18 09:46:34 -04006149#: resize/main.c:72
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006150msgid "Scanning inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006151msgstr "Przeszukiwanie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006152
Jakub Boguszdf585272014-05-18 09:46:34 -04006153#: resize/main.c:75
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006154msgid "Updating inode references"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006155msgstr "Uaktualnianie odwołań do i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006156
Jakub Boguszdf585272014-05-18 09:46:34 -04006157#: resize/main.c:78
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006158msgid "Moving inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006159msgstr "Przenoszenie tablicy i-węzłów"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006160
Jakub Boguszdf585272014-05-18 09:46:34 -04006161#: resize/main.c:81
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006162msgid "Unknown pass?!?"
6163msgstr "Nieznany przebieg?!?"
6164
Jakub Boguszdf585272014-05-18 09:46:34 -04006165#: resize/main.c:84
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006166#, c-format
6167msgid "Begin pass %d (max = %lu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006168msgstr "Początkowy przebieg %d (maksymalny = %lu)\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006169
Jakub Boguszdf585272014-05-18 09:46:34 -04006170#: resize/main.c:155
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006171msgid ""
6172"\n"
Jakub Boguszdf585272014-05-18 09:46:34 -04006173"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6174"your own risk! Use the force option if you want to go ahead anyway.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006175"\n"
6176msgstr ""
6177"\n"
6178"Zmiana rozmiarów systemów plików bigalloc nie została jeszcze w pełni\n"
6179"przetestowana. Kontynuacja tylko na własne ryzyko! Aby mimo wszystko\n"
6180"to wykonać, należy użyć opcji force.\n"
6181"\n"
6182
Jakub Boguszdf585272014-05-18 09:46:34 -04006183#: resize/main.c:272
Theodore Ts'of2275e32006-01-06 20:44:13 -05006184#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05006185msgid "while opening %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05006186msgstr "podczas otwierania %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006187
Jakub Boguszdf585272014-05-18 09:46:34 -04006188#: resize/main.c:280
Theodore Ts'of2275e32006-01-06 20:44:13 -05006189#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05006190msgid "while getting stat information for %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05006191msgstr "podczas pobierania informacji stat dla %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006192
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006193#: resize/main.c:327
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04006194#, c-format
6195msgid ""
6196"Please run 'e2fsck -f %s' first.\n"
6197"\n"
6198msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006199"Proszę uruchomić najpierw 'e2fsck -f %s'.\n"
Jakub Bogusz2cb3c4b2010-06-07 12:21:46 -04006200"\n"
6201
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006202#: resize/main.c:346
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006203#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006204msgid "Estimated minimum size of the filesystem: %llu\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006205msgstr "Przybliżony minimalny rozmiar systemu plików: %llu\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006206
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006207#: resize/main.c:382
Jakub Boguszdd6d6712009-07-01 21:32:26 -04006208#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006209msgid "Invalid new size: %s\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006210msgstr "Błędny nowy rozmiar: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006211
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006212#: resize/main.c:398
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006213msgid "New size too large to be expressed in 32 bits\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006214msgstr "Nowy rozmiar zbyt duży, by mógł być wyrażony w 32 bitach\n"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04006215
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006216#: resize/main.c:406
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006217#, c-format
6218msgid "New size smaller than minimum (%llu)\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006219msgstr "Nowy rozmiar jest mniejszy niż minimalny (%llu)\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006220
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006221#: resize/main.c:412
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006222msgid "Invalid stride length"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006223msgstr "Błędna długość stride"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006224
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006225#: resize/main.c:436
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006226#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006227msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006228"The containing partition (or device) is only %llu (%dk) blocks.\n"
6229"You requested a new size of %llu blocks.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006230"\n"
6231msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006232"Partycja zawierająca (lub urządzenie) ma tylko %llu bloków (%dk).\n"
6233"Zażądano nowego rozmiaru %llu bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006234"\n"
6235
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006236#: resize/main.c:443
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006237#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006238msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006239"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006240"\n"
6241msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006242"System plików już ma wielkość %llu bloków. Nie ma nic do roboty!\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006243"\n"
6244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006245#: resize/main.c:452
Jakub Boguszc1695eb2009-07-28 11:44:42 -04006246#, c-format
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006247msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006248msgstr "Zmiana rozmiaru systemu plików %s na %llu (%dk) bloków.\n"
Jakub Boguszc1695eb2009-07-28 11:44:42 -04006249
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006250#: resize/main.c:461
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006251#, c-format
6252msgid "while trying to resize %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006253msgstr "podczas próby zmiany rozmiaru %s"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006254
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006255#: resize/main.c:464
Jakub Boguszc1695eb2009-07-28 11:44:42 -04006256#, c-format
6257msgid ""
6258"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6259"after the aborted resize operation.\n"
6260msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006261"Proszę uruchomić 'e2fsck -fy %s', aby naprawić system plików\n"
Jakub Boguszc1695eb2009-07-28 11:44:42 -04006262"po przerwanej operacji zmiany rozmiaru.\n"
6263
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006264#: resize/main.c:470
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006265#, c-format
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006266msgid ""
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006267"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006268"\n"
6269msgstr ""
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006270"System plików na %s ma teraz %llu bloków.\n"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006271"\n"
6272
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006273#: resize/main.c:485
Jakub Boguszdd6d6712009-07-01 21:32:26 -04006274#, c-format
6275msgid "while trying to truncate %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006276msgstr "podczas próby skrócenia %s"
Jakub Boguszdd6d6712009-07-01 21:32:26 -04006277
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006278#: resize/online.c:82
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006279msgid "kernel does not support online resize with sparse_super2"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006280msgstr "jądro nie obsługuje zmiany rozmiaru w locie przy fladze sparse_super2"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006281
6282#: resize/online.c:87
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006283#, c-format
6284msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006285msgstr ""
6286"System plików %s jest zamontowany pod %s; wymagana zmiana rozmiaru w locie\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006287
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006288#: resize/online.c:91
Jakub Bogusze20ac792011-01-24 15:03:43 -05006289msgid "On-line shrinking not supported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006290msgstr "Zmniejszanie w locie nie jest obsługiwane"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006291
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006292#: resize/online.c:116
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006293msgid "Filesystem does not support online resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006294msgstr "System plików nie obsługuje zmiany rozmiaru w locie"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006295
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006296#: resize/online.c:125
Jakub Boguszb675f582013-01-15 23:30:36 -05006297msgid "Not enough reserved gdt blocks for resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006298msgstr "Zbyt mało zarezerwowanych bloków gdt do zmiany rozmiaru"
Jakub Boguszb675f582013-01-15 23:30:36 -05006299
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006300#: resize/online.c:132
Jakub Boguszb675f582013-01-15 23:30:36 -05006301msgid "Kernel does not support resizing a file system this large"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006302msgstr "Jądro nie obsługuje zmiany rozmiaru tak dużego systemu plików"
Jakub Boguszb675f582013-01-15 23:30:36 -05006303
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006304#: resize/online.c:140
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006305#, c-format
6306msgid "while trying to open mountpoint %s"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006307msgstr "podczas próby otwarcia punktu montowania %s"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006308
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006309#: resize/online.c:145
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006310#, c-format
6311msgid "Old resize interface requested.\n"
6312msgstr "Zażądano starego interfejsu resize.\n"
6313
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006314#: resize/online.c:164 resize/online.c:181
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006315msgid "Permission denied to resize filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006316msgstr "Brak uprawnień do zmiany rozmiaru systemu plików"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006318#: resize/online.c:167 resize/online.c:187
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006319msgid "While checking for on-line resizing support"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006320msgstr "Podczas sprawdzania obsługi zmiany rozmiaru w locie"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006321
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006322#: resize/online.c:184
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006323msgid "Kernel does not support online resizing"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006324msgstr "Jądro nie obsługuje zmiany rozmiaru w locie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006325
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006326#: resize/online.c:223
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006327#, c-format
6328msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006329msgstr "Wykonywanie zmiany rozmiaru w locie %s na %llu (%dk) bloków.\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006330
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006331#: resize/online.c:233
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006332msgid "While trying to extend the last group"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006333msgstr "Podczas próby rozszerzenia ostatniej grupy"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006334
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006335#: resize/online.c:287
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006336#, c-format
6337msgid "While trying to add group #%d"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006338msgstr "Podczas próby dodania grupy #%d"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006339
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006340#: resize/online.c:298
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006341#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006342msgid ""
6343"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6344"this system.\n"
6345msgstr ""
6346"System plików na %s jest zamontowany pod %s, zmiana rozmiaru w locie nie "
6347"jest obsługiwana na tym systemie.\n"
Jakub Bogusz0280f1e2008-06-21 14:06:00 -04006348
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006349#: resize/resize2fs.c:402
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006350#, c-format
6351msgid "inodes (%llu) must be less than %u"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006352msgstr "liczba i-węzłów (%llu) musi być mniejsza niż %u"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006353
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006354#: resize/resize2fs.c:685
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006355msgid "reserved blocks"
6356msgstr "zarezerwowane bloki"
6357
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006358#: resize/resize2fs.c:930
Theodore Ts'obc759702005-05-09 20:40:55 -04006359msgid "meta-data blocks"
6360msgstr "bloki metadanych"
Theodore Ts'of419fdf2003-11-21 12:56:32 -05006361
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006362#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006363msgid "new meta blocks"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006364msgstr "nowe bloki meta"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006365
6366#: resize/resize2fs.c:2046
6367msgid "Should never happen! No sb in last super_sparse bg?\n"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006368msgstr "To się nie powinno zdarzyć! Brak sb w ostatnim super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006369
6370#: resize/resize2fs.c:2051
6371msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006372msgstr ""
6373"To się nie powinno zdarzyć! Nieoczekiwane old_desc w super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006374
6375#: resize/resize2fs.c:2129
Theodore Ts'obc759702005-05-09 20:40:55 -04006376msgid "Should never happen: resize inode corrupt!\n"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006377msgstr "Nigdy się nie powinno zdarzyć: i-węzeł zmiany rozmiaru uszkodzony!\n"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006378
6379#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006380msgid "EXT2FS Library version 1.42.10"
Jakub Bogusz3f19bda2014-07-05 23:18:05 -04006381msgstr "Biblioteka EXT2FS w wersji 1.42.10"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006382
6383#: lib/ext2fs/ext2_err.c:12
6384msgid "Wrong magic number for ext2_filsys structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006385msgstr "Błędna liczba magiczna dla struktury ext2_filsys"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006386
6387#: lib/ext2fs/ext2_err.c:13
6388msgid "Wrong magic number for badblocks_list structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006389msgstr "Błędna liczba magiczna dla struktury badblocks_list"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006390
6391#: lib/ext2fs/ext2_err.c:14
6392msgid "Wrong magic number for badblocks_iterate structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006393msgstr "Błędna liczba magiczna dla struktury badblocks_iterate"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006394
6395#: lib/ext2fs/ext2_err.c:15
6396msgid "Wrong magic number for inode_scan structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006397msgstr "Błędna liczba magiczna dla struktury inode_scan"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006398
6399#: lib/ext2fs/ext2_err.c:16
6400msgid "Wrong magic number for io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006401msgstr "Błędna liczba magiczna dla struktury io_channel"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006402
6403#: lib/ext2fs/ext2_err.c:17
6404msgid "Wrong magic number for unix io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006405msgstr "Błędna liczba magiczna dla struktury io_channel typu unix"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006406
6407#: lib/ext2fs/ext2_err.c:18
6408msgid "Wrong magic number for io_manager structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006409msgstr "Błędna liczba magiczna dla struktury io_manager"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006410
6411#: lib/ext2fs/ext2_err.c:19
6412msgid "Wrong magic number for block_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006413msgstr "Błędna liczba magiczna dla struktury block_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006414
6415#: lib/ext2fs/ext2_err.c:20
6416msgid "Wrong magic number for inode_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006417msgstr "Błędna liczba magiczna dla struktury inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006418
6419#: lib/ext2fs/ext2_err.c:21
6420msgid "Wrong magic number for generic_bitmap structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006421msgstr "Błędna liczba magiczna dla struktury generic_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006422
6423#: lib/ext2fs/ext2_err.c:22
6424msgid "Wrong magic number for test io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006425msgstr "Błędna liczba magiczna dla strukruty io_channel typu test"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006426
6427#: lib/ext2fs/ext2_err.c:23
6428msgid "Wrong magic number for directory block list structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006429msgstr "Błędna liczba magiczna dla struktury listy bloków katalogu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006430
6431#: lib/ext2fs/ext2_err.c:24
6432msgid "Wrong magic number for icount structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006433msgstr "Błędna liczba magiczna dla struktury icount"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006434
6435#: lib/ext2fs/ext2_err.c:25
6436msgid "Wrong magic number for Powerquest io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006437msgstr "Błędna liczba magiczna dla struktury io_channel typu Powerquest"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006438
6439#: lib/ext2fs/ext2_err.c:26
6440msgid "Wrong magic number for ext2 file structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006441msgstr "Błędna liczba magiczna dla struktury pliku ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006442
6443#: lib/ext2fs/ext2_err.c:27
6444msgid "Wrong magic number for Ext2 Image Header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006445msgstr "Błędna liczba magiczna dla nagłówka obrazu ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006446
6447#: lib/ext2fs/ext2_err.c:28
6448msgid "Wrong magic number for inode io_channel structure"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006449msgstr "Błędna liczba magiczna dla struktury io_channel i-węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006450
6451#: lib/ext2fs/ext2_err.c:29
6452msgid "Wrong magic number for ext4 extent handle"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006453msgstr "Błędna liczba magiczna dla uchwytu ekstentu ext4"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006454
6455#: lib/ext2fs/ext2_err.c:30
6456msgid "Bad magic number in super-block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006457msgstr "Błędna liczba magiczna w superbloku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006458
6459#: lib/ext2fs/ext2_err.c:31
6460msgid "Filesystem revision too high"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006461msgstr "Wersja systemu plików zbyt duża"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006462
6463#: lib/ext2fs/ext2_err.c:32
6464msgid "Attempt to write to filesystem opened read-only"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006465msgstr "Próba zapisu w systemie plików otwartym tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006466
6467#: lib/ext2fs/ext2_err.c:33
6468msgid "Can't read group descriptors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006469msgstr "Nie można odczytać deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006470
6471#: lib/ext2fs/ext2_err.c:34
6472msgid "Can't write group descriptors"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006473msgstr "Nie można zapisać deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006474
6475#: lib/ext2fs/ext2_err.c:35
6476msgid "Corrupt group descriptor: bad block for block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006477msgstr "Uszkodzony deskryptor grupy: wadliwy blok bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006478
6479#: lib/ext2fs/ext2_err.c:36
6480msgid "Corrupt group descriptor: bad block for inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006481msgstr "Uszkodzony deskryptor grupy: wadliwy blok bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006482
6483#: lib/ext2fs/ext2_err.c:37
6484msgid "Corrupt group descriptor: bad block for inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006485msgstr "Uszkodzony deskryptor grupy: wadliwy blok tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006486
6487#: lib/ext2fs/ext2_err.c:38
6488msgid "Can't write an inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006489msgstr "Nie można zapisać bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006490
6491#: lib/ext2fs/ext2_err.c:39
6492msgid "Can't read an inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006493msgstr "Nie można odczytać bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006494
6495#: lib/ext2fs/ext2_err.c:40
Jakub Boguszdf585272014-05-18 09:46:34 -04006496msgid "Can't write a block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006497msgstr "Nie można zapisać bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006498
6499#: lib/ext2fs/ext2_err.c:41
Jakub Boguszdf585272014-05-18 09:46:34 -04006500msgid "Can't read a block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006501msgstr "Nie można odczytać bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006502
6503#: lib/ext2fs/ext2_err.c:42
6504msgid "Can't write an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006505msgstr "Nie można zapisać tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006506
6507#: lib/ext2fs/ext2_err.c:43
6508msgid "Can't read an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006509msgstr "Nie można odczytać tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006510
6511#: lib/ext2fs/ext2_err.c:44
6512msgid "Can't read next inode"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006513msgstr "Nie można odczytać kolejnego i-węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006514
6515#: lib/ext2fs/ext2_err.c:45
6516msgid "Filesystem has unexpected block size"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006517msgstr "System plików ma nieoczekiwany rozmiar bloku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006518
6519#: lib/ext2fs/ext2_err.c:46
6520msgid "EXT2 directory corrupted"
6521msgstr "Katalog EXT2 uszkodzony"
6522
6523#: lib/ext2fs/ext2_err.c:47
6524msgid "Attempt to read block from filesystem resulted in short read"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006525msgstr "Próba odczytu bloku z systemu plików zakończyła się skróconym odczytem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006526
6527#: lib/ext2fs/ext2_err.c:48
6528msgid "Attempt to write block to filesystem resulted in short write"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006529msgstr "Próba zapisu bloku w systemie plików zakończyła się skróconym zapisem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006530
6531#: lib/ext2fs/ext2_err.c:49
6532msgid "No free space in the directory"
6533msgstr "Brak wolnego miejsca w katalogu"
6534
6535#: lib/ext2fs/ext2_err.c:50
6536msgid "Inode bitmap not loaded"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006537msgstr "Nie wczytano bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006538
6539#: lib/ext2fs/ext2_err.c:51
6540msgid "Block bitmap not loaded"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006541msgstr "Nie wczytano bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006542
6543#: lib/ext2fs/ext2_err.c:52
6544msgid "Illegal inode number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006545msgstr "Niedozwolona liczba i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006546
6547#: lib/ext2fs/ext2_err.c:53
6548msgid "Illegal block number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006549msgstr "Niedozwolona liczba bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006550
6551#: lib/ext2fs/ext2_err.c:54
6552msgid "Internal error in ext2fs_expand_dir"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006553msgstr "Błąd wewnętrzny w ext2fs_expand_dir"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006554
6555#: lib/ext2fs/ext2_err.c:55
6556msgid "Not enough space to build proposed filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006557msgstr "Za mało miejsca do zbudowania proponowanego systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006558
6559#: lib/ext2fs/ext2_err.c:56
6560msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6561msgstr "Niedozwolony numer bloku przekazany do ext2fs_mark_block_bitmap"
6562
6563#: lib/ext2fs/ext2_err.c:57
6564msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6565msgstr "Niedozwolony numer bloku przekazany do ext2fs_unmark_block_bitmap"
6566
6567#: lib/ext2fs/ext2_err.c:58
6568msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6569msgstr "Niedozwolony numer bloku przekazany do ext2fs_test_block_bitmap"
6570
6571#: lib/ext2fs/ext2_err.c:59
6572msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006573msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_mark_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006574
6575#: lib/ext2fs/ext2_err.c:60
6576msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006577msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_unmark_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006578
6579#: lib/ext2fs/ext2_err.c:61
6580msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006581msgstr "Niedozwolony numer i-węzła przekazany do ext2fs_test_inode_bitmap"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006582
6583#: lib/ext2fs/ext2_err.c:62
6584msgid "Attempt to fudge end of block bitmap past the real end"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006585msgstr "Próba sfałszowania końca bitmapy bloków za prawdziwym końcem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006586
6587#: lib/ext2fs/ext2_err.c:63
6588msgid "Attempt to fudge end of inode bitmap past the real end"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006589msgstr "Próba sfałszowania końca bitmapy i-węzłów za prawdziwym końcem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006590
6591#: lib/ext2fs/ext2_err.c:64
6592msgid "Illegal indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006593msgstr "Znaleziono niedozwolony blok pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006594
6595#: lib/ext2fs/ext2_err.c:65
6596msgid "Illegal doubly indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006597msgstr "Znaleziono niedozwolony blok podwójnie pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006598
6599#: lib/ext2fs/ext2_err.c:66
6600msgid "Illegal triply indirect block found"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006601msgstr "Znaleziono niedozwolony blok potrójnie pośredni"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006602
6603#: lib/ext2fs/ext2_err.c:67
6604msgid "Block bitmaps are not the same"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006605msgstr "Bitmapy bloków nie są takie same"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006606
6607#: lib/ext2fs/ext2_err.c:68
6608msgid "Inode bitmaps are not the same"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006609msgstr "Bitmapy i-węzłów nie są takie same"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006610
6611#: lib/ext2fs/ext2_err.c:69
6612msgid "Illegal or malformed device name"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006613msgstr "Niedozwolona lub źle zapisana nazwa urządzenia"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006614
6615#: lib/ext2fs/ext2_err.c:70
6616msgid "A block group is missing an inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006617msgstr "Grupa bloków nie ma tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006618
6619#: lib/ext2fs/ext2_err.c:71
6620msgid "The ext2 superblock is corrupt"
6621msgstr "Superblok ext2 jest uszkodzony"
6622
6623#: lib/ext2fs/ext2_err.c:72
6624msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6625msgstr "Niedozwolony numer bitu przekazany do ext2fs_mark_generic_bitmap"
6626
6627#: lib/ext2fs/ext2_err.c:73
6628msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6629msgstr "Niedozwolony numer bitu przekazany do ext2fs_unmark_generic_bitmap"
6630
6631#: lib/ext2fs/ext2_err.c:74
6632msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6633msgstr "Niedozwolony numer bitu przekazany do ext2fs_test_generic_bitmap"
6634
6635#: lib/ext2fs/ext2_err.c:75
6636msgid "Too many symbolic links encountered."
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006637msgstr "Napotkano zbyt dużo dowiązań symbolicznych."
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006638
6639#: lib/ext2fs/ext2_err.c:76
6640msgid "The callback function will not handle this case"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006641msgstr "Funkcja wywołania zwrotnego nie obsłuży tego przypadku"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006642
6643#: lib/ext2fs/ext2_err.c:77
6644msgid "The inode is from a bad block in the inode table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006645msgstr "I-węzeł pochodzący z wadliwego bloku w tablicy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006646
6647#: lib/ext2fs/ext2_err.c:78
6648msgid "Filesystem has unsupported feature(s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006649msgstr "System plików ma włączone nie obsługiwane cechy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006650
6651#: lib/ext2fs/ext2_err.c:79
6652msgid "Filesystem has unsupported read-only feature(s)"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006653msgstr "System plików ma włączone nie obsługiwane cechy tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006654
6655#: lib/ext2fs/ext2_err.c:80
6656msgid "IO Channel failed to seek on read or write"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006657msgstr ""
6658"Nie powiodło się przemieszczenie w kanał we/wy przy odczycie lub zapisie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006659
6660#: lib/ext2fs/ext2_err.c:81
6661msgid "Memory allocation failed"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006662msgstr "Przydzielenie pamięci nie powiodło się"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006663
6664#: lib/ext2fs/ext2_err.c:82
6665msgid "Invalid argument passed to ext2 library"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006666msgstr "Przekazano błędny argument do biblioteki ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006667
6668#: lib/ext2fs/ext2_err.c:83
6669msgid "Could not allocate block in ext2 filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006670msgstr "Nie udało się przydzielić bloku w systemie plików ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006671
6672#: lib/ext2fs/ext2_err.c:84
6673msgid "Could not allocate inode in ext2 filesystem"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006674msgstr "Nie udało się przydzielić i-węzła w systemie plików ext2"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006675
6676#: lib/ext2fs/ext2_err.c:85
6677msgid "Ext2 inode is not a directory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006678msgstr "I-węzeł ext2 nie jest katalogiem"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006679
6680#: lib/ext2fs/ext2_err.c:86
6681msgid "Too many references in table"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006682msgstr "Zbyt dużo odniesień w tablicy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006683
6684#: lib/ext2fs/ext2_err.c:87
6685msgid "File not found by ext2_lookup"
6686msgstr "Nie znaleziono pliku w ext2_lookup"
6687
6688#: lib/ext2fs/ext2_err.c:88
6689msgid "File open read-only"
6690msgstr "Plik otwarty tylko do odczytu"
6691
6692#: lib/ext2fs/ext2_err.c:89
6693msgid "Ext2 directory block not found"
6694msgstr "Nie znaleziono bloku katalogu ext2"
6695
6696#: lib/ext2fs/ext2_err.c:90
6697msgid "Ext2 directory already exists"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006698msgstr "Katalog ext2 już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006699
6700#: lib/ext2fs/ext2_err.c:91
6701msgid "Unimplemented ext2 library function"
6702msgstr "Nie zaimplementowana funkcja biblioteki ext2"
6703
6704#: lib/ext2fs/ext2_err.c:92
6705msgid "User cancel requested"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006706msgstr "Żądanie przerwania od użytkownika"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006707
6708#: lib/ext2fs/ext2_err.c:93
6709msgid "Ext2 file too big"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006710msgstr "Plik ext2 zbyt duży"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006711
6712#: lib/ext2fs/ext2_err.c:94
6713msgid "Supplied journal device not a block device"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006714msgstr "Przekazane urządzenie kroniki nie jest urządzeniem blokowym"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006715
6716#: lib/ext2fs/ext2_err.c:95
6717msgid "Journal superblock not found"
6718msgstr "Nie znaleziono superbloku kroniki"
6719
6720#: lib/ext2fs/ext2_err.c:96
6721msgid "Journal must be at least 1024 blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006722msgstr "Kronika musi mieć przynajmniej 1024 bloki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006723
6724#: lib/ext2fs/ext2_err.c:97
6725msgid "Unsupported journal version"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006726msgstr "Nie obsługiwana wersja kroniki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006727
6728#: lib/ext2fs/ext2_err.c:98
6729msgid "Error loading external journal"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006730msgstr "Błąd podczas wczytywania zewnętrznej kroniki"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006731
6732#: lib/ext2fs/ext2_err.c:99
6733msgid "Journal not found"
6734msgstr "Nie znaleziono kroniki"
6735
6736#: lib/ext2fs/ext2_err.c:100
6737msgid "Directory hash unsupported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006738msgstr "Nie obsługiwane haszowanie katalogu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006739
6740#: lib/ext2fs/ext2_err.c:101
6741msgid "Illegal extended attribute block number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006742msgstr "Błędny numer bloku atrybutu rozszerzonego"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006743
6744#: lib/ext2fs/ext2_err.c:102
6745msgid "Cannot create filesystem with requested number of inodes"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006746msgstr "Nie można utworzyć systemu plików o żądanej liczbie i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006747
6748#: lib/ext2fs/ext2_err.c:103
6749msgid "E2image snapshot not in use"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006750msgstr "Migawka e2image nie jest w użyciu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006751
6752#: lib/ext2fs/ext2_err.c:104
6753msgid "Too many reserved group descriptor blocks"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006754msgstr "Zbyt dużo zarezerwowanych bloków deskryptorów grup"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006755
6756#: lib/ext2fs/ext2_err.c:105
6757msgid "Resize inode is corrupt"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006758msgstr "I-węzeł zmiany rozmiaru jest uszkodzony"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006759
6760#: lib/ext2fs/ext2_err.c:106
6761msgid "Tried to set block bmap with missing indirect block"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006762msgstr "Próbowano ustawić bitmapę bloków z brakującym blokiem bezpośrednim"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006763
6764#: lib/ext2fs/ext2_err.c:107
6765msgid "TDB: Success"
6766msgstr "TDB: sukces"
6767
6768#: lib/ext2fs/ext2_err.c:108
6769msgid "TDB: Corrupt database"
6770msgstr "TDB: uszkodzona baza danych"
6771
6772#: lib/ext2fs/ext2_err.c:109
6773msgid "TDB: IO Error"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006774msgstr "TDB: błąd we/wy"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006775
6776#: lib/ext2fs/ext2_err.c:110
6777msgid "TDB: Locking error"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006778msgstr "TDB: błąd blokowania"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006779
6780#: lib/ext2fs/ext2_err.c:111
6781msgid "TDB: Out of memory"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006782msgstr "TDB: brak pamięci"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006783
6784#: lib/ext2fs/ext2_err.c:112
6785msgid "TDB: Record exists"
6786msgstr "TDB: rekord istnieje"
6787
6788#: lib/ext2fs/ext2_err.c:113
6789msgid "TDB: Lock exists on other keys"
6790msgstr "TDB: istnieje blokada na innych kluczach"
6791
6792#: lib/ext2fs/ext2_err.c:114
6793msgid "TDB: Invalid parameter"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006794msgstr "TDB: błędny parametr"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006795
6796#: lib/ext2fs/ext2_err.c:115
6797msgid "TDB: Record does not exist"
6798msgstr "TDB: rekord nie istnieje"
6799
6800#: lib/ext2fs/ext2_err.c:116
6801msgid "TDB: Write not permitted"
6802msgstr "TDB: zapis niedozwolony"
6803
6804#: lib/ext2fs/ext2_err.c:117
6805msgid "Ext2fs directory block list is empty"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006806msgstr "Lista bloków katalogu ext2fs jest pusta"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006807
6808#: lib/ext2fs/ext2_err.c:118
6809msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006810msgstr ""
6811"Próba zmodyfikowania mapy bloków poprzez iterator bloków tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006812
6813#: lib/ext2fs/ext2_err.c:119
6814msgid "Wrong magic number for ext4 extent saved path"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006815msgstr "Błędna liczba magiczna ścieżki zachowanych ekstentów ext4"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006816
6817#: lib/ext2fs/ext2_err.c:120
6818msgid "Wrong magic number for 64-bit generic bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006819msgstr "Błędna liczba magiczna dla ogólnej bitmapy 64-bitowej"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006820
6821#: lib/ext2fs/ext2_err.c:121
6822msgid "Wrong magic number for 64-bit block bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006823msgstr "Błędna liczba magiczna dla 64-bitowej bitmapy bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006824
6825#: lib/ext2fs/ext2_err.c:122
6826msgid "Wrong magic number for 64-bit inode bitmap"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006827msgstr "Błędna liczba magiczna dla 64-bitowej bitmapy i-węzłów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006828
6829#: lib/ext2fs/ext2_err.c:123
6830msgid "Wrong magic number --- RESERVED_13"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006831msgstr "Błędna liczba magiczna --- RESERVED_13"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006832
6833#: lib/ext2fs/ext2_err.c:124
6834msgid "Wrong magic number --- RESERVED_14"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006835msgstr "Błędna liczba magiczna --- RESERVED_14"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006836
6837#: lib/ext2fs/ext2_err.c:125
6838msgid "Wrong magic number --- RESERVED_15"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006839msgstr "Błędna liczba magiczna --- RESERVED_15"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006840
6841#: lib/ext2fs/ext2_err.c:126
6842msgid "Wrong magic number --- RESERVED_16"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006843msgstr "Błędna liczba magiczna --- RESERVED_16"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006844
6845#: lib/ext2fs/ext2_err.c:127
6846msgid "Wrong magic number --- RESERVED_17"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006847msgstr "Błędna liczba magiczna --- RESERVED_17"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006848
6849#: lib/ext2fs/ext2_err.c:128
6850msgid "Wrong magic number --- RESERVED_18"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006851msgstr "Błędna liczba magiczna --- RESERVED_18"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006852
6853#: lib/ext2fs/ext2_err.c:129
6854msgid "Wrong magic number --- RESERVED_19"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006855msgstr "Błędna liczba magiczna --- RESERVED_19"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006856
6857#: lib/ext2fs/ext2_err.c:130
6858msgid "Corrupt extent header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006859msgstr "Uszkodzony nagłówek ekstentu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006860
6861#: lib/ext2fs/ext2_err.c:131
6862msgid "Corrupt extent index"
6863msgstr "Uszkodzony indeks ekstentu"
6864
6865#: lib/ext2fs/ext2_err.c:132
6866msgid "Corrupt extent"
6867msgstr "Uszkodzony ekstent"
6868
6869#: lib/ext2fs/ext2_err.c:133
6870msgid "No free space in extent map"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006871msgstr "Brak wolnego miejsca w mapie ekstentów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006872
6873#: lib/ext2fs/ext2_err.c:134
6874msgid "Inode does not use extents"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006875msgstr "I-węzeł nie wykorzystuje ekstentów"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006876
6877#: lib/ext2fs/ext2_err.c:135
6878msgid "No 'next' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006879msgstr "Brak ekstentu następnego"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006880
6881#: lib/ext2fs/ext2_err.c:136
6882msgid "No 'previous' extent"
6883msgstr "Brak ekstentu poprzedniego"
6884
6885#: lib/ext2fs/ext2_err.c:137
6886msgid "No 'up' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006887msgstr "Brak ekstentu 'w górę'"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006888
6889#: lib/ext2fs/ext2_err.c:138
6890msgid "No 'down' extent"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006891msgstr "Brak ekstentu 'w dół'"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006892
6893#: lib/ext2fs/ext2_err.c:139
6894msgid "No current node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006895msgstr "Brak bieżącego węzła"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006896
6897#: lib/ext2fs/ext2_err.c:140
6898msgid "Ext2fs operation not supported"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006899msgstr "Operacja ext2fs nie obsługiwana"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006900
6901#: lib/ext2fs/ext2_err.c:141
6902msgid "No room to insert extent in node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006903msgstr "Brak miejsca na wstawienie ekstentu w węźle"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006904
6905#: lib/ext2fs/ext2_err.c:142
6906msgid "Splitting would result in empty node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006907msgstr "Podzielenie utworzyłoby pusty węzeł"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006908
6909#: lib/ext2fs/ext2_err.c:143
6910msgid "Extent not found"
6911msgstr "Nie znaleziono ekstentu"
6912
6913#: lib/ext2fs/ext2_err.c:144
6914msgid "Operation not supported for inodes containing extents"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006915msgstr "Operacja nie obsługiwana dla i-węzłów zawierających ekstenty"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006916
6917#: lib/ext2fs/ext2_err.c:145
6918msgid "Extent length is invalid"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006919msgstr "Błędna długość ekstentu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006920
6921#: lib/ext2fs/ext2_err.c:146
6922msgid "I/O Channel does not support 64-bit block numbers"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006923msgstr "Kanał we/wy nie obsługuje 64-bitowych numerów bloków"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006924
6925#: lib/ext2fs/ext2_err.c:147
6926msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006927msgstr ""
6928"Nie można sprawdzić, czy system plików jest zamontowany z powodu braku pliku "
6929"mtab"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006930
6931#: lib/ext2fs/ext2_err.c:148
6932msgid "Filesystem too large to use legacy bitmaps"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006933msgstr "System plików zbyt duży, aby użyć bitmap starego typu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006934
6935#: lib/ext2fs/ext2_err.c:149
6936msgid "MMP: invalid magic number"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006937msgstr "MMP: błędna liczba magiczna"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006938
6939#: lib/ext2fs/ext2_err.c:150
6940msgid "MMP: device currently active"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006941msgstr "MMP: urządzenie obecnie aktywne"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006942
6943#: lib/ext2fs/ext2_err.c:151
6944msgid "MMP: fsck being run"
6945msgstr "MMP: fsck jest uruchomiony"
6946
6947#: lib/ext2fs/ext2_err.c:152
6948msgid "MMP: block number beyond filesystem range"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006949msgstr "MMP: numer bloku poza zakresem systemu plików"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006950
6951#: lib/ext2fs/ext2_err.c:153
6952msgid "MMP: undergoing an unknown operation"
6953msgstr "MMP: wykonywana jest nieznana operacja"
6954
6955#: lib/ext2fs/ext2_err.c:154
6956msgid "MMP: filesystem still in use"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006957msgstr "MMP: system plików nadal w użyciu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04006958
6959#: lib/ext2fs/ext2_err.c:155
6960msgid "MMP: open with O_DIRECT failed"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05006961msgstr "MMP: otwarcie z flagą O_DIRECT nie powiodło się"
6962
6963#: lib/ext2fs/ext2_err.c:156
6964msgid "Block group descriptor size incorrect"
6965msgstr "Niepoprawny rozmiar deskryptora grupy bloków"
6966
6967#: lib/ext2fs/ext2_err.c:157
6968msgid "Inode checksum does not match inode"
6969msgstr "Suma kontrolna i-węzła nie zgadza się z i-węzłem"
6970
6971#: lib/ext2fs/ext2_err.c:158
6972msgid "Inode bitmap checksum does not match bitmap"
6973msgstr "Suma kontrolna bitmapy i-węzłów nie zgadza się z bitmapą"
6974
6975#: lib/ext2fs/ext2_err.c:159
6976msgid "Extent block checksum does not match extent block"
6977msgstr "Suma kontrolna bloku ekstentów nie zgadza się z blokiem ekstentów"
6978
6979#: lib/ext2fs/ext2_err.c:160
6980msgid "Directory block does not have space for checksum"
6981msgstr "Blok katalogu nie ma miejsca na sumę kontrolną"
6982
6983#: lib/ext2fs/ext2_err.c:161
6984msgid "Directory block checksum does not match directory block"
6985msgstr "Suma kontrolna bloku katalogu nie zgadza się z blokiem katalogu"
6986
6987#: lib/ext2fs/ext2_err.c:162
6988msgid "Extended attribute block checksum does not match block"
6989msgstr "Sumar kontrolna bloku rozszerzonych atrybutów nie zgadza się z blokiem"
6990
6991#: lib/ext2fs/ext2_err.c:163
6992msgid "Superblock checksum does not match superblock"
6993msgstr "Suma kontrolna superbloku nie zgadza się z superblokiem"
6994
6995#: lib/ext2fs/ext2_err.c:164
6996msgid "Unknown checksum algorithm"
6997msgstr "Nieznany algorytm sumy kontrolnej"
6998
6999#: lib/ext2fs/ext2_err.c:165
7000msgid "MMP block checksum does not match MMP block"
7001msgstr "Suma kontrolna bloku MMP nie zgadza się z blokiem MMP"
7002
7003#: lib/ext2fs/ext2_err.c:166
7004msgid "Ext2 file already exists"
7005msgstr "Plik ext2 już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007006
7007#: e2fsck/prof_err.c:11
7008msgid "Profile version 0.0"
7009msgstr "Profil w wersji 0.0"
7010
7011#: e2fsck/prof_err.c:12
7012msgid "Bad magic value in profile_node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007013msgstr "Błędna wartość magiczna w profile_node"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007014
7015#: e2fsck/prof_err.c:13
7016msgid "Profile section not found"
7017msgstr "Nie znaleziono sekcji profilu"
7018
7019#: e2fsck/prof_err.c:14
7020msgid "Profile relation not found"
7021msgstr "Nie znaleziono relacji profilu"
7022
7023#: e2fsck/prof_err.c:15
7024msgid "Attempt to add a relation to node which is not a section"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007025msgstr "Próba dodania relacji do węzła, który nie jest sekcją"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007026
7027#: e2fsck/prof_err.c:16
7028msgid "A profile section header has a non-zero value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007029msgstr "Nagłówek sekcji profilu ma niezerową wartość"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007030
7031#: e2fsck/prof_err.c:17
7032msgid "Bad linked list in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007033msgstr "Błędna lista w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007034
7035#: e2fsck/prof_err.c:18
7036msgid "Bad group level in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007037msgstr "Błędny poziom grupy w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007038
7039#: e2fsck/prof_err.c:19
7040msgid "Bad parent pointer in profile structures"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007041msgstr "Błędny wskaźnik rodzica w strukturach profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007042
7043#: e2fsck/prof_err.c:20
7044msgid "Bad magic value in profile iterator"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007045msgstr "Błędna wartość magiczna w iteratorze profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007046
7047#: e2fsck/prof_err.c:21
7048msgid "Can't set value on section node"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007049msgstr "Nie można ustawić wartości w węźle sekcji"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007050
7051#: e2fsck/prof_err.c:22
7052msgid "Invalid argument passed to profile library"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007053msgstr "Błędny argument przekazany do biblioteki profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007054
7055#: e2fsck/prof_err.c:23
7056msgid "Attempt to modify read-only profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007057msgstr "Próba zmodyfikowania profilu tylko do odczytu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007058
7059#: e2fsck/prof_err.c:24
7060msgid "Profile section header not at top level"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007061msgstr "Nagłówek sekcji profilu nie na najwyższym poziomie"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007062
7063#: e2fsck/prof_err.c:25
7064msgid "Syntax error in profile section header"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007065msgstr "Błąd składni w nagłówku sekcji profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007066
7067#: e2fsck/prof_err.c:26
7068msgid "Syntax error in profile relation"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007069msgstr "Błąd składni w relacji profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007070
7071#: e2fsck/prof_err.c:27
7072msgid "Extra closing brace in profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007073msgstr "Nadmiarowy nawias zamykający w profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007074
7075#: e2fsck/prof_err.c:28
7076msgid "Missing open brace in profile"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007077msgstr "Brakujący nawias otwierający w profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007078
7079#: e2fsck/prof_err.c:29
7080msgid "Bad magic value in profile_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007081msgstr "Błędna wartość magiczna w profile_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007082
7083#: e2fsck/prof_err.c:30
7084msgid "Bad magic value in profile_section_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007085msgstr "Błędna wartość magiczna w profile_section_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007086
7087#: e2fsck/prof_err.c:31
7088msgid "Iteration through all top level section not supported"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04007089msgstr ""
7090"Iterowanie poprzez wszystkie sekcje najwyższego poziomu nie jest obsługiwane"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007091
7092#: e2fsck/prof_err.c:32
7093msgid "Invalid profile_section object"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007094msgstr "Błędny obiekt profile_section"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007095
7096#: e2fsck/prof_err.c:33
7097msgid "No more sections"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007098msgstr "Nie ma więcej sekcji"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007099
7100#: e2fsck/prof_err.c:34
7101msgid "Bad nameset passed to query routine"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007102msgstr "Błędny nameset przekazany do funkcji odpytującej"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007103
7104#: e2fsck/prof_err.c:35
7105msgid "No profile file open"
7106msgstr "Brak otwartego pliku profilu"
7107
7108#: e2fsck/prof_err.c:36
7109msgid "Bad magic value in profile_file_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007110msgstr "Błędna wartość magiczna w profile_file_t"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007111
7112#: e2fsck/prof_err.c:37
7113msgid "Couldn't open profile file"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007114msgstr "Nie udało się otworzyć pliku profilu"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007115
7116#: e2fsck/prof_err.c:38
7117msgid "Section already exists"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007118msgstr "Sekcja już istnieje"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007119
7120#: e2fsck/prof_err.c:39
7121msgid "Invalid boolean value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007122msgstr "Błędna wartość logiczna"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007123
7124#: e2fsck/prof_err.c:40
7125msgid "Invalid integer value"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007126msgstr "Błędna wartość całkowita"
Jakub Bogusz74ecc732011-10-16 21:53:39 -04007127
7128#: e2fsck/prof_err.c:41
7129msgid "Bad magic value in profile_file_data_t"
Jakub Boguszca9a0a72013-12-28 22:34:45 -05007130msgstr "Błędna wartość magiczna w profile_file_data_t"