blob: 4269dcbc8dbe7a8ac6912ed84c7e0e6a44509517 [file] [log] [blame]
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001# e2fsprogs Bahasa Melayu (Malay) (ms).
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04002# Copyright (C) 2008, 2009, 2015, 2018, 2019 Theodore Tso (msgids)
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003# This file is distributed under the same license as the e2fsprogs package.
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004# Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>, 2008, 2009, 2015, 2018, 2019.
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005#
6#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid). 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.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -040030#.
31#. Please note that the %-expansion for most e2fsck's problem.c should not
32#. use positional indicators such as %1, since although they look like c-style
33#. format strings, they are NOT c-style format strings, and the positional
34#. indicators (which BTW are GNU extensions and so won't work on other Unix
35#. gettext implementations) won't work with e2fsck's print_e2fsck_message()
36#. function found in e2fsck/message.c
37#.
Theodore Ts'o5a8140d2017-01-31 17:49:35 -050038#. %b <blk> block number
39#. %B "indirect block" | "block #"<blkcount> string | string+integer
40#. %c <blk2> block number
41#. %Di <dirent> -> ino inode number
42#. %Dn <dirent> -> name string
43#. %Dr <dirent> -> rec_len
44#. %Dl <dirent> -> name_len
45#. %Dt <dirent> -> filetype
46#. %d <dir> inode number
47#. %g <group> integer
48#. %i <ino> inode number
49#. %Is <inode> -> i_size
50#. %IS <inode> -> i_extra_isize
51#. %Ib <inode> -> i_blocks
52#. %Il <inode> -> i_links_count
53#. %Im <inode> -> i_mode
54#. %IM <inode> -> i_mtime
55#. %IF <inode> -> i_faddr
56#. %If <inode> -> i_file_acl
Theodore Ts'o7b9ea512018-05-14 20:12:59 -040057#. %Id <inode> -> i_size_high
Theodore Ts'o5a8140d2017-01-31 17:49:35 -050058#. %Iu <inode> -> i_uid
59#. %Ig <inode> -> i_gid
60#. %It <str> file type
61#. %j <ino2> inode number
62#. %m <com_err error message>
63#. %N <num>
64#. %p ext2fs_get_pathname of directory <ino>
65#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
66#. the containing directory. (If dirent is NULL
67#. then return the pathname of directory <ino2>)
68#. %q ext2fs_get_pathname of directory <dir>
69#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
70#. the containing directory.
71#. %s <str> miscellaneous string
72#. %S backup superblock
73#. %X <num> hexadecimal format
74#.
75msgid ""
76msgstr ""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -040077"Project-Id-Version: e2fsprogs 1.45.3\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -050078"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -040079"POT-Creation-Date: 2019-07-14 20:56-0400\n"
80"PO-Revision-Date: 2019-09-01 22:24+0800\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -050081"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>\n"
82"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
83"Language: ms\n"
84"MIME-Version: 1.0\n"
85"Content-Type: text/plain; charset=utf-8\n"
86"Content-Transfer-Encoding: 8bit\n"
87"X-Bugs: Report translation errors to the Language-Team address.\n"
88"Plural-Forms: nplurals=1; plural=0;\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -040089"X-Generator: Poedit 2.2.3\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -050090
Theodore Ts'o40e66e22018-08-18 21:14:56 -040091#: e2fsck/badblocks.c:23 misc/mke2fs.c:220
Theodore Ts'o5a8140d2017-01-31 17:49:35 -050092#, c-format
93msgid "Bad block %u out of range; ignored.\n"
94msgstr "Blok buruk %u diluar julat; diabaikan.\n"
95
96#: e2fsck/badblocks.c:46
97msgid "while sanity checking the bad blocks inode"
98msgstr "ketika memeriksa kewarasan blok inode buruk"
99
100#: e2fsck/badblocks.c:58
101#, fuzzy
102msgid "while reading the bad blocks inode"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400103msgstr "ketika membaca dalam senarai blok buruk dari fail"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500104
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400105#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1571
106#: e2fsck/unix.c:1685 misc/badblocks.c:1251 misc/badblocks.c:1259
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400107#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400108#: misc/dumpe2fs.c:688 misc/dumpe2fs.c:692 misc/e2image.c:1430
109#: misc/e2image.c:1627 misc/e2image.c:1648 misc/mke2fs.c:236
110#: misc/tune2fs.c:2796 misc/tune2fs.c:2895 resize/main.c:414
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500111#, fuzzy, c-format
112msgid "while trying to open %s"
113msgstr "ketika cuba untuk membuka titiklekap %s"
114
115#: e2fsck/badblocks.c:83
116#, fuzzy, c-format
117msgid "while trying popen '%s'"
118msgstr "ketika cuba untuk stat %s"
119
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400120#: e2fsck/badblocks.c:94 misc/mke2fs.c:243
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500121msgid "while reading in list of bad blocks from file"
122msgstr "ketika membaca dalam senarai blok buruk dari fail"
123
124#: e2fsck/badblocks.c:105
125#, fuzzy
126msgid "while updating bad block inode"
127msgstr "ketika menetapkan inod blok buruk"
128
129#: e2fsck/badblocks.c:133
130#, c-format
131msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400132msgstr "Amaran: blok tidak sah %u terdapat di dalam blok inode buruk. Dibersihkan.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500133
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400134#: e2fsck/dirinfo.c:331
135#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400136#| msgid "while reading root inode"
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400137msgid "while freeing dir_info tdb file"
138msgstr "Ralat apabila membaca fail."
139
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500140#: e2fsck/ehandler.c:55
141#, c-format
142msgid "Error reading block %lu (%s) while %s. "
143msgstr "Ralat membaca blok %lu (%s) ketika %s. "
144
145#: e2fsck/ehandler.c:58
146#, fuzzy, c-format
147msgid "Error reading block %lu (%s). "
148msgstr "Ralat membaca blok %lu (%s) ketika %s. "
149
150#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
151#, fuzzy
152msgid "Ignore error"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500153msgstr "Abai Semua"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500154
155#: e2fsck/ehandler.c:67
156#, fuzzy
157msgid "Force rewrite"
158msgstr "Paksa teks LTR"
159
160#: e2fsck/ehandler.c:109
161#, fuzzy, c-format
162msgid "Error writing block %lu (%s) while %s. "
163msgstr "Ralat membaca blok %lu (%s) ketika %s. "
164
165#: e2fsck/ehandler.c:112
166#, fuzzy, c-format
167msgid "Error writing block %lu (%s). "
168msgstr "Ralat membaca blok %lu (%s) ketika %s. "
169
170#: e2fsck/emptydir.c:57
171#, fuzzy
172msgid "empty dirblocks"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400173msgstr "kosong"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500174
175#: e2fsck/emptydir.c:62
176#, fuzzy
177msgid "empty dir map"
178msgstr "Peta terjemahan: sintaks tidak betul"
179
180#: e2fsck/emptydir.c:98
181#, c-format
182msgid "Empty directory block %u (#%d) in inode %u\n"
183msgstr "Blok direktori kosong %u (#%d) dalam inode %u\n"
184
185#: e2fsck/extend.c:22
186#, fuzzy, c-format
187msgid "%s: %s filename nblocks blocksize\n"
188msgstr "Parameter saiz blok tidak sah: %s\n"
189
190#: e2fsck/extend.c:44
191#, fuzzy, c-format
192msgid "Illegal number of blocks!\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400193msgstr "Tetapkan bilangan blok pada setiap tepian"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500194
195#: e2fsck/extend.c:50
196#, c-format
197msgid "Couldn't allocate block buffer (size=%d)\n"
198msgstr ""
199
200#: e2fsck/extents.c:42
201#, fuzzy
202msgid "extent rebuild inode map"
203msgstr "fail kosong biasa"
204
205#: e2fsck/flushb.c:35
206#, fuzzy, c-format
207msgid "Usage: %s disk\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400208msgstr "Penggunaan: %s [PILIHAN]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500209
210#: e2fsck/flushb.c:64
211#, c-format
212msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
213msgstr ""
214
215#: e2fsck/iscan.c:44
216#, c-format
217msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
218msgstr ""
219
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400220#: e2fsck/iscan.c:81 e2fsck/unix.c:1082
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500221#, fuzzy, c-format
222msgid "while opening %s for flushing"
223msgstr "ketika membuka %s"
224
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400225#: e2fsck/iscan.c:86 e2fsck/unix.c:1088 resize/main.c:383
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500226#, fuzzy, c-format
227msgid "while trying to flush %s"
228msgstr "ketika cuba untuk melaksana '%s'"
229
230#: e2fsck/iscan.c:110
231#, fuzzy, c-format
232msgid "while trying to open '%s'"
233msgstr "ketika cuba untuk membuka titiklekap %s"
234
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400235#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1323
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500236#, fuzzy
237msgid "while opening inode scan"
238msgstr "ketika memulakan pengesanan inod"
239
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400240#: e2fsck/iscan.c:127 misc/e2image.c:1342
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500241#, fuzzy
242msgid "while getting next inode"
243msgstr "ketika membaca inod root"
244
245#: e2fsck/iscan.c:136
246#, fuzzy, c-format
247msgid "%u inodes scanned.\n"
248msgstr ", %u inod tidak digunakan\n"
249
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400250#: e2fsck/journal.c:597
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500251#, fuzzy
252msgid "reading journal superblock\n"
253msgstr "ketika membaca superblok jurnal"
254
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400255#: e2fsck/journal.c:670
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500256#, fuzzy, c-format
257msgid "%s: no valid journal superblock found\n"
258msgstr "Superblok jurnal tidak dijumpai!\n"
259
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400260#: e2fsck/journal.c:679
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500261#, fuzzy, c-format
262msgid "%s: journal too short\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500263msgstr "%s: fail terlalu pendek untuk menjadi fail gmon\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500264
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400265#: e2fsck/journal.c:972 misc/fuse2fs.c:3792
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500266#, fuzzy, c-format
267msgid "%s: recovering journal\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400268msgstr "ketika mendapatkan semula jurnal ext3 bagi %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500269
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400270#: e2fsck/journal.c:974
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500271#, c-format
272msgid "%s: won't do journal recovery while read-only\n"
273msgstr ""
274
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400275#: e2fsck/journal.c:1001
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500276#, fuzzy, c-format
277msgid "while trying to re-open %s"
278msgstr "ketika cuba untuk membuka titiklekap %s"
279
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400280#: e2fsck/message.c:116
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500281#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500282msgid "aextended attribute"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500283msgstr "\t\tSifat %s yang tidak diketahui:\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500284
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400285#: e2fsck/message.c:117
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500286#, fuzzy
287msgid "Aerror allocating"
288msgstr "ketika mengumpukkan penimbal"
289
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400290#: e2fsck/message.c:118
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500291msgid "bblock"
292msgstr ""
293
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400294#: e2fsck/message.c:119
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500295msgid "Bbitmap"
296msgstr ""
297
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400298#: e2fsck/message.c:120
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500299msgid "ccompress"
300msgstr ""
301
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400302#: e2fsck/message.c:121
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500303msgid "Cconflicts with some other fs @b"
304msgstr ""
305
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400306#: e2fsck/message.c:122
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500307msgid "ddirectory"
308msgstr ""
309
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400310#: e2fsck/message.c:123
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500311msgid "Ddeleted"
312msgstr ""
313
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400314#: e2fsck/message.c:124
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500315msgid "eentry"
316msgstr ""
317
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400318#: e2fsck/message.c:125
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500319#, fuzzy
320msgid "E@e '%Dn' in %p (%i)"
321msgstr "Sedang Diguna"
322
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400323#: e2fsck/message.c:126
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500324msgid "ffilesystem"
325msgstr ""
326
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400327#: e2fsck/message.c:127
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500328#, fuzzy
329msgid "Ffor @i %i (%Q) is"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400330msgstr "Symlink %Q (@i #%i) adalah @n.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500331
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400332#: e2fsck/message.c:128
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500333msgid "ggroup"
334msgstr ""
335
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400336#: e2fsck/message.c:129
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500337#, fuzzy
338msgid "hHTREE @d @i"
339msgstr "/@l adalah bukan sejenis @d (ino=%i)\n"
340
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400341#: e2fsck/message.c:130
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500342msgid "iinode"
343msgstr ""
344
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400345#: e2fsck/message.c:131
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500346msgid "Iillegal"
347msgstr ""
348
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400349#: e2fsck/message.c:132
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500350msgid "jjournal"
351msgstr ""
352
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400353#: e2fsck/message.c:133
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500354#, fuzzy
355msgid "llost+found"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400356msgstr "\"%s\" tidak dijumpai"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500357
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400358#: e2fsck/message.c:134
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500359#, fuzzy
360msgid "Lis a link"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500361msgstr "Pautan ke %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500362
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400363#: e2fsck/message.c:135
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500364msgid "mmultiply-claimed"
365msgstr ""
366
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400367#: e2fsck/message.c:136
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500368msgid "ninvalid"
369msgstr ""
370
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400371#: e2fsck/message.c:137
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500372msgid "oorphaned"
373msgstr ""
374
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400375#: e2fsck/message.c:138
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500376#, fuzzy
377msgid "pproblem in"
378msgstr "Sedang Diguna"
379
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400380#: e2fsck/message.c:139
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500381msgid "qquota"
382msgstr ""
383
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400384#: e2fsck/message.c:140
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500385#, fuzzy
386msgid "rroot @i"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500387msgstr "<i>(tiada cadangan)</i>"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500388
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400389#: e2fsck/message.c:141
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500390#, fuzzy
391msgid "sshould be"
392msgstr "%s mestilah nombor"
393
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400394#: e2fsck/message.c:142
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500395msgid "Ssuper@b"
396msgstr ""
397
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400398#: e2fsck/message.c:143
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500399msgid "uunattached"
400msgstr ""
401
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400402#: e2fsck/message.c:144
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500403msgid "vdevice"
404msgstr ""
405
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400406#: e2fsck/message.c:145
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500407msgid "xextent"
408msgstr ""
409
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400410#: e2fsck/message.c:146
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500411#, fuzzy
412msgid "zzero-length"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500413msgstr "panjang pita tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500414
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400415#: e2fsck/message.c:157
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500416#, fuzzy
417msgid "<The NULL inode>"
418msgstr "aksara null tidak sah"
419
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400420#: e2fsck/message.c:158
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500421#, fuzzy
422msgid "<The bad blocks inode>"
423msgstr "ketika memeriksa kewarasan blok inode buruk"
424
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400425#: e2fsck/message.c:160
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500426#, fuzzy
427msgid "<The user quota inode>"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400428msgstr ""
429"\n"
430" Jadual inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500431
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400432#: e2fsck/message.c:161
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500433#, fuzzy
434msgid "<The group quota inode>"
435msgstr ", Penghurai kumpulan di"
436
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400437#: e2fsck/message.c:162
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500438#, fuzzy
439msgid "<The boot loader inode>"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500440msgstr "tak dapat masa but"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500441
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400442#: e2fsck/message.c:163
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500443#, fuzzy
444msgid "<The undelete directory inode>"
445msgstr "direktori"
446
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400447#: e2fsck/message.c:164
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500448#, fuzzy
449msgid "<The group descriptor inode>"
450msgstr " Penghurai kumpulan di"
451
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400452#: e2fsck/message.c:165
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500453#, fuzzy
454msgid "<The journal inode>"
455msgstr "Mencipta inode jurnal:"
456
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400457#: e2fsck/message.c:166
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500458#, fuzzy
459msgid "<Reserved inode 9>"
460msgstr "blok dikhaskan"
461
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400462#: e2fsck/message.c:167
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500463#, fuzzy
464msgid "<Reserved inode 10>"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400465msgstr "blok dikhaskan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500466
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400467#: e2fsck/message.c:327
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500468msgid "regular file"
469msgstr "fail biasa"
470
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400471#: e2fsck/message.c:329
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500472msgid "directory"
473msgstr "direktori"
474
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400475#: e2fsck/message.c:331
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500476#, fuzzy
477msgid "character device"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400478msgstr "peranti tidak sah %s %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500479
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400480#: e2fsck/message.c:333
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500481#, fuzzy
482msgid "block device"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400483msgstr "%s adalah bukan peranti khas.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500484
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400485#: e2fsck/message.c:335
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500486#, fuzzy
487msgid "named pipe"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400488msgstr "fail dinamakan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500489
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400490#: e2fsck/message.c:337
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500491msgid "symbolic link"
492msgstr "pautan simbolik"
493
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400494#: e2fsck/message.c:339 misc/uuidd.c:162
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500495msgid "socket"
496msgstr "soket"
497
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400498#: e2fsck/message.c:341
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500499#, c-format
500msgid "unknown file type with mode 0%o"
501msgstr ""
502
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400503#: e2fsck/message.c:412
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500504#, fuzzy
505msgid "indirect block"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500506msgstr "<anak tidak terus>"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500507
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400508#: e2fsck/message.c:414
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500509#, fuzzy
510msgid "double indirect block"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500511msgstr "berganda"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500512
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400513#: e2fsck/message.c:416
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500514#, fuzzy
515msgid "triple indirect block"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500516msgstr "<anak tidak terus>"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500517
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400518#: e2fsck/message.c:418
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500519#, fuzzy
520msgid "translator block"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500521msgstr "blok terakhir"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500522
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400523#: e2fsck/message.c:420
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500524#, fuzzy
525msgid "block #"
526msgstr "blok terakhir"
527
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400528#: e2fsck/message.c:482
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400529msgid "user"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500530msgstr "pengguna"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400531
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400532#: e2fsck/message.c:485
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400533#, fuzzy
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500534msgid "group"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400535msgstr "tak dapat menukar ke kumpulan null"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500536
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400537#: e2fsck/message.c:488
538msgid "project"
539msgstr ""
540
541#: e2fsck/message.c:491
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500542#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400543#| msgid "unknown os - %s"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400544msgid "unknown quota type"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400545msgstr "%s mempunyai jenis fail yang tidak diketahui"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400546
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500547#: e2fsck/pass1b.c:222
548msgid "multiply claimed inode map"
549msgstr ""
550
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400551#: e2fsck/pass1b.c:672 e2fsck/pass1b.c:826
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500552#, c-format
553msgid "internal error: can't find dup_blk for %llu\n"
554msgstr ""
555
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400556#: e2fsck/pass1b.c:952
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500557msgid "returned from clone_file_block"
558msgstr ""
559
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400560#: e2fsck/pass1b.c:976
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500561#, c-format
562msgid "internal error: couldn't lookup EA block record for %llu"
563msgstr ""
564
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400565#: e2fsck/pass1b.c:988
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500566#, c-format
567msgid "internal error: couldn't lookup EA inode record for %u"
568msgstr ""
569
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400570#: e2fsck/pass1.c:357
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400571#, c-format
572msgid "while hashing entry with e_value_inum = %u"
573msgstr ""
574
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400575#: e2fsck/pass1.c:775 e2fsck/pass2.c:1007
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500576#, fuzzy
577msgid "reading directory block"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500578msgstr "membaca direktori %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500579
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400580#: e2fsck/pass1.c:1224
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500581#, fuzzy
582msgid "in-use inode map"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400583msgstr "Tidak dapat memetakan nama \"%s\" ke menu\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500584
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400585#: e2fsck/pass1.c:1235
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500586#, fuzzy
587msgid "directory inode map"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500588msgstr "Peta terjemahan: sintaks tidak betul"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500589
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400590#: e2fsck/pass1.c:1245
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500591#, fuzzy
592msgid "regular file inode map"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400593msgstr "Mencipta fail biasa %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500594
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400595#: e2fsck/pass1.c:1254 misc/e2image.c:1282
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500596#, fuzzy
597msgid "in-use block map"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400598msgstr "Tidak dapat memetakan nama \"%s\" ke menu\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500599
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400600#: e2fsck/pass1.c:1263
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500601#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400602#| msgid "meta-data blocks"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500603msgid "metadata block map"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400604msgstr "Tidak dapat memetakan nama \"%s\" ke menu\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500605
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400606#: e2fsck/pass1.c:1325
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500607#, fuzzy
608msgid "opening inode scan"
609msgstr "ketika melakukan pengesanan inod"
610
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400611#: e2fsck/pass1.c:1363
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500612msgid "getting next inode from scan"
613msgstr ""
614
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400615#: e2fsck/pass1.c:2067
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500616#, fuzzy
617msgid "Pass 1"
618msgstr "--menunggu-- (lalu %d)\n"
619
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400620#: e2fsck/pass1.c:2128
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500621#, fuzzy, c-format
622msgid "reading indirect blocks of inode %u"
623msgstr "ketika membaca inod jurnal"
624
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400625#: e2fsck/pass1.c:2179
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500626#, fuzzy
627msgid "bad inode map"
628msgstr "ketika menetapkan inod blok buruk"
629
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400630#: e2fsck/pass1.c:2219
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500631#, fuzzy
632msgid "inode in bad block map"
633msgstr "ketika menetapkan inod blok buruk"
634
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400635#: e2fsck/pass1.c:2239
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500636#, fuzzy
637msgid "imagic inode map"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400638msgstr "Tidak dapat memetakan nama \"%s\" ke menu\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500639
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400640#: e2fsck/pass1.c:2270
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500641msgid "multiply claimed block map"
642msgstr ""
643
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400644#: e2fsck/pass1.c:2395
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500645msgid "ext attr block map"
646msgstr ""
647
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400648#: e2fsck/pass1.c:3640
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500649#, c-format
650msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
651msgstr ""
652
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400653#: e2fsck/pass1.c:4060
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500654#, fuzzy
655msgid "block bitmap"
656msgstr " Bitmap block di"
657
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400658#: e2fsck/pass1.c:4066
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500659#, fuzzy
660msgid "inode bitmap"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400661msgstr ", Bitmap inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500662
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400663#: e2fsck/pass1.c:4072
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500664#, fuzzy
665msgid "inode table"
666msgstr "ketika menulis jadual inod"
667
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400668#: e2fsck/pass2.c:307
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500669#, fuzzy
670msgid "Pass 2"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400671msgstr "--menunggu-- (lalu %d)\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500672
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400673#: e2fsck/pass2.c:1079 e2fsck/pass2.c:1246
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500674#, fuzzy
675msgid "Can not continue."
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400676msgstr ""
677"Tidak dapat meneruskan, membatalkan.\n"
678"\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500679
680#: e2fsck/pass3.c:77
681#, fuzzy
682msgid "inode done bitmap"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400683msgstr ", Bitmap inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500684
685#: e2fsck/pass3.c:86
686#, fuzzy
687msgid "Peak memory"
688msgstr "Kehabisan memori"
689
690#: e2fsck/pass3.c:149
691#, fuzzy
692msgid "Pass 3"
693msgstr "Ulangan 3: Memeriksa sambungan @d\n"
694
695#: e2fsck/pass3.c:344
696#, fuzzy
697msgid "inode loop detection bitmap"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400698msgstr ", Bitmap inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500699
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400700#: e2fsck/pass4.c:277
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500701#, fuzzy
702msgid "Pass 4"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400703msgstr "Katalaluan tidak diketahui?!?"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500704
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400705#: e2fsck/pass5.c:79
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500706#, fuzzy
707msgid "Pass 5"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400708msgstr "Katalaluan tidak diketahui?!?"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500709
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400710#: e2fsck/pass5.c:102
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500711msgid "check_inode_bitmap_checksum: Memory allocation error"
712msgstr ""
713
Theodore Ts'o7b9ea512018-05-14 20:12:59 -0400714#: e2fsck/pass5.c:156
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500715msgid "check_block_bitmap_checksum: Memory allocation error"
716msgstr ""
717
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400718#: e2fsck/problem.c:52
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500719#, fuzzy
720msgid "(no prompt)"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500721msgstr "Auto simpan ketika keluar, jangan maklum"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500722
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400723#: e2fsck/problem.c:53
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500724#, fuzzy
725msgid "Fix"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400726msgstr ""
727"Tidak dapat membaiki induk untuk @i %i: %m\n"
728"\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500729
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400730#: e2fsck/problem.c:54
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500731#, fuzzy
732msgid "Clear"
733msgstr "Padam"
734
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400735#: e2fsck/problem.c:55
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500736msgid "Relocate"
737msgstr ""
738
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400739#: e2fsck/problem.c:56
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400740#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500741msgid "Allocate"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400742msgstr "rmtd: tak dapat memperuntukkan ruang penimbal\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500743
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400744#: e2fsck/problem.c:57
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500745#, fuzzy
746msgid "Expand"
747msgstr "Tidak dapat mengembang /@l: %m\n"
748
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400749#: e2fsck/problem.c:58
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500750#, fuzzy
751msgid "Connect to /lost+found"
752msgstr "ketika mencipta /lost+found"
753
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400754#: e2fsck/problem.c:59
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500755#, fuzzy
756msgid "Create"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400757msgstr "tidak dapat mencipta paip"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500758
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400759#: e2fsck/problem.c:60
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500760msgid "Salvage"
761msgstr ""
762
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400763#: e2fsck/problem.c:61
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500764#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500765msgid "Truncate"
766msgstr ""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500767" baris pemendekan = %s\n"
768" terjemah = %s\n"
769" pengakhir baris = %s\n"
770" pengekodan = %s\n"
771" tajuk dokumen = %s\n"
772" prolog = %s\n"
773" cetak bagaimanapun = %s\n"
774" mewakilkan = %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500775
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400776#: e2fsck/problem.c:62
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500777#, fuzzy
778msgid "Clear inode"
779msgstr "saiz inod=%d\n"
780
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400781#: e2fsck/problem.c:63
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500782#, fuzzy
783msgid "Abort"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400784msgstr ""
785" n [nama] Beri nama fail baru bagi volum berikutnya\n"
786" q Batal tar\n"
787" ! Spawn subshell\n"
788" ? Cetak senarai ini\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500789
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400790#: e2fsck/problem.c:64
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500791#, fuzzy
792msgid "Split"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400793msgstr "pisah baris"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500794
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400795#: e2fsck/problem.c:65
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500796#, fuzzy
797msgid "Continue"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400798msgstr "Adakah anda pasti untuk meneruskan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500799
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400800#: e2fsck/problem.c:66
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500801msgid "Clone multiply-claimed blocks"
802msgstr ""
803
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400804#: e2fsck/problem.c:67
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500805#, fuzzy
806msgid "Delete file"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500807msgstr "Padam"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500808
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400809#: e2fsck/problem.c:68
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500810#, fuzzy
811msgid "Suppress messages"
812msgstr "Memindahkan mesej..."
813
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400814#: e2fsck/problem.c:69
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500815#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500816msgid "Unlink"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500817msgstr "takboleh nyahpaut %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500818
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400819#: e2fsck/problem.c:70
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500820#, fuzzy
821msgid "Clear HTree index"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500822msgstr "indeks"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500823
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400824#: e2fsck/problem.c:71
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500825#, fuzzy
826msgid "Recreate"
827msgstr "Buatsemula Ikon Lalai"
828
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400829#: e2fsck/problem.c:72
830msgid "Optimize"
831msgstr ""
832
833#: e2fsck/problem.c:81
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500834#, fuzzy
835msgid "(NONE)"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500836msgstr "tiada"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500837
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400838#: e2fsck/problem.c:82
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500839#, fuzzy
840msgid "FIXED"
841msgstr "Saiz _tetap"
842
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400843#: e2fsck/problem.c:83
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500844#, fuzzy
845msgid "CLEARED"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400846msgstr "Amaran: blok tidak sah %u terdapat di dalam blok inode buruk. Dibersihkan.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500847
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400848#: e2fsck/problem.c:84
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500849msgid "RELOCATED"
850msgstr ""
851
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400852#: e2fsck/problem.c:85
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500853#, fuzzy
854msgid "ALLOCATED"
855msgstr "@r tidak diumpukkan."
856
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400857#: e2fsck/problem.c:86
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500858msgid "EXPANDED"
859msgstr ""
860
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400861#: e2fsck/problem.c:87
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500862msgid "RECONNECTED"
863msgstr ""
864
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400865#: e2fsck/problem.c:88
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500866#, fuzzy
867msgid "CREATED"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400868msgstr "direktori %s dicipta"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500869
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400870#: e2fsck/problem.c:89
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500871msgid "SALVAGED"
872msgstr ""
873
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400874#: e2fsck/problem.c:90
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400875#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500876msgid "TRUNCATED"
877msgstr ""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400878" %C abad (tahun dibahagi dengan 100 dan dibundarkan ke integer) [00-99]\n"
879" %d hari drpd bulan (01..31)\n"
880" %D tarikh (bb/hh/tt)\n"
881" %e hari drpd bulan, ruang kosong ditambah ( 1..31)\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500882
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400883#: e2fsck/problem.c:91
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500884#, fuzzy
885msgid "INODE CLEARED"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400886msgstr "Amaran: blok tidak sah %u terdapat di dalam blok inode buruk. Dibersihkan.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500887
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400888#: e2fsck/problem.c:92
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500889#, fuzzy
890msgid "ABORTED"
891msgstr "dibatalkan"
892
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400893#: e2fsck/problem.c:93
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500894#, fuzzy
895msgid "SPLIT"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400896msgstr "pisah baris"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500897
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400898#: e2fsck/problem.c:94
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500899msgid "CONTINUING"
900msgstr ""
901
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400902#: e2fsck/problem.c:95
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500903msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
904msgstr ""
905
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400906#: e2fsck/problem.c:96
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500907#, fuzzy
908msgid "FILE DELETED"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -0400909msgstr " %d %d%% dipadam"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500910
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400911#: e2fsck/problem.c:97
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500912msgid "SUPPRESSED"
913msgstr ""
914
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400915#: e2fsck/problem.c:98
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500916msgid "UNLINKED"
917msgstr ""
918
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400919#: e2fsck/problem.c:99
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500920#, fuzzy
921msgid "HTREE INDEX CLEARED"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -0500922msgstr "indeks"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500923
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400924#: e2fsck/problem.c:100
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500925#, fuzzy
926msgid "WILL RECREATE"
927msgstr "Buatsemula Ikon Lalai"
928
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400929#: e2fsck/problem.c:101
930msgid "WILL OPTIMIZE"
931msgstr ""
932
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500933#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400934#: e2fsck/problem.c:115
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500935#, fuzzy
936msgid "@b @B for @g %g is not in @g. (@b %b)\n"
937msgstr "%s adalah nama hos yang tidak sah"
938
939#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400940#: e2fsck/problem.c:119
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500941#, fuzzy
942msgid "@i @B for @g %g is not in @g. (@b %b)\n"
943msgstr "%s adalah nama hos yang tidak sah"
944
945#. @-expanded: inode table for group %g is not in group. (block %b)\n
946#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400947#: e2fsck/problem.c:124
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500948msgid ""
949"@i table for @g %g is not in @g. (@b %b)\n"
950"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
951msgstr ""
952
953#. @-expanded: \n
954#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
955#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
956#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
957#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
958#. @-expanded: e2fsck -b 8193 <device>\n
959#. @-expanded: or\n
960#. @-expanded: e2fsck -b 32768 <device>\n
961#. @-expanded: \n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400962#: e2fsck/problem.c:130
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500963msgid ""
964"\n"
965"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
966"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
967"@f (and not swap or ufs or something else), then the @S\n"
968"is corrupt, and you might try running e2fsck with an alternate @S:\n"
969" e2fsck -b 8193 <@v>\n"
970" or\n"
971" e2fsck -b 32768 <@v>\n"
972"\n"
973msgstr ""
974
975#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
976#. @-expanded: The physical size of the device is %c blocks\n
977#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400978#: e2fsck/problem.c:141
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500979msgid ""
980"The @f size (according to the @S) is %b @bs\n"
981"The physical size of the @v is %c @bs\n"
982"Either the @S or the partition table is likely to be corrupt!\n"
983msgstr ""
984
985#. @-expanded: superblock block_size = %b, fragsize = %c.\n
986#. @-expanded: This version of e2fsck does not support fragment sizes different\n
987#. @-expanded: from the block size.\n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400988#: e2fsck/problem.c:148
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500989msgid ""
990"@S @b_size = %b, fragsize = %c.\n"
991"This version of e2fsck does not support fragment sizes different\n"
992"from the @b size.\n"
993msgstr ""
994
995#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -0400996#: e2fsck/problem.c:155
Theodore Ts'o5a8140d2017-01-31 17:49:35 -0500997msgid "@S @bs_per_group = %b, should have been %c\n"
998msgstr ""
999
1000#. @-expanded: superblock first_data_block = %b, should have been %c\n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04001001#: e2fsck/problem.c:160
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001002#, fuzzy
1003msgid "@S first_data_@b = %b, should have been %c\n"
1004msgstr " Semua data anda yang dipilih telah"
1005
1006#. @-expanded: filesystem did not have a UUID; generating one.\n
1007#. @-expanded: \n
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04001008#: e2fsck/problem.c:165
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001009msgid ""
1010"@f did not have a UUID; generating one.\n"
1011"\n"
1012msgstr ""
1013
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001014#: e2fsck/problem.c:171
1015#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001016msgid ""
1017"Note: if several inode or block bitmap blocks or part\n"
1018"of the inode table require relocation, you may wish to try\n"
1019"running e2fsck with the '-b %S' option first. The problem\n"
1020"may lie only with the primary block group descriptors, and\n"
1021"the backup block group descriptors may be OK.\n"
1022"\n"
1023msgstr ""
1024
1025#. @-expanded: Corruption found in superblock. (%s = %N).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001026#: e2fsck/problem.c:180
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001027#, fuzzy
1028msgid "Corruption found in @S. (%s = %N).\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001029msgstr "%s: `%s': padanan tak dijumpai"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001030
1031#. @-expanded: Error determining size of the physical device: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001032#: e2fsck/problem.c:186
1033#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001034msgid "Error determining size of the physical @v: %m\n"
1035msgstr "Ralat ketika menentukan sama ada %s telah dilekapkan.\n"
1036
1037#. @-expanded: inode count in superblock is %i, should be %j.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001038#: e2fsck/problem.c:191
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001039#, fuzzy
1040msgid "@i count in @S is %i, @s %j.\n"
1041msgstr "'..' dalam %Q (%i) adalah %P (%j), @s %q (%d).\n"
1042
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001043#: e2fsck/problem.c:195
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001044msgid "The Hurd does not support the filetype feature.\n"
1045msgstr ""
1046
1047#. @-expanded: superblock has an invalid journal (inode %i).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001048#: e2fsck/problem.c:201
1049#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001050msgid "@S has an @n @j (@i %i).\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001051msgstr "@i %i (%Q) mempunyai mod @n (%Im).\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001052
1053#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001054#: e2fsck/problem.c:206
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001055msgid "External @j has multiple @f users (unsupported).\n"
1056msgstr ""
1057
1058#. @-expanded: Can't find external journal\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001059#: e2fsck/problem.c:211
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001060#, fuzzy
1061msgid "Can't find external @j\n"
1062msgstr "Tidak dapat mencari nama hos sendiri"
1063
1064#. @-expanded: External journal has bad superblock\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001065#: e2fsck/problem.c:216
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001066#, fuzzy
1067msgid "External @j has bad @S\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001068msgstr "%s: fail `%s' mempunyai cecikut magik buruk\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001069
1070#. @-expanded: External journal does not support this filesystem\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001071#: e2fsck/problem.c:221
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001072#, fuzzy
1073msgid "External @j does not support this @f\n"
1074msgstr "Cdrdao %1 tidak menyokong overburning."
1075
1076#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
1077#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
1078#. @-expanded: format.\n
1079#. @-expanded: It is also possible the journal superblock is corrupt.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001080#: e2fsck/problem.c:226
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001081msgid ""
1082"@f @j @S is unknown type %N (unsupported).\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04001083"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001084"It is also possible the @j @S is corrupt.\n"
1085msgstr ""
1086
1087#. @-expanded: journal superblock is corrupt.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001088#: e2fsck/problem.c:235
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001089#, fuzzy
1090msgid "@j @S is corrupt.\n"
1091msgstr "Imej PXE ialah %s/%s"
1092
1093#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001094#: e2fsck/problem.c:240
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001095msgid "@S has_@j flag is clear, but a @j is present.\n"
1096msgstr ""
1097
1098#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001099#: e2fsck/problem.c:245
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001100msgid "@S needs_recovery flag is set, but no @j is present.\n"
1101msgstr ""
1102
1103#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001104#: e2fsck/problem.c:250
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001105msgid "@S needs_recovery flag is clear, but @j has data.\n"
1106msgstr ""
1107
1108#. @-expanded: Clear journal
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001109#: e2fsck/problem.c:255
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001110#, fuzzy
1111msgid "Clear @j"
1112msgstr "Padam"
1113
1114#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001115#: e2fsck/problem.c:260 e2fsck/problem.c:796
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001116msgid "@f has feature flag(s) set, but is a revision 0 @f. "
1117msgstr ""
1118
1119#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001120#: e2fsck/problem.c:265
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001121msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
1122msgstr ""
1123
1124#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001125#: e2fsck/problem.c:270
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001126#, fuzzy
1127msgid "@I %B (%b) found in @o @i %i.\n"
1128msgstr "@i %i (%Q) adalah @I @b @v.\n"
1129
1130#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001131#: e2fsck/problem.c:275
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001132#, fuzzy
1133msgid "Already cleared %B (%b) found in @o @i %i.\n"
1134msgstr "Fail Telah Ada dalam Senarai"
1135
1136#. @-expanded: illegal orphaned inode %i in superblock.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001137#: e2fsck/problem.c:281
1138#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001139msgid "@I @o @i %i in @S.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001140msgstr "@i %i (%Q) adalah @I FIFO.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001141
1142#. @-expanded: illegal inode %i in orphaned inode list.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001143#: e2fsck/problem.c:287
1144#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001145msgid "@I @i %i in @o @i list.\n"
1146msgstr "@i %i (%Q) adalah @I FIFO.\n"
1147
1148#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001149#: e2fsck/problem.c:292
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001150msgid "@j @S has an unknown read-only feature flag set.\n"
1151msgstr ""
1152
1153#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001154#: e2fsck/problem.c:297
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001155msgid "@j @S has an unknown incompatible feature flag set.\n"
1156msgstr ""
1157
1158#. @-expanded: journal version not supported by this e2fsck.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001159#: e2fsck/problem.c:302
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001160msgid "@j version not supported by this e2fsck.\n"
1161msgstr ""
1162
1163#. @-expanded: Moving journal from /%s to hidden inode.\n
1164#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001165#: e2fsck/problem.c:308
1166#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001167msgid ""
1168"Moving @j from /%s to hidden @i.\n"
1169"\n"
1170msgstr "Direktori Untuk Dikembalikan Dari"
1171
1172#. @-expanded: Error moving journal: %m\n
1173#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001174#: e2fsck/problem.c:314
1175#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001176msgid ""
1177"Error moving @j: %m\n"
1178"\n"
1179msgstr "Ralat mengulang ke atas @d @bs: %m\n"
1180
1181#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1182#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1183#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001184#: e2fsck/problem.c:319
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001185msgid ""
1186"Found @n V2 @j @S fields (from V1 @j).\n"
1187"Clearing fields beyond the V1 @j @S...\n"
1188"\n"
1189msgstr ""
1190
1191#. @-expanded: Run journal anyway
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001192#: e2fsck/problem.c:325
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001193#, fuzzy
1194msgid "Run @j anyway"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001195msgstr "mke2fs dipaksa juga.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001196
1197#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001198#: e2fsck/problem.c:330
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001199msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1200msgstr ""
1201
1202#. @-expanded: Backing up journal inode block information.\n
1203#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001204#: e2fsck/problem.c:335
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001205#, fuzzy
1206msgid ""
1207"Backing up @j @i @b information.\n"
1208"\n"
1209msgstr "Toggle salinan fail asal"
1210
1211#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1212#. @-expanded: is %N; should be zero.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001213#: e2fsck/problem.c:341
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001214msgid ""
1215"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1216"is %N; @s zero. "
1217msgstr ""
1218
1219#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001220#: e2fsck/problem.c:347
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001221msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1222msgstr ""
1223
1224#. @-expanded: Resize inode not valid.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001225#: e2fsck/problem.c:352
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001226#, fuzzy
1227msgid "Resize @i not valid. "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001228msgstr "Tidak dapat mengubah saiz tetingkap suntingan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001229
1230#. @-expanded: superblock last mount time (%t,\n
1231#. @-expanded: \tnow = %T) is in the future.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001232#: e2fsck/problem.c:357
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001233msgid ""
1234"@S last mount time (%t,\n"
1235"\tnow = %T) is in the future.\n"
1236msgstr ""
1237
1238#. @-expanded: superblock last write time (%t,\n
1239#. @-expanded: \tnow = %T) is in the future.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001240#: e2fsck/problem.c:362
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001241msgid ""
1242"@S last write time (%t,\n"
1243"\tnow = %T) is in the future.\n"
1244msgstr ""
1245
1246#. @-expanded: superblock hint for external superblock should be %X.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001247#: e2fsck/problem.c:368
1248#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001249msgid "@S hint for external superblock @s %X. "
1250msgstr "Tetap masa untuk memaparkan hint:"
1251
1252#. @-expanded: Adding dirhash hint to filesystem.\n
1253#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001254#: e2fsck/problem.c:373
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001255#, fuzzy
1256msgid ""
1257"Adding dirhash hint to @f.\n"
1258"\n"
1259msgstr "Menambah jurnal ke peranti %s:"
1260
1261#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001262#: e2fsck/problem.c:378
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001263#, fuzzy
1264msgid "@g descriptor %g checksum is %04x, should be %04y. "
1265msgstr "Saiz tab \"%s\" yang diminta tidak sah"
1266
1267#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001268#: e2fsck/problem.c:384
1269#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001270msgid "@g descriptor %g marked uninitialized without feature set.\n"
1271msgstr ""
1272
1273#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001274#: e2fsck/problem.c:389
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001275msgid "@g descriptor %g has invalid unused inodes count %b. "
1276msgstr ""
1277
1278#. @-expanded: Last group block bitmap uninitialized.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001279#: e2fsck/problem.c:394
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001280#, fuzzy
1281msgid "Last @g @b @B uninitialized. "
1282msgstr "Disimpan terakhir:"
1283
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001284#: e2fsck/problem.c:400
1285#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001286msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1287msgstr ""
1288
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001289#: e2fsck/problem.c:405
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001290msgid "The test_fs flag is set (and ext4 is available). "
1291msgstr ""
1292
1293#. @-expanded: superblock last mount time is in the future.\n
1294#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1295#. @-expanded: set)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001296#: e2fsck/problem.c:410
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001297msgid ""
1298"@S last mount time is in the future.\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04001299"\t(by less than a day, probably due to the hardware clock being incorrectly set)\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001300msgstr ""
1301
1302#. @-expanded: superblock last write time is in the future.\n
1303#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1304#. @-expanded: set)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001305#: e2fsck/problem.c:416
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001306msgid ""
1307"@S last write time is in the future.\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04001308"\t(by less than a day, probably due to the hardware clock being incorrectly set)\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001309msgstr ""
1310
1311#. @-expanded: One or more block group descriptor checksums are invalid.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001312#: e2fsck/problem.c:422
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001313#, fuzzy
1314msgid "One or more @b @g descriptor checksums are invalid. "
1315msgstr "Saiz tab \"%s\" yang diminta tidak sah"
1316
1317#. @-expanded: Setting free inodes count to %j (was %i)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001318#: e2fsck/problem.c:427
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001319msgid "Setting free @is count to %j (was %i)\n"
1320msgstr ""
1321
1322#. @-expanded: Setting free blocks count to %c (was %b)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001323#: e2fsck/problem.c:432
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001324msgid "Setting free @bs count to %c (was %b)\n"
1325msgstr ""
1326
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001327#. @-expanded: Hiding %U quota inode %i (%Q).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001328#: e2fsck/problem.c:437
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001329#, fuzzy
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001330msgid "Hiding %U @q @i %i (%Q).\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001331msgstr "@i %i (%Q) adalah @I FIFO.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001332
1333#. @-expanded: superblock has invalid MMP block.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001334#: e2fsck/problem.c:442
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001335#, fuzzy
1336msgid "@S has invalid MMP block. "
1337msgstr "saiz blok tidak sah - %s"
1338
1339#. @-expanded: superblock has invalid MMP magic.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001340#: e2fsck/problem.c:447
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001341#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001342msgid "@S has invalid MMP magic. "
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001343msgstr "%s: fail `%s' mempunyai cecikut magik buruk\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001344
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001345#: e2fsck/problem.c:453
1346#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001347msgid "ext2fs_open2: %m\n"
1348msgstr "Tidak dapat mengembang /@l: %m\n"
1349
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001350#: e2fsck/problem.c:459
1351#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001352msgid "ext2fs_check_desc: %m\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04001353msgstr "Tidak dapat mengembang /@l: %m\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001354
1355#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1356#. @-expanded: simultaneously.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001357#: e2fsck/problem.c:465
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04001358msgid "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set simultaneously."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001359msgstr ""
1360
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001361#. @-expanded: superblock MMP block checksum does not match.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001362#: e2fsck/problem.c:471
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001363#, fuzzy
1364msgid "@S MMP @b checksum does not match. "
1365msgstr "Cdrdao %1 tidak menyokong overburning."
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001366
1367#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001368#: e2fsck/problem.c:476
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001369msgid "@S 64bit @f needs extents to access the whole disk. "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001370msgstr ""
1371
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001372#: e2fsck/problem.c:481
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001373msgid "First_meta_bg is too big. (%N, max value %g). "
1374msgstr ""
1375
1376#. @-expanded: External journal superblock checksum does not match superblock.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001377#: e2fsck/problem.c:486
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001378#, fuzzy
1379msgid "External @j @S checksum does not match @S. "
1380msgstr "Cdrdao %1 tidak menyokong overburning."
1381
1382#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001383#: e2fsck/problem.c:491
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001384msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1385msgstr ""
1386
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001387#: e2fsck/problem.c:497
1388#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001389msgid "Error initializing quota context in support library: %m\n"
1390msgstr ""
1391
1392#. @-expanded: Bad required extra isize in superblock (%N).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001393#: e2fsck/problem.c:502
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001394msgid "Bad required extra isize in @S (%N). "
1395msgstr ""
1396
1397#. @-expanded: Bad desired extra isize in superblock (%N).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001398#: e2fsck/problem.c:507
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001399msgid "Bad desired extra isize in @S (%N). "
1400msgstr ""
1401
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001402#. @-expanded: Invalid %U quota inode %i.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001403#: e2fsck/problem.c:512
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001404#, fuzzy
1405msgid "Invalid %U @q @i %i. "
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001406msgstr "@i %i (%Q) adalah @I FIFO.\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001407
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001408#. @-expanded: superblock would have too many inodes (%N).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001409#: e2fsck/problem.c:517
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001410msgid "@S would have too many inodes (%N).\n"
1411msgstr ""
1412
1413#. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1414#. @-expanded: not compatible. Resize inode should be disabled.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001415#: e2fsck/problem.c:522
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001416msgid ""
1417"Resize_@i and meta_bg features are enabled. Those features are\n"
1418"not compatible. Resize @i should be disabled. "
1419msgstr ""
1420
1421#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001422#: e2fsck/problem.c:530
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001423msgid "Pass 1: Checking @is, @bs, and sizes\n"
1424msgstr ""
1425
1426#. @-expanded: root inode is not a directory.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001427#: e2fsck/problem.c:534
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001428#, fuzzy
1429msgid "@r is not a @d. "
1430msgstr "@r adalah bukan @d; menghentikan.\n"
1431
1432#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001433#: e2fsck/problem.c:539
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001434msgid "@r has dtime set (probably due to old mke2fs). "
1435msgstr ""
1436
1437#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001438#: e2fsck/problem.c:544
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001439#, fuzzy
1440msgid "Reserved @i %i (%Q) has @n mode. "
1441msgstr "@i %i (%Q) mempunyai mod @n (%Im).\n"
1442
1443#. @-expanded: deleted inode %i has zero dtime.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001444#: e2fsck/problem.c:550
1445#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001446msgid "@D @i %i has zero dtime. "
1447msgstr "i_blocks_hi @F %N, @s sifar.\n"
1448
1449#. @-expanded: inode %i is in use, but has dtime set.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001450#: e2fsck/problem.c:556
1451#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001452msgid "@i %i is in use, but has dtime set. "
1453msgstr ""
1454
1455#. @-expanded: inode %i is a zero-length directory.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001456#: e2fsck/problem.c:562
1457#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001458msgid "@i %i is a @z @d. "
1459msgstr "/@l adalah bukan sejenis @d (ino=%i)\n"
1460
1461#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001462#: e2fsck/problem.c:567
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001463#, fuzzy
1464msgid "@g %g's @b @B at %b @C.\n"
1465msgstr "P&ada:"
1466
1467#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001468#: e2fsck/problem.c:572
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001469#, fuzzy
1470msgid "@g %g's @i @B at %b @C.\n"
1471msgstr "P&ada:"
1472
1473#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001474#: e2fsck/problem.c:577
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001475#, fuzzy
1476msgid "@g %g's @i table at %b @C.\n"
1477msgstr ""
1478"\n"
1479" Jadual inode di"
1480
1481#. @-expanded: group %g's block bitmap (%b) is bad.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001482#: e2fsck/problem.c:582
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001483#, fuzzy
1484msgid "@g %g's @b @B (%b) is bad. "
1485msgstr "@p @h %d (%q): buruk @b nombor %b.\n"
1486
1487#. @-expanded: group %g's inode bitmap (%b) is bad.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001488#: e2fsck/problem.c:587
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001489#, fuzzy
1490msgid "@g %g's @i @B (%b) is bad. "
1491msgstr "Sijil buruk"
1492
1493#. @-expanded: inode %i, i_size is %Is, should be %N.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001494#: e2fsck/problem.c:592
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001495#, fuzzy
1496msgid "@i %i, i_size is %Is, @s %N. "
1497msgstr "Symlink %Q (@i #%i) adalah @n.\n"
1498
1499#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001500#: e2fsck/problem.c:597
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001501#, fuzzy
1502msgid "@i %i, i_@bs is %Ib, @s %N. "
1503msgstr "i_blocks_hi @F %N, @s sifar.\n"
1504
1505#. @-expanded: illegal %B (%b) in inode %i.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001506#: e2fsck/problem.c:602
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001507#, fuzzy
1508msgid "@I %B (%b) in @i %i. "
1509msgstr "@i @B perbezaan: "
1510
1511#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001512#: e2fsck/problem.c:607
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001513#, fuzzy
1514msgid "%B (%b) overlaps @f metadata in @i %i. "
1515msgstr "&Dalam pelayar web"
1516
1517#. @-expanded: inode %i has illegal block(s).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001518#: e2fsck/problem.c:613
1519#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001520msgid "@i %i has illegal @b(s). "
1521msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
1522
1523#. @-expanded: Too many illegal blocks in inode %i.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001524#: e2fsck/problem.c:619
1525#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001526msgid "Too many illegal @bs in @i %i.\n"
1527msgstr ""
1528
1529#. @-expanded: illegal %B (%b) in bad block inode.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001530#: e2fsck/problem.c:624
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001531#, fuzzy
1532msgid "@I %B (%b) in bad @b @i. "
1533msgstr "@i %i (%Q) adalah @I @b @v.\n"
1534
1535#. @-expanded: Bad block inode has illegal block(s).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001536#: e2fsck/problem.c:629
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001537#, fuzzy
1538msgid "Bad @b @i has illegal @b(s). "
1539msgstr "Parameter tidak sah telah diterima."
1540
1541#. @-expanded: Duplicate or bad block in use!\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001542#: e2fsck/problem.c:634
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001543msgid "Duplicate or bad @b in use!\n"
1544msgstr ""
1545
1546#. @-expanded: Bad block %b used as bad block inode indirect block.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001547#: e2fsck/problem.c:639
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001548msgid "Bad @b %b used as bad @b @i indirect @b. "
1549msgstr ""
1550
1551#. @-expanded: \n
1552#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1553#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1554#. @-expanded: in the filesystem.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001555#: e2fsck/problem.c:644
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001556msgid ""
1557"\n"
1558"The bad @b @i has probably been corrupted. You probably\n"
1559"should stop now and run e2fsck -c to scan for bad blocks\n"
1560"in the @f.\n"
1561msgstr ""
1562
1563#. @-expanded: \n
1564#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001565#: e2fsck/problem.c:651
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001566msgid ""
1567"\n"
1568"If the @b is really bad, the @f can not be fixed.\n"
1569msgstr ""
1570
1571#. @-expanded: You can remove this block from the bad block list and hope\n
1572#. @-expanded: that the block is really OK. But there are no guarantees.\n
1573#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001574#: e2fsck/problem.c:656
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001575msgid ""
1576"You can remove this @b from the bad @b list and hope\n"
1577"that the @b is really OK. But there are no guarantees.\n"
1578"\n"
1579msgstr ""
1580
1581#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001582#: e2fsck/problem.c:662
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001583msgid "The primary @S (%b) is on the bad @b list.\n"
1584msgstr ""
1585
1586#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001587#: e2fsck/problem.c:667
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001588msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1589msgstr ""
1590
1591#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001592#: e2fsck/problem.c:673
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001593#, fuzzy
1594msgid "Warning: Group %g's @S (%b) is bad.\n"
1595msgstr "gid/nama kumpulan buruk - %s"
1596
1597#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001598#: e2fsck/problem.c:679
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001599msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1600msgstr ""
1601
1602#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001603#: e2fsck/problem.c:685
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001604msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1605msgstr ""
1606
1607#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001608#: e2fsck/problem.c:691
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001609#, fuzzy
1610msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1611msgstr "&Cari Bantuan"
1612
1613#. @-expanded: error allocating block buffer for relocating %s\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001614#: e2fsck/problem.c:697
1615#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001616msgid "@A @b buffer for relocating %s\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001617msgstr ""
1618"\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001619"Buffer tidak ditulis ke %s: %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001620
1621#. @-expanded: Relocating group %g's %s from %b to %c...\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001622#: e2fsck/problem.c:702
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001623#, fuzzy
1624msgid "Relocating @g %g's %s from %b to %c...\n"
1625msgstr "Direktori Untuk Dikembalikan Dari"
1626
1627#. @-expanded: Relocating group %g's %s to %c...\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001628#: e2fsck/problem.c:708
1629#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001630msgid "Relocating @g %g's %s to %c...\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001631msgstr ""
1632"\n"
1633"Setiap sampel kira sebagai %g %s.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001634
1635#. @-expanded: Warning: could not read block %b of %s: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001636#: e2fsck/problem.c:713
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001637#, fuzzy
1638msgid "Warning: could not read @b %b of %s: %m\n"
1639msgstr "Amaran: tidak dapat membaca blok 0: %s\n"
1640
1641#. @-expanded: Warning: could not write block %b for %s: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001642#: e2fsck/problem.c:718
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001643#, fuzzy
1644msgid "Warning: could not write @b %b for %s: %m\n"
1645msgstr "Tidak dapat menulis kepada fail %s"
1646
1647#. @-expanded: error allocating inode bitmap (%N): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001648#: e2fsck/problem.c:723 e2fsck/problem.c:1871
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001649#, fuzzy
1650msgid "@A @i @B (%N): %m\n"
1651msgstr "Ralat menyalin dalam penggantian @i @B: %m\n"
1652
1653#. @-expanded: error allocating block bitmap (%N): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001654#: e2fsck/problem.c:728
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001655#, fuzzy
1656msgid "@A @b @B (%N): %m\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001657msgstr "Ralat menyalin dalam gantian @b @B: %m\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001658
1659#. @-expanded: error allocating icount link information: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001660#: e2fsck/problem.c:734
1661#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001662msgid "@A icount link information: %m\n"
1663msgstr "Maklumat Peranti Terlampir"
1664
1665#. @-expanded: error allocating directory block array: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001666#: e2fsck/problem.c:740
1667#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001668msgid "@A @d @b array: %m\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001669msgstr "%b %e %H:%M"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001670
1671#. @-expanded: Error while scanning inodes (%i): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001672#: e2fsck/problem.c:746
1673#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001674msgid "Error while scanning @is (%i): %m\n"
1675msgstr "Ralat menyahumpuk @i %i: %m\n"
1676
1677#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001678#: e2fsck/problem.c:752
1679#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001680msgid "Error while iterating over @bs in @i %i: %m\n"
1681msgstr ""
1682
1683#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001684#: e2fsck/problem.c:757
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001685msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1686msgstr ""
1687
1688#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001689#: e2fsck/problem.c:762
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001690msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1691msgstr ""
1692
1693#. @-expanded: Error reading inode %i: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001694#: e2fsck/problem.c:769
1695#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001696msgid "Error reading @i %i: %m\n"
1697msgstr "Ralat menyahumpuk @i %i: %m\n"
1698
1699#. @-expanded: inode %i has imagic flag set.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001700#: e2fsck/problem.c:778
1701#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001702msgid "@i %i has imagic flag set. "
1703msgstr ""
1704
1705#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1706#. @-expanded: or append-only flag set.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001707#: e2fsck/problem.c:784
1708#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001709msgid ""
1710"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1711"or append-only flag set. "
1712msgstr ""
1713
1714#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001715#: e2fsck/problem.c:791
1716#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001717msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1718msgstr ""
1719
1720#. @-expanded: journal inode is not in use, but contains data.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001721#: e2fsck/problem.c:801
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001722msgid "@j @i is not in use, but contains data. "
1723msgstr ""
1724
1725#. @-expanded: journal is not regular file.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001726#: e2fsck/problem.c:806
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001727#, fuzzy
1728msgid "@j is not regular file. "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001729msgstr "Mencipta fail biasa %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001730
1731#. @-expanded: inode %i was part of the orphaned inode list.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001732#: e2fsck/problem.c:812
1733#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001734msgid "@i %i was part of the @o @i list. "
1735msgstr "Label Senarai Semasa"
1736
1737#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001738#: e2fsck/problem.c:818
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001739msgid "@is that were part of a corrupted orphan linked list found. "
1740msgstr ""
1741
1742#. @-expanded: error allocating refcount structure (%N): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001743#: e2fsck/problem.c:823
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001744msgid "@A refcount structure (%N): %m\n"
1745msgstr ""
1746
1747#. @-expanded: Error reading extended attribute block %b for inode %i.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001748#: e2fsck/problem.c:828
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001749#, fuzzy
1750msgid "Error reading @a @b %b for @i %i. "
1751msgstr "Ralat membaca @d @b %b (@i %i): %m\n"
1752
1753#. @-expanded: inode %i has a bad extended attribute block %b.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001754#: e2fsck/problem.c:833
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001755#, fuzzy
1756msgid "@i %i has a bad @a @b %b. "
1757msgstr "@i %i (%Q) adalah @I @b @v.\n"
1758
1759#. @-expanded: Error reading extended attribute block %b (%m).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001760#: e2fsck/problem.c:838
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001761#, fuzzy
1762msgid "Error reading @a @b %b (%m). "
1763msgstr "Ralat menyalin dalam gantian @b @B: %m\n"
1764
1765#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001766#: e2fsck/problem.c:843
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001767#, fuzzy
1768msgid "@a @b %b has reference count %r, @s %N. "
1769msgstr "@p @h %d: nod (%B) mempunyai @n bilangan (%N)\n"
1770
1771#. @-expanded: Error writing extended attribute block %b (%m).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001772#: e2fsck/problem.c:848
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001773#, fuzzy
1774msgid "Error writing @a @b %b (%m). "
1775msgstr "Ralat menyalin dalam gantian @b @B: %m\n"
1776
1777#. @-expanded: extended attribute block %b has h_blocks > 1.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001778#: e2fsck/problem.c:853
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001779#, fuzzy
1780msgid "@a @b %b has h_@bs > 1. "
1781msgstr "Mempunyai &Heading"
1782
1783#. @-expanded: error allocating extended attribute region allocation structure.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001784#: e2fsck/problem.c:858
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001785#, fuzzy
1786msgid "@A @a region allocation structure. "
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05001787msgstr "Ralat dalaman dalam pengumpukan memori."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001788
1789#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001790#: e2fsck/problem.c:863
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001791msgid "@a @b %b is corrupt (allocation collision). "
1792msgstr ""
1793
1794#. @-expanded: extended attribute block %b is corrupt (invalid name).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001795#: e2fsck/problem.c:868
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001796#, fuzzy
1797msgid "@a @b %b is corrupt (@n name). "
1798msgstr "Nama terlalu panjang"
1799
1800#. @-expanded: extended attribute block %b is corrupt (invalid value).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001801#: e2fsck/problem.c:873
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001802#, fuzzy
1803msgid "@a @b %b is corrupt (@n value). "
1804msgstr "Nilai diminta adalah bukan integer"
1805
1806#. @-expanded: inode %i is too big.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001807#: e2fsck/problem.c:879
1808#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001809msgid "@i %i is too big. "
1810msgstr "Regular expression terlalu besar"
1811
1812#. @-expanded: %B (%b) causes directory to be too big.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001813#: e2fsck/problem.c:883
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001814msgid "%B (%b) causes @d to be too big. "
1815msgstr ""
1816
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001817#: e2fsck/problem.c:888
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001818msgid "%B (%b) causes file to be too big. "
1819msgstr ""
1820
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001821#: e2fsck/problem.c:893
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001822msgid "%B (%b) causes symlink to be too big. "
1823msgstr ""
1824
1825#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001826#: e2fsck/problem.c:899
1827#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001828msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1829msgstr ""
1830
1831#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001832#: e2fsck/problem.c:905
1833#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001834msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1835msgstr ""
1836
1837#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001838#: e2fsck/problem.c:911
1839#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001840msgid "@h %i has an @n root node.\n"
1841msgstr "@p @h %d: nod root node ialah @n\n"
1842
1843#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001844#: e2fsck/problem.c:916
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001845#, fuzzy
1846msgid "@h %i has an unsupported hash version (%N)\n"
1847msgstr "Sijil tidak mempunyai ciri disokong."
1848
1849#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001850#: e2fsck/problem.c:922
1851#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001852msgid "@h %i uses an incompatible htree root node flag.\n"
1853msgstr ""
1854
1855#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001856#: e2fsck/problem.c:927
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001857msgid "@h %i has a tree depth (%N) which is too big\n"
1858msgstr ""
1859
1860#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1861#. @-expanded: filesystem metadata.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001862#: e2fsck/problem.c:933
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001863msgid ""
1864"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1865"@f metadata. "
1866msgstr ""
1867
1868#. @-expanded: Resize inode (re)creation failed: %m.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001869#: e2fsck/problem.c:940
1870#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001871msgid "Resize @i (re)creation failed: %m."
1872msgstr ""
1873
1874#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001875#: e2fsck/problem.c:945
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001876msgid "@i %i has a extra size (%IS) which is @n\n"
1877msgstr ""
1878
1879#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001880#: e2fsck/problem.c:950
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001881#, fuzzy
1882msgid "@a in @i %i has a namelen (%N) which is @n\n"
1883msgstr "@i %i (%Q) mempunyai mod @n (%Im).\n"
1884
1885#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001886#: e2fsck/problem.c:955
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001887msgid "@a in @i %i has a value offset (%N) which is @n\n"
1888msgstr ""
1889
1890#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001891#: e2fsck/problem.c:960
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001892msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1893msgstr ""
1894
1895#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001896#: e2fsck/problem.c:965
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001897msgid "@a in @i %i has a value size (%N) which is @n\n"
1898msgstr ""
1899
1900#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001901#: e2fsck/problem.c:970
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001902#, fuzzy
1903msgid "@a in @i %i has a hash (%N) which is @n\n"
1904msgstr "@i %i (%Q) mempunyai mod @n (%Im).\n"
1905
1906#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001907#: e2fsck/problem.c:975
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001908msgid "@i %i is a %It but it looks like it is really a directory.\n"
1909msgstr ""
1910
1911#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001912#: e2fsck/problem.c:981
1913#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001914msgid "Error while reading over @x tree in @i %i: %m\n"
1915msgstr "Ralat berlaku bila cuba menyalin cekupan skrin."
1916
1917#. @-expanded: Failed to iterate extents in inode %i\n
1918#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001919#: e2fsck/problem.c:986
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001920msgid ""
1921"Failed to iterate extents in @i %i\n"
1922"\t(op %s, blk %b, lblk %c): %m\n"
1923msgstr ""
1924
1925#. @-expanded: inode %i has an invalid extent\n
1926#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001927#: e2fsck/problem.c:992
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001928msgid ""
1929"@i %i has an @n extent\n"
1930"\t(logical @b %c, @n physical @b %b, len %N)\n"
1931msgstr ""
1932
1933#. @-expanded: inode %i has an invalid extent\n
1934#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001935#: e2fsck/problem.c:997
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001936msgid ""
1937"@i %i has an @n extent\n"
1938"\t(logical @b %c, physical @b %b, @n len %N)\n"
1939msgstr ""
1940
1941#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001942#: e2fsck/problem.c:1003
1943#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001944msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1945msgstr ""
1946
1947#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001948#: e2fsck/problem.c:1009
1949#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001950msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1951msgstr ""
1952
1953#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001954#: e2fsck/problem.c:1015
1955#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001956msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1957msgstr ""
1958
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001959#: e2fsck/problem.c:1021
1960#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001961msgid "Fast symlink %i has EXTENT_FL set. "
1962msgstr ""
1963
1964#. @-expanded: inode %i has out of order extents\n
1965#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001966#: e2fsck/problem.c:1026
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001967msgid ""
1968"@i %i has out of order extents\n"
1969"\t(@n logical @b %c, physical @b %b, len %N)\n"
1970msgstr ""
1971
1972#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001973#: e2fsck/problem.c:1030
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001974msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1975msgstr ""
1976
1977#. @-expanded: Error converting subcluster block bitmap: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001978#: e2fsck/problem.c:1036
1979#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001980msgid "Error converting subcluster @b @B: %m\n"
1981msgstr "Ralat menyalin dalam gantian @b @B: %m\n"
1982
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001983#. @-expanded: quota inode is not a regular file.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001984#: e2fsck/problem.c:1041
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001985#, fuzzy
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001986msgid "@q @i is not a regular file. "
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04001987msgstr "@i %i (%Q) adalah soket @I.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001988
1989#. @-expanded: quota inode is not in use, but contains data.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001990#: e2fsck/problem.c:1046
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001991msgid "@q @i is not in use, but contains data. "
1992msgstr ""
1993
1994#. @-expanded: quota inode is visible to the user.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04001995#: e2fsck/problem.c:1051
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05001996#, fuzzy
1997msgid "@q @i is visible to the user. "
1998msgstr "@i %i (%Q) adalah soket @I.\n"
1999
2000#. @-expanded: The bad block inode looks invalid.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002001#: e2fsck/problem.c:1056
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002002#, fuzzy
2003msgid "The bad @b @i looks @n. "
2004msgstr "saiz inode buruk - %s"
2005
2006#. @-expanded: inode %i has zero length extent\n
2007#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002008#: e2fsck/problem.c:1061
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002009msgid ""
2010"@i %i has zero length extent\n"
2011"\t(@n logical @b %c, physical @b %b)\n"
2012msgstr ""
2013
2014#. @-expanded: inode %i seems to contain garbage.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002015#: e2fsck/problem.c:1067
2016#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002017msgid "@i %i seems to contain garbage. "
2018msgstr "Regular expression terlalu besar"
2019
2020#. @-expanded: inode %i passes checks, but checksum does not match inode.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002021#: e2fsck/problem.c:1073
2022#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002023msgid "@i %i passes checks, but checksum does not match @i. "
2024msgstr ""
2025
2026#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002027#: e2fsck/problem.c:1079
2028#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002029msgid "@i %i @a is corrupt (allocation collision). "
2030msgstr ""
2031
2032#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
2033#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002034#: e2fsck/problem.c:1087
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002035msgid ""
2036"@i %i extent block passes checks, but checksum does not match extent\n"
2037"\t(logical @b %c, physical @b %b, len %N)\n"
2038msgstr ""
2039
2040#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002041#: e2fsck/problem.c:1096
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002042msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
2043msgstr ""
2044
2045#. @-expanded: Interior extent node level %N of inode %i:\n
2046#. @-expanded: Logical start %b does not match logical start %c at next level.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002047#: e2fsck/problem.c:1101
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002048msgid ""
2049"Interior @x node level %N of @i %i:\n"
2050"Logical start %b does not match logical start %c at next level. "
2051msgstr ""
2052
2053#. @-expanded: inode %i, end of extent exceeds allowed value\n
2054#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002055#: e2fsck/problem.c:1107
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002056msgid ""
2057"@i %i, end of extent exceeds allowed value\n"
2058"\t(logical @b %c, physical @b %b, len %N)\n"
2059msgstr ""
2060
2061#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002062#: e2fsck/problem.c:1113
2063#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002064msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
2065msgstr ""
2066
2067#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002068#: e2fsck/problem.c:1119
2069#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002070msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
2071msgstr ""
2072
2073#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002074#: e2fsck/problem.c:1127
2075#, no-c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04002076msgid "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002077msgstr ""
2078
2079#. @-expanded: directory inode %i block %b should be at block %c.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002080#: e2fsck/problem.c:1132
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002081#, fuzzy
2082msgid "@d @i %i @b %b should be at @b %c. "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002083msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002084
2085#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002086#: e2fsck/problem.c:1138
2087#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002088msgid "@d @i %i has @x marked uninitialized at @b %c. "
2089msgstr "@d @i %i mempunyai @b tidak diumpuk #%B. "
2090
2091#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
2092#. @-expanded: Will fix in pass 1B.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002093#: e2fsck/problem.c:1143
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002094msgid ""
2095"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
2096"Will fix in pass 1B.\n"
2097msgstr ""
2098
2099#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002100#: e2fsck/problem.c:1149
2101#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002102msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
2103msgstr ""
2104
2105#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
2106#. @-expanded: or inline-data flag set.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002107#: e2fsck/problem.c:1156
2108#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002109msgid ""
2110"Special (@v/socket/fifo) file (@i %i) has extents\n"
2111"or inline-data flag set. "
2112msgstr ""
2113
2114#. @-expanded: inode %i has extent header but inline data flag is set.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002115#: e2fsck/problem.c:1163
2116#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002117msgid "@i %i has @x header but inline data flag is set.\n"
2118msgstr ""
2119
2120#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002121#: e2fsck/problem.c:1169
2122#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002123msgid "@i %i seems to have inline data but @x flag is set.\n"
2124msgstr ""
2125
2126#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002127#: e2fsck/problem.c:1175
2128#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002129msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
2130msgstr ""
2131
2132#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002133#: e2fsck/problem.c:1181
2134#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002135msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
2136msgstr ""
2137
2138#. @-expanded: Bad block list says the bad block list inode is bad.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002139#: e2fsck/problem.c:1186
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002140msgid "Bad block list says the bad block list @i is bad. "
2141msgstr ""
2142
2143#. @-expanded: error allocating extent region allocation structure.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002144#: e2fsck/problem.c:1191
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002145#, fuzzy
2146msgid "@A @x region allocation structure. "
2147msgstr "Tidak dapat mengembang /@l: %m\n"
2148
2149#. @-expanded: inode %i has a duplicate extent mapping\n
2150#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002151#: e2fsck/problem.c:1196
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002152msgid ""
2153"@i %i has a duplicate @x mapping\n"
2154"\t(logical @b %c, @n physical @b %b, len %N)\n"
2155msgstr ""
2156
2157#. @-expanded: error allocating memory for encrypted directory list\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002158#: e2fsck/problem.c:1201
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002159#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002160msgid "@A memory for encrypted @d list\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002161msgstr "Kehabisan memori ketika memadam sektor %d-%d\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002162
2163#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002164#: e2fsck/problem.c:1206
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002165msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2166msgstr ""
2167
2168#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002169#: e2fsck/problem.c:1212
2170#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002171msgid "@i %i on bigalloc @f cannot be @b mapped. "
2172msgstr ""
2173
2174#. @-expanded: inode %i has corrupt extent header.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002175#: e2fsck/problem.c:1218
2176#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002177msgid "@i %i has corrupt @x header. "
2178msgstr "Nama terlalu panjang"
2179
2180#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002181#: e2fsck/problem.c:1224
2182#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002183msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2184msgstr ""
2185
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002186#. @-expanded: inode %i has illegal extended attribute value inode %N.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002187#: e2fsck/problem.c:1229
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002188#, fuzzy
2189msgid "@i %i has @I @a value @i %N.\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04002190msgstr "@i %i (%Q) mempunyai mod @n (%Im).\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002191
2192#. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002193#: e2fsck/problem.c:1235
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002194msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2195msgstr ""
2196
2197#. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2198#. @-expanded:
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002199#: e2fsck/problem.c:1240
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002200msgid ""
2201"EA @i %N for parent @i %i missing EA_INODE flag.\n"
2202" "
2203msgstr ""
2204
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002205#. @-expanded: \n
2206#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2207#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002208#: e2fsck/problem.c:1248
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002209msgid ""
2210"\n"
2211"Running additional passes to resolve @bs claimed by more than one @i...\n"
2212"Pass 1B: Rescanning for @m @bs\n"
2213msgstr ""
2214
2215#. @-expanded: multiply-claimed block(s) in inode %i:
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002216#: e2fsck/problem.c:1255
2217#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002218msgid "@m @b(s) in @i %i:"
2219msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
2220
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002221#: e2fsck/problem.c:1271
2222#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002223msgid "Error while scanning inodes (%i): %m\n"
2224msgstr "Ralat apabila membaca fail."
2225
2226#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002227#: e2fsck/problem.c:1277
2228#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002229msgid "@A @i @B (@i_dup_map): %m\n"
2230msgstr "Ralat membaca @d @b %b (@i %i): %m\n"
2231
2232#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002233#: e2fsck/problem.c:1283
2234#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002235msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2236msgstr ""
2237
2238#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002239#: e2fsck/problem.c:1288 e2fsck/problem.c:1663
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002240#, fuzzy
2241msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002242msgstr "Ralat membaca @d @b %b (@i %i): %m\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002243
2244#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002245#: e2fsck/problem.c:1298
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002246msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2247msgstr ""
2248
2249#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002250#: e2fsck/problem.c:1304
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002251msgid "Pass 1D: Reconciling @m @bs\n"
2252msgstr ""
2253
2254#. @-expanded: File %Q (inode #%i, mod time %IM) \n
2255#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002256#: e2fsck/problem.c:1309
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002257msgid ""
2258"File %Q (@i #%i, mod time %IM) \n"
2259" has %r @m @b(s), shared with %N file(s):\n"
2260msgstr ""
2261
2262#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002263#: e2fsck/problem.c:1315
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002264#, fuzzy
2265msgid "\t%Q (@i #%i, mod time %IM)\n"
2266msgstr "@i %i (%Q) mempunyai mod @n (%Im).\n"
2267
2268#. @-expanded: \t<filesystem metadata>\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002269#: e2fsck/problem.c:1320
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002270#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002271msgid "\t<@f metadata>\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002272msgstr "font %f terlalu besar"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002273
2274#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2275#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002276#: e2fsck/problem.c:1325
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002277#, fuzzy
2278msgid ""
2279"(There are %N @is containing @m @bs.)\n"
2280"\n"
2281msgstr "Ralat mengulang ke atas @d @bs: %m\n"
2282
2283#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2284#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002285#: e2fsck/problem.c:1330
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002286msgid ""
2287"@m @bs already reassigned or cloned.\n"
2288"\n"
2289msgstr ""
2290
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002291#: e2fsck/problem.c:1344
2292#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002293msgid "Couldn't clone file: %m\n"
2294msgstr ""
2295"Tidak dapat membaiki induk untuk @i %i: %m\n"
2296"\n"
2297
2298#. @-expanded: Pass 1E: Optimizing extent trees\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002299#: e2fsck/problem.c:1350
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002300#, fuzzy
2301msgid "Pass 1E: Optimizing @x trees\n"
2302msgstr "Mengoptimakan direktori"
2303
2304#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002305#: e2fsck/problem.c:1356
2306#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002307msgid "Failed to optimize @x tree %p (%i): %m\n"
2308msgstr "Gagal untuk mengoptima direktori %q (%d): %m"
2309
2310#. @-expanded: Optimizing extent trees:
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002311#: e2fsck/problem.c:1361
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002312#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04002313#| msgid "Optimizing directories: "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002314msgid "Optimizing @x trees: "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002315msgstr "\t\tX: "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002316
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002317#: e2fsck/problem.c:1376
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002318msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2319msgstr ""
2320
2321#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002322#: e2fsck/problem.c:1381
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002323msgid "@i %i @x tree (at level %b) could be shorter. "
2324msgstr ""
2325
2326#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002327#: e2fsck/problem.c:1386
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002328msgid "@i %i @x tree (at level %b) could be narrower. "
2329msgstr ""
2330
2331#. @-expanded: Pass 2: Checking directory structure\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002332#: e2fsck/problem.c:1393
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002333#, fuzzy
2334msgid "Pass 2: Checking @d structure\n"
2335msgstr "Ulangan 3: Memeriksa sambungan @d\n"
2336
2337#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002338#: e2fsck/problem.c:1399
2339#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002340msgid "@n @i number for '.' in @d @i %i.\n"
2341msgstr "Symlink %Q (@i #%i) adalah @n.\n"
2342
2343#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002344#: e2fsck/problem.c:1404
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002345#, fuzzy
2346msgid "@E has @n @i #: %Di.\n"
2347msgstr "@i %i (%Q) mempunyai mod @n (%Im).\n"
2348
2349#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002350#: e2fsck/problem.c:1409
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002351#, fuzzy
2352msgid "@E has @D/unused @i %Di. "
2353msgstr ""
2354"amaran: %u blok tidak digunakan.\n"
2355"\n"
2356
2357#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002358#: e2fsck/problem.c:1414
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002359#, fuzzy
2360msgid "@E @L to '.' "
2361msgstr "/@l tidak dijumpai."
2362
2363#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002364#: e2fsck/problem.c:1419
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002365msgid "@E points to @i (%Di) located in a bad @b.\n"
2366msgstr ""
2367
2368#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002369#: e2fsck/problem.c:1424
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002370#, fuzzy
2371msgid "@E @L to @d %P (%Di).\n"
2372msgstr "Ub&ahsuai kepada:"
2373
2374#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002375#: e2fsck/problem.c:1429
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002376#, fuzzy
2377msgid "@E @L to the @r.\n"
2378msgstr "@E adalah salinan '.' @e.\n"
2379
2380#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002381#: e2fsck/problem.c:1434
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002382msgid "@E has illegal characters in its name.\n"
2383msgstr ""
2384
2385#. @-expanded: Missing '.' in directory inode %i.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002386#: e2fsck/problem.c:1440
2387#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002388msgid "Missing '.' in @d @i %i.\n"
2389msgstr "/@l adalah bukan sejenis @d (ino=%i)\n"
2390
2391#. @-expanded: Missing '..' in directory inode %i.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002392#: e2fsck/problem.c:1446
2393#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002394msgid "Missing '..' in @d @i %i.\n"
2395msgstr "/@l adalah bukan sejenis @d (ino=%i)\n"
2396
2397#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002398#: e2fsck/problem.c:1451
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002399#, fuzzy
2400msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2401msgstr "Pergi ke fail pertama dalam senarai"
2402
2403#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002404#: e2fsck/problem.c:1456
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002405msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2406msgstr ""
2407
2408#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002409#: e2fsck/problem.c:1461
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002410msgid "i_faddr @F %IF, @s zero.\n"
2411msgstr "i_faddr @F %IF, @s sifar.\n"
2412
2413#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002414#: e2fsck/problem.c:1466
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002415#, fuzzy
2416msgid "i_file_acl @F %If, @s zero.\n"
2417msgstr "i_faddr @F %IF, @s sifar.\n"
2418
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002419#. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002420#: e2fsck/problem.c:1471
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002421#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04002422#| msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002423msgid "i_size_high @F %Id, @s zero.\n"
2424msgstr "i_fsize @F %N, @s sifar.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002425
2426#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002427#: e2fsck/problem.c:1476
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002428msgid "i_frag @F %N, @s zero.\n"
2429msgstr "i_frag @F %N, @s sifar.\n"
2430
2431#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002432#: e2fsck/problem.c:1481
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002433msgid "i_fsize @F %N, @s zero.\n"
2434msgstr "i_fsize @F %N, @s sifar.\n"
2435
2436#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002437#: e2fsck/problem.c:1486
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002438msgid "@i %i (%Q) has @n mode (%Im).\n"
2439msgstr "@i %i (%Q) mempunyai mod @n (%Im).\n"
2440
2441#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002442#: e2fsck/problem.c:1491
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002443#, fuzzy
2444msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2445msgstr "@d @i %i, @b %B, offset %N: @d rosak\n"
2446
2447#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002448#: e2fsck/problem.c:1496
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002449#, fuzzy
2450msgid "@d @i %i, %B, offset %N: filename too long\n"
2451msgstr "@d @i %i, @b %B, offset %N: namafail terlalu panjang\n"
2452
2453#. @-expanded: directory inode %i has an unallocated %B.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002454#: e2fsck/problem.c:1501
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002455#, fuzzy
2456msgid "@d @i %i has an unallocated %B. "
2457msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
2458
2459#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002460#: e2fsck/problem.c:1507
2461#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002462msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2463msgstr ""
2464
2465#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002466#: e2fsck/problem.c:1513
2467#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002468msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2469msgstr ""
2470
2471#. @-expanded: inode %i (%Q) is an illegal character device.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002472#: e2fsck/problem.c:1518
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002473msgid "@i %i (%Q) is an @I character @v.\n"
2474msgstr "@i %i (%Q) adalah @I aksara @v.\n"
2475
2476#. @-expanded: inode %i (%Q) is an illegal block device.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002477#: e2fsck/problem.c:1523
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002478msgid "@i %i (%Q) is an @I @b @v.\n"
2479msgstr "@i %i (%Q) adalah @I @b @v.\n"
2480
2481#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002482#: e2fsck/problem.c:1528
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002483msgid "@E is duplicate '.' @e.\n"
2484msgstr "@E adalah salinan '.' @e.\n"
2485
2486#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002487#: e2fsck/problem.c:1533
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002488msgid "@E is duplicate '..' @e.\n"
2489msgstr "@E adalah salinan '..' @e.\n"
2490
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002491#: e2fsck/problem.c:1539 e2fsck/problem.c:1898
2492#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002493msgid "Internal error: couldn't find dir_info for %i.\n"
2494msgstr ""
2495
2496#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002497#: e2fsck/problem.c:1544
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002498msgid "@E has rec_len of %Dr, @s %N.\n"
2499msgstr ""
2500
2501#. @-expanded: error allocating icount structure: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002502#: e2fsck/problem.c:1550
2503#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002504msgid "@A icount structure: %m\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002505msgstr "Tidak dapat mengembang /@l: %m\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002506
2507#. @-expanded: Error iterating over directory blocks: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002508#: e2fsck/problem.c:1556
2509#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002510msgid "Error iterating over @d @bs: %m\n"
2511msgstr "Ralat mengulang ke atas @d @bs: %m\n"
2512
2513#. @-expanded: Error reading directory block %b (inode %i): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002514#: e2fsck/problem.c:1561
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002515msgid "Error reading @d @b %b (@i %i): %m\n"
2516msgstr "Ralat membaca @d @b %b (@i %i): %m\n"
2517
2518#. @-expanded: Error writing directory block %b (inode %i): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002519#: e2fsck/problem.c:1566
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002520msgid "Error writing @d @b %b (@i %i): %m\n"
2521msgstr "Ralat menulis @d @b %b (@i %i): %m\n"
2522
2523#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002524#: e2fsck/problem.c:1572
2525#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002526msgid "@A new @d @b for @i %i (%s): %m\n"
2527msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
2528
2529#. @-expanded: Error deallocating inode %i: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002530#: e2fsck/problem.c:1578
2531#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002532msgid "Error deallocating @i %i: %m\n"
2533msgstr "Ralat menyahumpuk @i %i: %m\n"
2534
2535#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002536#: e2fsck/problem.c:1584
2537#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002538msgid "@d @e for '.' in %p (%i) is big.\n"
2539msgstr "'..' dalam %Q (%i) adalah %P (%j), @s %q (%d).\n"
2540
2541#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002542#: e2fsck/problem.c:1589
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002543msgid "@i %i (%Q) is an @I FIFO.\n"
2544msgstr "@i %i (%Q) adalah @I FIFO.\n"
2545
2546#. @-expanded: inode %i (%Q) is an illegal socket.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002547#: e2fsck/problem.c:1594
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002548msgid "@i %i (%Q) is an @I socket.\n"
2549msgstr "@i %i (%Q) adalah soket @I.\n"
2550
2551#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002552#: e2fsck/problem.c:1599
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002553msgid "Setting filetype for @E to %N.\n"
2554msgstr "Menetapkan jenisfail untuk @E ke %N.\n"
2555
2556#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002557#: e2fsck/problem.c:1604
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002558msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2559msgstr ""
2560
2561#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002562#: e2fsck/problem.c:1609
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002563msgid "@E has filetype set.\n"
2564msgstr "@E mempunyai jenisfail ditetapkan.\n"
2565
2566#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002567#: e2fsck/problem.c:1614
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002568msgid "@E has a @z name.\n"
2569msgstr "@E mempunyai nama @z.\n"
2570
2571#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002572#: e2fsck/problem.c:1619
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002573msgid "Symlink %Q (@i #%i) is @n.\n"
2574msgstr "Symlink %Q (@i #%i) adalah @n.\n"
2575
2576#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002577#: e2fsck/problem.c:1624
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002578#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002579msgid "@a @b @F @n (%If).\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002580msgstr "Tiada"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002581
2582#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002583#: e2fsck/problem.c:1629
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002584msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2585msgstr ""
2586
2587#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002588#: e2fsck/problem.c:1634
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002589#, fuzzy
2590msgid "@p @h %d: %B not referenced\n"
2591msgstr "@b tidak dijangka dalam @h %d (%q).\n"
2592
2593#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002594#: e2fsck/problem.c:1639
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002595#, fuzzy
2596msgid "@p @h %d: %B referenced twice\n"
2597msgstr "@p @h %d (%q): buruk @b nombor %b.\n"
2598
2599#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002600#: e2fsck/problem.c:1644
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002601#, fuzzy
2602msgid "@p @h %d: %B has bad min hash\n"
2603msgstr "@p @h %d: nod (%B) mempunyai kedalaman @n\n"
2604
2605#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002606#: e2fsck/problem.c:1649
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002607#, fuzzy
2608msgid "@p @h %d: %B has bad max hash\n"
2609msgstr "@p @h %d: nod (%B) mempunyai kedalaman @n\n"
2610
2611#. @-expanded: invalid HTREE directory inode %d (%q).
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002612#: e2fsck/problem.c:1654
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002613#, fuzzy
2614msgid "@n @h %d (%q). "
2615msgstr "@p @h %d: nod root node ialah @n\n"
2616
2617#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002618#: e2fsck/problem.c:1658
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002619msgid "@p @h %d (%q): bad @b number %b.\n"
2620msgstr "@p @h %d (%q): buruk @b nombor %b.\n"
2621
2622#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002623#: e2fsck/problem.c:1669
2624#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002625msgid "@p @h %d: root node is @n\n"
2626msgstr "@p @h %d: nod root node ialah @n\n"
2627
2628#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002629#: e2fsck/problem.c:1674
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002630#, fuzzy
2631msgid "@p @h %d: %B has @n limit (%N)\n"
2632msgstr "@p @h %d: nod (%B) mempunyai had @n (%N)\n"
2633
2634#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002635#: e2fsck/problem.c:1679
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002636#, fuzzy
2637msgid "@p @h %d: %B has @n count (%N)\n"
2638msgstr "@p @h %d: nod (%B) mempunyai @n bilangan (%N)\n"
2639
2640#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002641#: e2fsck/problem.c:1684
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002642#, fuzzy
2643msgid "@p @h %d: %B has an unordered hash table\n"
2644msgstr "@p @h %d: nod (%B) mempunyai kedalaman @n\n"
2645
2646#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002647#: e2fsck/problem.c:1689
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002648#, fuzzy
2649msgid "@p @h %d: %B has @n depth (%N)\n"
2650msgstr "@p @h %d: nod (%B) mempunyai kedalaman @n\n"
2651
2652#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002653#: e2fsck/problem.c:1694
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002654msgid "Duplicate @E found. "
2655msgstr "Salinan @E dijumpai."
2656
2657#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2658#. @-expanded: Rename to %s
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002659#: e2fsck/problem.c:1699
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002660#, no-c-format
2661msgid ""
2662"@E has a non-unique filename.\n"
2663"Rename to %s"
2664msgstr ""
2665
2666#. @-expanded: Duplicate entry '%Dn' found.\n
2667#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2668#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002669#: e2fsck/problem.c:1704
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002670msgid ""
2671"Duplicate @e '%Dn' found.\n"
2672"\tMarking %p (%i) to be rebuilt.\n"
2673"\n"
2674msgstr ""
2675
2676#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002677#: e2fsck/problem.c:1709
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002678msgid "i_blocks_hi @F %N, @s zero.\n"
2679msgstr "i_blocks_hi @F %N, @s sifar.\n"
2680
2681#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002682#: e2fsck/problem.c:1714
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002683msgid "Unexpected @b in @h %d (%q).\n"
2684msgstr "@b tidak dijangka dalam @h %d (%q).\n"
2685
2686#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002687#: e2fsck/problem.c:1719
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002688msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2689msgstr ""
2690
2691#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002692#: e2fsck/problem.c:1724
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002693msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2694msgstr ""
2695
2696#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002697#: e2fsck/problem.c:1729
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002698#, fuzzy
2699msgid "i_file_acl_hi @F %N, @s zero.\n"
2700msgstr "i_blocks_hi @F %N, @s sifar.\n"
2701
2702#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002703#: e2fsck/problem.c:1735
2704#, fuzzy, no-c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04002705#| msgid "@p @h %d: root node is @n\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002706msgid "@p @h %d: root node fails checksum.\n"
2707msgstr "@p @h %d: nod root node ialah @n\n"
2708
2709#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002710#: e2fsck/problem.c:1741
2711#, fuzzy, no-c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04002712#| msgid "@p @h %d: root node is @n\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002713msgid "@p @h %d: internal node fails checksum.\n"
2714msgstr "@p @h %d: nod root node ialah @n\n"
2715
2716#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002717#: e2fsck/problem.c:1746
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002718#, fuzzy
2719msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2720msgstr "@d @i %i, @b %B, offset %N: @d rosak\n"
2721
2722#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002723#: e2fsck/problem.c:1751
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002724msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2725msgstr ""
2726
2727#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002728#: e2fsck/problem.c:1756
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002729msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2730msgstr ""
2731
2732#. @-expanded: Fixing size of inline directory inode %i failed.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002733#: e2fsck/problem.c:1762
2734#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002735msgid "Fixing size of inline @d @i %i failed.\n"
2736msgstr ""
2737
2738#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002739#: e2fsck/problem.c:1767
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002740#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002741msgid "Encrypted @E is too short.\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002742msgstr "%s: fail terlalu pendek untuk menjadi fail gmon\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002743
2744#. @-expanded: Pass 3: Checking directory connectivity\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002745#: e2fsck/problem.c:1774
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002746msgid "Pass 3: Checking @d connectivity\n"
2747msgstr "Ulangan 3: Memeriksa sambungan @d\n"
2748
2749#. @-expanded: root inode not allocated.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002750#: e2fsck/problem.c:1779
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002751msgid "@r not allocated. "
2752msgstr "@r tidak diumpukkan."
2753
2754#. @-expanded: No room in lost+found directory.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002755#: e2fsck/problem.c:1784
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002756msgid "No room in @l @d. "
2757msgstr "Tiada ruang dalam @l @d. "
2758
2759#. @-expanded: Unconnected directory inode %i (%p)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002760#: e2fsck/problem.c:1790
2761#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002762msgid "Unconnected @d @i %i (%p)\n"
2763msgstr "'..' dalam %Q (%i) adalah %P (%j), @s %q (%d).\n"
2764
2765#. @-expanded: /lost+found not found.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002766#: e2fsck/problem.c:1795
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002767msgid "/@l not found. "
2768msgstr "/@l tidak dijumpai."
2769
2770#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002771#: e2fsck/problem.c:1800
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002772msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2773msgstr "'..' dalam %Q (%i) adalah %P (%j), @s %q (%d).\n"
2774
2775#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002776#: e2fsck/problem.c:1806
2777#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002778msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2779msgstr ""
2780
2781#. @-expanded: Could not expand /lost+found: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002782#: e2fsck/problem.c:1812
2783#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002784msgid "Could not expand /@l: %m\n"
2785msgstr "Tidak dapat mengembang /@l: %m\n"
2786
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002787#: e2fsck/problem.c:1818
2788#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002789msgid "Could not reconnect %i: %m\n"
2790msgstr "Tidak dapat menyambung semula %i: %m\n"
2791
2792#. @-expanded: Error while trying to find /lost+found: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002793#: e2fsck/problem.c:1824
2794#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002795msgid "Error while trying to find /@l: %m\n"
2796msgstr "Ralat ketika cuba mencari /@l: %m\n"
2797
2798#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002799#: e2fsck/problem.c:1830
2800#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002801msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2802msgstr ""
2803
2804#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002805#: e2fsck/problem.c:1836
2806#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002807msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2808msgstr ""
2809
2810#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002811#: e2fsck/problem.c:1842
2812#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002813msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2814msgstr ""
2815
2816#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002817#: e2fsck/problem.c:1848
2818#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002819msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2820msgstr ""
2821
2822#. @-expanded: Error while adjusting inode count on inode %i\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002823#: e2fsck/problem.c:1854
2824#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002825msgid "Error while adjusting @i count on @i %i\n"
2826msgstr ""
2827
2828#. @-expanded: Couldn't fix parent of inode %i: %m\n
2829#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002830#: e2fsck/problem.c:1860
2831#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002832msgid ""
2833"Couldn't fix parent of @i %i: %m\n"
2834"\n"
2835msgstr ""
2836"Tidak dapat membaiki induk untuk @i %i: %m\n"
2837"\n"
2838
2839#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2840#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002841#: e2fsck/problem.c:1866
2842#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002843msgid ""
2844"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2845"\n"
2846msgstr ""
2847
2848#. @-expanded: Error creating root directory (%s): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002849#: e2fsck/problem.c:1877
2850#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002851msgid "Error creating root @d (%s): %m\n"
2852msgstr "Ralat mencipta root @d (%s): %m\n"
2853
2854#. @-expanded: Error creating /lost+found directory (%s): %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002855#: e2fsck/problem.c:1883
2856#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002857msgid "Error creating /@l @d (%s): %m\n"
2858msgstr "Ralat mencipta /@l @d (%s): %m\n"
2859
2860#. @-expanded: root inode is not a directory; aborting.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002861#: e2fsck/problem.c:1888
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002862msgid "@r is not a @d; aborting.\n"
2863msgstr "@r adalah bukan @d; menghentikan.\n"
2864
2865#. @-expanded: Cannot proceed without a root inode.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002866#: e2fsck/problem.c:1893
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002867msgid "Cannot proceed without a @r.\n"
2868msgstr "Tidak dapat meneruskan tanpa @r.\n"
2869
2870#. @-expanded: /lost+found is not a directory (ino=%i)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002871#: e2fsck/problem.c:1904
2872#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002873msgid "/@l is not a @d (ino=%i)\n"
2874msgstr "/@l adalah bukan sejenis @d (ino=%i)\n"
2875
2876#. @-expanded: /lost+found has inline data\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002877#: e2fsck/problem.c:1909
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002878msgid "/@l has inline data\n"
2879msgstr ""
2880
2881#. @-expanded: Cannot allocate space for /lost+found.\n
2882#. @-expanded: Place lost files in root directory instead
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002883#: e2fsck/problem.c:1914
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002884msgid ""
2885"Cannot allocate space for /@l.\n"
2886"Place lost files in root directory instead"
2887msgstr ""
2888
2889#. @-expanded: Insufficient space to recover lost files!\n
2890#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2891#. @-expanded: \n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002892#: e2fsck/problem.c:1919
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002893msgid ""
2894"Insufficient space to recover lost files!\n"
2895"Move data off the @f and re-run e2fsck.\n"
2896"\n"
2897msgstr ""
2898
2899#. @-expanded: /lost+found is encrypted\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002900#: e2fsck/problem.c:1924
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002901#, fuzzy
2902msgid "/@l is encrypted\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002903msgstr "/@l tidak dijumpai."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002904
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002905#: e2fsck/problem.c:1931
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002906#, fuzzy
2907msgid "Pass 3A: Optimizing directories\n"
2908msgstr "Mengoptimakan direktori"
2909
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002910#: e2fsck/problem.c:1937
2911#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002912msgid "Failed to create dirs_to_hash iterator: %m\n"
2913msgstr ""
2914
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002915#: e2fsck/problem.c:1942
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002916#, fuzzy
2917msgid "Failed to optimize directory %q (%d): %m\n"
2918msgstr "Gagal untuk mengoptima direktori %q (%d): %m"
2919
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002920#: e2fsck/problem.c:1947
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002921msgid "Optimizing directories: "
2922msgstr "Mengoptimakan direktori"
2923
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002924#: e2fsck/problem.c:1964
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002925msgid "Pass 4: Checking reference counts\n"
2926msgstr ""
2927
2928#. @-expanded: unattached zero-length inode %i.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002929#: e2fsck/problem.c:1970
2930#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002931msgid "@u @z @i %i. "
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002932msgstr "<i>(tiada cadangan)</i>"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002933
2934#. @-expanded: unattached inode %i\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002935#: e2fsck/problem.c:1976
2936#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002937msgid "@u @i %i\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05002938msgstr "<i>(tiada cadangan)</i>"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002939
2940#. @-expanded: inode %i ref count is %Il, should be %N.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002941#: e2fsck/problem.c:1981
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002942msgid "@i %i ref count is %Il, @s %N. "
2943msgstr ""
2944
2945#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2946#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2947#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002948#: e2fsck/problem.c:1985
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002949msgid ""
2950"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2951"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2952"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2953msgstr ""
2954
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002955#. @-expanded: extended attribute inode %i ref count is %N, should be %n.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002956#: e2fsck/problem.c:1992
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002957#, fuzzy
2958msgid "@a @i %i ref count is %N, @s %n. "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002959msgstr "i_blocks_hi @F %N, @s sifar.\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04002960
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002961#. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002962#: e2fsck/problem.c:1997
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002963msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2964msgstr ""
2965
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002966#. @-expanded: Pass 5: Checking group summary information\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002967#: e2fsck/problem.c:2004
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002968msgid "Pass 5: Checking @g summary information\n"
2969msgstr ""
2970
2971#. @-expanded: Padding at end of inode bitmap is not set.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002972#: e2fsck/problem.c:2009
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002973msgid "Padding at end of @i @B is not set. "
2974msgstr ""
2975
2976#. @-expanded: Padding at end of block bitmap is not set.
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002977#: e2fsck/problem.c:2014
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002978msgid "Padding at end of @b @B is not set. "
2979msgstr ""
2980
2981#. @-expanded: block bitmap differences:
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002982#: e2fsck/problem.c:2019
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002983msgid "@b @B differences: "
2984msgstr "@b @B perbezaan: "
2985
2986#. @-expanded: inode bitmap differences:
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002987#: e2fsck/problem.c:2041
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002988msgid "@i @B differences: "
2989msgstr "@i @B perbezaan: "
2990
2991#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002992#: e2fsck/problem.c:2063
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002993msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2994msgstr ""
2995
2996#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04002997#: e2fsck/problem.c:2068
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05002998msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2999msgstr ""
3000
3001#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003002#: e2fsck/problem.c:2073
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003003msgid "Free @is count wrong (%i, counted=%j).\n"
3004msgstr ""
3005
3006#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003007#: e2fsck/problem.c:2078
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003008msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
3009msgstr ""
3010
3011#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003012#: e2fsck/problem.c:2083
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003013msgid "Free @bs count wrong (%b, counted=%c).\n"
3014msgstr ""
3015
3016#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
3017#. @-expanded: endpoints (%i, %j)\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003018#: e2fsck/problem.c:2088
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003019msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003020msgstr ""
3021
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003022#: e2fsck/problem.c:2094
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003023msgid "Internal error: fudging end of bitmap (%N)\n"
3024msgstr ""
3025
3026#. @-expanded: Error copying in replacement inode bitmap: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003027#: e2fsck/problem.c:2100
3028#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003029msgid "Error copying in replacement @i @B: %m\n"
3030msgstr "Ralat menyalin dalam penggantian @i @B: %m\n"
3031
3032#. @-expanded: Error copying in replacement block bitmap: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003033#: e2fsck/problem.c:2106
3034#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003035msgid "Error copying in replacement @b @B: %m\n"
3036msgstr "Ralat menyalin dalam gantian @b @B: %m\n"
3037
3038#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003039#: e2fsck/problem.c:2136
3040#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003041msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
3042msgstr ""
3043
3044#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003045#: e2fsck/problem.c:2142
3046#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003047msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
3048msgstr ""
3049
3050#. @-expanded: group %g inode bitmap does not match checksum.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003051#: e2fsck/problem.c:2148
3052#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003053msgid "@g %g @i @B does not match checksum.\n"
3054msgstr ""
3055
3056#. @-expanded: group %g block bitmap does not match checksum.\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003057#: e2fsck/problem.c:2154
3058#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003059msgid "@g %g @b @B does not match checksum.\n"
3060msgstr ""
3061
3062#. @-expanded: Recreate journal
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003063#: e2fsck/problem.c:2161
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003064#, fuzzy
3065msgid "Recreate @j"
3066msgstr "Buatsemula Ikon Lalai"
3067
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003068#: e2fsck/problem.c:2166
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003069msgid "Update quota info for quota type %N"
3070msgstr ""
3071
3072#. @-expanded: Error setting block group checksum info: %m\n
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003073#: e2fsck/problem.c:2172
3074#, fuzzy, no-c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003075#| msgid "while setting block group checksum info"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003076msgid "Error setting @b @g checksum info: %m\n"
3077msgstr "ketika menetapkan maklumat checksum kumpulan blok"
3078
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003079#: e2fsck/problem.c:2178
3080#, fuzzy, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003081msgid "Error writing file system info: %m\n"
3082msgstr "Ralat memadam gulungan mel.\n"
3083
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003084#: e2fsck/problem.c:2184
3085#, no-c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003086msgid "Error flushing writes to storage device: %m\n"
3087msgstr ""
3088
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003089#: e2fsck/problem.c:2189
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003090#, fuzzy
3091msgid "Error writing quota info for quota type %N: %m\n"
3092msgstr "Ralat memadam gulungan mel.\n"
3093
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003094#: e2fsck/problem.c:2352
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003095#, c-format
3096msgid "Unhandled error code (0x%x)!\n"
3097msgstr ""
3098
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003099#: e2fsck/problem.c:2482 e2fsck/problem.c:2486
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003100msgid "IGNORED"
3101msgstr "DIABAIKAN"
3102
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003103#: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003104#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003105msgid "in move_quota_inode"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003106msgstr ""
3107"\n"
3108" Jadual inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003109
3110#: e2fsck/scantest.c:79
3111#, c-format
3112msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
3113msgstr ""
3114
3115#: e2fsck/scantest.c:98
3116#, c-format
3117msgid "size of inode=%d\n"
3118msgstr "saiz inod=%d\n"
3119
3120#: e2fsck/scantest.c:119
3121msgid "while starting inode scan"
3122msgstr "ketika memulakan pengesanan inod"
3123
3124#: e2fsck/scantest.c:130
3125msgid "while doing inode scan"
3126msgstr "ketika melakukan pengesanan inod"
3127
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003128#: e2fsck/super.c:224
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003129#, fuzzy, c-format
3130msgid "while calling ext2fs_block_iterate for inode %u"
3131msgstr "ketika mengosongkan inod jurnal"
3132
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003133#: e2fsck/super.c:249
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003134#, c-format
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003135msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003136msgstr ""
3137
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003138#: e2fsck/super.c:374
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003139msgid "Truncating"
3140msgstr ""
3141
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003142#: e2fsck/super.c:375
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003143msgid "Clearing"
3144msgstr "Mengosongkan"
3145
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003146#: e2fsck/unix.c:78
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003147#, c-format
3148msgid ""
3149"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
3150"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
3151"\t\t[-E extended-options] [-z undo_file] device\n"
3152msgstr ""
3153
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003154#: e2fsck/unix.c:83
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003155msgid ""
3156"\n"
3157"Emergency help:\n"
3158" -p Automatic repair (no questions)\n"
3159" -n Make no changes to the filesystem\n"
3160" -y Assume \"yes\" to all questions\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003161" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003162" -f Force checking even if filesystem is marked clean\n"
3163msgstr ""
3164
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003165#: e2fsck/unix.c:89
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003166msgid ""
3167" -v Be verbose\n"
3168" -b superblock Use alternative superblock\n"
3169" -B blocksize Force blocksize when looking for superblock\n"
3170" -j external_journal Set location of the external journal\n"
3171" -l bad_blocks_file Add to badblocks list\n"
3172" -L bad_blocks_file Set badblocks list\n"
3173" -z undo_file Create an undo file\n"
3174msgstr ""
3175
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003176#: e2fsck/unix.c:137
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003177#, fuzzy, c-format
3178msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3179msgstr "%s: bersih, %u/%u fail, %u/%u blok"
3180
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003181#: e2fsck/unix.c:163
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003182#, c-format
3183msgid ""
3184"\n"
3185"%12u inode used (%2.2f%%, out of %u)\n"
3186msgid_plural ""
3187"\n"
3188"%12u inodes used (%2.2f%%, out of %u)\n"
3189msgstr[0] ""
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003190
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003191#: e2fsck/unix.c:167
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003192#, c-format
3193msgid "%12u non-contiguous file (%0d.%d%%)\n"
3194msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3195msgstr[0] ""
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003196
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003197#: e2fsck/unix.c:172
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003198#, c-format
3199msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3200msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3201msgstr[0] ""
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003202
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003203#: e2fsck/unix.c:177
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003204#, c-format
3205msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
3206msgstr ""
3207
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003208#: e2fsck/unix.c:185
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003209#, fuzzy
3210msgid " Extent depth histogram: "
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003211msgstr "Kedalaman maksimum %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003212
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003213#: e2fsck/unix.c:194
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003214#, c-format
3215msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3216msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3217msgstr[0] ""
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003218
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003219#: e2fsck/unix.c:198
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003220#, fuzzy, c-format
3221msgid "%12u bad block\n"
3222msgid_plural "%12u bad blocks\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003223msgstr[0] "ketika menetapkan inod blok buruk"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003224
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003225#: e2fsck/unix.c:200
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003226#, fuzzy, c-format
3227msgid "%12u large file\n"
3228msgid_plural "%12u large files\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003229msgstr[0] "%s adalah terlalu besar"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003230
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003231#: e2fsck/unix.c:202
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003232#, fuzzy, c-format
3233msgid ""
3234"\n"
3235"%12u regular file\n"
3236msgid_plural ""
3237"\n"
3238"%12u regular files\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003239msgstr[0] "Mencipta fail biasa %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003240
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003241#: e2fsck/unix.c:204
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003242#, fuzzy, c-format
3243msgid "%12u directory\n"
3244msgid_plural "%12u directories\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003245msgstr[0] "direktori"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003246
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003247#: e2fsck/unix.c:206
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003248#, fuzzy, c-format
3249msgid "%12u character device file\n"
3250msgid_plural "%12u character device files\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003251msgstr[0] "Fail \"%s\" adalah sebuah fail peranti"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003252
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003253#: e2fsck/unix.c:209
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003254#, fuzzy, c-format
3255msgid "%12u block device file\n"
3256msgid_plural "%12u block device files\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003257msgstr[0] "%s adalah bukan peranti khas.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003258
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003259#: e2fsck/unix.c:211
3260#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003261msgid "%12u fifo\n"
3262msgid_plural "%12u fifos\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003263msgstr[0] "fifo"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003264
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003265#: e2fsck/unix.c:213
3266#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003267msgid "%12u link\n"
3268msgid_plural "%12u links\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003269msgstr[0] "Pautan ke %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003270
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003271#: e2fsck/unix.c:215
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003272#, fuzzy, c-format
3273msgid "%12u symbolic link"
3274msgid_plural "%12u symbolic links"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003275msgstr[0] "pautan simbolik"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003276
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003277#: e2fsck/unix.c:217
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003278#, fuzzy, c-format
3279msgid " (%u fast symbolic link)\n"
3280msgid_plural " (%u fast symbolic links)\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003281msgstr[0] "pautan simbolik"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003282
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003283#: e2fsck/unix.c:221
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003284#, fuzzy, c-format
3285msgid "%12u socket\n"
3286msgid_plural "%12u sockets\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003287msgstr[0] "soket"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003288
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003289#: e2fsck/unix.c:225
3290#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003291msgid "%12u file\n"
3292msgid_plural "%12u files\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003293msgstr[0] " Fail: ..."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003294
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003295#: e2fsck/unix.c:238 misc/badblocks.c:1002 misc/tune2fs.c:2986 misc/util.c:129
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003296#: resize/main.c:354
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003297#, c-format
3298msgid "while determining whether %s is mounted."
3299msgstr "ketika menentukan sama ada %s telah dilekapkan."
3300
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003301#: e2fsck/unix.c:259
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003302#, fuzzy, c-format
3303msgid "Warning! %s is mounted.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003304msgstr "\tterakhir dilekapkan pada %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003305
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003306#: e2fsck/unix.c:262
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003307#, fuzzy, c-format
3308msgid "Warning! %s is in use.\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003309msgstr "AMARAN: %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003310
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003311#: e2fsck/unix.c:268
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003312#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003313#| msgid "%s is mounted. "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003314msgid "%s is mounted.\n"
3315msgstr "%s dilekapkan;"
3316
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003317#: e2fsck/unix.c:270
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003318#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003319#| msgid "%s is mounted. "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003320msgid "%s is in use.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003321msgstr "opsyen `-%s' sudah luput; guna `-%c %.*s%.*s%s'"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003322
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003323#: e2fsck/unix.c:272
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003324msgid ""
3325"Cannot continue, aborting.\n"
3326"\n"
3327msgstr ""
3328"Tidak dapat meneruskan, membatalkan.\n"
3329"\n"
3330
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003331#: e2fsck/unix.c:274
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003332msgid ""
3333"\n"
3334"\n"
3335"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3336"cause ***SEVERE*** filesystem damage.\n"
3337"\n"
3338msgstr ""
3339
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003340#: e2fsck/unix.c:279
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003341msgid "Do you really want to continue"
3342msgstr "Adakah anda pasti untuk meneruskan"
3343
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003344#: e2fsck/unix.c:281
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003345msgid "check aborted.\n"
3346msgstr "pemeriksaan dibatalkan.\n"
3347
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003348#: e2fsck/unix.c:375
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003349#, fuzzy
3350msgid " contains a file system with errors"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003351msgstr "%s mengandungi sistem fail %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003352
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003353#: e2fsck/unix.c:377
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003354msgid " was not cleanly unmounted"
3355msgstr " telah tidak dinyahlekap dengan bersih"
3356
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003357#: e2fsck/unix.c:379
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003358msgid " primary superblock features different from backup"
3359msgstr ""
3360
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003361#: e2fsck/unix.c:383
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003362#, c-format
3363msgid " has been mounted %u times without being checked"
3364msgstr ""
3365
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003366#: e2fsck/unix.c:390
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003367msgid " has filesystem last checked time in the future"
3368msgstr ""
3369
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003370#: e2fsck/unix.c:396
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003371#, c-format
3372msgid " has gone %u days without being checked"
3373msgstr ""
3374
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003375#: e2fsck/unix.c:404
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003376msgid "ignoring check interval, broken_system_clock set\n"
3377msgstr ""
3378
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003379#: e2fsck/unix.c:410
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003380msgid ", check forced.\n"
3381msgstr ", pemeriksaan dipaksa.\n"
3382
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003383#: e2fsck/unix.c:443
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003384#, fuzzy, c-format
3385msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3386msgstr "%s: bersih, %u/%u fail, %u/%u blok"
3387
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003388#: e2fsck/unix.c:463
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003389#, fuzzy
3390msgid " (check deferred; on battery)"
3391msgstr " (periksa selepas lekapan akan datang)"
3392
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003393#: e2fsck/unix.c:466
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003394msgid " (check after next mount)"
3395msgstr " (periksa selepas lekapan akan datang)"
3396
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003397#: e2fsck/unix.c:468
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003398#, c-format
3399msgid " (check in %ld mounts)"
3400msgstr " (diperiksa daiam lekapan %ld)"
3401
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003402#: e2fsck/unix.c:618
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003403#, c-format
3404msgid "ERROR: Couldn't open /dev/null (%s)\n"
3405msgstr ""
3406
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003407#: e2fsck/unix.c:689
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003408msgid "Invalid EA version.\n"
3409msgstr "Versi EA tidak sah.\n"
3410
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003411#: e2fsck/unix.c:702
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003412#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003413#| msgid "Invalid resize parameter: %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003414msgid "Invalid readahead buffer size.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003415msgstr "saiz blok tidak sah - %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003416
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003417#: e2fsck/unix.c:757
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003418#, c-format
3419msgid "Unknown extended option: %s\n"
3420msgstr "Pilihan lanjutan tidak diketahui: %s\n"
3421
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003422#: e2fsck/unix.c:765
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003423msgid ""
3424"\n"
3425"Extended options are separated by commas, and may take an argument which\n"
3426"is set off by an equals ('=') sign. Valid extended options are:\n"
3427"\n"
3428msgstr ""
3429
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003430#: e2fsck/unix.c:769
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003431msgid "\tea_ver=<ea_version (1 or 2)>\n"
3432msgstr ""
3433
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003434#: e2fsck/unix.c:778
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003435#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003436#| msgid "Invalid resize parameter: %s\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003437msgid "\treadahead_kb=<buffer size>\n"
3438msgstr "Tidak dapat memperoleh saiz buffer paip"
3439
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003440#: e2fsck/unix.c:790
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003441#, c-format
3442msgid ""
3443"Syntax error in e2fsck config file (%s, line #%d)\n"
3444"\t%s\n"
3445msgstr ""
3446
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003447#: e2fsck/unix.c:863
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003448#, c-format
3449msgid "Error validating file descriptor %d: %s\n"
3450msgstr "Ralat mengesahkan penghurai fail %d: %s\n"
3451
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003452#: e2fsck/unix.c:867
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003453msgid "Invalid completion information file descriptor"
3454msgstr ""
3455
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003456#: e2fsck/unix.c:882
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003457msgid "Only one of the options -p/-a, -n or -y may be specified."
3458msgstr ""
3459
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003460#: e2fsck/unix.c:903
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003461#, c-format
3462msgid "The -t option is not supported on this version of e2fsck.\n"
3463msgstr ""
3464
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003465#: e2fsck/unix.c:934 e2fsck/unix.c:1012 misc/e2initrd_helper.c:330
3466#: misc/tune2fs.c:1695 misc/tune2fs.c:1990 misc/tune2fs.c:2008
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003467#, c-format
3468msgid "Unable to resolve '%s'"
3469msgstr "Tidak dapat menghurai '%s'"
3470
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003471#: e2fsck/unix.c:991
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003472#, fuzzy
3473msgid "The -n and -D options are incompatible."
3474msgstr "pilihan -l dan -s tidak sepadan"
3475
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003476#: e2fsck/unix.c:996
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003477#, fuzzy
3478msgid "The -n and -c options are incompatible."
3479msgstr "pilihan -l dan -s tidak sepadan"
3480
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003481#: e2fsck/unix.c:1001
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003482#, fuzzy
3483msgid "The -n and -l/-L options are incompatible."
3484msgstr "pilihan -l dan -s tidak sepadan"
3485
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003486#: e2fsck/unix.c:1025
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003487#, fuzzy
3488msgid "The -D and -E fixes_only options are incompatible."
3489msgstr "pilihan -l dan -s tidak sepadan"
3490
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003491#: e2fsck/unix.c:1031
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003492#, fuzzy
3493msgid "The -E bmap2extent and fixes_only options are incompatible."
3494msgstr "pilihan -l dan -s tidak sepadan"
3495
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003496#: e2fsck/unix.c:1095
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003497msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3498msgstr ""
3499
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003500#: e2fsck/unix.c:1142
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003501#, fuzzy, c-format
3502msgid ""
3503"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3504"\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003505msgstr "`%s' adalah bukan integer positif yang sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003506
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003507#: e2fsck/unix.c:1151
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003508#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003509msgid ""
3510"\n"
3511"Invalid non-numeric argument to -%c (\"%s\")\n"
3512"\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003513msgstr "%s: hujah tidak sah untuk %s%c escape"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003514
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003515#: e2fsck/unix.c:1242
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003516#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003517msgid "MMP interval is %u seconds and total wait time is %u seconds. Please wait...\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003518msgstr ""
3519
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003520#: e2fsck/unix.c:1259 e2fsck/unix.c:1264
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003521#, fuzzy
3522msgid "while checking MMP block"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003523msgstr "ketika menulis bitmap blok"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003524
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003525#: e2fsck/unix.c:1266
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003526#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003527msgid ""
3528"If you are sure the filesystem is not in use on any node, run:\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003529"'tune2fs -f -E clear_mmp %s'\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003530msgstr ""
3531
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003532#: e2fsck/unix.c:1282
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003533#, fuzzy
3534msgid "while reading MMP block"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003535msgstr "ketika menulis bitmap blok"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003536
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003537#: e2fsck/unix.c:1302 e2fsck/unix.c:1354 misc/e2undo.c:236 misc/e2undo.c:281
3538#: misc/mke2fs.c:2696 misc/mke2fs.c:2747 misc/tune2fs.c:2713
3539#: misc/tune2fs.c:2758 resize/main.c:188 resize/main.c:233
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003540#, c-format
3541msgid ""
3542"Overwriting existing filesystem; this can be undone using the command:\n"
3543" e2undo %s %s\n"
3544"\n"
3545msgstr ""
3546
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003547#: e2fsck/unix.c:1343 misc/e2undo.c:270 misc/mke2fs.c:2736 misc/tune2fs.c:2747
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003548#: resize/main.c:222
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003549#, c-format
3550msgid "while trying to delete %s"
3551msgstr "ketika cuba untuk memadam %s"
3552
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003553#: e2fsck/unix.c:1369 misc/mke2fs.c:2762 resize/main.c:243
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003554#, fuzzy
3555msgid "while trying to setup undo file\n"
3556msgstr "ketika cuba untuk stat %s"
3557
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003558#: e2fsck/unix.c:1412
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003559msgid "Error: ext2fs library version out of date!\n"
3560msgstr ""
3561
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003562#: e2fsck/unix.c:1419
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003563msgid "while trying to initialize program"
3564msgstr "ketika cuba memulakan program"
3565
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003566#: e2fsck/unix.c:1456
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003567#, fuzzy, c-format
3568msgid "\tUsing %s, %s\n"
3569msgstr "kurang menggunakan hukum %d (%s)"
3570
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003571#: e2fsck/unix.c:1468
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003572msgid "need terminal for interactive repairs"
3573msgstr ""
3574
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003575#: e2fsck/unix.c:1529
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003576#, c-format
3577msgid "%s: %s trying backup blocks...\n"
3578msgstr "%s: %s mencuba backup blok...\n"
3579
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003580#: e2fsck/unix.c:1531
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003581msgid "Superblock invalid,"
3582msgstr "Superblok tidak sah,"
3583
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003584#: e2fsck/unix.c:1532
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003585msgid "Group descriptors look bad..."
3586msgstr "Pemerihal kumpulan kelihatan buruk..."
3587
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003588#: e2fsck/unix.c:1542
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003589#, fuzzy, c-format
3590msgid "%s: %s while using the backup blocks"
3591msgstr "%s: %s mencuba backup blok...\n"
3592
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003593#: e2fsck/unix.c:1546
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003594#, fuzzy, c-format
3595msgid "%s: going back to original superblock\n"
3596msgstr "ketika membaca superblok jurnal"
3597
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003598#: e2fsck/unix.c:1575
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003599msgid ""
3600"The filesystem revision is apparently too high for this version of e2fsck.\n"
3601"(Or the filesystem superblock is corrupt)\n"
3602"\n"
3603msgstr ""
3604
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003605#: e2fsck/unix.c:1582
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003606msgid "Could this be a zero-length partition?\n"
3607msgstr ""
3608
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003609#: e2fsck/unix.c:1584
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003610#, c-format
3611msgid "You must have %s access to the filesystem or be root\n"
3612msgstr ""
3613
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003614#: e2fsck/unix.c:1590
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003615msgid "Possibly non-existent or swap device?\n"
3616msgstr ""
3617
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003618#: e2fsck/unix.c:1592
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003619msgid "Filesystem mounted or opened exclusively by another program?\n"
3620msgstr ""
3621
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003622#: e2fsck/unix.c:1596
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003623msgid "Possibly non-existent device?\n"
3624msgstr ""
3625
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003626#: e2fsck/unix.c:1599
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003627msgid ""
3628"Disk write-protected; use the -n option to do a read-only\n"
3629"check of the device.\n"
3630msgstr ""
3631
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003632#: e2fsck/unix.c:1613
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003633#, c-format
3634msgid "%s: Trying to load superblock despite errors...\n"
3635msgstr ""
3636
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003637#: e2fsck/unix.c:1688
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003638msgid "Get a newer version of e2fsck!"
3639msgstr ""
3640
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003641#: e2fsck/unix.c:1749
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003642#, fuzzy, c-format
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003643msgid "while checking journal for %s"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003644msgstr "ketika mendapatkan semula jurnal ext3 bagi %s"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003645
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003646#: e2fsck/unix.c:1752
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003647#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003648#| msgid "Cannot proceed without a @r.\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003649msgid "Cannot proceed with file system check"
3650msgstr "tak dapat membaca maklumat sistem fail bagi %s"
3651
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003652#: e2fsck/unix.c:1763
3653msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003654msgstr ""
3655
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003656#: e2fsck/unix.c:1775
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003657#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003658msgid "unable to set superblock flags on %s\n"
3659msgstr "Bendera bagi %s ditetapkan sebagai"
3660
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003661#: e2fsck/unix.c:1781
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003662#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003663#| msgid "Journal superblock not found!\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003664msgid "Journal checksum error found in %s\n"
3665msgstr "Superblok jurnal tidak dijumpai!\n"
3666
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003667#: e2fsck/unix.c:1785
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003668#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003669#| msgid "Journal removed\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003670msgid "Journal corrupted in %s\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003671msgstr "jurnal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003672
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003673#: e2fsck/unix.c:1789
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003674#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003675#| msgid "while recovering ext3 journal of %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003676msgid "while recovering journal of %s"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003677msgstr "ketika mendapatkan semula jurnal ext3 bagi %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003678
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003679#: e2fsck/unix.c:1811
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003680#, c-format
3681msgid "%s has unsupported feature(s):"
3682msgstr "%s tidak mempunyai ciri disokong:"
3683
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003684#: e2fsck/unix.c:1826
3685#, fuzzy, c-format
3686#| msgid "%s has unsupported feature(s):"
3687msgid "%s has unsupported encoding: %0x\n"
3688msgstr "%s tidak mempunyai ciri disokong:"
3689
3690#: e2fsck/unix.c:1876
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003691#, fuzzy, c-format
3692msgid "%s: %s while reading bad blocks inode\n"
3693msgstr "ketika menetapkan inod blok buruk"
3694
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003695#: e2fsck/unix.c:1879
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003696msgid "This doesn't bode well, but we'll try to go on...\n"
3697msgstr ""
3698
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003699#: e2fsck/unix.c:1919
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003700#, c-format
3701msgid "Creating journal (%d blocks): "
3702msgstr "Mencipta jurnal (%d blok):"
3703
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003704#: e2fsck/unix.c:1929
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003705msgid " Done.\n"
3706msgstr " Selesai.\n"
3707
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003708#: e2fsck/unix.c:1931
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003709#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003710msgid ""
3711"\n"
3712"*** journal has been regenerated ***\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003713msgstr "Sistemfail telah mempunyai jurnal.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003714
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003715#: e2fsck/unix.c:1937
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003716msgid "aborted"
3717msgstr "dibatalkan"
3718
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003719#: e2fsck/unix.c:1939
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003720#, c-format
3721msgid "%s: e2fsck canceled.\n"
3722msgstr "%s: e2fsck dibatalkan.\n"
3723
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003724#: e2fsck/unix.c:1966
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003725msgid "Restarting e2fsck from the beginning...\n"
3726msgstr ""
3727
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003728#: e2fsck/unix.c:1970
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003729msgid "while resetting context"
3730msgstr "ketika mengulangtetap konteks"
3731
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003732#: e2fsck/unix.c:2029
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003733#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003734#| msgid ""
3735#| "\n"
3736#| "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003737msgid ""
3738"\n"
3739"%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003740msgstr "%s mengandungi sistem fail %s\n"
3741
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003742#: e2fsck/unix.c:2031
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003743#, fuzzy, c-format
3744msgid "%s: File system was modified.\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003745msgstr ""
3746"\n"
3747"%s: ***** SISTEM FAIL TELAH DIUBAHSUAI *****\n"
3748
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003749#: e2fsck/unix.c:2035 e2fsck/util.c:71
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003750#, c-format
3751msgid ""
3752"\n"
3753"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3754msgstr ""
3755"\n"
3756"%s: ***** SISTEM FAIL TELAH DIUBAHSUAI *****\n"
3757
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003758#: e2fsck/unix.c:2040
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003759#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003760#| msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003761msgid "%s: ***** REBOOT SYSTEM *****\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003762msgstr "%s: ***** ULANGBOOT LINUX *****\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003763
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003764#: e2fsck/unix.c:2050 e2fsck/util.c:77
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003765#, c-format
3766msgid ""
3767"\n"
3768"%s: ********** WARNING: Filesystem still has errors **********\n"
3769"\n"
3770msgstr ""
3771
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003772#: e2fsck/util.c:196 misc/util.c:93
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003773msgid "yY"
3774msgstr "yY"
3775
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003776#: e2fsck/util.c:197 misc/util.c:112
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003777msgid "nN"
3778msgstr "tTnN"
3779
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003780#: e2fsck/util.c:198
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003781#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003782msgid "aA"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003783msgstr "Ss"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003784
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003785#: e2fsck/util.c:202
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003786#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003787msgid " ('a' enables 'yes' to all) "
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003788msgstr "Semua"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003789
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003790#: e2fsck/util.c:219
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003791#, fuzzy
3792msgid "<y>"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003793msgstr "\t\tY: "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003794
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003795#: e2fsck/util.c:221
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003796#, fuzzy
3797msgid "<n>"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003798msgstr "Tiada"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003799
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003800#: e2fsck/util.c:223
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003801#, fuzzy
3802msgid " (y/n)"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003803msgstr "Teruskan juga? (y,t)"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003804
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003805#: e2fsck/util.c:246
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003806msgid "cancelled!\n"
3807msgstr "dibatalkan!\n"
3808
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003809#: e2fsck/util.c:279
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003810#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003811msgid "yes to all\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003812msgstr "Semua"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003813
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003814#: e2fsck/util.c:281
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003815msgid "yes\n"
3816msgstr "ya\n"
3817
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003818#: e2fsck/util.c:283
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003819msgid "no\n"
3820msgstr "tidak\n"
3821
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003822#: e2fsck/util.c:293
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003823#, c-format
3824msgid ""
3825"%s? no\n"
3826"\n"
3827msgstr ""
3828"%s? tidak\n"
3829"\n"
3830
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003831#: e2fsck/util.c:297
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003832#, c-format
3833msgid ""
3834"%s? yes\n"
3835"\n"
3836msgstr ""
3837"%s? ya\n"
3838"\n"
3839
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003840#: e2fsck/util.c:301
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003841msgid "yes"
3842msgstr "ya"
3843
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003844#: e2fsck/util.c:301
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003845msgid "no"
3846msgstr "tidak"
3847
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003848#: e2fsck/util.c:317
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003849#, c-format
3850msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3851msgstr ""
3852
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003853#: e2fsck/util.c:322
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003854#, fuzzy
3855msgid "reading inode and block bitmaps"
3856msgstr "ketika membaca bitmap"
3857
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003858#: e2fsck/util.c:334
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003859#, c-format
3860msgid "while retrying to read bitmaps for %s"
3861msgstr ""
3862
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003863#: e2fsck/util.c:346
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003864#, fuzzy
3865msgid "writing block and inode bitmaps"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003866msgstr "ketika menulis bitmap blok"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003867
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003868#: e2fsck/util.c:351
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003869#, fuzzy, c-format
3870msgid "while rewriting block and inode bitmaps for %s"
3871msgstr "ketika menulis bitmap blok"
3872
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003873#: e2fsck/util.c:363
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003874#, c-format
3875msgid ""
3876"\n"
3877"\n"
3878"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3879"\t(i.e., without -a or -p options)\n"
3880msgstr ""
3881
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003882#: e2fsck/util.c:444
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003883#, fuzzy, c-format
3884msgid "Memory used: %luk/%luk (%luk/%luk), "
3885msgstr "Memori digunakan: %dk/%dk (%dk/%dk), "
3886
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003887#: e2fsck/util.c:448
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003888#, fuzzy, c-format
3889msgid "Memory used: %lu, "
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003890msgstr "Diguna"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003891
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003892#: e2fsck/util.c:455
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003893#, c-format
3894msgid "time: %5.2f/%5.2f/%5.2f\n"
3895msgstr "masa: %5.2f/%5.2f/%5.2f\n"
3896
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003897#: e2fsck/util.c:460
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003898#, c-format
3899msgid "elapsed time: %6.3f\n"
3900msgstr "masa lepas: %6.3f\n"
3901
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003902#: e2fsck/util.c:495 e2fsck/util.c:509
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003903#, fuzzy, c-format
3904msgid "while reading inode %lu in %s"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003905msgstr "Ralat membaca blok %lu (%s) ketika %s. "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003906
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003907#: e2fsck/util.c:523 e2fsck/util.c:536
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003908#, fuzzy, c-format
3909msgid "while writing inode %lu in %s"
3910msgstr "ketika menulis inod jurnal"
3911
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003912#: e2fsck/util.c:792
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003913msgid "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is running.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003914msgstr ""
3915
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003916#: misc/badblocks.c:75
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003917#, fuzzy
3918msgid "done \n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003919msgstr "selesai \n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003920
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003921#: misc/badblocks.c:100
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003922#, c-format
3923msgid ""
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04003924"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04003925" [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003926" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3927" device [last_block [first_block]]\n"
3928msgstr ""
3929
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003930#: misc/badblocks.c:111
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003931#, c-format
3932msgid ""
3933"%s: The -n and -w options are mutually exclusive.\n"
3934"\n"
3935msgstr ""
3936
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003937#: misc/badblocks.c:229
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003938#, c-format
3939msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3940msgstr ""
3941
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003942#: misc/badblocks.c:337
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003943#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003944msgid "Testing with random pattern: "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003945msgstr "Menyemai penjana nombor rawak..."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003946
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003947#: misc/badblocks.c:355
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05003948#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003949msgid "Testing with pattern 0x"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04003950msgstr "Corak"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003951
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003952#: misc/badblocks.c:387 misc/badblocks.c:460
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003953msgid "during seek"
3954msgstr "ketika mencari"
3955
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003956#: misc/badblocks.c:398
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003957#, c-format
3958msgid "Weird value (%ld) in do_read\n"
3959msgstr ""
3960
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003961#: misc/badblocks.c:485
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003962#, fuzzy
3963msgid "during ext2fs_sync_device"
3964msgstr "ketika mencari"
3965
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003966#: misc/badblocks.c:505 misc/badblocks.c:767
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003967msgid "while beginning bad block list iteration"
3968msgstr ""
3969
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003970#: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003971msgid "while allocating buffers"
3972msgstr "ketika mengumpukkan penimbal"
3973
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003974#: misc/badblocks.c:524
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003975#, c-format
3976msgid "Checking blocks %lu to %lu\n"
3977msgstr "Memeriksa blok %lu ke %lu\n"
3978
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003979#: misc/badblocks.c:529
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003980msgid "Checking for bad blocks in read-only mode\n"
3981msgstr ""
3982
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003983#: misc/badblocks.c:538
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003984msgid "Checking for bad blocks (read-only test): "
3985msgstr ""
3986
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003987#: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3988#: misc/badblocks.c:841
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003989msgid "Too many bad blocks, aborting test\n"
3990msgstr ""
3991
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003992#: misc/badblocks.c:627
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003993msgid "Checking for bad blocks in read-write mode\n"
3994msgstr ""
3995
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003996#: misc/badblocks.c:629 misc/badblocks.c:791
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05003997#, c-format
3998msgid "From block %lu to %lu\n"
3999msgstr "Dari blok %lu ke %lu\n"
4000
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004001#: misc/badblocks.c:684
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004002msgid "Reading and comparing: "
4003msgstr "Membaca dan membanding:"
4004
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004005#: misc/badblocks.c:790
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004006msgid "Checking for bad blocks in non-destructive read-write mode\n"
4007msgstr ""
4008
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004009#: misc/badblocks.c:796
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004010msgid "Checking for bad blocks (non-destructive read-write test)\n"
4011msgstr ""
4012
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004013#: misc/badblocks.c:803
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004014msgid ""
4015"\n"
4016"Interrupt caught, cleaning up\n"
4017msgstr ""
4018
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004019#: misc/badblocks.c:886
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004020#, c-format
4021msgid "during test data write, block %lu"
4022msgstr ""
4023
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004024#: misc/badblocks.c:1007 misc/util.c:134
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004025#, c-format
4026msgid "%s is mounted; "
4027msgstr "%s dilekapkan;"
4028
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004029#: misc/badblocks.c:1009
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004030msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
4031msgstr ""
4032
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004033#: misc/badblocks.c:1014
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004034#, fuzzy
4035msgid "it's not safe to run badblocks!\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004036msgstr "blok buruk dipaksa juga.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004037
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004038#: misc/badblocks.c:1019 misc/util.c:145
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004039#, fuzzy, c-format
4040msgid "%s is apparently in use by the system; "
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004041msgstr "%s mengandungi sistem fail %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004042
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004043#: misc/badblocks.c:1022
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004044msgid "badblocks forced anyway.\n"
4045msgstr "blok buruk dipaksa juga.\n"
4046
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004047#: misc/badblocks.c:1042
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004048#, c-format
4049msgid "invalid %s - %s"
4050msgstr "%s tidak sah - %s"
4051
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004052#: misc/badblocks.c:1136
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004053#, c-format
4054msgid "Too big max bad blocks count %u - maximum is %u"
4055msgstr ""
4056
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004057#: misc/badblocks.c:1163
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004058#, c-format
4059msgid "can't allocate memory for test_pattern - %s"
4060msgstr ""
4061
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004062#: misc/badblocks.c:1193
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004063msgid "Maximum of one test_pattern may be specified in read-only mode"
4064msgstr ""
4065
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004066#: misc/badblocks.c:1199
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004067msgid "Random test_pattern is not allowed in read-only mode"
4068msgstr ""
4069
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004070#: misc/badblocks.c:1213
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004071msgid ""
4072"Couldn't determine device size; you must specify\n"
4073"the size manually\n"
4074msgstr ""
4075
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004076#: misc/badblocks.c:1219
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004077msgid "while trying to determine device size"
4078msgstr ""
4079
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004080#: misc/badblocks.c:1224
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004081msgid "last block"
4082msgstr "blok terakhir"
4083
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004084#: misc/badblocks.c:1230
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004085msgid "first block"
4086msgstr "blok pertama"
4087
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004088#: misc/badblocks.c:1233
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004089#, fuzzy, c-format
4090msgid "invalid starting block (%llu): must be less than %llu"
4091msgstr "blok permulaan tidak sah (%lu): mesti kurang dari %lu"
4092
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004093#: misc/badblocks.c:1240
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004094#, fuzzy, c-format
4095msgid "invalid end block (%llu): must be 32-bit value"
4096msgstr "blok permulaan tidak sah (%lu): mesti kurang dari %lu"
4097
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004098#: misc/badblocks.c:1296
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004099#, fuzzy
4100msgid "while creating in-memory bad blocks list"
4101msgstr "ketika membaca dalam senarai blok buruk dari fail"
4102
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004103#: misc/badblocks.c:1305
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004104#, fuzzy
4105msgid "input file - bad format"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004106msgstr "fail masukan mengecil"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004107
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004108#: misc/badblocks.c:1313 misc/badblocks.c:1322
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004109msgid "while adding to in-memory bad block list"
4110msgstr ""
4111
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004112#: misc/badblocks.c:1347
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004113#, c-format
4114msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
4115msgstr ""
4116
4117#: misc/chattr.c:89
4118#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004119msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTuF] [-v version] files...\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004120msgstr "Penggunaan: %s [-RVf] [-+=AacDdijsSu] [-v versi] fail...\n"
4121
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004122#: misc/chattr.c:160
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004123#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004124#| msgid "bad version - %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004125msgid "bad project - %s\n"
4126msgstr "versi buruk - %s\n"
4127
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004128#: misc/chattr.c:174
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004129#, c-format
4130msgid "bad version - %s\n"
4131msgstr "versi buruk - %s\n"
4132
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004133#: misc/chattr.c:220 misc/lsattr.c:127
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004134#, c-format
4135msgid "while trying to stat %s"
4136msgstr "ketika cuba untuk stat %s"
4137
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004138#: misc/chattr.c:227
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004139#, c-format
4140msgid "while reading flags on %s"
4141msgstr "ketika membaca penanda pada %s"
4142
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004143#: misc/chattr.c:232 misc/chattr.c:244
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004144#, c-format
4145msgid "Flags of %s set as "
4146msgstr "Bendera bagi %s ditetapkan sebagai"
4147
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004148#: misc/chattr.c:253
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004149#, c-format
4150msgid "while setting flags on %s"
4151msgstr "ketika menetapkan penanda pada %s"
4152
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004153#: misc/chattr.c:261
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004154#, c-format
4155msgid "Version of %s set as %lu\n"
4156msgstr "Versi %s ditetapkan sebagai %lu\n"
4157
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004158#: misc/chattr.c:265
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004159#, c-format
4160msgid "while setting version on %s"
4161msgstr "ketika menetapkan versi pada %s"
4162
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004163#: misc/chattr.c:272
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004164#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004165#| msgid "Version of %s set as %lu\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004166msgid "Project of %s set as %lu\n"
4167msgstr "Versi %s ditetapkan sebagai %lu\n"
4168
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004169#: misc/chattr.c:276
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004170#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004171#| msgid "while setting version on %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004172msgid "while setting project on %s"
4173msgstr "ketika menetapkan versi pada %s"
4174
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004175#: misc/chattr.c:298
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004176msgid "Couldn't allocate path variable in chattr_dir_proc"
4177msgstr ""
4178
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004179#: misc/chattr.c:338
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004180msgid "= is incompatible with - and +\n"
4181msgstr "= tidak sepadan dengan - dan +\n"
4182
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004183#: misc/chattr.c:346
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004184msgid "Must use '-v', =, - or +\n"
4185msgstr "Mesti menggunakan '-v', =, - atau +\n"
4186
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004187#: misc/create_inode.c:80 misc/create_inode.c:119
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004188#, fuzzy, c-format
4189msgid "while reading inode %u"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004190msgstr "ketika membaca inod root"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004191
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004192#: misc/create_inode.c:90 misc/create_inode.c:288 misc/create_inode.c:353
4193#: misc/create_inode.c:391
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004194#, fuzzy
4195msgid "while expanding directory"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004196msgstr "direktori"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004197
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004198#: misc/create_inode.c:97
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004199#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004200#| msgid "while opening %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004201msgid "while linking \"%s\""
4202msgstr "ketika membuka %s"
4203
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004204#: misc/create_inode.c:105 misc/create_inode.c:132 misc/create_inode.c:322
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004205#, fuzzy, c-format
4206msgid "while writing inode %u"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004207msgstr "ketika menulis jadual inod"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004208
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004209#: misc/create_inode.c:152 misc/create_inode.c:176
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004210#, fuzzy, c-format
4211msgid "while listing attributes of \"%s\""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004212msgstr "tak dapat menyenaraikan direktori tersedia-tersenarai: %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004213
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004214#: misc/create_inode.c:163
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004215#, fuzzy, c-format
4216msgid "while opening inode %u"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004217msgstr "ketika membuka %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004218
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004219#: misc/create_inode.c:169 misc/create_inode.c:196 misc/create_inode.c:1043
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004220#: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
4221#: misc/mke2fs.c:359
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004222#, fuzzy
4223msgid "while allocating memory"
4224msgstr "ketika mengumpukkan penimbal"
4225
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004226#: misc/create_inode.c:189 misc/create_inode.c:205
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004227#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004228#| msgid "while reading flags on %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004229msgid "while reading attribute \"%s\" of \"%s\""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004230msgstr "ketika membaca penanda pada %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004231
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004232#: misc/create_inode.c:214
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004233#, fuzzy, c-format
4234msgid "while writing attribute \"%s\" to inode %u"
4235msgstr "ketika menulis inod jurnal"
4236
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004237#: misc/create_inode.c:224
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004238#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004239#| msgid "while doing inode scan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004240msgid "while closing inode %u"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004241msgstr "ketika melakukan pengesanan inod"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004242
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004243#: misc/create_inode.c:275
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004244#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004245#| msgid "while allocating buffers"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004246msgid "while allocating inode \"%s\""
4247msgstr "ketika mengumpukkan penimbal"
4248
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004249#: misc/create_inode.c:294
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004250#, fuzzy, c-format
4251msgid "while creating inode \"%s\""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004252msgstr "ketika mencipta direktori root"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004253
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004254#: misc/create_inode.c:360
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004255#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004256#| msgid "while reading flags on %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004257msgid "while creating symlink \"%s\""
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004258msgstr "ketika mencipta /lost+found"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004259
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004260#: misc/create_inode.c:378 misc/create_inode.c:963
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004261#, fuzzy, c-format
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004262msgid "while looking up \"%s\""
4263msgstr "ketika menetapkan superblok"
4264
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004265#: misc/create_inode.c:398
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004266#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004267#| msgid "while creating root dir"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004268msgid "while creating directory \"%s\""
4269msgstr "mencipta direktori %s"
4270
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004271#: misc/create_inode.c:627
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004272#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004273#| msgid "while opening %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004274msgid "while opening \"%s\" to copy"
4275msgstr "ketika membuka %s"
4276
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004277#: misc/create_inode.c:805
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004278#, c-format
4279msgid "while changing working directory to \"%s\""
4280msgstr ""
4281
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004282#: misc/create_inode.c:815
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004283#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004284#| msgid "while creating root dir"
4285msgid "while scanning directory \"%s\""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004286msgstr "ketika menetapkan versi pada %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004287
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004288#: misc/create_inode.c:825
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004289#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004290#| msgid "while trying to stat %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004291msgid "while lstat \"%s\""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004292msgstr "tak dapat lstat %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004293
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004294#: misc/create_inode.c:875
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004295#, fuzzy, c-format
4296msgid "while creating special file \"%s\""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004297msgstr "Mencipta fail biasa %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004298
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004299#: misc/create_inode.c:884
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004300#, fuzzy
4301msgid "malloc failed"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004302msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004303
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004304#: misc/create_inode.c:892
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004305#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004306#| msgid "while trying to resize %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004307msgid "while trying to read link \"%s\""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004308msgstr "ketika cuba untuk memadam %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004309
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004310#: misc/create_inode.c:899
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004311msgid "symlink increased in size between lstat() and readlink()"
4312msgstr ""
4313
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004314#: misc/create_inode.c:910
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004315#, fuzzy, c-format
4316msgid "while writing symlink\"%s\""
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004317msgstr "ketika menulis jadual inod"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004318
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004319#: misc/create_inode.c:921
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004320#, fuzzy, c-format
4321msgid "while writing file \"%s\""
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004322msgstr "Ralat menulis fail sementara: %s"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004323
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004324#: misc/create_inode.c:934
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004325#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004326#| msgid "while opening %s"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004327msgid "while making dir \"%s\""
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004328msgstr "ketika mencipta direktori root"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004329
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004330#: misc/create_inode.c:952
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004331#, fuzzy
4332msgid "while changing directory"
4333msgstr "penukaran hakmilik %s"
4334
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004335#: misc/create_inode.c:958
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004336#, fuzzy, c-format
4337msgid "ignoring entry \"%s\""
4338msgstr "kemasukan `%s' usang. Diabaikan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004339
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004340#: misc/create_inode.c:971
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004341#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004342#| msgid "while setting version on %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004343msgid "while setting inode for \"%s\""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004344msgstr "ketika menetapkan inod blok buruk"
4345
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004346#: misc/create_inode.c:978
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004347#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004348#| msgid "while setting flags on %s"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004349msgid "while setting xattrs for \"%s\""
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004350msgstr "ketika menetapkan versi pada %s"
4351
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004352#: misc/create_inode.c:1004
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004353#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004354#| msgid "while starting inode scan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004355msgid "while saving inode data"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004356msgstr "ketika membaca inod root"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004357
4358#: misc/dumpe2fs.c:56
4359#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004360msgid "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004361msgstr ""
4362
4363#: misc/dumpe2fs.c:159
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004364msgid "blocks"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004365msgstr "blok"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004366
4367#: misc/dumpe2fs.c:168
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004368#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004369msgid "clusters"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004370msgstr " %d gugusan,"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004371
4372#: misc/dumpe2fs.c:219
4373#, c-format
4374msgid "Group %lu: (Blocks "
4375msgstr "Kumpulan %lu: (Blok"
4376
4377#: misc/dumpe2fs.c:226
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004378#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004379msgid " csum 0x%04x"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004380msgstr "(0x%04x, '%s'): "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004381
4382#: misc/dumpe2fs.c:228
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004383#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004384msgid " (EXPECTED 0x%04x)"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004385msgstr "(0x%04x, '%s'): "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004386
4387#: misc/dumpe2fs.c:233
4388#, c-format
4389msgid " %s superblock at "
4390msgstr " %s superblok di"
4391
4392#: misc/dumpe2fs.c:234
4393msgid "Primary"
4394msgstr "Utama"
4395
4396#: misc/dumpe2fs.c:234
4397msgid "Backup"
4398msgstr "Backup"
4399
4400#: misc/dumpe2fs.c:238
4401msgid ", Group descriptors at "
4402msgstr ", Penghurai kumpulan di"
4403
4404#: misc/dumpe2fs.c:242
4405#, fuzzy
4406msgid ""
4407"\n"
4408" Reserved GDT blocks at "
4409msgstr "blok dikhaskan"
4410
4411#: misc/dumpe2fs.c:249
4412msgid " Group descriptor at "
4413msgstr " Penghurai kumpulan di"
4414
4415#: misc/dumpe2fs.c:255
4416msgid " Block bitmap at "
4417msgstr " Bitmap block di"
4418
4419#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004420#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004421msgid ", csum 0x%08x"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004422msgstr "(0x%x, '%s') "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004423
4424#: misc/dumpe2fs.c:263
4425msgid ","
4426msgstr ""
4427
4428#: misc/dumpe2fs.c:265
4429msgid ""
4430"\n"
4431" "
4432msgstr ""
4433
4434#: misc/dumpe2fs.c:266
4435#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004436#| msgid ", Inode bitmap at "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004437msgid " Inode bitmap at "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004438msgstr ", Bitmap inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004439
4440#: misc/dumpe2fs.c:273
4441msgid ""
4442"\n"
4443" Inode table at "
4444msgstr ""
4445"\n"
4446" Jadual inode di"
4447
4448#: misc/dumpe2fs.c:279
4449#, c-format
4450msgid ""
4451"\n"
4452" %u free %s, %u free inodes, %u directories%s"
4453msgstr ""
4454
4455#: misc/dumpe2fs.c:286
4456#, c-format
4457msgid ", %u unused inodes\n"
4458msgstr ", %u inod tidak digunakan\n"
4459
4460#: misc/dumpe2fs.c:289
4461msgid " Free blocks: "
4462msgstr " Blok bebas: "
4463
4464#: misc/dumpe2fs.c:304
4465msgid " Free inodes: "
4466msgstr " Inodes bebas: "
4467
4468#: misc/dumpe2fs.c:340
4469#, fuzzy
4470msgid "while printing bad block list"
4471msgstr "ketika menetapkan inod blok buruk"
4472
4473#: misc/dumpe2fs.c:346
4474#, c-format
4475msgid "Bad blocks: %u"
4476msgstr "Blok buruk: %u"
4477
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004478#: misc/dumpe2fs.c:373 misc/tune2fs.c:373
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004479msgid "while reading journal inode"
4480msgstr "ketika membaca inod jurnal"
4481
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004482#: misc/dumpe2fs.c:379
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004483#, fuzzy
4484msgid "while opening journal inode"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004485msgstr "ketika mengosongkan inod jurnal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004486
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004487#: misc/dumpe2fs.c:385
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004488#, fuzzy
4489msgid "while reading journal super block"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004490msgstr "ketika membaca superblok jurnal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004491
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004492#: misc/dumpe2fs.c:392
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004493#, fuzzy
4494msgid "Journal superblock magic number invalid!\n"
4495msgstr "Superblok jurnal tidak dijumpai!\n"
4496
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004497#: misc/dumpe2fs.c:409 misc/tune2fs.c:216
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004498msgid "while reading journal superblock"
4499msgstr "ketika membaca superblok jurnal"
4500
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004501#: misc/dumpe2fs.c:417
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004502msgid "Couldn't find journal superblock magic numbers"
4503msgstr ""
4504
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004505#: misc/dumpe2fs.c:468
4506#, fuzzy
4507msgid "failed to alloc MMP buffer\n"
4508msgstr "ketika mengumpukkan penimbal"
4509
4510#: misc/dumpe2fs.c:479
4511#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004512#| msgid "Checking blocks %lu to %lu\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004513msgid "reading MMP block %llu from '%s'\n"
4514msgstr "Memeriksa blok %lu ke %lu\n"
4515
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004516#: misc/dumpe2fs.c:507 misc/mke2fs.c:800 misc/tune2fs.c:2027
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004517msgid "Couldn't allocate memory to parse options!\n"
4518msgstr ""
4519
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004520#: misc/dumpe2fs.c:533
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004521#, c-format
4522msgid "Invalid superblock parameter: %s\n"
4523msgstr "Parameter superblok tidak sah: %s\n"
4524
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004525#: misc/dumpe2fs.c:548
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004526#, c-format
4527msgid "Invalid blocksize parameter: %s\n"
4528msgstr "Parameter saiz blok tidak sah: %s\n"
4529
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004530#: misc/dumpe2fs.c:559
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004531#, c-format
4532msgid ""
4533"\n"
4534"Bad extended option(s) specified: %s\n"
4535"\n"
4536"Extended options are separated by commas, and may take an argument which\n"
4537"\tis set off by an equals ('=') sign.\n"
4538"\n"
4539"Valid extended options are:\n"
4540"\tsuperblock=<superblock number>\n"
4541"\tblocksize=<blocksize>\n"
4542msgstr ""
4543
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004544#: misc/dumpe2fs.c:649 misc/mke2fs.c:1889
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004545#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004546msgid "\tUsing %s\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004547msgstr "sambugan %s menggunakan %s (%u bit)"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004548
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004549#: misc/dumpe2fs.c:694 misc/e2image.c:1629 misc/tune2fs.c:2913
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04004550#: resize/main.c:416
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004551msgid "Couldn't find valid filesystem superblock.\n"
4552msgstr ""
4553
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004554#: misc/dumpe2fs.c:716
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004555#, fuzzy, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004556msgid "%s: MMP feature not enabled.\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004557msgstr "%s tidak mempunyai ciri disokong:"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004558
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004559#: misc/dumpe2fs.c:747
4560#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004561#| msgid "while trying to run '%s'"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004562msgid "while trying to read '%s' bitmaps\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004563msgstr "ketika cuba untuk membuka titiklekap %s"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004564
4565#: misc/dumpe2fs.c:756
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004566#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004567msgid ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004568"*** Run e2fsck now!\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004569"\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004570msgstr "%s: e2fsck dibatalkan.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004571
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04004572#: misc/e2image.c:107
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004573#, c-format
4574msgid "Usage: %s [ -r|Q ] [ -f ] [ -b superblock ] [ -B blocksize][ -fr ] device image-file\n"
4575msgstr ""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004576
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004577#: misc/e2image.c:110
Theodore Ts'o89128f82018-01-01 19:36:37 -05004578#, fuzzy, c-format
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004579msgid " %s -I device image-file\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004580msgstr "_Kerangka pada fail imej:"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004581
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004582#: misc/e2image.c:111
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004583#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004584msgid " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs [ dest_fs ]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004585msgstr ""
4586
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004587#: misc/e2image.c:176 misc/e2image.c:589 misc/e2image.c:595
4588#: misc/e2image.c:1194
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004589#, fuzzy
4590msgid "while allocating buffer"
4591msgstr "ketika mengumpukkan penimbal"
4592
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004593#: misc/e2image.c:181
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004594#, fuzzy, c-format
4595msgid "Writing block %llu\n"
4596msgstr "ketika menulis bitmap blok"
4597
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004598#: misc/e2image.c:195
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004599#, fuzzy, c-format
4600msgid "error writing block %llu"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004601msgstr "ketika menulis bitmap blok"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004602
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004603#: misc/e2image.c:198
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004604#, fuzzy
4605msgid "error in generic_write()"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004606msgstr "Penghurai ASN1: Ralat menghurai generik."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004607
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004608#: misc/e2image.c:215
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004609msgid "Error: header size is bigger than wrt_size\n"
4610msgstr ""
4611
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004612#: misc/e2image.c:220
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004613#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004614msgid "Couldn't allocate header buffer\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004615msgstr "Tak dapat memperuntukkan ruang penimbal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004616
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004617#: misc/e2image.c:248
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004618msgid "while writing superblock"
4619msgstr "ketika menulis superblok"
4620
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004621#: misc/e2image.c:257
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004622msgid "while writing inode table"
4623msgstr "ketika menulis jadual inod"
4624
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004625#: misc/e2image.c:265
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004626msgid "while writing block bitmap"
4627msgstr "ketika menulis bitmap blok"
4628
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004629#: misc/e2image.c:273
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004630msgid "while writing inode bitmap"
4631msgstr "ketika menulis inod bitmap"
4632
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004633#: misc/e2image.c:515
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004634#, c-format
4635msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4636msgstr ""
4637
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004638#: misc/e2image.c:527
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004639#, c-format
4640msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4641msgstr ""
4642
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004643#: misc/e2image.c:568
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004644#, fuzzy, c-format
4645msgid "%llu / %llu blocks (%d%%)"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004646msgstr "inod (%llu) mesti kurang dari %u"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004647
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004648#: misc/e2image.c:599 misc/e2image.c:639
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004649#, fuzzy
4650msgid "Copying "
4651msgstr ""
4652"Ini adalah perisian bebas; lihat sumber untuk syarat menyalin. TIADA\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004653"jaminan disediakan; tidak juga untuk KEBOLEHDAGANGAN atau KEUPAYAAN UNTUK SESUATU TUJUAN KHUSUS.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004654
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004655#: misc/e2image.c:636
4656msgid "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004657msgstr ""
4658
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004659#: misc/e2image.c:662
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004660#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004661msgid " %s remaining at %.2f MB/s"
4662msgstr ""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004663" untuk %.2f%% dari %.2f %s\n"
4664"\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004665
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004666#: misc/e2image.c:674 misc/e2image.c:1204
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004667#, fuzzy, c-format
4668msgid "error reading block %llu"
4669msgstr "e2label: ralat membaca superblok\n"
4670
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004671#: misc/e2image.c:728
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004672#, c-format
4673msgid "Copied %llu / %llu blocks (%d%%) in %s "
4674msgstr ""
4675
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004676#: misc/e2image.c:732
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004677#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004678msgid "at %.2f MB/s"
4679msgstr ""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004680" untuk %.2f%% dari %.2f %s\n"
4681"\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004682
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004683#: misc/e2image.c:768
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004684#, fuzzy
4685msgid "while allocating l1 table"
4686msgstr "ketika mengumpukkan penimbal"
4687
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004688#: misc/e2image.c:813
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004689#, fuzzy
4690msgid "while allocating l2 cache"
4691msgstr "ketika mengumpukkan penimbal"
4692
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004693#: misc/e2image.c:836
4694msgid "Warning: There are still tables in the cache while putting the cache, data will be lost so the image may not be valid.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004695msgstr ""
4696
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004697#: misc/e2image.c:1161
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004698#, fuzzy
4699msgid "while allocating ext2_qcow2_image"
4700msgstr "ketika mengumpukkan penimbal"
4701
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004702#: misc/e2image.c:1168
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004703#, fuzzy
4704msgid "while initializing ext2_qcow2_image"
4705msgstr "ketika memulakan superblok jurnal"
4706
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004707#: misc/e2image.c:1227 misc/e2image.c:1245
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004708msgid "Programming error: multiple sequential refcount blocks created!\n"
4709msgstr ""
4710
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004711#: misc/e2image.c:1286
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004712#, fuzzy
4713msgid "while allocating block bitmap"
4714msgstr "ketika menulis bitmap blok"
4715
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004716#: misc/e2image.c:1295
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004717#, fuzzy
4718msgid "while allocating scramble block bitmap"
4719msgstr "ketika menulis bitmap blok"
4720
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004721#: misc/e2image.c:1318
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004722#, fuzzy
4723msgid "Scanning inodes...\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004724msgstr "Inod"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004725
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004726#: misc/e2image.c:1330
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004727#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004728msgid "Can't allocate block buffer"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004729msgstr "Tak dapat memperuntukkan ruang penimbal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004730
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004731#: misc/e2image.c:1369 misc/e2image.c:1383
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004732#, fuzzy, c-format
4733msgid "while iterating over inode %u"
4734msgstr "ketika mengosongkan inod jurnal"
4735
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004736#: misc/e2image.c:1415
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004737msgid "Raw and qcow2 images cannot be installed"
4738msgstr ""
4739
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004740#: misc/e2image.c:1437
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004741#, fuzzy
4742msgid "error reading bitmaps"
4743msgstr ""
4744"\n"
4745"%s: %s: ralat membaca bitmap: %s\n"
4746
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004747#: misc/e2image.c:1449
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004748#, fuzzy
4749msgid "while opening device file"
4750msgstr "ketika membuka %s"
4751
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004752#: misc/e2image.c:1460
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004753#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004754#| msgid "while writing inode table"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004755msgid "while restoring the image table"
4756msgstr "ketika menulis jadual inod"
4757
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004758#: misc/e2image.c:1565
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004759msgid "-a option can only be used with raw or QCOW2 images."
4760msgstr ""
4761
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004762#: misc/e2image.c:1570
4763msgid "-b option can only be used with raw or QCOW2 images."
4764msgstr ""
4765
4766#: misc/e2image.c:1576
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004767msgid "Offsets are only allowed with raw images."
4768msgstr ""
4769
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004770#: misc/e2image.c:1581
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004771msgid "Move mode is only allowed with raw images."
4772msgstr ""
4773
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004774#: misc/e2image.c:1586
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004775msgid "Move mode requires all data mode."
4776msgstr ""
4777
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004778#: misc/e2image.c:1596
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004779#, fuzzy
4780msgid "checking if mounted"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004781msgstr " Dilekapkan pada\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004782
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004783#: misc/e2image.c:1603
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004784msgid ""
4785"\n"
4786"Running e2image on a R/W mounted filesystem can result in an\n"
4787"inconsistent image which will not be useful for debugging purposes.\n"
4788"Use -f option if you really want to do that.\n"
4789msgstr ""
4790
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004791#: misc/e2image.c:1657
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004792msgid "QCOW2 image can not be written to the stdout!\n"
4793msgstr ""
4794
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004795#: misc/e2image.c:1663
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004796#, fuzzy
4797msgid "Can not stat output\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004798msgstr "Keluaran:\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004799
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004800#: misc/e2image.c:1673
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004801#, fuzzy, c-format
4802msgid "Image (%s) is compressed\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004803msgstr "Imej"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004804
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004805#: misc/e2image.c:1676
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004806#, fuzzy, c-format
4807msgid "Image (%s) is encrypted\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004808msgstr "_Kerangka pada fail imej:"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004809
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004810#: misc/e2image.c:1679
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004811#, fuzzy, c-format
4812msgid "Image (%s) is corrupted\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004813msgstr "_Kerangka pada fail imej:"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004814
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004815#: misc/e2image.c:1683
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004816#, c-format
4817msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4818msgstr ""
4819
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004820#: misc/e2image.c:1693
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004821msgid "The -c option only supported in raw mode\n"
4822msgstr ""
4823
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004824#: misc/e2image.c:1698
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004825msgid "The -c option not supported when writing to stdout\n"
4826msgstr ""
4827
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004828#: misc/e2image.c:1705
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004829#, fuzzy
4830msgid "while allocating check_buf"
4831msgstr "ketika mengumpukkan penimbal"
4832
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004833#: misc/e2image.c:1711
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004834msgid "The -p option only supported in raw mode\n"
4835msgstr ""
4836
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004837#: misc/e2image.c:1721
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004838#, c-format
4839msgid "%d blocks already contained the data to be copied\n"
4840msgstr ""
4841
4842#: misc/e2initrd_helper.c:68
4843#, fuzzy, c-format
4844msgid "Usage: %s -r device\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004845msgstr "Penggunaan: %s [-r] [-t]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004846
4847#: misc/e2label.c:58
4848#, c-format
4849msgid "e2label: cannot open %s\n"
4850msgstr "e2label: tidak dapat membuka %s\n"
4851
4852#: misc/e2label.c:63
4853#, fuzzy, c-format
4854msgid "e2label: cannot seek to superblock\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004855msgstr "e2label: ralat membaca superblok\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004856
4857#: misc/e2label.c:68
4858#, c-format
4859msgid "e2label: error reading superblock\n"
4860msgstr "e2label: ralat membaca superblok\n"
4861
4862#: misc/e2label.c:72
4863#, fuzzy, c-format
4864msgid "e2label: not an ext2 filesystem\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004865msgstr "Sistem fail "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004866
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004867#: misc/e2label.c:97 misc/tune2fs.c:3117
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004868#, c-format
4869msgid "Warning: label too long, truncating.\n"
4870msgstr ""
4871
4872#: misc/e2label.c:100
4873#, c-format
4874msgid "e2label: cannot seek to superblock again\n"
4875msgstr ""
4876
4877#: misc/e2label.c:105
4878#, c-format
4879msgid "e2label: error writing superblock\n"
4880msgstr "e2label: ralat menulis superblok\n"
4881
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004882#: misc/e2label.c:117 misc/tune2fs.c:1687
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004883#, c-format
4884msgid "Usage: e2label device [newlabel]\n"
4885msgstr ""
4886
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004887#: misc/e2undo.c:124
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004888#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004889#| msgid "Usage: %s <transaction file> <filesystem>\n"
4890msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004891msgstr "Penggunaan: %s <fail transaksi> <sistemfail>\n"
4892
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004893#: misc/e2undo.c:149
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004894msgid "The file system superblock doesn't match the undo file.\n"
4895msgstr ""
4896
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004897#: misc/e2undo.c:152
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004898#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004899msgid "UUID does not match.\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004900msgstr "Volum %s tidak sepadan %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004901
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004902#: misc/e2undo.c:154
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004903msgid "Last mount time does not match.\n"
4904msgstr ""
4905
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004906#: misc/e2undo.c:156
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004907msgid "Last write time does not match.\n"
4908msgstr ""
4909
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004910#: misc/e2undo.c:158
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004911msgid "Lifetime write counter does not match.\n"
4912msgstr ""
4913
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004914#: misc/e2undo.c:172
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004915#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004916#| msgid "while reading journal superblock"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004917msgid "while reading filesystem superblock."
4918msgstr "ketika membaca superblok jurnal"
4919
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004920#: misc/e2undo.c:188
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004921#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004922#| msgid "while writing superblock"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004923msgid "while fetching superblock"
4924msgstr "ketika menulis superblok"
4925
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004926#: misc/e2undo.c:201
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004927#, c-format
4928msgid "Undo file superblock checksum doesn't match.\n"
4929msgstr ""
4930
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004931#: misc/e2undo.c:340
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004932#, fuzzy, c-format
4933msgid "illegal offset - %s"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004934msgstr "%s: opsyen tidak dibenarkan -- %c\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004935
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004936#: misc/e2undo.c:364
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004937#, c-format
4938msgid "Will not write to an undo file while replaying it.\n"
4939msgstr ""
4940
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004941#: misc/e2undo.c:373
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004942#, fuzzy, c-format
4943msgid "while opening undo file `%s'\n"
4944msgstr "ketika membuka %s"
4945
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004946#: misc/e2undo.c:380
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004947#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004948#| msgid "while reading root inode"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004949msgid "while reading undo file"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004950msgstr "Ralat apabila membaca fail."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004951
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004952#: misc/e2undo.c:385
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004953#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004954#| msgid "%s: too many devices\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004955msgid "%s: Not an undo file.\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05004956msgstr "Nyahbuat"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004957
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004958#: misc/e2undo.c:396
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004959#, c-format
4960msgid "%s: Header checksum doesn't match.\n"
4961msgstr ""
4962
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004963#: misc/e2undo.c:403
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004964#, fuzzy, c-format
4965msgid "%s: Corrupt undo file header.\n"
4966msgstr "BUANG HEADER [%s]"
4967
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004968#: misc/e2undo.c:407
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004969#, c-format
4970msgid "%s: Undo block size too large.\n"
4971msgstr ""
4972
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004973#: misc/e2undo.c:412
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004974#, c-format
4975msgid "%s: Undo block size too small.\n"
4976msgstr ""
4977
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004978#: misc/e2undo.c:425
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004979#, c-format
4980msgid "%s: Unknown undo file feature set.\n"
4981msgstr ""
4982
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004983#: misc/e2undo.c:433
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004984#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004985#| msgid "Error while determining whether %s is mounted.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004986msgid "Error while determining whether %s is mounted."
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04004987msgstr "Ralat ketika menentukan sama ada %s telah dilekapkan.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004988
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004989#: misc/e2undo.c:439
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004990msgid "e2undo should only be run on unmounted filesystems"
4991msgstr ""
4992
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004993#: misc/e2undo.c:455
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004994#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04004995#| msgid "while opening %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05004996msgid "while opening `%s'"
4997msgstr "ketika membuka %s"
4998
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004999#: misc/e2undo.c:466
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005000#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005001msgid "specified offset is too large"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005002msgstr "%s adalah terlalu besar"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005003
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005004#: misc/e2undo.c:507
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005005#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005006#| msgid "while reading bitmaps"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005007msgid "while reading keys"
5008msgstr "ketika membaca bitmap"
5009
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005010#: misc/e2undo.c:519
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005011#, c-format
5012msgid "%s: wrong key magic at %llu\n"
5013msgstr ""
5014
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005015#: misc/e2undo.c:529
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005016#, c-format
5017msgid "%s: key block checksum error at %llu.\n"
5018msgstr ""
5019
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005020#: misc/e2undo.c:552
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005021#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005022#| msgid "From block %lu to %lu\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005023msgid "%s: block %llu is too long."
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005024msgstr "%s: fail terlalu panjang"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005025
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005026#: misc/e2undo.c:564 misc/e2undo.c:600
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005027#, fuzzy, c-format
5028msgid "while fetching block %llu."
5029msgstr "ketika menulis bitmap blok"
5030
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005031#: misc/e2undo.c:576
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005032#, c-format
5033msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
5034msgstr ""
5035
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005036#: misc/e2undo.c:615
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005037#, fuzzy, c-format
5038msgid "while writing block %llu."
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005039msgstr "ketika menulis bitmap blok"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005040
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005041#: misc/e2undo.c:621
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005042#, c-format
5043msgid "Undo file corruption; run e2fsck NOW!\n"
5044msgstr ""
5045
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005046#: misc/e2undo.c:623
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005047#, c-format
5048msgid "IO error during replay; run e2fsck NOW!\n"
5049msgstr ""
5050
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005051#: misc/e2undo.c:626
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005052#, c-format
5053msgid "Incomplete undo record; run e2fsck.\n"
5054msgstr ""
5055
5056#: misc/findsuper.c:110
5057#, c-format
5058msgid "Usage: findsuper device [skipbytes [startkb]]\n"
5059msgstr ""
5060
5061#: misc/findsuper.c:155
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005062#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005063msgid "skipbytes should be a number, not %s\n"
5064msgstr ""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005065"Pengunaan: %s [NOMBOR]...\n"
5066" atau: %s OPSYEN\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005067
5068#: misc/findsuper.c:162
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005069#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005070msgid "skipbytes must be a multiple of the sector size\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005071msgstr "Saiz rekod mesti dalam gandaan %d."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005072
5073#: misc/findsuper.c:169
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005074#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005075msgid "startkb should be a number, not %s\n"
5076msgstr ""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005077"Pengunaan: %s [NOMBOR]...\n"
5078" atau: %s OPSYEN\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005079
5080#: misc/findsuper.c:175
5081#, c-format
5082msgid "startkb should be positive, not %llu\n"
5083msgstr ""
5084
5085#: misc/findsuper.c:186
5086#, c-format
5087msgid "starting at %llu, with %u byte increments\n"
5088msgstr ""
5089
5090#: misc/findsuper.c:188
5091#, c-format
5092msgid ""
5093"[*] probably superblock written in the ext3 journal superblock,\n"
5094"\tso start/end/grp wrong\n"
5095msgstr ""
5096
5097#: misc/findsuper.c:190
5098#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005099msgid "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/mount_time sb_uuid label\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005100msgstr ""
5101
5102#: misc/findsuper.c:264
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005103#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005104msgid ""
5105"\n"
5106"%11Lu: finished with errno %d\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04005107msgstr "Program tempatan [%d] selesai."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005108
5109#: misc/fsck.c:343
5110#, c-format
5111msgid "WARNING: couldn't open %s: %s\n"
5112msgstr "AMARAN: tidak dapat membuka %s: %s\n"
5113
5114#: misc/fsck.c:353
5115#, c-format
5116msgid "WARNING: bad format on line %d of %s\n"
5117msgstr ""
5118
5119#: misc/fsck.c:370
5120msgid ""
5121"WARNING: Your /etc/fstab does not contain the fsck passno\n"
5122"\tfield. I will kludge around things for you, but you\n"
5123"\tshould fix your /etc/fstab file as soon as you can.\n"
5124"\n"
5125msgstr ""
5126
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005127#: misc/fsck.c:485
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005128#, c-format
5129msgid "fsck: %s: not found\n"
5130msgstr "fsck: %s: tidak dijumpai\n"
5131
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005132#: misc/fsck.c:601
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005133#, c-format
5134msgid "%s: wait: No more child process?!?\n"
5135msgstr ""
5136
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005137#: misc/fsck.c:623
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005138#, c-format
5139msgid "Warning... %s for device %s exited with signal %d.\n"
5140msgstr ""
5141
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005142#: misc/fsck.c:629
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005143#, c-format
5144msgid "%s %s: status is %x, should never happen.\n"
5145msgstr ""
5146
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005147#: misc/fsck.c:668
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005148#, c-format
5149msgid "Finished with %s (exit status %d)\n"
5150msgstr "Selesai dengan %s (status keluar %d)\n"
5151
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005152#: misc/fsck.c:728
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005153#, c-format
5154msgid "%s: Error %d while executing fsck.%s for %s\n"
5155msgstr ""
5156
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005157#: misc/fsck.c:749
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005158msgid ""
5159"Either all or none of the filesystem types passed to -t must be prefixed\n"
5160"with 'no' or '!'.\n"
5161msgstr ""
5162
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005163#: misc/fsck.c:768
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005164msgid "Couldn't allocate memory for filesystem types\n"
5165msgstr ""
5166
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005167#: misc/fsck.c:891
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005168#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005169msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005170msgstr ""
5171
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005172#: misc/fsck.c:918
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005173#, c-format
5174msgid "fsck: cannot check %s: fsck.%s not found\n"
5175msgstr ""
5176
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005177#: misc/fsck.c:974
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005178msgid "Checking all file systems.\n"
5179msgstr ""
5180
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005181#: misc/fsck.c:1065
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005182#, c-format
5183msgid "--waiting-- (pass %d)\n"
5184msgstr "--menunggu-- (lalu %d)\n"
5185
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005186#: misc/fsck.c:1085
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005187msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005188msgstr ""
5189
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005190#: misc/fsck.c:1127
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005191#, c-format
5192msgid "%s: too many devices\n"
5193msgstr "%s: terlalu banyak peranti\n"
5194
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005195#: misc/fsck.c:1160 misc/fsck.c:1246
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005196#, c-format
5197msgid "%s: too many arguments\n"
5198msgstr "%s: terlalu banyak hujah\n"
5199
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005200#: misc/fuse2fs.c:3745
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005201#, fuzzy
5202msgid "Mounting read-only.\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005203msgstr "Mod lihat (baca sahaja)"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005204
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005205#: misc/fuse2fs.c:3769
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005206#, c-format
5207msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
5208msgstr ""
5209
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005210#: misc/fuse2fs.c:3781 misc/fuse2fs.c:3795
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005211#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005212msgid "%s: %s.\n"
5213msgstr ""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005214"Ditulis oleh %s, %s, %s,\n"
5215"%s, %s, %s, %s,\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04005216"%s, and %s.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005217
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005218#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3797 misc/tune2fs.c:3013
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005219#, c-format
5220msgid "Please run e2fsck -fy %s.\n"
5221msgstr ""
5222
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005223#: misc/fuse2fs.c:3804
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005224msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5225msgstr ""
5226
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005227#: misc/fuse2fs.c:3812
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005228#, fuzzy, c-format
5229msgid "%s: Writing to the journal is not supported.\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005230msgstr "ketika menulis superblok jurnal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005231
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005232#: misc/fuse2fs.c:3827
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005233msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5234msgstr ""
5235
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005236#: misc/fuse2fs.c:3831
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005237msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5238msgstr ""
5239
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005240#: misc/fuse2fs.c:3836
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005241msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5242msgstr ""
5243
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005244#: misc/fuse2fs.c:3840
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005245msgid "Orphans detected; running e2fsck is recommended.\n"
5246msgstr ""
5247
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005248#: misc/fuse2fs.c:3844
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005249msgid "Errors detected; running e2fsck is required.\n"
5250msgstr ""
5251
5252#: misc/lsattr.c:75
5253#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005254#| msgid "Usage: %s [-RVadlv] [files...]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005255msgid "Usage: %s [-RVadlpv] [files...]\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04005256msgstr "Penggunaan: %s [-RVadlv] [fail...]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005257
5258#: misc/lsattr.c:86
5259#, c-format
5260msgid "While reading flags on %s"
5261msgstr "Ketika membaca penanda pada %s"
5262
5263#: misc/lsattr.c:93
5264#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005265#| msgid "While reading version on %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005266msgid "While reading project on %s"
5267msgstr "Ketika membaca versi pada %s"
5268
5269#: misc/lsattr.c:102
5270#, c-format
5271msgid "While reading version on %s"
5272msgstr "Ketika membaca versi pada %s"
5273
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005274#: misc/mke2fs.c:130
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005275#, c-format
5276msgid ""
5277"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
5278"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
5279"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
5280"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5281"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5282"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005283"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005284"\t[-jnqvDFSV] device [blocks-count]\n"
5285msgstr ""
5286
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005287#: misc/mke2fs.c:261
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005288#, c-format
5289msgid "Running command: %s\n"
5290msgstr "Melaksana arahan: %s\n"
5291
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005292#: misc/mke2fs.c:265
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005293#, c-format
5294msgid "while trying to run '%s'"
5295msgstr "ketika cuba untuk melaksana '%s'"
5296
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005297#: misc/mke2fs.c:272
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005298#, fuzzy
5299msgid "while processing list of bad blocks from program"
5300msgstr "ketika membaca dalam senarai blok buruk dari fail"
5301
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005302#: misc/mke2fs.c:299
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005303#, c-format
5304msgid "Block %d in primary superblock/group descriptor area bad.\n"
5305msgstr ""
5306
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005307#: misc/mke2fs.c:301
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005308#, c-format
5309msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5310msgstr ""
5311
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005312#: misc/mke2fs.c:304
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005313msgid "Aborting....\n"
5314msgstr "Menghentikan....\n"
5315
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005316#: misc/mke2fs.c:324
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005317#, c-format
5318msgid ""
5319"Warning: the backup superblock/group descriptors at block %u contain\n"
5320"\tbad blocks.\n"
5321"\n"
5322msgstr ""
5323
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005324#: misc/mke2fs.c:343
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005325#, fuzzy
5326msgid "while marking bad blocks as used"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04005327msgstr "ketika membaca dalam senarai blok buruk dari fail"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005328
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005329#: misc/mke2fs.c:368
5330#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005331#| msgid "while writing journal inode"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005332msgid "while writing reserved inodes"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005333msgstr "ketika menulis inod jurnal"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005334
5335#: misc/mke2fs.c:420
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005336msgid "Writing inode tables: "
5337msgstr "Menulis jadual inode:"
5338
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005339#: misc/mke2fs.c:442
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005340#, c-format
5341msgid ""
5342"\n"
5343"Could not write %d blocks in inode table starting at %llu: %s\n"
5344msgstr ""
5345
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005346#: misc/mke2fs.c:456 misc/mke2fs.c:2809 misc/mke2fs.c:3214
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005347msgid "done \n"
5348msgstr "selesai \n"
5349
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005350#: misc/mke2fs.c:471
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005351msgid "while creating root dir"
5352msgstr "ketika mencipta direktori root"
5353
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005354#: misc/mke2fs.c:478
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005355msgid "while reading root inode"
5356msgstr "ketika membaca inod root"
5357
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005358#: misc/mke2fs.c:490
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005359#, fuzzy
5360msgid "while setting root inode ownership"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005361msgstr "ketika menetapkan inod blok buruk"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005362
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005363#: misc/mke2fs.c:508
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005364msgid "while creating /lost+found"
5365msgstr "ketika mencipta /lost+found"
5366
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005367#: misc/mke2fs.c:515
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005368#, fuzzy
5369msgid "while looking up /lost+found"
5370msgstr "ketika mencipta /lost+found"
5371
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005372#: misc/mke2fs.c:528
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005373#, fuzzy
5374msgid "while expanding /lost+found"
5375msgstr "ketika mencipta /lost+found"
5376
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005377#: misc/mke2fs.c:543
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005378msgid "while setting bad block inode"
5379msgstr "ketika menetapkan inod blok buruk"
5380
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005381#: misc/mke2fs.c:570
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005382#, c-format
5383msgid "Out of memory erasing sectors %d-%d\n"
5384msgstr "Kehabisan memori ketika memadam sektor %d-%d\n"
5385
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005386#: misc/mke2fs.c:580
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005387#, c-format
5388msgid "Warning: could not read block 0: %s\n"
5389msgstr "Amaran: tidak dapat membaca blok 0: %s\n"
5390
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005391#: misc/mke2fs.c:596
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005392#, c-format
5393msgid "Warning: could not erase sector %d: %s\n"
5394msgstr "Amaran: tidak dapat memadam sektor %d: %s\n"
5395
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005396#: misc/mke2fs.c:612
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005397msgid "while initializing journal superblock"
5398msgstr "ketika memulakan superblok jurnal"
5399
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005400#: misc/mke2fs.c:620
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005401msgid "Zeroing journal device: "
5402msgstr "Mengosongkan peranti jurnal:"
5403
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005404#: misc/mke2fs.c:632
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005405#, fuzzy, c-format
5406msgid "while zeroing journal device (block %llu, count %d)"
5407msgstr "Menggunakan saiz blok peranti jurnal: %d\n"
5408
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005409#: misc/mke2fs.c:650
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005410msgid "while writing journal superblock"
5411msgstr "ketika menulis superblok jurnal"
5412
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005413#: misc/mke2fs.c:665
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005414#, c-format
5415msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5416msgstr ""
5417
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005418#: misc/mke2fs.c:673
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005419#, fuzzy, c-format
5420msgid ""
5421"warning: %llu blocks unused.\n"
5422"\n"
5423msgstr ""
5424"amaran: %u blok tidak digunakan.\n"
5425"\n"
5426
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005427#: misc/mke2fs.c:678
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005428#, c-format
5429msgid "Filesystem label=%s\n"
5430msgstr "Label sistemfail=%s\n"
5431
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005432#: misc/mke2fs.c:681
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005433#, fuzzy, c-format
5434msgid "OS type: %s\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04005435msgstr "Jenis OS:"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005436
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005437#: misc/mke2fs.c:683
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005438#, c-format
5439msgid "Block size=%u (log=%u)\n"
5440msgstr "Saiz blok=%u (log=%u)\n"
5441
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005442#: misc/mke2fs.c:686
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005443#, fuzzy, c-format
5444msgid "Cluster size=%u (log=%u)\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005445msgstr "Saiz blok=%u (log=%u)\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005446
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005447#: misc/mke2fs.c:690
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005448#, c-format
5449msgid "Fragment size=%u (log=%u)\n"
5450msgstr "Saiz pecahan=%u (log=%u)\n"
5451
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005452#: misc/mke2fs.c:692
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005453#, c-format
5454msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5455msgstr ""
5456
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005457#: misc/mke2fs.c:694
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005458#, fuzzy, c-format
5459msgid "%u inodes, %llu blocks\n"
5460msgstr "inod (%llu) mesti kurang dari %u"
5461
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005462#: misc/mke2fs.c:696
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005463#, c-format
5464msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5465msgstr ""
5466
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005467#: misc/mke2fs.c:699
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005468#, c-format
5469msgid "First data block=%u\n"
5470msgstr "Blok data pertama=%u\n"
5471
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005472#: misc/mke2fs.c:701
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005473#, fuzzy, c-format
5474msgid "Root directory owner=%u:%u\n"
5475msgstr "Blok direktori kosong %u (#%d) dalam inode %u\n"
5476
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005477#: misc/mke2fs.c:703
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005478#, c-format
5479msgid "Maximum filesystem blocks=%lu\n"
5480msgstr "Blok sistemfail maksimum=%lu\n"
5481
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005482#: misc/mke2fs.c:707
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005483#, c-format
5484msgid "%u block groups\n"
5485msgstr "kumpulan blok %u\n"
5486
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005487#: misc/mke2fs.c:709
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005488#, c-format
5489msgid "%u block group\n"
5490msgstr "kumpulan blok %u\n"
5491
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005492#: misc/mke2fs.c:711
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005493#, c-format
5494msgid "%u blocks per group, %u clusters per group\n"
5495msgstr ""
5496
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005497#: misc/mke2fs.c:714
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005498#, c-format
5499msgid "%u blocks per group, %u fragments per group\n"
5500msgstr ""
5501
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005502#: misc/mke2fs.c:716
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005503#, c-format
5504msgid "%u inodes per group\n"
5505msgstr "%u inod setiap kumpulan\n"
5506
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005507#: misc/mke2fs.c:725
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005508#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005509#| msgid "Filesystem label=%s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005510msgid "Filesystem UUID: %s\n"
5511msgstr "Label sistemfail=%s\n"
5512
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005513#: misc/mke2fs.c:726
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005514msgid "Superblock backups stored on blocks: "
5515msgstr ""
5516
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005517#: misc/mke2fs.c:822
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005518#, fuzzy, c-format
Theodore Ts'o899425b2018-02-27 22:25:04 -05005519msgid "%s requires '-O 64bit'\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04005520msgstr "Pilihan \"%s\" memerlukan hujah"
Theodore Ts'o899425b2018-02-27 22:25:04 -05005521
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005522#: misc/mke2fs.c:828
Theodore Ts'o899425b2018-02-27 22:25:04 -05005523#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005524msgid "'%s' must be before 'resize=%u'\n"
5525msgstr ""
5526
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005527#: misc/mke2fs.c:841
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005528#, fuzzy, c-format
5529msgid "Invalid desc_size: '%s'\n"
5530msgstr "saiz blok tidak sah - %s"
5531
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005532#: misc/mke2fs.c:855
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04005533#, fuzzy, c-format
5534msgid "Invalid hash seed: %s\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005535msgstr "mod tidak sah: %s"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04005536
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005537#: misc/mke2fs.c:867
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005538#, fuzzy, c-format
5539msgid "Invalid offset: %s\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005540msgstr "Offset rayauan diluar julat"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005541
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005542#: misc/mke2fs.c:881 misc/tune2fs.c:2055
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005543#, fuzzy, c-format
5544msgid "Invalid mmp_update_interval: %s\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005545msgstr "jarakmasa `%s' tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005546
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005547#: misc/mke2fs.c:898
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005548#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005549#| msgid "Invalid superblock parameter: %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005550msgid "Invalid # of backup superblocks: %s\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04005551msgstr "tak dapat backup %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005552
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005553#: misc/mke2fs.c:920
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005554#, c-format
5555msgid "Invalid stride parameter: %s\n"
5556msgstr "Parameter stride tidak sah: %s\n"
5557
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005558#: misc/mke2fs.c:935
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005559#, c-format
5560msgid "Invalid stripe-width parameter: %s\n"
5561msgstr "Parameter lebar stripe tidak sah: %s\n"
5562
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005563#: misc/mke2fs.c:958
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005564#, c-format
5565msgid "Invalid resize parameter: %s\n"
5566msgstr "Parameter ulangsaiz tidak sah: %s\n"
5567
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005568#: misc/mke2fs.c:965
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005569msgid "The resize maximum must be greater than the filesystem size.\n"
5570msgstr ""
5571
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005572#: misc/mke2fs.c:989
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005573msgid "On-line resizing not supported with revision 0 filesystems\n"
5574msgstr ""
5575
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005576#: misc/mke2fs.c:1015 misc/mke2fs.c:1024
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005577#, fuzzy, c-format
5578msgid "Invalid root_owner: '%s'\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04005579msgstr "Pemilik tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005580
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005581#: misc/mke2fs.c:1069
5582#, fuzzy, c-format
5583msgid "Invalid encoding: %s"
5584msgstr "pengekodan tidak diketahui `%s'"
5585
5586#: misc/mke2fs.c:1087
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005587#, c-format
5588msgid ""
5589"\n"
5590"Bad option(s) specified: %s\n"
5591"\n"
5592"Extended options are separated by commas, and may take an argument which\n"
5593"\tis set off by an equals ('=') sign.\n"
5594"\n"
5595"Valid extended options are:\n"
5596"\tmmp_update_interval=<interval>\n"
5597"\tnum_backup_sb=<0|1|2>\n"
5598"\tstride=<RAID per-disk data chunk in blocks>\n"
5599"\tstripe-width=<RAID stride * data disks in blocks>\n"
5600"\toffset=<offset to create the file system>\n"
5601"\tresize=<resize maximum size in blocks>\n"
5602"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5603"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5604"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5605"\troot_owner=<uid of root dir>:<gid of root dir>\n"
5606"\ttest_fs\n"
5607"\tdiscard\n"
5608"\tnodiscard\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005609"\tencoding=<encoding>\n"
5610"\tencoding_flags=<flags>\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005611"\tquotatype=<quota type(s) to be enabled>\n"
5612"\n"
5613msgstr ""
5614
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005615#: misc/mke2fs.c:1114
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005616#, c-format
5617msgid ""
5618"\n"
5619"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5620"\n"
5621msgstr ""
5622
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005623#: misc/mke2fs.c:1125
5624#, fuzzy, c-format
5625msgid "error: Invalid encoding flag: %s\n"
5626msgstr "RALAT DALAMAN pada %s:%d: regex hilang atau tidak sah"
5627
5628#: misc/mke2fs.c:1131
5629#, c-format
5630msgid "error: An encoding must be explicitly specified when passing encoding-flags\n"
5631msgstr ""
5632
5633#: misc/mke2fs.c:1179
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005634#, c-format
5635msgid ""
5636"Syntax error in mke2fs config file (%s, line #%d)\n"
5637"\t%s\n"
5638msgstr ""
5639
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005640#: misc/mke2fs.c:1192 misc/tune2fs.c:1068
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005641#, c-format
5642msgid "Invalid filesystem option set: %s\n"
5643msgstr "Tetapan pilihan sistemfail tidak sah: %s\n"
5644
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005645#: misc/mke2fs.c:1204 misc/tune2fs.c:417
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005646#, c-format
5647msgid "Invalid mount option set: %s\n"
5648msgstr "Tetapan pilihan lekapan tidak sah: %s\n"
5649
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005650#: misc/mke2fs.c:1340
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005651#, c-format
5652msgid ""
5653"\n"
5654"Your mke2fs.conf file does not define the %s filesystem type.\n"
5655msgstr ""
5656
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005657#: misc/mke2fs.c:1344
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005658msgid ""
5659"You probably need to install an updated mke2fs.conf file.\n"
5660"\n"
5661msgstr ""
5662
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005663#: misc/mke2fs.c:1348
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005664#, fuzzy
5665msgid "Aborting...\n"
5666msgstr "Menghentikan....\n"
5667
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005668#: misc/mke2fs.c:1389
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005669#, c-format
5670msgid ""
5671"\n"
5672"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5673"\n"
5674msgstr ""
5675
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005676#: misc/mke2fs.c:1571
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005677msgid "Couldn't allocate memory for new PATH.\n"
5678msgstr ""
5679
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005680#: misc/mke2fs.c:1608
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005681#, c-format
5682msgid "Couldn't init profile successfully (error: %ld).\n"
5683msgstr ""
5684
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005685#: misc/mke2fs.c:1641
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005686#, c-format
5687msgid "invalid block size - %s"
5688msgstr "saiz blok tidak sah - %s"
5689
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005690#: misc/mke2fs.c:1645
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005691#, c-format
5692msgid "Warning: blocksize %d not usable on most systems.\n"
5693msgstr ""
5694
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005695#: misc/mke2fs.c:1661
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005696#, fuzzy, c-format
5697msgid "invalid cluster size - %s"
5698msgstr "saiz blok tidak sah - %s"
5699
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005700#: misc/mke2fs.c:1674
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005701msgid "'-R' is deprecated, use '-E' instead"
5702msgstr ""
5703
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005704#: misc/mke2fs.c:1688 misc/tune2fs.c:1784
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005705#, c-format
5706msgid "bad error behavior - %s"
5707msgstr "kelakuan ralat buruk - %s"
5708
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005709#: misc/mke2fs.c:1700
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005710msgid "Illegal number for blocks per group"
5711msgstr ""
5712
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005713#: misc/mke2fs.c:1705
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005714msgid "blocks per group must be multiple of 8"
5715msgstr ""
5716
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005717#: misc/mke2fs.c:1713
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005718msgid "Illegal number for flex_bg size"
5719msgstr "Nombor tidak sah untuk saiz flex_bg"
5720
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005721#: misc/mke2fs.c:1719
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005722msgid "flex_bg size must be a power of 2"
5723msgstr ""
5724
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005725#: misc/mke2fs.c:1724
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005726#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005727#| msgid "inodes (%llu) must be less than %u"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005728msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5729msgstr "inod (%llu) mesti kurang dari %u"
5730
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005731#: misc/mke2fs.c:1734
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005732#, c-format
5733msgid "invalid inode ratio %s (min %d/max %d)"
5734msgstr ""
5735
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005736#: misc/mke2fs.c:1744
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005737#, c-format
5738msgid "invalid inode size - %s"
5739msgstr "saiz inode tidak sah - %s"
5740
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005741#: misc/mke2fs.c:1757
5742msgid "Warning: -K option is deprecated and should not be used anymore. Use '-E nodiscard' extended option instead!\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005743msgstr ""
5744
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005745#: misc/mke2fs.c:1768
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005746#, fuzzy
5747msgid "in malloc for bad_blocks_filename"
5748msgstr "ketika memeriksa kewarasan blok inode buruk"
5749
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005750#: misc/mke2fs.c:1777
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005751#, c-format
5752msgid ""
5753"Warning: label too long; will be truncated to '%s'\n"
5754"\n"
5755msgstr ""
5756
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005757#: misc/mke2fs.c:1786
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005758#, c-format
5759msgid "invalid reserved blocks percent - %s"
5760msgstr ""
5761
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005762#: misc/mke2fs.c:1801
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005763#, c-format
5764msgid "bad num inodes - %s"
5765msgstr "nombor inode buruk - %s"
5766
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005767#: misc/mke2fs.c:1814
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005768#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005769#| msgid "while allocating buffers"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005770msgid "while allocating fs_feature string"
5771msgstr "ketika mengumpukkan penimbal"
5772
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005773#: misc/mke2fs.c:1831
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005774#, c-format
5775msgid "bad revision level - %s"
5776msgstr "tahap semakan buruk - %s"
5777
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005778#: misc/mke2fs.c:1836
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005779#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005780#| msgid "while trying to resize %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005781msgid "while trying to create revision %d"
5782msgstr "Ketika cuba menambah kumpulan #%d"
5783
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005784#: misc/mke2fs.c:1850
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005785msgid "The -t option may only be used once"
5786msgstr ""
5787
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005788#: misc/mke2fs.c:1858
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005789msgid "The -T option may only be used once"
5790msgstr ""
5791
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005792#: misc/mke2fs.c:1914 misc/mke2fs.c:3298
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005793#, fuzzy, c-format
5794msgid "while trying to open journal device %s\n"
5795msgstr "ketika cuba untuk membuka titiklekap %s"
5796
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005797#: misc/mke2fs.c:1920
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005798#, c-format
5799msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5800msgstr ""
5801
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005802#: misc/mke2fs.c:1926
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005803#, c-format
5804msgid "Using journal device's blocksize: %d\n"
5805msgstr "Menggunakan saiz blok peranti jurnal: %d\n"
5806
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005807#: misc/mke2fs.c:1937
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005808#, fuzzy, c-format
5809msgid "invalid blocks '%s' on device '%s'"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05005810msgstr "nombor peranti major tidak sah %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005811
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005812#: misc/mke2fs.c:1967
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005813msgid "filesystem"
5814msgstr "sistemfail"
5815
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005816#: misc/mke2fs.c:1985 resize/main.c:497
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005817msgid "while trying to determine filesystem size"
5818msgstr ""
5819
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005820#: misc/mke2fs.c:1991
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005821msgid ""
5822"Couldn't determine device size; you must specify\n"
5823"the size of the filesystem\n"
5824msgstr ""
5825
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005826#: misc/mke2fs.c:1998
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005827msgid ""
5828"Device size reported to be zero. Invalid partition specified, or\n"
5829"\tpartition table wasn't reread after running fdisk, due to\n"
5830"\ta modified partition being busy and in use. You may need to reboot\n"
5831"\tto re-read your partition table.\n"
5832msgstr ""
5833
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005834#: misc/mke2fs.c:2015
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005835msgid "Filesystem larger than apparent device size."
5836msgstr ""
5837
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005838#: misc/mke2fs.c:2035
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005839msgid "Failed to parse fs types list\n"
5840msgstr ""
5841
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005842#: misc/mke2fs.c:2085
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005843#, fuzzy
5844msgid "The HURD does not support the filetype feature.\n"
5845msgstr "Cdrdao %1 tidak menyokong overburning."
5846
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005847#: misc/mke2fs.c:2090
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005848#, fuzzy
5849msgid "The HURD does not support the huge_file feature.\n"
5850msgstr "Cdrdao %1 tidak menyokong overburning."
5851
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005852#: misc/mke2fs.c:2095
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005853msgid "The HURD does not support the metadata_csum feature.\n"
5854msgstr ""
5855
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005856#: misc/mke2fs.c:2100
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04005857#, fuzzy
5858msgid "The HURD does not support the ea_inode feature.\n"
5859msgstr "Cdrdao %1 tidak menyokong overburning."
5860
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005861#: misc/mke2fs.c:2110
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005862msgid "while trying to determine hardware sector size"
5863msgstr ""
5864
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005865#: misc/mke2fs.c:2116
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005866#, fuzzy
5867msgid "while trying to determine physical sector size"
5868msgstr "ketika cuba untuk memadam %s"
5869
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005870#: misc/mke2fs.c:2148
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005871#, fuzzy
5872msgid "while setting blocksize; too small for device\n"
5873msgstr "ketika menetapkan maklumat checksum kumpulan blok"
5874
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005875#: misc/mke2fs.c:2153
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005876#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005877msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005878msgstr ""
5879
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005880#: misc/mke2fs.c:2177
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005881#, c-format
5882msgid ""
5883"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5884"\tin 32 bits using a blocksize of %d.\n"
5885msgstr ""
5886
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005887#: misc/mke2fs.c:2191
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005888#, c-format
5889msgid ""
5890"%s: Size of device (0x%llx blocks) %s too big to create\n"
5891"\ta filesystem using a blocksize of %d.\n"
5892msgstr ""
5893
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005894#: misc/mke2fs.c:2213
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005895msgid "fs_types for mke2fs.conf resolution: "
5896msgstr ""
5897
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005898#: misc/mke2fs.c:2220
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005899msgid "Filesystem features not supported with revision 0 filesystems\n"
5900msgstr ""
5901
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005902#: misc/mke2fs.c:2228
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005903msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5904msgstr ""
5905
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005906#: misc/mke2fs.c:2238
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005907msgid "Journals not supported with revision 0 filesystems\n"
5908msgstr ""
5909
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005910#: misc/mke2fs.c:2251
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005911#, fuzzy, c-format
5912msgid "invalid reserved blocks percent - %lf"
5913msgstr "kiraan blok tidak sah - %s"
5914
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005915#: misc/mke2fs.c:2268
5916msgid "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to rectify.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005917msgstr ""
5918
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005919#: misc/mke2fs.c:2288
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005920msgid "The cluster size may not be smaller than the block size.\n"
5921msgstr ""
5922
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005923#: misc/mke2fs.c:2294
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005924msgid "specifying a cluster size requires the bigalloc feature"
5925msgstr ""
5926
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005927#: misc/mke2fs.c:2314
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005928#, c-format
5929msgid "warning: Unable to get device geometry for %s\n"
5930msgstr ""
5931
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005932#: misc/mke2fs.c:2317
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005933#, c-format
5934msgid "%s alignment is offset by %lu bytes.\n"
5935msgstr ""
5936
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005937#: misc/mke2fs.c:2319
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005938#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005939msgid "This may result in very poor performance, (re)-partitioning suggested.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005940msgstr ""
5941
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005942#: misc/mke2fs.c:2340
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005943#, c-format
5944msgid "%d-byte blocks too big for system (max %d)"
5945msgstr ""
5946
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005947#: misc/mke2fs.c:2344
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005948#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005949msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005950msgstr ""
5951
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005952#: misc/mke2fs.c:2352
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005953#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005954msgid "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005955msgstr ""
5956
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005957#: misc/mke2fs.c:2398
5958#, c-format
5959msgid "Unknown filename encoding from profile: %s"
5960msgstr ""
5961
5962#: misc/mke2fs.c:2409
5963#, c-format
5964msgid "Unknown encoding flags from profile: %s"
5965msgstr ""
5966
5967#: misc/mke2fs.c:2434
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005968#, c-format
5969msgid ""
5970"\n"
5971"Warning: offset specified without an explicit file system size.\n"
5972"Creating a file system with %llu blocks but this might\n"
5973"not be what you want.\n"
5974"\n"
5975msgstr ""
5976
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005977#: misc/mke2fs.c:2449
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04005978#, c-format
5979msgid "%d byte inodes are too small for project quota"
5980msgstr ""
5981
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005982#: misc/mke2fs.c:2465
5983msgid ""
5984"The encrypt and casefold features are not compatible.\n"
5985"They can not be both enabled simultaneously.\n"
5986msgstr ""
5987
5988#: misc/mke2fs.c:2480
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005989msgid "Can't support bigalloc feature without extents feature"
5990msgstr ""
5991
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005992#: misc/mke2fs.c:2487
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005993msgid ""
5994"The resize_inode and meta_bg features are not compatible.\n"
5995"They can not be both enabled simultaneously.\n"
5996msgstr ""
5997
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04005998#: misc/mke2fs.c:2495
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05005999msgid ""
6000"\n"
6001"Warning: the bigalloc feature is still under development\n"
6002"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
6003"\n"
6004msgstr ""
6005
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006006#: misc/mke2fs.c:2507
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006007msgid "reserved online resize blocks not supported on non-sparse filesystem"
6008msgstr ""
6009
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006010#: misc/mke2fs.c:2516
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006011msgid "blocks per group count out of range"
6012msgstr ""
6013
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006014#: misc/mke2fs.c:2538
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006015msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
6016msgstr ""
6017
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006018#: misc/mke2fs.c:2550
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006019#, c-format
6020msgid "invalid inode size %d (min %d/max %d)"
6021msgstr ""
6022
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006023#: misc/mke2fs.c:2565
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006024#, c-format
6025msgid "%d byte inodes are too small for inline data; specify larger size"
6026msgstr ""
6027
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006028#: misc/mke2fs.c:2580
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006029#, c-format
6030msgid "too many inodes (%llu), raise inode ratio?"
6031msgstr ""
6032
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006033#: misc/mke2fs.c:2587
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006034#, c-format
6035msgid "too many inodes (%llu), specify < 2^32 inodes"
6036msgstr ""
6037
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006038#: misc/mke2fs.c:2601
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006039#, c-format
6040msgid ""
6041"inode_size (%u) * inodes_count (%u) too big for a\n"
6042"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6043"\tor lower inode count (-N).\n"
6044msgstr ""
6045
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006046#: misc/mke2fs.c:2788
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006047#, fuzzy
6048msgid "Discarding device blocks: "
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006049msgstr " Blok bebas: "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006050
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006051#: misc/mke2fs.c:2804
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006052#, fuzzy
6053msgid "failed - "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006054msgstr "GAGAL"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006055
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006056#: misc/mke2fs.c:2863
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006057#, fuzzy
6058msgid "while initializing quota context"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006059msgstr "ketika memulakan superblok jurnal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006060
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006061#: misc/mke2fs.c:2870
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006062#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006063#| msgid "while writing journal inode"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006064msgid "while writing quota inodes"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006065msgstr "ketika menulis bitmap blok"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006066
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006067#: misc/mke2fs.c:2895
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006068#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006069#| msgid "bad error behavior - %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006070msgid "bad error behavior in profile - %s"
6071msgstr "kelakuan ralat buruk - %s"
6072
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006073#: misc/mke2fs.c:2971
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006074#, fuzzy
6075msgid "in malloc for android_sparse_params"
6076msgstr "ketika memeriksa kewarasan blok inode buruk"
6077
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006078#: misc/mke2fs.c:2985
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006079msgid "while setting up superblock"
6080msgstr "ketika menetapkan superblok"
6081
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006082#: misc/mke2fs.c:3001
6083msgid "Extents are not enabled. The file extent tree can be checksummed, whereas block maps cannot. Not enabling extents reduces the coverage of metadata checksumming. Pass -O extents to rectify.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006084msgstr ""
6085
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006086#: misc/mke2fs.c:3008
6087msgid "64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006088msgstr ""
6089
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006090#: misc/mke2fs.c:3016
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006091msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006092msgstr ""
6093
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006094#: misc/mke2fs.c:3040
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006095msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
6096msgstr ""
6097
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006098#: misc/mke2fs.c:3139
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006099#, c-format
6100msgid "unknown os - %s"
6101msgstr "OS tidak diketahui - %s"
6102
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006103#: misc/mke2fs.c:3202
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006104#, fuzzy
6105msgid "Allocating group tables: "
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006106msgstr "ketika mengumpukkan penimbal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006107
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006108#: misc/mke2fs.c:3210
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006109msgid "while trying to allocate filesystem tables"
6110msgstr ""
6111
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006112#: misc/mke2fs.c:3219
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006113#, fuzzy
6114msgid ""
6115"\n"
6116"\twhile converting subcluster bitmap"
6117msgstr "ketika menulis bitmap blok"
6118
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006119#: misc/mke2fs.c:3225
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006120#, c-format
6121msgid "%s may be further corrupted by superblock rewrite\n"
6122msgstr ""
6123
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006124#: misc/mke2fs.c:3266
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006125#, c-format
6126msgid "while zeroing block %llu at end of filesystem"
6127msgstr ""
6128
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006129#: misc/mke2fs.c:3279
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006130msgid "while reserving blocks for online resize"
6131msgstr ""
6132
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006133#: misc/mke2fs.c:3291 misc/tune2fs.c:1492
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006134msgid "journal"
6135msgstr "jurnal"
6136
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006137#: misc/mke2fs.c:3303
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006138#, c-format
6139msgid "Adding journal to device %s: "
6140msgstr "Menambah jurnal ke peranti %s:"
6141
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006142#: misc/mke2fs.c:3310
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006143#, c-format
6144msgid ""
6145"\n"
6146"\twhile trying to add journal to device %s"
6147msgstr ""
6148
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006149#: misc/mke2fs.c:3315 misc/mke2fs.c:3344 misc/mke2fs.c:3382
6150#: misc/mk_hugefiles.c:600 misc/tune2fs.c:1521 misc/tune2fs.c:1540
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006151msgid "done\n"
6152msgstr "selesai\n"
6153
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006154#: misc/mke2fs.c:3321
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006155msgid "Skipping journal creation in super-only mode\n"
6156msgstr ""
6157
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006158#: misc/mke2fs.c:3331
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006159#, c-format
6160msgid "Creating journal (%u blocks): "
6161msgstr "Mencipta jurnal (%u blok):"
6162
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006163#: misc/mke2fs.c:3340
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006164#, fuzzy
6165msgid ""
6166"\n"
6167"\twhile trying to create journal"
6168msgstr "ketika cuba memulakan program"
6169
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006170#: misc/mke2fs.c:3352 misc/tune2fs.c:1133
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006171msgid ""
6172"\n"
6173"Error while enabling multiple mount protection feature."
6174msgstr ""
6175
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006176#: misc/mke2fs.c:3357
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006177#, c-format
6178msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
6179msgstr ""
6180
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006181#: misc/mke2fs.c:3373
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006182#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006183msgid "Copying files into the device: "
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006184msgstr "Mengosongkan peranti jurnal:"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006185
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006186#: misc/mke2fs.c:3379
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006187#, fuzzy
6188msgid "while populating file system"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006189msgstr "Ralat apabila membaca fail."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006190
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006191#: misc/mke2fs.c:3386
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006192msgid "Writing superblocks and filesystem accounting information: "
6193msgstr ""
6194
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006195#: misc/mke2fs.c:3393
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006196#, fuzzy
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006197msgid "while writing out and closing file system"
6198msgstr "Abai fail tetapan sistem"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006199
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006200#: misc/mke2fs.c:3396
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006201msgid ""
6202"done\n"
6203"\n"
6204msgstr ""
6205"selesai\n"
6206"\n"
6207
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006208#: misc/mk_hugefiles.c:339
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006209#, fuzzy, c-format
6210msgid "while zeroing block %llu for hugefile"
Theodore Ts'o21725192017-08-23 19:46:04 -04006211msgstr "ketika menetapkan maklumat checksum kumpulan blok"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006212
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006213#: misc/mk_hugefiles.c:515
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006214#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006215msgid "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006216msgstr ""
6217
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006218#: misc/mk_hugefiles.c:583
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006219#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006220msgid "Huge files will be zero'ed\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006221msgstr "Salinan fail"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006222
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006223#: misc/mk_hugefiles.c:584
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006224#, fuzzy, c-format
6225msgid "Creating %lu huge file(s) "
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006226msgstr "Mencipta fail biasa %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006227
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006228#: misc/mk_hugefiles.c:586
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006229#, fuzzy, c-format
6230msgid "with %llu blocks each"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006231msgstr "Tetapkan bilangan blok pada setiap tepian"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006232
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006233#: misc/mk_hugefiles.c:595
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006234#, fuzzy, c-format
6235msgid "while creating huge file %lu"
6236msgstr "ketika mengosongkan inod jurnal"
6237
6238#: misc/mklost+found.c:50
6239msgid "Usage: mklost+found\n"
6240msgstr "Penggunaan: mklost+found\n"
6241
6242#: misc/partinfo.c:43
6243#, c-format
6244msgid ""
6245"Usage: %s device...\n"
6246"\n"
6247"Prints out the partition information for each given device.\n"
6248"For example: %s /dev/hda\n"
6249"\n"
6250msgstr ""
6251
6252#: misc/partinfo.c:53
6253#, fuzzy, c-format
6254msgid "Cannot open %s: %s"
6255msgstr "Tidak dapat membuka pengkalan data %s: %s"
6256
6257#: misc/partinfo.c:59
6258#, fuzzy, c-format
6259msgid "Cannot get geometry of %s: %s"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006260msgstr "tidak dapat mengambil maklumat pada fail `%s'"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006261
6262#: misc/partinfo.c:67
6263#, fuzzy, c-format
6264msgid "Cannot get size of %s: %s"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006265msgstr "tidak dapat mengambil maklumat pada fail `%s'"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006266
6267#: misc/partinfo.c:73
6268#, c-format
6269msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
6270msgstr ""
6271
6272#: misc/tune2fs.c:119
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006273msgid ""
6274"\n"
6275"This operation requires a freshly checked filesystem.\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04006276msgstr ""
6277
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006278#: misc/tune2fs.c:121
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006279msgid "Please run e2fsck -f on the filesystem.\n"
6280msgstr ""
6281
6282#: misc/tune2fs.c:123
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006283msgid "Please run e2fsck -fD on the filesystem.\n"
6284msgstr ""
6285
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006286#: misc/tune2fs.c:136
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006287#, c-format
6288msgid ""
6289"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
6290"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
6291"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006292"\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6293"\t[-L volume_label] [-M last_mounted_dir]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006294"\t[-O [^]feature[,...]] [-Q quota_options]\n"
6295"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
6296"\t[-I new_inode_size] [-z undo_file] device\n"
6297msgstr ""
6298
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006299#: misc/tune2fs.c:223
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006300msgid "Journal superblock not found!\n"
6301msgstr "Superblok jurnal tidak dijumpai!\n"
6302
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006303#: misc/tune2fs.c:281
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006304#, fuzzy
6305msgid "while trying to open external journal"
6306msgstr "ketika cuba untuk membuka titiklekap %s"
6307
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006308#: misc/tune2fs.c:287 misc/tune2fs.c:2804
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006309#, c-format
6310msgid "%s is not a journal device.\n"
6311msgstr "%s adalah bukan peranti jurnal.\n"
6312
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006313#: misc/tune2fs.c:296 misc/tune2fs.c:2813
6314#, fuzzy, c-format
6315msgid ""
6316"Journal superblock is corrupted, nr_users\n"
6317"is too high (%d).\n"
6318msgstr "ketika membaca superblok jurnal"
6319
6320#: misc/tune2fs.c:303 misc/tune2fs.c:2820
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006321msgid "Filesystem's UUID not found on journal device.\n"
6322msgstr ""
6323
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006324#: misc/tune2fs.c:327
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006325msgid ""
6326"Cannot locate journal device. It was NOT removed\n"
6327"Use -f option to remove missing journal device.\n"
6328msgstr ""
6329
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006330#: misc/tune2fs.c:336
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006331msgid "Journal removed\n"
6332msgstr "Jurnal dibuang\n"
6333
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006334#: misc/tune2fs.c:380
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006335msgid "while reading bitmaps"
6336msgstr "ketika membaca bitmap"
6337
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006338#: misc/tune2fs.c:388
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006339msgid "while clearing journal inode"
6340msgstr "ketika mengosongkan inod jurnal"
6341
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006342#: misc/tune2fs.c:399
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006343msgid "while writing journal inode"
6344msgstr "ketika menulis inod jurnal"
6345
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006346#: misc/tune2fs.c:435 misc/tune2fs.c:458 misc/tune2fs.c:471
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006347msgid "(and reboot afterwards!)\n"
6348msgstr "(dan ulangboot selepas itu!)\n"
6349
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006350#: misc/tune2fs.c:486
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006351#, c-format
6352msgid "After running e2fsck, please run `resize2fs %s %s"
6353msgstr ""
6354
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006355#: misc/tune2fs.c:489
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006356#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006357msgid "Please run `resize2fs %s %s"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006358msgstr "ketika cuba untuk melaksana '%s'"
6359
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006360#: misc/tune2fs.c:493
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006361#, fuzzy, c-format
6362msgid " -z \"%s\""
6363msgstr "@E mempunyai nama @z.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006364
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006365#: misc/tune2fs.c:495
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006366#, fuzzy, c-format
6367msgid "' to enable 64-bit mode.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006368msgstr "Aktifkan gantungan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006369
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006370#: misc/tune2fs.c:497
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006371#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006372msgid "' to disable 64-bit mode.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006373msgstr "enable/disable"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006374
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006375#: misc/tune2fs.c:1035
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006376msgid ""
6377"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6378" This requires Linux >= v4.4.\n"
6379msgstr ""
6380
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006381#: misc/tune2fs.c:1071
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006382#, c-format
6383msgid "Clearing filesystem feature '%s' not supported.\n"
6384msgstr ""
6385
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006386#: misc/tune2fs.c:1077
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006387#, c-format
6388msgid "Setting filesystem feature '%s' not supported.\n"
6389msgstr ""
6390
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006391#: misc/tune2fs.c:1086
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006392msgid ""
6393"The has_journal feature may only be cleared when the filesystem is\n"
6394"unmounted or mounted read-only.\n"
6395msgstr ""
6396
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006397#: misc/tune2fs.c:1094
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006398msgid ""
6399"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6400"the has_journal flag.\n"
6401msgstr ""
6402
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006403#: misc/tune2fs.c:1112
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006404msgid ""
6405"Setting filesystem feature 'sparse_super' not supported\n"
6406"for filesystems with the meta_bg feature enabled.\n"
6407msgstr ""
6408
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006409#: misc/tune2fs.c:1125
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006410msgid ""
6411"The multiple mount protection feature can't\n"
6412"be set if the filesystem is mounted or\n"
6413"read-only.\n"
6414msgstr ""
6415
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006416#: misc/tune2fs.c:1143
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006417#, c-format
6418msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6419msgstr ""
6420
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006421#: misc/tune2fs.c:1152
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006422msgid ""
6423"The multiple mount protection feature cannot\n"
6424"be disabled if the filesystem is readonly.\n"
6425msgstr ""
6426
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006427#: misc/tune2fs.c:1160
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006428#, fuzzy
6429msgid "Error while reading bitmaps\n"
6430msgstr "ketika membaca bitmap"
6431
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006432#: misc/tune2fs.c:1169
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006433#, c-format
6434msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6435msgstr ""
6436
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006437#: misc/tune2fs.c:1174
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006438#, fuzzy
6439msgid "while reading MMP block."
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006440msgstr "ketika menulis bitmap blok"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006441
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006442#: misc/tune2fs.c:1206
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006443msgid ""
6444"Clearing the flex_bg flag would cause the the filesystem to be\n"
6445"inconsistent.\n"
6446msgstr ""
6447
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006448#: misc/tune2fs.c:1217
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006449msgid ""
6450"The huge_file feature may only be cleared when the filesystem is\n"
6451"unmounted or mounted read-only.\n"
6452msgstr ""
6453
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006454#: misc/tune2fs.c:1228
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006455msgid "Enabling checksums could take some time."
6456msgstr ""
6457
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006458#: misc/tune2fs.c:1230
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006459msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6460msgstr ""
6461
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006462#: misc/tune2fs.c:1236
6463msgid "Extents are not enabled. The file extent tree can be checksummed, whereas block maps cannot. Not enabling extents reduces the coverage of metadata checksumming. Re-run with -O extent to rectify.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006464msgstr ""
6465
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006466#: misc/tune2fs.c:1243
6467msgid "64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Run resize2fs -b to rectify.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006468msgstr ""
6469
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006470#: misc/tune2fs.c:1269
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006471msgid "Disabling checksums could take some time."
6472msgstr ""
6473
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006474#: misc/tune2fs.c:1271
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006475msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6476msgstr ""
6477
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006478#: misc/tune2fs.c:1334
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006479#, c-format
6480msgid "Cannot enable 64-bit mode while mounted!\n"
6481msgstr ""
6482
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006483#: misc/tune2fs.c:1344
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006484#, c-format
6485msgid "Cannot disable 64-bit mode while mounted!\n"
6486msgstr ""
6487
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006488#: misc/tune2fs.c:1374
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006489#, c-format
6490msgid "Cannot enable project feature; inode size too small.\n"
6491msgstr ""
6492
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006493#: misc/tune2fs.c:1395
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006494msgid ""
6495"\n"
6496"Warning: '^quota' option overrides '-Q'arguments.\n"
6497msgstr ""
6498
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006499#: misc/tune2fs.c:1405
6500msgid "Cannot enable encrypt feature on filesystems with the encoding feature enabled.\n"
6501msgstr ""
6502
6503#: misc/tune2fs.c:1419
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006504msgid ""
6505"Setting feature 'metadata_csum_seed' is only supported\n"
6506"on filesystems with the metadata_csum feature enabled.\n"
6507msgstr ""
6508
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006509#: misc/tune2fs.c:1437
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006510msgid ""
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006511"UUID has changed since enabling metadata_csum. Filesystem must be unmounted \n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006512"to safely rewrite all metadata to match the new UUID.\n"
6513msgstr ""
6514
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006515#: misc/tune2fs.c:1443
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006516msgid "Recalculating checksums could take some time."
6517msgstr ""
6518
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006519#: misc/tune2fs.c:1485
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006520msgid "The filesystem already has a journal.\n"
6521msgstr "Sistemfail telah mempunyai jurnal.\n"
6522
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006523#: misc/tune2fs.c:1505
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006524#, fuzzy, c-format
6525msgid ""
6526"\n"
6527"\twhile trying to open journal on %s\n"
6528msgstr "ketika cuba untuk membuka titiklekap %s"
6529
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006530#: misc/tune2fs.c:1509
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006531#, c-format
6532msgid "Creating journal on device %s: "
6533msgstr "Mencipta jurnal pada peranti %s: "
6534
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006535#: misc/tune2fs.c:1517
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006536#, fuzzy, c-format
6537msgid "while adding filesystem to journal on %s"
6538msgstr "Menambah jurnal ke peranti %s:"
6539
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006540#: misc/tune2fs.c:1523
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006541msgid "Creating journal inode: "
6542msgstr "Mencipta inode jurnal:"
6543
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006544#: misc/tune2fs.c:1537
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006545msgid ""
6546"\n"
6547"\twhile trying to create journal file"
6548msgstr ""
6549
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006550#: misc/tune2fs.c:1575
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006551#, c-format
6552msgid "Cannot enable project quota; inode size too small.\n"
6553msgstr ""
6554
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006555#: misc/tune2fs.c:1588
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006556#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006557#| msgid "while initializing journal superblock"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006558msgid "while initializing quota context in support library"
6559msgstr "ketika memulakan superblok jurnal"
6560
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006561#: misc/tune2fs.c:1603
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006562#, fuzzy, c-format
6563msgid "while updating quota limits (%d)"
6564msgstr "ketika menetapkan inod blok buruk"
6565
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006566#: misc/tune2fs.c:1611
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006567#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006568#| msgid "while writing inode table"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006569msgid "while writing quota file (%d)"
6570msgstr "ketika menulis jadual inod"
6571
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006572#: misc/tune2fs.c:1629
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006573#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006574#| msgid "while reading root inode"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006575msgid "while removing quota file (%d)"
6576msgstr "ketika membaca inod root"
6577
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006578#: misc/tune2fs.c:1672
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006579msgid ""
6580"\n"
6581"Bad quota options specified.\n"
6582"\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006583"Following valid quota options are available (pass by separating with comma):\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006584"\t[^]usr[quota]\n"
6585"\t[^]grp[quota]\n"
6586"\t[^]prj[quota]\n"
6587"\n"
6588"\n"
6589msgstr ""
6590
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006591#: misc/tune2fs.c:1730
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006592#, c-format
6593msgid "Couldn't parse date/time specifier: %s"
6594msgstr ""
6595
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006596#: misc/tune2fs.c:1755 misc/tune2fs.c:1768
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006597#, c-format
6598msgid "bad mounts count - %s"
6599msgstr "kiraan lekapan buruk - %s"
6600
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006601#: misc/tune2fs.c:1811
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006602#, c-format
6603msgid "bad gid/group name - %s"
6604msgstr "gid/nama kumpulan buruk - %s"
6605
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006606#: misc/tune2fs.c:1844
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006607#, c-format
6608msgid "bad interval - %s"
6609msgstr "selamasa buruk - %s"
6610
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006611#: misc/tune2fs.c:1873
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006612#, c-format
6613msgid "bad reserved block ratio - %s"
6614msgstr ""
6615
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006616#: misc/tune2fs.c:1888
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006617#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006618msgid "-o may only be specified once"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006619msgstr "hanya satu jenis senarai boleh dinyatakan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006620
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006621#: misc/tune2fs.c:1897
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006622#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006623msgid "-O may only be specified once"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006624msgstr "hanya satu jenis senarai boleh dinyatakan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006625
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006626#: misc/tune2fs.c:1914
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006627#, fuzzy, c-format
6628msgid "bad reserved blocks count - %s"
6629msgstr "kiraan lekapan buruk - %s"
6630
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006631#: misc/tune2fs.c:1943
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006632#, c-format
6633msgid "bad uid/user name - %s"
6634msgstr "uid/nama pengguna buruk - %s"
6635
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006636#: misc/tune2fs.c:1960
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006637#, c-format
6638msgid "bad inode size - %s"
6639msgstr "saiz inode buruk - %s"
6640
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006641#: misc/tune2fs.c:1967
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006642#, c-format
6643msgid "Inode size must be a power of two- %s"
6644msgstr ""
6645
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006646#: misc/tune2fs.c:2064
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006647#, c-format
6648msgid "mmp_update_interval too big: %lu\n"
6649msgstr ""
6650
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006651#: misc/tune2fs.c:2069
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006652#, c-format
6653msgid "Setting multiple mount protection update interval to %lu second\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006654msgid_plural "Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006655msgstr[0] ""
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006656
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006657#: misc/tune2fs.c:2078
6658#, fuzzy, c-format
6659#| msgid "Setting filetype for @E to %N.\n"
6660msgid "Setting filesystem error flag to force fsck.\n"
6661msgstr "Menetapkan jenisfail untuk @E ke %N.\n"
6662
6663#: misc/tune2fs.c:2096
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006664#, c-format
6665msgid "Invalid RAID stride: %s\n"
6666msgstr "Stride RAID tidak sah: %s\n"
6667
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006668#: misc/tune2fs.c:2111
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006669#, c-format
6670msgid "Invalid RAID stripe-width: %s\n"
6671msgstr "Lebar stripe RAID tidak sah: %s\n"
6672
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006673#: misc/tune2fs.c:2126
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006674#, fuzzy, c-format
6675msgid "Invalid hash algorithm: %s\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006676msgstr "Algoritma hash tidak diketahui."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006677
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006678#: misc/tune2fs.c:2132
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006679#, c-format
6680msgid "Setting default hash algorithm to %s (%d)\n"
6681msgstr ""
6682
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006683#: misc/tune2fs.c:2151
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006684msgid ""
6685"\n"
6686"Bad options specified.\n"
6687"\n"
6688"Extended options are separated by commas, and may take an argument which\n"
6689"\tis set off by an equals ('=') sign.\n"
6690"\n"
6691"Valid extended options are:\n"
6692"\tclear_mmp\n"
6693"\thash_alg=<hash algorithm>\n"
6694"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006695"\tmmp_update_interval=<mmp update interval in seconds>\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006696"\tstride=<RAID per-disk chunk size in blocks>\n"
6697"\tstripe_width=<RAID stride*data disks in blocks>\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006698"\tforce_fsck\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006699"\ttest_fs\n"
6700"\t^test_fs\n"
6701msgstr ""
6702
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006703#: misc/tune2fs.c:2622
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006704#, fuzzy
6705msgid "Failed to read inode bitmap\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006706msgstr ", Bitmap inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006707
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006708#: misc/tune2fs.c:2627
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006709#, fuzzy
6710msgid "Failed to read block bitmap\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006711msgstr " Bitmap block di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006712
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006713#: misc/tune2fs.c:2644 resize/resize2fs.c:1277
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006714msgid "blocks to be moved"
6715msgstr "blok untuk dipindahkan"
6716
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006717#: misc/tune2fs.c:2647
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006718msgid "Failed to allocate block bitmap when increasing inode size\n"
6719msgstr ""
6720
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006721#: misc/tune2fs.c:2653
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006722msgid "Not enough space to increase inode size \n"
6723msgstr ""
6724
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006725#: misc/tune2fs.c:2658
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006726msgid "Failed to relocate blocks during inode resize \n"
6727msgstr ""
6728
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006729#: misc/tune2fs.c:2690
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006730msgid ""
6731"Error in resizing the inode size.\n"
6732"Run e2undo to undo the file system changes. \n"
6733msgstr ""
6734
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006735#: misc/tune2fs.c:2900
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006736msgid ""
6737"If you are sure the filesystem is not in use on any node, run:\n"
6738"'tune2fs -f -E clear_mmp {device}'\n"
6739msgstr ""
6740
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006741#: misc/tune2fs.c:2907
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006742#, c-format
6743msgid ""
6744"MMP block magic is bad. Try to fix it by running:\n"
6745"'e2fsck -f %s'\n"
6746msgstr ""
6747
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006748#: misc/tune2fs.c:2919
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006749#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006750#| msgid "%s is not a journal device.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006751msgid "Cannot modify a journal device.\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05006752msgstr "Mencipta jurnal pada peranti %s: "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006753
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006754#: misc/tune2fs.c:2932
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006755#, fuzzy, c-format
6756msgid "The inode size is already %lu\n"
6757msgstr "Menetapkan saiz inod %lu\n"
6758
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006759#: misc/tune2fs.c:2939
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006760#, fuzzy
6761msgid "Shrinking inode size is not supported\n"
6762msgstr "saiz inode tidak sah - %s"
6763
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006764#: misc/tune2fs.c:2944
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006765#, fuzzy, c-format
6766msgid "Invalid inode size %lu (max %d)\n"
6767msgstr "saiz inode tidak sah - %s"
6768
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006769#: misc/tune2fs.c:2950
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006770msgid "Resizing inodes could take some time."
6771msgstr ""
6772
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006773#: misc/tune2fs.c:2998
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006774#, c-format
6775msgid ""
6776"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6777"\n"
6778"\te2fsck -E journal_only %s\n"
6779"\n"
6780"then rerun this command. Otherwise, any changes made may be overwritten\n"
6781"by journal recovery.\n"
6782msgstr ""
6783
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006784#: misc/tune2fs.c:3009
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006785#, fuzzy, c-format
6786msgid "Recovering journal.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006787msgstr "ketika mendapatkan semula jurnal ext3 bagi %s"
Theodore Ts'o899425b2018-02-27 22:25:04 -05006788
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006789#: misc/tune2fs.c:3028
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006790#, c-format
6791msgid "Setting maximal mount count to %d\n"
6792msgstr ""
6793
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006794#: misc/tune2fs.c:3034
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006795#, c-format
6796msgid "Setting current mount count to %d\n"
6797msgstr ""
6798
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006799#: misc/tune2fs.c:3039
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006800#, c-format
6801msgid "Setting error behavior to %d\n"
6802msgstr "Menetapkan kelakuan ralat ke %d\n"
6803
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006804#: misc/tune2fs.c:3044
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006805#, c-format
6806msgid "Setting reserved blocks gid to %lu\n"
6807msgstr ""
6808
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006809#: misc/tune2fs.c:3049
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006810#, c-format
6811msgid "interval between checks is too big (%lu)"
6812msgstr ""
6813
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006814#: misc/tune2fs.c:3056
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006815#, c-format
6816msgid "Setting interval between checks to %lu seconds\n"
6817msgstr ""
6818
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006819#: misc/tune2fs.c:3063
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006820#, c-format
6821msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6822msgstr ""
6823
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006824#: misc/tune2fs.c:3069
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006825#, c-format
6826msgid "reserved blocks count is too big (%llu)"
6827msgstr ""
6828
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006829#: misc/tune2fs.c:3076
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006830#, fuzzy, c-format
6831msgid "Setting reserved blocks count to %llu\n"
6832msgstr "Memeriksa blok %lu ke %lu\n"
6833
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006834#: misc/tune2fs.c:3081
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006835#, fuzzy
6836msgid ""
6837"\n"
6838"The filesystem already has sparse superblocks.\n"
6839msgstr "Sistemfail telah mempunyai jurnal.\n"
6840
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006841#: misc/tune2fs.c:3084
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006842msgid ""
6843"\n"
6844"Setting the sparse superblock flag not supported\n"
6845"for filesystems with the meta_bg feature enabled.\n"
6846msgstr ""
6847
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006848#: misc/tune2fs.c:3094
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006849#, c-format
6850msgid ""
6851"\n"
6852"Sparse superblock flag set. %s"
6853msgstr ""
6854
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006855#: misc/tune2fs.c:3099
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006856msgid ""
6857"\n"
6858"Clearing the sparse superblock flag not supported.\n"
6859msgstr ""
6860
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006861#: misc/tune2fs.c:3107
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006862#, c-format
6863msgid "Setting time filesystem last checked to %s\n"
6864msgstr ""
6865
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006866#: misc/tune2fs.c:3113
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006867#, c-format
6868msgid "Setting reserved blocks uid to %lu\n"
6869msgstr ""
6870
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006871#: misc/tune2fs.c:3145
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006872msgid "Error in using clear_mmp. It must be used with -f\n"
6873msgstr ""
6874
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006875#: misc/tune2fs.c:3163
6876msgid "The quota feature may only be changed when the filesystem is unmounted.\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006877msgstr ""
6878
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006879#: misc/tune2fs.c:3181
6880msgid "Setting the UUID on this filesystem could take some time."
6881msgstr ""
6882
6883#: misc/tune2fs.c:3196
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006884msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6885msgstr ""
6886
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006887#: misc/tune2fs.c:3199
6888msgid "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' and re-run this command.\n"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006889msgstr ""
6890
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006891#: misc/tune2fs.c:3229
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006892msgid "Invalid UUID format\n"
6893msgstr "Format UUID tidak sah\n"
6894
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006895#: misc/tune2fs.c:3245
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006896#, fuzzy
6897msgid "Need to update journal superblock.\n"
6898msgstr "ketika memulakan superblok jurnal"
6899
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006900#: misc/tune2fs.c:3267
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006901msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6902msgstr ""
6903
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006904#: misc/tune2fs.c:3274
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006905msgid ""
6906"Changing the inode size not supported for filesystems with the flex_bg\n"
6907"feature enabled.\n"
6908msgstr ""
6909
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006910#: misc/tune2fs.c:3292
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006911#, c-format
6912msgid "Setting inode size %lu\n"
6913msgstr "Menetapkan saiz inod %lu\n"
6914
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006915#: misc/tune2fs.c:3296
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006916#, fuzzy
6917msgid "Failed to change inode size\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006918msgstr "saiz inode tidak sah - %s"
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006919
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006920#: misc/tune2fs.c:3310
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006921#, c-format
6922msgid "Setting stride size to %d\n"
6923msgstr "Menetapkan saiz stride ke %d\n"
6924
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006925#: misc/tune2fs.c:3315
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006926#, c-format
6927msgid "Setting stripe width to %d\n"
6928msgstr "Menetapkan lebar stripe ke %d\n"
6929
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006930#: misc/tune2fs.c:3322
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006931#, c-format
6932msgid "Setting extended default mount options to '%s'\n"
6933msgstr ""
6934
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006935#: misc/util.c:101
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006936msgid "<proceeding>\n"
6937msgstr ""
6938
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006939#: misc/util.c:105
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006940#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006941#| msgid "Proceed anyway? (y,n) "
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04006942msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006943msgstr "Teruskan juga? (y,t)"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006944
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006945#: misc/util.c:109
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006946#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04006947#| msgid "Proceed anyway? (y,n) "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006948msgid "Proceed anyway? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006949msgstr "Teruskan juga? (y,t)"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006950
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006951#: misc/util.c:136
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006952msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6953msgstr ""
6954
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006955#: misc/util.c:141
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006956#, c-format
6957msgid "will not make a %s here!\n"
6958msgstr "tidak akam membuat %s disini!\n"
6959
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006960#: misc/util.c:148
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006961msgid "mke2fs forced anyway.\n"
6962msgstr "mke2fs dipaksa juga.\n"
6963
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006964#: misc/util.c:164
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006965msgid "Couldn't allocate memory to parse journal options!\n"
6966msgstr ""
6967
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006968#: misc/util.c:189
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006969#, c-format
6970msgid ""
6971"\n"
6972"Could not find journal device matching %s\n"
6973msgstr ""
6974
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006975#: misc/util.c:216
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006976msgid ""
6977"\n"
6978"Bad journal options specified.\n"
6979"\n"
6980"Journal options are separated by commas, and may take an argument which\n"
6981"\tis set off by an equals ('=') sign.\n"
6982"\n"
6983"Valid journal options are:\n"
6984"\tsize=<journal size in megabytes>\n"
6985"\tdevice=<journal device>\n"
6986"\tlocation=<journal location>\n"
6987"\n"
6988"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6989"\n"
6990msgstr ""
6991
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04006992#: misc/util.c:247
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05006993msgid ""
6994"\n"
6995"Filesystem too small for a journal\n"
6996msgstr ""
6997"\n"
6998"Sistemfail terlalu kecil untuk jurnal\n"
6999
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007000#: misc/util.c:254
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007001#, c-format
7002msgid ""
7003"\n"
7004"The requested journal size is %d blocks; it must be\n"
7005"between 1024 and 10240000 blocks. Aborting.\n"
7006msgstr ""
7007
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007008#: misc/util.c:262
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007009#, fuzzy
7010msgid ""
7011"\n"
7012"Journal size too big for filesystem.\n"
7013msgstr ""
7014"\n"
7015"Sistemfail terlalu kecil untuk jurnal\n"
7016
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007017#: misc/util.c:276
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007018#, c-format
7019msgid ""
7020"This filesystem will be automatically checked every %d mounts or\n"
7021"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7022msgstr ""
7023
7024#: misc/uuidd.c:49
7025#, c-format
7026msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
7027msgstr ""
7028
7029#: misc/uuidd.c:51
7030#, c-format
7031msgid " %s [-r|t] [-n num] [-s socketpath]\n"
7032msgstr ""
7033
7034#: misc/uuidd.c:53
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007035#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007036msgid " %s -k\n"
7037msgstr ""
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007038" --prologue=FAIL masukkan FAIL.pro sebagai prolog PostScript\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007039" --ppd[=KEKUNCI] pilihan PPD automatik atau tetapkan kepada KEKUNCI\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007040" -n, --copies=NOM cetak NOM salinan bagi setiap laman\n"
7041" -s, --sides=MOD tetapkan MOD dupleks (`1' atau `simplex',\n"
7042" `2' atau `duplex', `tumble')\n"
7043" -S, --setpagedevice=K[:V] hantar laman definisi alat kepada keluaran\n"
7044" --statusdict=K[:[:]V] hantar definisi statusdict kepada keluaran\n"
7045" -k, --page-prefeed hidupkan laman prasuap\n"
7046" -K, --no-page-prefeed matikan laman prasuap\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007047
7048#: misc/uuidd.c:155
7049#, fuzzy
7050msgid "bad arguments"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007051msgstr "Sijil buruk"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007052
7053#: misc/uuidd.c:173
7054#, fuzzy
7055msgid "connect"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007056msgstr "IDENT: connect() gagal: %s."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007057
7058#: misc/uuidd.c:192
7059#, fuzzy
7060msgid "write"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007061msgstr "Tidak dapat menulis diluar daripada %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007062
7063#: misc/uuidd.c:200
7064#, fuzzy
7065msgid "read count"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007066msgstr "Kiraan Perkataan"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007067
7068#: misc/uuidd.c:206
7069#, fuzzy
7070msgid "bad response length"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007071msgstr "Panjang stride tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007072
7073#: misc/uuidd.c:271
7074#, c-format
7075msgid "uuidd daemon already running at pid %s\n"
7076msgstr ""
7077
7078#: misc/uuidd.c:279
7079#, c-format
7080msgid "Couldn't create unix stream socket: %s"
7081msgstr ""
7082
7083#: misc/uuidd.c:308
7084#, fuzzy, c-format
7085msgid "Couldn't bind unix socket %s: %s\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007086msgstr "Tidak dapat menulis pada soket! %s."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007087
7088#: misc/uuidd.c:316
7089#, fuzzy, c-format
7090msgid "Couldn't listen on unix socket %s: %s\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007091msgstr "Tidak dapat menulis pada soket! %s."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007092
7093#: misc/uuidd.c:354
7094#, fuzzy, c-format
7095msgid "Error reading from client, len = %d\n"
7096msgstr "Ralat membaca '%s': %s"
7097
7098#: misc/uuidd.c:362
7099#, c-format
7100msgid "operation %d, incoming num = %d\n"
7101msgstr ""
7102
7103#: misc/uuidd.c:381
7104#, fuzzy, c-format
7105msgid "Generated time UUID: %s\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007106msgstr "tak memperolehi setem masa bagi %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007107
7108#: misc/uuidd.c:391
7109#, c-format
7110msgid "Generated random UUID: %s\n"
7111msgstr ""
7112
7113#: misc/uuidd.c:400
7114#, c-format
7115msgid "Generated time UUID %s and subsequent UUID\n"
7116msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7117msgstr[0] ""
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007118
7119#: misc/uuidd.c:421
7120#, fuzzy, c-format
7121msgid "Generated %d UUID's:\n"
7122msgstr "Format UUID tidak sah\n"
7123
7124#: misc/uuidd.c:433
7125#, fuzzy, c-format
7126msgid "Invalid operation %d\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007127msgstr "nilai $ tidak sah: %d"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007128
7129#: misc/uuidd.c:477 misc/uuidd.c:499
7130#, fuzzy, c-format
7131msgid "Bad number: %s\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007132msgstr "versi buruk - %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007133
7134#: misc/uuidd.c:534 misc/uuidd.c:563
7135#, fuzzy, c-format
7136msgid "Error calling uuidd daemon (%s): %s\n"
7137msgstr "Ralat mencipta /@l @d (%s): %m\n"
7138
7139#: misc/uuidd.c:544
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007140#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007141msgid "%s and subsequent UUID\n"
7142msgid_plural "%s and subsequent %d UUIDs\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007143msgstr[0] "Format UUID tidak sah\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007144
7145#: misc/uuidd.c:548
7146#, fuzzy
7147msgid "List of UUID's:\n"
7148msgstr "Format UUID tidak sah\n"
7149
7150#: misc/uuidd.c:569
7151#, c-format
7152msgid "Unexpected reply length from server %d\n"
7153msgstr ""
7154
7155#: misc/uuidd.c:586
7156#, c-format
7157msgid "Couldn't kill uuidd running at pid %d: %s\n"
7158msgstr ""
7159
7160#: misc/uuidd.c:592
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007161#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007162msgid "Killed uuidd running at pid %d\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007163msgstr "Program ini dilaksanakan sebagai proses bernombor %(pid)d."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007164
7165#: misc/uuidgen.c:32
7166#, c-format
7167msgid "Usage: %s [-r] [-t]\n"
7168msgstr "Penggunaan: %s [-r] [-t]\n"
7169
7170#: resize/extent.c:202
7171msgid "# Extent dump:\n"
7172msgstr "# Loggokan extent:\n"
7173
7174#: resize/extent.c:203
7175#, c-format
7176msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
7177msgstr ""
7178
7179#: resize/main.c:49
7180#, c-format
7181msgid ""
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007182"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007183"\n"
7184msgstr ""
7185
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007186#: resize/main.c:73
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007187msgid "Extending the inode table"
7188msgstr "Memanjangkan jadual inode"
7189
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007190#: resize/main.c:76
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007191msgid "Relocating blocks"
7192msgstr "Memindahkan blok"
7193
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007194#: resize/main.c:79
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007195msgid "Scanning inode table"
7196msgstr "Mengesan jadual inode"
7197
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007198#: resize/main.c:82
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007199msgid "Updating inode references"
7200msgstr "Mengemaskini rujukan inode"
7201
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007202#: resize/main.c:85
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007203msgid "Moving inode table"
7204msgstr "Memindah jadual inode"
7205
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007206#: resize/main.c:88
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007207msgid "Unknown pass?!?"
7208msgstr "Katalaluan tidak diketahui?!?"
7209
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007210#: resize/main.c:91
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007211#, c-format
7212msgid "Begin pass %d (max = %lu)\n"
7213msgstr ""
7214
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007215#: resize/main.c:163
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007216msgid ""
7217"\n"
7218"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7219"your own risk! Use the force option if you want to go ahead anyway.\n"
7220"\n"
7221msgstr ""
7222
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007223#: resize/main.c:366
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007224#, c-format
7225msgid "while opening %s"
7226msgstr "ketika membuka %s"
7227
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007228#: resize/main.c:374
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007229#, fuzzy, c-format
7230msgid "while getting stat information for %s"
7231msgstr "ketika cuba untuk stat %s"
7232
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007233#: resize/main.c:451
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007234#, c-format
7235msgid ""
7236"Please run 'e2fsck -f %s' first.\n"
7237"\n"
7238msgstr ""
7239
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007240#: resize/main.c:470
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007241#, c-format
7242msgid "Estimated minimum size of the filesystem: %llu\n"
7243msgstr ""
7244
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007245#: resize/main.c:507
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007246#, fuzzy, c-format
7247msgid "Invalid new size: %s\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007248msgstr "%s: fail saiz tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007249
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007250#: resize/main.c:526
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007251msgid "New size too large to be expressed in 32 bits\n"
7252msgstr ""
7253
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007254#: resize/main.c:534
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007255#, c-format
7256msgid "New size smaller than minimum (%llu)\n"
7257msgstr ""
7258
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007259#: resize/main.c:540
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007260msgid "Invalid stride length"
7261msgstr "Panjang stride tidak sah"
7262
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007263#: resize/main.c:564
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007264#, c-format
7265msgid ""
7266"The containing partition (or device) is only %llu (%dk) blocks.\n"
7267"You requested a new size of %llu blocks.\n"
7268"\n"
7269msgstr ""
7270
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007271#: resize/main.c:571
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007272#, c-format
7273msgid "Cannot set and unset 64bit feature.\n"
7274msgstr ""
7275
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007276#: resize/main.c:575
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007277#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007278msgid "Cannot change the 64bit feature on a filesystem that is larger than 2^32 blocks.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007279msgstr ""
7280
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007281#: resize/main.c:581
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007282#, c-format
7283msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7284msgstr ""
7285
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007286#: resize/main.c:587
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007287#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007288msgid "Please enable the extents feature with tune2fs before enabling the 64bit feature.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007289msgstr ""
7290
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007291#: resize/main.c:593
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007292#, c-format
7293msgid ""
7294"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
7295"\n"
7296msgstr ""
7297
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007298#: resize/main.c:600
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007299#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007300#| msgid "The filesystem already has a journal.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007301msgid "The filesystem is already 64-bit.\n"
7302msgstr "Sistemfail telah mempunyai jurnal.\n"
7303
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007304#: resize/main.c:605
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007305#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007306#| msgid "The filesystem already has a journal.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007307msgid "The filesystem is already 32-bit.\n"
7308msgstr "Sistemfail telah mempunyai jurnal.\n"
7309
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007310#: resize/main.c:613
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007311#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007312msgid "Converting the filesystem to 64-bit.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007313msgstr "Sistem fail "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007314
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007315#: resize/main.c:615
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007316#, fuzzy, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007317msgid "Converting the filesystem to 32-bit.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007318msgstr "Sistem fail "
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007319
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007320#: resize/main.c:617
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007321#, c-format
7322msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
7323msgstr ""
7324
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007325#: resize/main.c:626
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007326#, c-format
7327msgid "while trying to resize %s"
7328msgstr "ketika cuba untuk mengulangsaiz %s"
7329
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007330#: resize/main.c:629
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007331#, c-format
7332msgid ""
7333"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7334"after the aborted resize operation.\n"
7335msgstr ""
7336
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007337#: resize/main.c:635
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007338#, c-format
7339msgid ""
7340"The filesystem on %s is now %llu (%dk) blocks long.\n"
7341"\n"
7342msgstr ""
7343
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04007344#: resize/main.c:650
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007345#, fuzzy, c-format
7346msgid "while trying to truncate %s"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007347msgstr "ketika cuba untuk melaksana '%s'"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007348
7349#: resize/online.c:81
7350msgid "kernel does not support online resize with sparse_super2"
7351msgstr ""
7352
7353#: resize/online.c:86
7354#, c-format
7355msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
7356msgstr ""
7357
7358#: resize/online.c:90
7359#, fuzzy
7360msgid "On-line shrinking not supported"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007361msgstr "Sijil tidak disokong"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007362
7363#: resize/online.c:114
7364msgid "Filesystem does not support online resizing"
7365msgstr ""
7366
7367#: resize/online.c:122
7368msgid "Not enough reserved gdt blocks for resizing"
7369msgstr ""
7370
7371#: resize/online.c:129
7372msgid "Kernel does not support resizing a file system this large"
7373msgstr ""
7374
7375#: resize/online.c:137
7376#, c-format
7377msgid "while trying to open mountpoint %s"
7378msgstr "ketika cuba untuk membuka titiklekap %s"
7379
7380#: resize/online.c:142
7381#, c-format
7382msgid "Old resize interface requested.\n"
7383msgstr ""
7384
7385#: resize/online.c:161 resize/online.c:178
7386msgid "Permission denied to resize filesystem"
7387msgstr ""
7388
7389#: resize/online.c:164 resize/online.c:184
7390msgid "While checking for on-line resizing support"
7391msgstr ""
7392
7393#: resize/online.c:181
7394msgid "Kernel does not support online resizing"
7395msgstr ""
7396
7397#: resize/online.c:220
7398#, c-format
7399msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
7400msgstr ""
7401
7402#: resize/online.c:230
7403msgid "While trying to extend the last group"
7404msgstr "Ketika cuba memanjangkan kumpulan terakhir"
7405
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007406#: resize/online.c:277
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007407#, c-format
7408msgid "While trying to add group #%d"
7409msgstr "Ketika cuba menambah kumpulan #%d"
7410
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007411#: resize/online.c:288
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007412#, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007413msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007414msgstr ""
7415
7416#: resize/resize2fs.c:759
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007417#, fuzzy, c-format
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007418#| msgid "inodes (%llu) must be less than %u"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007419msgid "inodes (%llu) must be less than %u\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007420msgstr "inod (%llu) mesti kurang dari %u"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007421
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007422#: resize/resize2fs.c:1038
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007423msgid "reserved blocks"
7424msgstr "blok dikhaskan"
7425
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007426#: resize/resize2fs.c:1282
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007427msgid "meta-data blocks"
7428msgstr "blok meta-data"
7429
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007430#: resize/resize2fs.c:1386 resize/resize2fs.c:2421
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007431#, fuzzy
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007432#| msgid "meta-data blocks"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007433msgid "new meta blocks"
7434msgstr "blok meta-data"
7435
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007436#: resize/resize2fs.c:2644
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007437msgid "Should never happen! No sb in last super_sparse bg?\n"
7438msgstr ""
7439
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007440#: resize/resize2fs.c:2649
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007441msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7442msgstr ""
7443
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007444#: resize/resize2fs.c:2722
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007445msgid "Should never happen: resize inode corrupt!\n"
7446msgstr ""
7447
7448#: lib/ext2fs/ext2_err.c:11
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007449#, fuzzy
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007450msgid "EXT2FS Library version 1.45.3"
7451msgstr "Versi pustaka gcrypt terlalu lama."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007452
7453#: lib/ext2fs/ext2_err.c:12
7454msgid "Wrong magic number for ext2_filsys structure"
7455msgstr ""
7456
7457#: lib/ext2fs/ext2_err.c:13
7458msgid "Wrong magic number for badblocks_list structure"
7459msgstr ""
7460
7461#: lib/ext2fs/ext2_err.c:14
7462msgid "Wrong magic number for badblocks_iterate structure"
7463msgstr ""
7464
7465#: lib/ext2fs/ext2_err.c:15
7466msgid "Wrong magic number for inode_scan structure"
7467msgstr ""
7468
7469#: lib/ext2fs/ext2_err.c:16
7470msgid "Wrong magic number for io_channel structure"
7471msgstr ""
7472
7473#: lib/ext2fs/ext2_err.c:17
7474msgid "Wrong magic number for unix io_channel structure"
7475msgstr ""
7476
7477#: lib/ext2fs/ext2_err.c:18
7478msgid "Wrong magic number for io_manager structure"
7479msgstr ""
7480
7481#: lib/ext2fs/ext2_err.c:19
7482msgid "Wrong magic number for block_bitmap structure"
7483msgstr ""
7484
7485#: lib/ext2fs/ext2_err.c:20
7486msgid "Wrong magic number for inode_bitmap structure"
7487msgstr ""
7488
7489#: lib/ext2fs/ext2_err.c:21
7490msgid "Wrong magic number for generic_bitmap structure"
7491msgstr ""
7492
7493#: lib/ext2fs/ext2_err.c:22
7494msgid "Wrong magic number for test io_channel structure"
7495msgstr ""
7496
7497#: lib/ext2fs/ext2_err.c:23
7498msgid "Wrong magic number for directory block list structure"
7499msgstr ""
7500
7501#: lib/ext2fs/ext2_err.c:24
7502msgid "Wrong magic number for icount structure"
7503msgstr ""
7504
7505#: lib/ext2fs/ext2_err.c:25
7506msgid "Wrong magic number for Powerquest io_channel structure"
7507msgstr ""
7508
7509#: lib/ext2fs/ext2_err.c:26
7510msgid "Wrong magic number for ext2 file structure"
7511msgstr ""
7512
7513#: lib/ext2fs/ext2_err.c:27
7514msgid "Wrong magic number for Ext2 Image Header"
7515msgstr ""
7516
7517#: lib/ext2fs/ext2_err.c:28
7518msgid "Wrong magic number for inode io_channel structure"
7519msgstr ""
7520
7521#: lib/ext2fs/ext2_err.c:29
7522msgid "Wrong magic number for ext4 extent handle"
7523msgstr ""
7524
7525#: lib/ext2fs/ext2_err.c:30
7526#, fuzzy
7527msgid "Bad magic number in super-block"
7528msgstr "ketika membaca superblok jurnal"
7529
7530#: lib/ext2fs/ext2_err.c:31
7531#, fuzzy
7532msgid "Filesystem revision too high"
7533msgstr ""
7534"\n"
7535"Sistemfail terlalu kecil untuk jurnal\n"
7536
7537#: lib/ext2fs/ext2_err.c:32
7538msgid "Attempt to write to filesystem opened read-only"
7539msgstr ""
7540
7541#: lib/ext2fs/ext2_err.c:33
7542#, fuzzy
7543msgid "Can't read group descriptors"
7544msgstr ", Penghurai kumpulan di"
7545
7546#: lib/ext2fs/ext2_err.c:34
7547#, fuzzy
7548msgid "Can't write group descriptors"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007549msgstr ", Penghurai kumpulan di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007550
7551#: lib/ext2fs/ext2_err.c:35
7552msgid "Corrupt group descriptor: bad block for block bitmap"
7553msgstr ""
7554
7555#: lib/ext2fs/ext2_err.c:36
7556msgid "Corrupt group descriptor: bad block for inode bitmap"
7557msgstr ""
7558
7559#: lib/ext2fs/ext2_err.c:37
7560msgid "Corrupt group descriptor: bad block for inode table"
7561msgstr ""
7562
7563#: lib/ext2fs/ext2_err.c:38
7564#, fuzzy
7565msgid "Can't write an inode bitmap"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007566msgstr ", Bitmap inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007567
7568#: lib/ext2fs/ext2_err.c:39
7569#, fuzzy
7570msgid "Can't read an inode bitmap"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007571msgstr ", Bitmap inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007572
7573#: lib/ext2fs/ext2_err.c:40
7574#, fuzzy
7575msgid "Can't write a block bitmap"
7576msgstr " Bitmap block di"
7577
7578#: lib/ext2fs/ext2_err.c:41
7579#, fuzzy
7580msgid "Can't read a block bitmap"
7581msgstr " Bitmap block di"
7582
7583#: lib/ext2fs/ext2_err.c:42
7584#, fuzzy
7585msgid "Can't write an inode table"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007586msgstr ""
7587"\n"
7588" Jadual inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007589
7590#: lib/ext2fs/ext2_err.c:43
7591#, fuzzy
7592msgid "Can't read an inode table"
7593msgstr ""
7594"\n"
7595" Jadual inode di"
7596
7597#: lib/ext2fs/ext2_err.c:44
7598msgid "Can't read next inode"
7599msgstr ""
7600
7601#: lib/ext2fs/ext2_err.c:45
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007602#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007603msgid "Filesystem has unexpected block size"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007604msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007605
7606#: lib/ext2fs/ext2_err.c:46
7607#, fuzzy
7608msgid "EXT2 directory corrupted"
7609msgstr "direktori"
7610
7611#: lib/ext2fs/ext2_err.c:47
7612msgid "Attempt to read block from filesystem resulted in short read"
7613msgstr ""
7614
7615#: lib/ext2fs/ext2_err.c:48
7616msgid "Attempt to write block to filesystem resulted in short write"
7617msgstr ""
7618
7619#: lib/ext2fs/ext2_err.c:49
7620#, fuzzy
7621msgid "No free space in the directory"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007622msgstr "ruang (i.e., ` ')"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007623
7624#: lib/ext2fs/ext2_err.c:50
7625#, fuzzy
7626msgid "Inode bitmap not loaded"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007627msgstr ", Bitmap inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007628
7629#: lib/ext2fs/ext2_err.c:51
7630#, fuzzy
7631msgid "Block bitmap not loaded"
7632msgstr " Bitmap block di"
7633
7634#: lib/ext2fs/ext2_err.c:52
7635#, fuzzy
7636msgid "Illegal inode number"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007637msgstr "Nombot inod tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007638
7639#: lib/ext2fs/ext2_err.c:53
7640#, fuzzy
7641msgid "Illegal block number"
7642msgstr "Nombor tidak sah untuk saiz flex_bg"
7643
7644#: lib/ext2fs/ext2_err.c:54
7645#, fuzzy
7646msgid "Internal error in ext2fs_expand_dir"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007647msgstr "Ralat aliran data dalaman."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007648
7649#: lib/ext2fs/ext2_err.c:55
7650msgid "Not enough space to build proposed filesystem"
7651msgstr ""
7652
7653#: lib/ext2fs/ext2_err.c:56
7654msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7655msgstr ""
7656
7657#: lib/ext2fs/ext2_err.c:57
7658msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7659msgstr ""
7660
7661#: lib/ext2fs/ext2_err.c:58
7662msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7663msgstr ""
7664
7665#: lib/ext2fs/ext2_err.c:59
7666msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7667msgstr ""
7668
7669#: lib/ext2fs/ext2_err.c:60
7670msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7671msgstr ""
7672
7673#: lib/ext2fs/ext2_err.c:61
7674msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7675msgstr ""
7676
7677#: lib/ext2fs/ext2_err.c:62
7678msgid "Attempt to fudge end of block bitmap past the real end"
7679msgstr ""
7680
7681#: lib/ext2fs/ext2_err.c:63
7682msgid "Attempt to fudge end of inode bitmap past the real end"
7683msgstr ""
7684
7685#: lib/ext2fs/ext2_err.c:64
7686#, fuzzy
7687msgid "Illegal indirect block found"
7688msgstr "ketika membaca inod jurnal"
7689
7690#: lib/ext2fs/ext2_err.c:65
7691#, fuzzy
7692msgid "Illegal doubly indirect block found"
7693msgstr "ketika membaca inod jurnal"
7694
7695#: lib/ext2fs/ext2_err.c:66
7696#, fuzzy
7697msgid "Illegal triply indirect block found"
7698msgstr "ketika membaca inod jurnal"
7699
7700#: lib/ext2fs/ext2_err.c:67
7701#, fuzzy
7702msgid "Block bitmaps are not the same"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007703msgstr "ketika membaca bitmap"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007704
7705#: lib/ext2fs/ext2_err.c:68
7706#, fuzzy
7707msgid "Inode bitmaps are not the same"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007708msgstr "ketika membaca bitmap"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007709
7710#: lib/ext2fs/ext2_err.c:69
7711msgid "Illegal or malformed device name"
7712msgstr ""
7713
7714#: lib/ext2fs/ext2_err.c:70
7715msgid "A block group is missing an inode table"
7716msgstr ""
7717
7718#: lib/ext2fs/ext2_err.c:71
7719#, fuzzy
7720msgid "The ext2 superblock is corrupt"
7721msgstr "ketika membaca superblok jurnal"
7722
7723#: lib/ext2fs/ext2_err.c:72
7724msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7725msgstr ""
7726
7727#: lib/ext2fs/ext2_err.c:73
7728msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7729msgstr ""
7730
7731#: lib/ext2fs/ext2_err.c:74
7732msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7733msgstr ""
7734
7735#: lib/ext2fs/ext2_err.c:75
7736msgid "Too many symbolic links encountered."
7737msgstr ""
7738
7739#: lib/ext2fs/ext2_err.c:76
7740msgid "The callback function will not handle this case"
7741msgstr ""
7742
7743#: lib/ext2fs/ext2_err.c:77
7744#, fuzzy
7745msgid "The inode is from a bad block in the inode table"
7746msgstr "ketika menetapkan inod blok buruk"
7747
7748#: lib/ext2fs/ext2_err.c:78
7749#, fuzzy
7750msgid "Filesystem has unsupported feature(s)"
7751msgstr "%s tidak mempunyai ciri disokong:"
7752
7753#: lib/ext2fs/ext2_err.c:79
7754#, fuzzy
7755msgid "Filesystem has unsupported read-only feature(s)"
7756msgstr "%s tidak mempunyai ciri disokong:"
7757
7758#: lib/ext2fs/ext2_err.c:80
7759msgid "IO Channel failed to seek on read or write"
7760msgstr ""
7761
7762#: lib/ext2fs/ext2_err.c:81
7763#, fuzzy
7764msgid "Memory allocation failed"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007765msgstr "Ralat dalaman dalam pengumpukan memori."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007766
7767#: lib/ext2fs/ext2_err.c:82
7768msgid "Invalid argument passed to ext2 library"
7769msgstr ""
7770
7771#: lib/ext2fs/ext2_err.c:83
7772msgid "Could not allocate block in ext2 filesystem"
7773msgstr ""
7774
7775#: lib/ext2fs/ext2_err.c:84
7776msgid "Could not allocate inode in ext2 filesystem"
7777msgstr ""
7778
7779#: lib/ext2fs/ext2_err.c:85
7780#, fuzzy
7781msgid "Ext2 inode is not a directory"
7782msgstr "direktori"
7783
7784#: lib/ext2fs/ext2_err.c:86
7785#, fuzzy
7786msgid "Too many references in table"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007787msgstr "Terlalu banyak ralat, keluar"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007788
7789#: lib/ext2fs/ext2_err.c:87
7790#, fuzzy
7791msgid "File not found by ext2_lookup"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007792msgstr "Ralat ditemui dalam fail .nanorc"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007793
7794#: lib/ext2fs/ext2_err.c:88
7795#, fuzzy
7796msgid "File open read-only"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007797msgstr "Mod lihat (baca sahaja)"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007798
7799#: lib/ext2fs/ext2_err.c:89
7800#, fuzzy
7801msgid "Ext2 directory block not found"
7802msgstr "Menulis bitmap blok"
7803
7804#: lib/ext2fs/ext2_err.c:90
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007805#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007806msgid "Ext2 directory already exists"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007807msgstr "tak dapat menyenaraikan direktori tersedia-tersenarai: %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007808
7809#: lib/ext2fs/ext2_err.c:91
7810msgid "Unimplemented ext2 library function"
7811msgstr ""
7812
7813#: lib/ext2fs/ext2_err.c:92
7814#, fuzzy
7815msgid "User cancel requested"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007816msgstr "pengguna"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007817
7818#: lib/ext2fs/ext2_err.c:93
7819#, fuzzy
7820msgid "Ext2 file too big"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007821msgstr "font %f terlalu besar"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007822
7823#: lib/ext2fs/ext2_err.c:94
7824#, fuzzy
7825msgid "Supplied journal device not a block device"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007826msgstr "%s adalah bukan peranti khas.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007827
7828#: lib/ext2fs/ext2_err.c:95
7829#, fuzzy
7830msgid "Journal superblock not found"
7831msgstr "Superblok jurnal tidak dijumpai!\n"
7832
7833#: lib/ext2fs/ext2_err.c:96
7834msgid "Journal must be at least 1024 blocks"
7835msgstr ""
7836
7837#: lib/ext2fs/ext2_err.c:97
7838#, fuzzy
7839msgid "Unsupported journal version"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007840msgstr "jurnal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007841
7842#: lib/ext2fs/ext2_err.c:98
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007843#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007844msgid "Error loading external journal"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007845msgstr "Ralat memuatkan cecincin kunci."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007846
7847#: lib/ext2fs/ext2_err.c:99
7848#, fuzzy
7849msgid "Journal not found"
7850msgstr "Superblok jurnal tidak dijumpai!\n"
7851
7852#: lib/ext2fs/ext2_err.c:100
7853#, fuzzy
7854msgid "Directory hash unsupported"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007855msgstr "Algoritma hash tidak diketahui."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007856
7857#: lib/ext2fs/ext2_err.c:101
7858msgid "Illegal extended attribute block number"
7859msgstr ""
7860
7861#: lib/ext2fs/ext2_err.c:102
7862msgid "Cannot create filesystem with requested number of inodes"
7863msgstr ""
7864
7865#: lib/ext2fs/ext2_err.c:103
7866#, fuzzy
7867msgid "E2image snapshot not in use"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007868msgstr "Guna%"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007869
7870#: lib/ext2fs/ext2_err.c:104
7871#, fuzzy
7872msgid "Too many reserved group descriptor blocks"
7873msgstr " Penghurai kumpulan di"
7874
7875#: lib/ext2fs/ext2_err.c:105
7876#, fuzzy
7877msgid "Resize inode is corrupt"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007878msgstr "Tidak dapat mengubah saiz tetingkap bawah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007879
7880#: lib/ext2fs/ext2_err.c:106
7881msgid "Tried to set block bmap with missing indirect block"
7882msgstr ""
7883
7884#: lib/ext2fs/ext2_err.c:107
7885#, fuzzy
7886msgid "TDB: Success"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007887msgstr "tdb_fetch %s gagal\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007888
7889#: lib/ext2fs/ext2_err.c:108
7890#, fuzzy
7891msgid "TDB: Corrupt database"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007892msgstr "tdb_fetch %s gagal\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007893
7894#: lib/ext2fs/ext2_err.c:109
7895#, fuzzy
7896msgid "TDB: IO Error"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007897msgstr "tdb_open %s gagal\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007898
7899#: lib/ext2fs/ext2_err.c:110
7900#, fuzzy
7901msgid "TDB: Locking error"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007902msgstr "tdb_open %s gagal\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007903
7904#: lib/ext2fs/ext2_err.c:111
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007905#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007906msgid "TDB: Out of memory"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007907msgstr "nano tidak cukup memori!"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007908
7909#: lib/ext2fs/ext2_err.c:112
7910#, fuzzy
7911msgid "TDB: Record exists"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007912msgstr "tdb_open %s gagal\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007913
7914#: lib/ext2fs/ext2_err.c:113
7915msgid "TDB: Lock exists on other keys"
7916msgstr ""
7917
7918#: lib/ext2fs/ext2_err.c:114
7919#, fuzzy
7920msgid "TDB: Invalid parameter"
7921msgstr "Parameter lebar stripe tidak sah: %s\n"
7922
7923#: lib/ext2fs/ext2_err.c:115
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007924#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007925msgid "TDB: Record does not exist"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007926msgstr "pengguna %s tidak wujud"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007927
7928#: lib/ext2fs/ext2_err.c:116
7929#, fuzzy
7930msgid "TDB: Write not permitted"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04007931msgstr "tdb_fetch %s gagal\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007932
7933#: lib/ext2fs/ext2_err.c:117
7934#, fuzzy
7935msgid "Ext2fs directory block list is empty"
7936msgstr "Blok direktori kosong %u (#%d) dalam inode %u\n"
7937
7938#: lib/ext2fs/ext2_err.c:118
7939msgid "Attempt to modify a block mapping via a read-only block iterator"
7940msgstr ""
7941
7942#: lib/ext2fs/ext2_err.c:119
7943msgid "Wrong magic number for ext4 extent saved path"
7944msgstr ""
7945
7946#: lib/ext2fs/ext2_err.c:120
7947msgid "Wrong magic number for 64-bit generic bitmap"
7948msgstr ""
7949
7950#: lib/ext2fs/ext2_err.c:121
7951msgid "Wrong magic number for 64-bit block bitmap"
7952msgstr ""
7953
7954#: lib/ext2fs/ext2_err.c:122
7955msgid "Wrong magic number for 64-bit inode bitmap"
7956msgstr ""
7957
7958#: lib/ext2fs/ext2_err.c:123
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007959#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007960msgid "Wrong magic number --- RESERVED_13"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007961msgstr "Pixbuf mempunyai bilangan saluran yang salah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007962
7963#: lib/ext2fs/ext2_err.c:124
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007964#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007965msgid "Wrong magic number --- RESERVED_14"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007966msgstr "Pixbuf mempunyai bilangan saluran yang salah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007967
7968#: lib/ext2fs/ext2_err.c:125
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007969#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007970msgid "Wrong magic number --- RESERVED_15"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007971msgstr "Pixbuf mempunyai bilangan saluran yang salah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007972
7973#: lib/ext2fs/ext2_err.c:126
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007974#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007975msgid "Wrong magic number --- RESERVED_16"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007976msgstr "Pixbuf mempunyai bilangan saluran yang salah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007977
7978#: lib/ext2fs/ext2_err.c:127
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007979#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007980msgid "Wrong magic number --- RESERVED_17"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007981msgstr "Pixbuf mempunyai bilangan saluran yang salah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007982
7983#: lib/ext2fs/ext2_err.c:128
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007984#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007985msgid "Wrong magic number --- RESERVED_18"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007986msgstr "Pixbuf mempunyai bilangan saluran yang salah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007987
7988#: lib/ext2fs/ext2_err.c:129
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007989#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007990msgid "Wrong magic number --- RESERVED_19"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05007991msgstr "Pixbuf mempunyai bilangan saluran yang salah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007992
7993#: lib/ext2fs/ext2_err.c:130
7994#, fuzzy
7995msgid "Corrupt extent header"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04007996msgstr "# Loggokan extent:\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05007997
7998#: lib/ext2fs/ext2_err.c:131
7999#, fuzzy
8000msgid "Corrupt extent index"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008001msgstr "# Loggokan extent:\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008002
8003#: lib/ext2fs/ext2_err.c:132
8004#, fuzzy
8005msgid "Corrupt extent"
8006msgstr "# Loggokan extent:\n"
8007
8008#: lib/ext2fs/ext2_err.c:133
8009msgid "No free space in extent map"
8010msgstr ""
8011
8012#: lib/ext2fs/ext2_err.c:134
8013msgid "Inode does not use extents"
8014msgstr ""
8015
8016#: lib/ext2fs/ext2_err.c:135
8017#, fuzzy
8018msgid "No 'next' extent"
8019msgstr "# Loggokan extent:\n"
8020
8021#: lib/ext2fs/ext2_err.c:136
8022#, fuzzy
8023msgid "No 'previous' extent"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008024msgstr "# Loggokan extent:\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008025
8026#: lib/ext2fs/ext2_err.c:137
8027#, fuzzy
8028msgid "No 'up' extent"
8029msgstr "# Loggokan extent:\n"
8030
8031#: lib/ext2fs/ext2_err.c:138
8032#, fuzzy
8033msgid "No 'down' extent"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008034msgstr "Turun"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008035
8036#: lib/ext2fs/ext2_err.c:139
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008037#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008038msgid "No current node"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008039msgstr "Tiada corak carian semasa"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008040
8041#: lib/ext2fs/ext2_err.c:140
8042#, fuzzy
8043msgid "Ext2fs operation not supported"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008044msgstr "Arahan tidak disokong."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008045
8046#: lib/ext2fs/ext2_err.c:141
8047msgid "No room to insert extent in node"
8048msgstr ""
8049
8050#: lib/ext2fs/ext2_err.c:142
8051msgid "Splitting would result in empty node"
8052msgstr ""
8053
8054#: lib/ext2fs/ext2_err.c:143
8055#, fuzzy
8056msgid "Extent not found"
8057msgstr "# Loggokan extent:\n"
8058
8059#: lib/ext2fs/ext2_err.c:144
8060msgid "Operation not supported for inodes containing extents"
8061msgstr ""
8062
8063#: lib/ext2fs/ext2_err.c:145
8064#, fuzzy
8065msgid "Extent length is invalid"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008066msgstr "panjang konteks `%s' tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008067
8068#: lib/ext2fs/ext2_err.c:146
8069msgid "I/O Channel does not support 64-bit block numbers"
8070msgstr ""
8071
8072#: lib/ext2fs/ext2_err.c:147
8073msgid "Can't check if filesystem is mounted due to missing mtab file"
8074msgstr ""
8075
8076#: lib/ext2fs/ext2_err.c:148
8077msgid "Filesystem too large to use legacy bitmaps"
8078msgstr ""
8079
8080#: lib/ext2fs/ext2_err.c:149
8081#, fuzzy
8082msgid "MMP: invalid magic number"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008083msgstr "jumlah hujah tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008084
8085#: lib/ext2fs/ext2_err.c:150
8086msgid "MMP: device currently active"
8087msgstr ""
8088
8089#: lib/ext2fs/ext2_err.c:151
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008090msgid "MMP: e2fsck being run"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008091msgstr ""
8092
8093#: lib/ext2fs/ext2_err.c:152
8094msgid "MMP: block number beyond filesystem range"
8095msgstr ""
8096
8097#: lib/ext2fs/ext2_err.c:153
8098msgid "MMP: undergoing an unknown operation"
8099msgstr ""
8100
8101#: lib/ext2fs/ext2_err.c:154
8102msgid "MMP: filesystem still in use"
8103msgstr ""
8104
8105#: lib/ext2fs/ext2_err.c:155
8106msgid "MMP: open with O_DIRECT failed"
8107msgstr ""
8108
8109#: lib/ext2fs/ext2_err.c:156
8110#, fuzzy
8111msgid "Block group descriptor size incorrect"
8112msgstr " Penghurai kumpulan di"
8113
8114#: lib/ext2fs/ext2_err.c:157
8115msgid "Inode checksum does not match inode"
8116msgstr ""
8117
8118#: lib/ext2fs/ext2_err.c:158
8119msgid "Inode bitmap checksum does not match bitmap"
8120msgstr ""
8121
8122#: lib/ext2fs/ext2_err.c:159
8123msgid "Extent block checksum does not match extent block"
8124msgstr ""
8125
8126#: lib/ext2fs/ext2_err.c:160
8127msgid "Directory block does not have space for checksum"
8128msgstr ""
8129
8130#: lib/ext2fs/ext2_err.c:161
8131msgid "Directory block checksum does not match directory block"
8132msgstr ""
8133
8134#: lib/ext2fs/ext2_err.c:162
8135msgid "Extended attribute block checksum does not match block"
8136msgstr ""
8137
8138#: lib/ext2fs/ext2_err.c:163
8139msgid "Superblock checksum does not match superblock"
8140msgstr ""
8141
8142#: lib/ext2fs/ext2_err.c:164
8143#, fuzzy
8144msgid "Unknown checksum algorithm"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008145msgstr "Algoritma hash tidak diketahui."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008146
8147#: lib/ext2fs/ext2_err.c:165
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008148#, fuzzy
8149msgid "MMP block checksum does not match"
8150msgstr "Perkara yang sama bagi hujah pilihan.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008151
8152#: lib/ext2fs/ext2_err.c:166
8153#, fuzzy
8154msgid "Ext2 file already exists"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008155msgstr "File wujud, TULISGANTI ?"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008156
8157#: lib/ext2fs/ext2_err.c:167
8158#, fuzzy
8159msgid "Block bitmap checksum does not match bitmap"
8160msgstr "Perkara yang sama bagi hujah pilihan.\n"
8161
8162#: lib/ext2fs/ext2_err.c:168
8163msgid "Cannot iterate data blocks of an inode containing inline data"
8164msgstr ""
8165
8166#: lib/ext2fs/ext2_err.c:169
8167msgid "Extended attribute has an invalid name length"
8168msgstr ""
8169
8170#: lib/ext2fs/ext2_err.c:170
8171msgid "Extended attribute has an invalid value length"
8172msgstr ""
8173
8174#: lib/ext2fs/ext2_err.c:171
8175msgid "Extended attribute has an incorrect hash"
8176msgstr ""
8177
8178#: lib/ext2fs/ext2_err.c:172
8179msgid "Extended attribute block has a bad header"
8180msgstr ""
8181
8182#: lib/ext2fs/ext2_err.c:173
8183#, fuzzy
8184msgid "Extended attribute key not found"
8185msgstr "# Loggokan extent:\n"
8186
8187#: lib/ext2fs/ext2_err.c:174
8188msgid "Insufficient space to store extended attribute data"
8189msgstr ""
8190
8191#: lib/ext2fs/ext2_err.c:175
8192msgid "Filesystem is missing ext_attr or inline_data feature"
8193msgstr ""
8194
8195#: lib/ext2fs/ext2_err.c:176
8196msgid "Inode doesn't have inline data"
8197msgstr ""
8198
8199#: lib/ext2fs/ext2_err.c:177
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008200#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008201msgid "No block for an inode with inline data"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008202msgstr "ketika menetapkan inod blok buruk"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008203
8204#: lib/ext2fs/ext2_err.c:178
8205#, fuzzy
8206msgid "No free space in inline data"
8207msgstr "direktori"
8208
8209#: lib/ext2fs/ext2_err.c:179
8210msgid "Wrong magic number for extended attribute structure"
8211msgstr ""
8212
8213#: lib/ext2fs/ext2_err.c:180
8214msgid "Inode seems to contain garbage"
8215msgstr ""
8216
8217#: lib/ext2fs/ext2_err.c:181
8218msgid "Extended attribute has an invalid value offset"
8219msgstr ""
8220
8221#: lib/ext2fs/ext2_err.c:182
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008222#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008223msgid "Journal flags inconsistent"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008224msgstr "jurnal"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008225
8226#: lib/ext2fs/ext2_err.c:183
8227#, fuzzy
8228msgid "Undo file corrupt"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008229msgstr "Nyahbuat"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008230
8231#: lib/ext2fs/ext2_err.c:184
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008232#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008233msgid "Wrong undo file for this filesystem"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008234msgstr "Penggunaan: %s <fail transaksi> <sistemfail>\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008235
8236#: lib/ext2fs/ext2_err.c:185
8237#, fuzzy
8238msgid "File system is corrupted"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008239msgstr ""
8240"\n"
8241"%s: ***** SISTEM FAIL TELAH DIUBAHSUAI *****\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008242
8243#: lib/ext2fs/ext2_err.c:186
8244msgid "Bad CRC detected in file system"
8245msgstr ""
8246
8247#: lib/ext2fs/ext2_err.c:187
8248#, fuzzy
8249msgid "The journal superblock is corrupt"
8250msgstr "ketika membaca superblok jurnal"
8251
8252#: lib/ext2fs/ext2_err.c:188
8253#, fuzzy
8254msgid "Inode is corrupted"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008255msgstr ""
8256"\n"
8257" Jadual inode di"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008258
Theodore Ts'o7b9ea512018-05-14 20:12:59 -04008259#: lib/ext2fs/ext2_err.c:189
8260msgid "Inode containing extended attribute value is corrupted"
8261msgstr ""
8262
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008263#: lib/support/prof_err.c:11
8264#, fuzzy
8265msgid "Profile version 0.0"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008266msgstr ""
8267"\n"
8268"\n"
8269"\n"
8270"profil mendatar:\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008271
8272#: lib/support/prof_err.c:12
8273msgid "Bad magic value in profile_node"
8274msgstr ""
8275
8276#: lib/support/prof_err.c:13
8277#, fuzzy
8278msgid "Profile section not found"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008279msgstr "Bahagian Bras"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008280
8281#: lib/support/prof_err.c:14
8282#, fuzzy
8283msgid "Profile relation not found"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008284msgstr ""
8285"\n"
8286"\n"
8287"\n"
8288"profil mendatar:\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008289
8290#: lib/support/prof_err.c:15
8291msgid "Attempt to add a relation to node which is not a section"
8292msgstr ""
8293
8294#: lib/support/prof_err.c:16
8295msgid "A profile section header has a non-zero value"
8296msgstr ""
8297
8298#: lib/support/prof_err.c:17
8299msgid "Bad linked list in profile structures"
8300msgstr ""
8301
8302#: lib/support/prof_err.c:18
8303msgid "Bad group level in profile structures"
8304msgstr ""
8305
8306#: lib/support/prof_err.c:19
8307msgid "Bad parent pointer in profile structures"
8308msgstr ""
8309
8310#: lib/support/prof_err.c:20
8311msgid "Bad magic value in profile iterator"
8312msgstr ""
8313
8314#: lib/support/prof_err.c:21
8315msgid "Can't set value on section node"
8316msgstr ""
8317
8318#: lib/support/prof_err.c:22
8319msgid "Invalid argument passed to profile library"
8320msgstr ""
8321
8322#: lib/support/prof_err.c:23
8323msgid "Attempt to modify read-only profile"
8324msgstr ""
8325
8326#: lib/support/prof_err.c:24
8327msgid "Profile section header not at top level"
8328msgstr ""
8329
8330#: lib/support/prof_err.c:25
8331msgid "Syntax error in profile section header"
8332msgstr ""
8333
8334#: lib/support/prof_err.c:26
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008335#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008336msgid "Syntax error in profile relation"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008337msgstr "ralat sintaks, tidak menjangka %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008338
8339#: lib/support/prof_err.c:27
8340msgid "Extra closing brace in profile"
8341msgstr ""
8342
8343#: lib/support/prof_err.c:28
8344msgid "Missing open brace in profile"
8345msgstr ""
8346
8347#: lib/support/prof_err.c:29
8348msgid "Bad magic value in profile_t"
8349msgstr ""
8350
8351#: lib/support/prof_err.c:30
8352msgid "Bad magic value in profile_section_t"
8353msgstr ""
8354
8355#: lib/support/prof_err.c:31
8356msgid "Iteration through all top level section not supported"
8357msgstr ""
8358
8359#: lib/support/prof_err.c:32
8360#, fuzzy
8361msgid "Invalid profile_section object"
8362msgstr "Tetapan pilihan sistemfail tidak sah: %s\n"
8363
8364#: lib/support/prof_err.c:33
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008365#, fuzzy
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008366msgid "No more sections"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008367msgstr "Lagi..."
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008368
8369#: lib/support/prof_err.c:34
8370msgid "Bad nameset passed to query routine"
8371msgstr ""
8372
8373#: lib/support/prof_err.c:35
8374#, fuzzy
8375msgid "No profile file open"
8376msgstr "tidak dapat membuka fail `%s'"
8377
8378#: lib/support/prof_err.c:36
8379msgid "Bad magic value in profile_file_t"
8380msgstr ""
8381
8382#: lib/support/prof_err.c:37
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008383msgid "Couldn't open profile file"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008384msgstr "Tidak dapat membuka fail profil"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008385
8386#: lib/support/prof_err.c:38
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008387msgid "Section already exists"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008388msgstr "Seksyen telah wujud"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008389
8390#: lib/support/prof_err.c:39
8391msgid "Invalid boolean value"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008392msgstr "Nilai boolean tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008393
8394#: lib/support/prof_err.c:40
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008395msgid "Invalid integer value"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008396msgstr "Nilai integer tidak sah"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008397
8398#: lib/support/prof_err.c:41
8399msgid "Bad magic value in profile_file_data_t"
8400msgstr ""
8401
8402#: lib/support/plausible.c:118
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008403#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008404msgid "\tlast mounted on %s on %s"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008405msgstr "\tterakhir dilekapkan pada %s pada %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008406
8407#: lib/support/plausible.c:121
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008408#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008409msgid "\tlast mounted on %s"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008410msgstr "\tterakhir dilekapkan pada %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008411
8412#: lib/support/plausible.c:124
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008413#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008414msgid "\tcreated on %s"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008415msgstr "\tdicipta pada %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008416
8417#: lib/support/plausible.c:127
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008418#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008419msgid "\tlast modified on %s"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008420msgstr "\tterakhir diubahsuai pada %s"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008421
8422#: lib/support/plausible.c:161
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008423#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008424msgid "Found a %s partition table in %s\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008425msgstr "%s jadual pembahagian dijumpai didalam %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008426
8427#: lib/support/plausible.c:191
8428#, c-format
8429msgid "The file %s does not exist and no size was specified.\n"
Sharuzzaman Ahmat Raslan128f2d32019-09-23 13:10:36 -04008430msgstr "Fail %s tidak wujud dan tiada saiz dinyatakan.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008431
8432#: lib/support/plausible.c:199
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008433#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008434msgid "Creating regular file %s\n"
Sharuzzaman Ahmat Raslanb6ee2432019-05-27 00:24:01 -04008435msgstr "Mencipta fail biasa %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008436
8437#: lib/support/plausible.c:202
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008438#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008439msgid "Could not open %s: %s\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008440msgstr "Tidak dapat membuka %s: %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008441
8442#: lib/support/plausible.c:205
8443msgid ""
8444"\n"
8445"The device apparently does not exist; did you specify it correctly?\n"
8446msgstr ""
8447
8448#: lib/support/plausible.c:227
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008449#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008450msgid "%s is not a block special device.\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008451msgstr "%s adalah bukan peranti khas.\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008452
8453#: lib/support/plausible.c:249
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008454#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008455msgid "%s contains a %s file system labelled '%s'\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008456msgstr "%s mengandungi sistem fail %s yang dilabelkan '%s'\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008457
8458#: lib/support/plausible.c:252
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008459#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008460msgid "%s contains a %s file system\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008461msgstr "%s mengandungi sistem fail %s\n"
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008462
8463#: lib/support/plausible.c:276
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008464#, c-format
Theodore Ts'o5a8140d2017-01-31 17:49:35 -05008465msgid "%s contains `%s' data\n"
Sharuzzaman Ahmat Raslan2d321272018-03-07 14:23:56 -05008466msgstr "%s mengandungi data `%s'\n"